diff options
author | imp <imp@FreeBSD.org> | 2005-01-07 02:29:27 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-07 02:29:27 +0000 |
commit | f0bf889d0d2ea7d83fd3b67266a98c89cdf14853 (patch) | |
tree | f453e3c07b7d678a92c36b5dd03f0f390cd0c5b9 /sys/pc98 | |
parent | 4ddf4b47c4f62804a423937c4503ddae8f84c089 (diff) | |
download | FreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.zip FreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.tar.gz |
/* -> /*- for license, minor formatting changes
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/cbus/30line.h | 2 | ||||
-rw-r--r-- | sys/pc98/cbus/gdc.c | 2 | ||||
-rw-r--r-- | sys/pc98/cbus/olpt.c | 2 | ||||
-rw-r--r-- | sys/pc98/cbus/pckbd.c | 2 | ||||
-rw-r--r-- | sys/pc98/cbus/sio_cbus.c | 2 | ||||
-rw-r--r-- | sys/pc98/i386/busio.s | 2 | ||||
-rw-r--r-- | sys/pc98/i386/busiosubr.c | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/30line.h | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/busio.s | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/busiosubr.c | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/canbus_if.m | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/epsonio.h | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/olpt.c | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/pc98_machdep.c | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/pc98_machdep.h | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/pc98gdc.c | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/pc98kbd.c | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/sio_cbus.c | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/sys/pc98/cbus/30line.h b/sys/pc98/cbus/30line.h index c62ec41..5f81e69 100644 --- a/sys/pc98/cbus/30line.h +++ b/sys/pc98/cbus/30line.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994, 1995, 1996. FreeBSD(98) porting team. * All rights reserved. * diff --git a/sys/pc98/cbus/gdc.c b/sys/pc98/cbus/gdc.c index a22ad99..8d463fb 100644 --- a/sys/pc98/cbus/gdc.c +++ b/sys/pc98/cbus/gdc.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 FreeBSD(98) port team. * All rights reserved. * diff --git a/sys/pc98/cbus/olpt.c b/sys/pc98/cbus/olpt.c index dc523db..5172c74 100644 --- a/sys/pc98/cbus/olpt.c +++ b/sys/pc98/cbus/olpt.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990 William F. Jolitz, TeleMuse * All rights reserved. * diff --git a/sys/pc98/cbus/pckbd.c b/sys/pc98/cbus/pckbd.c index 2d1fc01..f33b8c2 100644 --- a/sys/pc98/cbus/pckbd.c +++ b/sys/pc98/cbus/pckbd.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 FreeBSD(98) port team. * All rights reserved. * diff --git a/sys/pc98/cbus/sio_cbus.c b/sys/pc98/cbus/sio_cbus.c index 0ca4482..a5c9946 100644 --- a/sys/pc98/cbus/sio_cbus.c +++ b/sys/pc98/cbus/sio_cbus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Yoshihiro TAKAHASHI. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pc98/i386/busio.s b/sys/pc98/i386/busio.s index b80f98a..915dcae 100644 --- a/sys/pc98/i386/busio.s +++ b/sys/pc98/i386/busio.s @@ -2,7 +2,7 @@ /* $NecBSD: busio.s,v 1.16.4.1 1999/08/16 09:06:08 kmatsuda Exp $ */ /* $NetBSD$ */ -/* +/*- * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/pc98/i386/busiosubr.c b/sys/pc98/i386/busiosubr.c index f88e8e4..8776d3f 100644 --- a/sys/pc98/i386/busiosubr.c +++ b/sys/pc98/i386/busiosubr.c @@ -2,7 +2,7 @@ /* $NecBSD: busiosubr.c,v 1.30.4.4 1999/08/28 02:25:35 honda Exp $ */ /* $NetBSD$ */ -/* +/*- * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/pc98/pc98/30line.h b/sys/pc98/pc98/30line.h index c62ec41..5f81e69 100644 --- a/sys/pc98/pc98/30line.h +++ b/sys/pc98/pc98/30line.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1994, 1995, 1996. FreeBSD(98) porting team. * All rights reserved. * diff --git a/sys/pc98/pc98/busio.s b/sys/pc98/pc98/busio.s index b80f98a..915dcae 100644 --- a/sys/pc98/pc98/busio.s +++ b/sys/pc98/pc98/busio.s @@ -2,7 +2,7 @@ /* $NecBSD: busio.s,v 1.16.4.1 1999/08/16 09:06:08 kmatsuda Exp $ */ /* $NetBSD$ */ -/* +/*- * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/pc98/pc98/busiosubr.c b/sys/pc98/pc98/busiosubr.c index f88e8e4..8776d3f 100644 --- a/sys/pc98/pc98/busiosubr.c +++ b/sys/pc98/pc98/busiosubr.c @@ -2,7 +2,7 @@ /* $NecBSD: busiosubr.c,v 1.30.4.4 1999/08/28 02:25:35 honda Exp $ */ /* $NetBSD$ */ -/* +/*- * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/pc98/pc98/canbus_if.m b/sys/pc98/pc98/canbus_if.m index b9ec8ca..42d2cd5 100644 --- a/sys/pc98/pc98/canbus_if.m +++ b/sys/pc98/pc98/canbus_if.m @@ -1,4 +1,4 @@ -# +#- # Copyright (c) 2002 KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp> # All rights reserved. # diff --git a/sys/pc98/pc98/epsonio.h b/sys/pc98/pc98/epsonio.h index 105c9b8..a3180f0 100644 --- a/sys/pc98/pc98/epsonio.h +++ b/sys/pc98/pc98/epsonio.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) KATO Takenori, 1996. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pc98/pc98/olpt.c b/sys/pc98/pc98/olpt.c index dc523db..5172c74 100644 --- a/sys/pc98/pc98/olpt.c +++ b/sys/pc98/pc98/olpt.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1990 William F. Jolitz, TeleMuse * All rights reserved. * diff --git a/sys/pc98/pc98/pc98_machdep.c b/sys/pc98/pc98/pc98_machdep.c index f2022e3..1ef4a5c 100644 --- a/sys/pc98/pc98/pc98_machdep.c +++ b/sys/pc98/pc98/pc98_machdep.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) KATO Takenori, 1996, 1997. * * All rights reserved. Unpublished rights reserved under the copyright diff --git a/sys/pc98/pc98/pc98_machdep.h b/sys/pc98/pc98/pc98_machdep.h index 7c97d4d..9bce981 100644 --- a/sys/pc98/pc98/pc98_machdep.h +++ b/sys/pc98/pc98/pc98_machdep.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) KATO Takenori, 1996. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/pc98/pc98/pc98gdc.c b/sys/pc98/pc98/pc98gdc.c index a22ad99..8d463fb 100644 --- a/sys/pc98/pc98/pc98gdc.c +++ b/sys/pc98/pc98/pc98gdc.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 FreeBSD(98) port team. * All rights reserved. * diff --git a/sys/pc98/pc98/pc98kbd.c b/sys/pc98/pc98/pc98kbd.c index 2d1fc01..f33b8c2 100644 --- a/sys/pc98/pc98/pc98kbd.c +++ b/sys/pc98/pc98/pc98kbd.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 FreeBSD(98) port team. * All rights reserved. * diff --git a/sys/pc98/pc98/sio_cbus.c b/sys/pc98/pc98/sio_cbus.c index 0ca4482..a5c9946 100644 --- a/sys/pc98/pc98/sio_cbus.c +++ b/sys/pc98/pc98/sio_cbus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Yoshihiro TAKAHASHI. All rights reserved. * * Redistribution and use in source and binary forms, with or without |