diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-04-16 03:02:52 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-04-16 03:02:52 +0000 |
commit | 10ddbc8c8c9e540cf4802cab36d0c46f0aa0b6d8 (patch) | |
tree | 58379f258586c3f16ee36410ade1237065640f4b /bsd-core/drm_context.c | |
parent | 926298e8220b43158c433c75ffca74909a33c42b (diff) | |
download | libdrm-10ddbc8c8c9e540cf4802cab36d0c46f0aa0b6d8.tar.gz libdrm-10ddbc8c8c9e540cf4802cab36d0c46f0aa0b6d8.tar.bz2 libdrm-10ddbc8c8c9e540cf4802cab36d0c46f0aa0b6d8.zip |
Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD
CVS.
Diffstat (limited to 'bsd-core/drm_context.c')
-rw-r--r-- | bsd-core/drm_context.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bsd-core/drm_context.c b/bsd-core/drm_context.c index 368bdfb4..11e87814 100644 --- a/bsd-core/drm_context.c +++ b/bsd-core/drm_context.c @@ -1,6 +1,7 @@ /* drm_context.h -- IOCTLs for generic contexts -*- linux-c -*- * Created: Fri Nov 24 18:31:37 2000 by gareth@valinux.com - * + */ +/*- * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * All Rights Reserved. |