diff options
Diffstat (limited to 'sys/dev/puc')
| -rw-r--r-- | sys/dev/puc/puc.c | 2 | ||||
| -rw-r--r-- | sys/dev/puc/puc_ebus.c | 2 | ||||
| -rw-r--r-- | sys/dev/puc/puc_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/puc/puc_sbus.c | 2 | ||||
| -rw-r--r-- | sys/dev/puc/pucdata.c | 2 | ||||
| -rw-r--r-- | sys/dev/puc/pucvar.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c index e3f192c4dbc4..d078ad18095f 100644 --- a/sys/dev/puc/puc.c +++ b/sys/dev/puc/puc.c @@ -26,7 +26,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (c) 1996, 1998, 1999 * Christopher G. Demetriou. All rights reserved. * diff --git a/sys/dev/puc/puc_ebus.c b/sys/dev/puc/puc_ebus.c index c7ddeb40153e..12ac8766c8b8 100644 --- a/sys/dev/puc/puc_ebus.c +++ b/sys/dev/puc/puc_ebus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c index b4c0cf4ecc69..7d876de81e60 100644 --- a/sys/dev/puc/puc_pci.c +++ b/sys/dev/puc/puc_pci.c @@ -29,7 +29,7 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -/* +/*- * Copyright (c) 1996, 1998, 1999 * Christopher G. Demetriou. All rights reserved. * diff --git a/sys/dev/puc/puc_sbus.c b/sys/dev/puc/puc_sbus.c index 3d2e7d67a81a..44abd0bccd95 100644 --- a/sys/dev/puc/puc_sbus.c +++ b/sys/dev/puc/puc_sbus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 24cfcc199e32..ebfbe3952cbc 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -1,6 +1,6 @@ /* $NetBSD: pucdata.c,v 1.25 2001/12/16 22:23:01 thorpej Exp $ */ -/* +/*- * Copyright (c) 1998, 1999 Christopher G. Demetriou. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/puc/pucvar.h b/sys/dev/puc/pucvar.h index f0dbe585f813..e6c390d6d0a8 100644 --- a/sys/dev/puc/pucvar.h +++ b/sys/dev/puc/pucvar.h @@ -27,7 +27,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* +/*- * Copyright (c) 1998, 1999 Christopher G. Demetriou. All rights reserved. * * Redistribution and use in source and binary forms, with or without |
