diff options
Diffstat (limited to 'sys/dev/snc')
-rw-r--r-- | sys/dev/snc/dp83932.c | 4 | ||||
-rw-r--r-- | sys/dev/snc/dp83932reg.h | 2 | ||||
-rw-r--r-- | sys/dev/snc/dp83932subr.c | 2 | ||||
-rw-r--r-- | sys/dev/snc/dp83932subr.h | 4 | ||||
-rw-r--r-- | sys/dev/snc/dp83932var.h | 5 | ||||
-rw-r--r-- | sys/dev/snc/if_snc.c | 2 | ||||
-rw-r--r-- | sys/dev/snc/if_snc_cbus.c | 2 | ||||
-rw-r--r-- | sys/dev/snc/if_snc_pccard.c | 2 | ||||
-rw-r--r-- | sys/dev/snc/if_sncreg.h | 2 | ||||
-rw-r--r-- | sys/dev/snc/if_sncvar.h | 2 |
10 files changed, 13 insertions, 14 deletions
diff --git a/sys/dev/snc/dp83932.c b/sys/dev/snc/dp83932.c index 582b77094db0..1ffd4f15cd9c 100644 --- a/sys/dev/snc/dp83932.c +++ b/sys/dev/snc/dp83932.c @@ -2,7 +2,7 @@ /* $NecBSD: dp83932.c,v 1.5 1999/07/29 05:08:44 kmatsuda Exp $ */ /* $NetBSD: if_snc.c,v 1.18 1998/04/25 21:27:40 scottr Exp $ */ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Kouichi Matsuda. All rights reserved. * @@ -45,7 +45,7 @@ * (64 * 16 bits) Microwire Serial EEPROM. */ -/* +/*- * National Semiconductor DP8393X SONIC Driver * Copyright (c) 1991 Algorithmics Ltd (http://www.algor.co.uk) * You may use, copy, and modify this program so long as you retain the diff --git a/sys/dev/snc/dp83932reg.h b/sys/dev/snc/dp83932reg.h index b72fe86afc6b..31ab550b83ca 100644 --- a/sys/dev/snc/dp83932reg.h +++ b/sys/dev/snc/dp83932reg.h @@ -2,7 +2,7 @@ /* $NecBSD: dp83932reg.h,v 1.2 1999/02/12 05:50:13 kmatsuda Exp $ */ /* $NetBSD: if_snreg.h,v 1.4 1997/06/15 20:20:12 scottr Exp $ */ -/* +/*- * Copyright (c) 1991 Algorithmics Ltd (http://www.algor.co.uk) * You may use, copy, and modify this program so long as you retain the * copyright line. diff --git a/sys/dev/snc/dp83932subr.c b/sys/dev/snc/dp83932subr.c index 7e4b1d75df54..064cb2c3d614 100644 --- a/sys/dev/snc/dp83932subr.c +++ b/sys/dev/snc/dp83932subr.c @@ -1,7 +1,7 @@ /* $NecBSD: dp83932subr.c,v 1.5.6.2 1999/10/09 05:47:23 kmatsuda Exp $ */ /* $NetBSD$ */ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Kouichi Matsuda. All rights reserved. * diff --git a/sys/dev/snc/dp83932subr.h b/sys/dev/snc/dp83932subr.h index 78fa636cc890..f5df4f97970f 100644 --- a/sys/dev/snc/dp83932subr.h +++ b/sys/dev/snc/dp83932subr.h @@ -1,8 +1,8 @@ /* $FreeBSD$ */ /* $NecBSD: dp83932subr.h,v 1.5 1999/02/02 00:47:25 kmatsuda Exp $ */ /* $NetBSD$ */ - -/* + +/*- * Copyright (c) 1997, 1998, 1999 * Kouichi Matsuda. All rights reserved. * diff --git a/sys/dev/snc/dp83932var.h b/sys/dev/snc/dp83932var.h index fcc6a2245284..f621397b930d 100644 --- a/sys/dev/snc/dp83932var.h +++ b/sys/dev/snc/dp83932var.h @@ -2,12 +2,11 @@ /* $NecBSD: dp83932var.h,v 1.3 1999/01/24 01:39:51 kmatsuda Exp $ */ /* $NetBSD: if_snvar.h,v 1.12 1998/05/01 03:42:47 scottr Exp $ */ -/* +/*- * [NetBSD for NEC PC-98 series] * Copyright (c) 1997, 1998, 1999 * Kouichi Matsuda. All rights reserved. - */ -/* + * * Copyright (c) 1991 Algorithmics Ltd (http://www.algor.co.uk) * You may use, copy, and modify this program so long as you retain the * copyright line. diff --git a/sys/dev/snc/if_snc.c b/sys/dev/snc/if_snc.c index 69a6ca60315e..7cbdd804f7ba 100644 --- a/sys/dev/snc/if_snc.c +++ b/sys/dev/snc/if_snc.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1995, David Greenman * All rights reserved. * diff --git a/sys/dev/snc/if_snc_cbus.c b/sys/dev/snc/if_snc_cbus.c index 19a0505ded4f..1b9ef3ef5655 100644 --- a/sys/dev/snc/if_snc_cbus.c +++ b/sys/dev/snc/if_snc_cbus.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1995, David Greenman * All rights reserved. * diff --git a/sys/dev/snc/if_snc_pccard.c b/sys/dev/snc/if_snc_pccard.c index 1478d26bd307..c22fa756e42f 100644 --- a/sys/dev/snc/if_snc_pccard.c +++ b/sys/dev/snc/if_snc_pccard.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1995, David Greenman * All rights reserved. * diff --git a/sys/dev/snc/if_sncreg.h b/sys/dev/snc/if_sncreg.h index 30b0bb755992..888aa4f3ceb3 100644 --- a/sys/dev/snc/if_sncreg.h +++ b/sys/dev/snc/if_sncreg.h @@ -2,7 +2,7 @@ /* $NecBSD: if_snreg.h,v 1.3 1999/01/24 01:39:52 kmatsuda Exp $ */ /* $NetBSD$ */ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Kouichi Matsuda. All rights reserved. * diff --git a/sys/dev/snc/if_sncvar.h b/sys/dev/snc/if_sncvar.h index 33e39f32a3bf..8b6a75b99812 100644 --- a/sys/dev/snc/if_sncvar.h +++ b/sys/dev/snc/if_sncvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1995, David Greenman * All rights reserved. * |