diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-11-28 23:10:41 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-11-28 23:10:41 +0000 |
commit | c6344e8df5a6f2010c691bcd8aed0241a3426585 (patch) | |
tree | 21b6a7fbb10aa2b1c72063892ae547898d6d6951 /shared-core/mach64_irq.c | |
parent | ec0ef9a78d0205ff771fe05d78d7a67462abbfd2 (diff) |
Assert an MIT copyright on sis_drm.h, since one was lacking and I created
that particular file. Its contents have changed a good bit since the
original sis code, and the original sis code didn't care much about
attribution since it routinely disclaims Precision Insight/VA Linux
from responsibility. Also, adjust formatting around license headers
(have a comment open immediately before the "Copyright" line, not as a
runon of any previous comments) for automatic processing into FreeBSD,
where /*- is used to signal the beginning of license headers for
automatic compilation of license lists.
Diffstat (limited to 'shared-core/mach64_irq.c')
-rw-r--r-- | shared-core/mach64_irq.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-core/mach64_irq.c b/shared-core/mach64_irq.c index b8853c1c..663642db 100644 --- a/shared-core/mach64_irq.c +++ b/shared-core/mach64_irq.c @@ -1,6 +1,7 @@ /* mach64_irq.c -- IRQ handling for ATI Mach64 -*- linux-c -*- * Created: Tue Feb 25, 2003 by Leif Delgass, based on radeon_irq.c/r128_irq.c - * + */ +/*- * Copyright (C) The Weather Channel, Inc. 2002. * Copyright 2003 Leif Delgass * All Rights Reserved. |