diff options
Diffstat (limited to 'bsd/drm/init.c')
-rw-r--r-- | bsd/drm/init.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bsd/drm/init.c b/bsd/drm/init.c index 44e9be99..99ff70c0 100644 --- a/bsd/drm/init.c +++ b/bsd/drm/init.c @@ -1,8 +1,8 @@ /* init.c -- Setup/Cleanup for DRM -*- c -*- * Created: Mon Jan 4 08:58:31 1999 by faith@precisioninsight.com - * Revised: Fri Aug 20 09:27:02 1999 by faith@precisioninsight.com * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. + * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a @@ -24,8 +24,8 @@ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. * - * $PI: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/init.c,v 1.3 1999/08/20 15:07:01 faith Exp $ - * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/init.c,v 1.1 1999/09/25 14:38:01 dawes Exp $ + * Authors: + * Rickard E. (Rik) Faith <faith@valinux.com> * */ @@ -98,4 +98,3 @@ void drm_parse_options(char *s) drm_parse_option(h); /* parse */ } } - |