diff options
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r-- | sys/dev/pccard/card_if.m | 2 | ||||
-rw-r--r-- | sys/dev/pccard/pccard.c | 2 | ||||
-rw-r--r-- | sys/dev/pccard/pccard_cis.c | 2 | ||||
-rw-r--r-- | sys/dev/pccard/pccard_cis.h | 2 | ||||
-rw-r--r-- | sys/dev/pccard/pccard_cis_quirks.c | 2 | ||||
-rw-r--r-- | sys/dev/pccard/pccardreg.h | 2 | ||||
-rw-r--r-- | sys/dev/pccard/pccardvar.h | 2 | ||||
-rw-r--r-- | sys/dev/pccard/power_if.m | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m index 40c429e..5328bc6 100644 --- a/sys/dev/pccard/card_if.m +++ b/sys/dev/pccard/card_if.m @@ -1,4 +1,4 @@ -# +#- # Copyright (c) 1999 M. Warner Losh. # All rights reserved. # diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c index 3509a8c..020f894 100644 --- a/sys/dev/pccard/pccard.c +++ b/sys/dev/pccard/pccard.c @@ -1,6 +1,6 @@ /* $NetBSD: pcmcia.c,v 1.23 2000/07/28 19:17:02 drochner Exp $ */ -/* +/*- * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccard_cis.c b/sys/dev/pccard/pccard_cis.c index 99ec427..2fa88ef 100644 --- a/sys/dev/pccard/pccard_cis.c +++ b/sys/dev/pccard/pccard_cis.c @@ -1,7 +1,7 @@ /* $NetBSD: pcmcia_cis.c,v 1.17 2000/02/10 09:01:52 chopps Exp $ */ /* $FreeBSD$ */ -/* +/*- * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccard_cis.h b/sys/dev/pccard/pccard_cis.h index 9c8221c..d6b9c38 100644 --- a/sys/dev/pccard/pccard_cis.h +++ b/sys/dev/pccard/pccard_cis.h @@ -1,6 +1,6 @@ /* $FreeBSD$ */ -/* +/*- * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccard_cis_quirks.c b/sys/dev/pccard/pccard_cis_quirks.c index 7e7bf51..e465e38 100644 --- a/sys/dev/pccard/pccard_cis_quirks.c +++ b/sys/dev/pccard/pccard_cis_quirks.c @@ -5,7 +5,7 @@ __FBSDID("$FreeBSD$"); #define PCCARDDEBUG -/* +/*- * Copyright (c) 1998 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccardreg.h b/sys/dev/pccard/pccardreg.h index f6f67f8..e0f6647 100644 --- a/sys/dev/pccard/pccardreg.h +++ b/sys/dev/pccard/pccardreg.h @@ -1,7 +1,7 @@ /* $NetBSD: pcmciareg.h,v 1.7 1998/10/29 09:45:52 enami Exp $ */ /* $FreeBSD$ */ -/* +/*- * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccardvar.h b/sys/dev/pccard/pccardvar.h index e6aa22f..37835e2 100644 --- a/sys/dev/pccard/pccardvar.h +++ b/sys/dev/pccard/pccardvar.h @@ -1,7 +1,7 @@ /* $NetBSD: pcmciavar.h,v 1.12 2000/02/08 12:51:31 enami Exp $ */ /* $FreeBSD$ */ -/* +/*- * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/power_if.m b/sys/dev/pccard/power_if.m index d661d5c..a85fd01 100644 --- a/sys/dev/pccard/power_if.m +++ b/sys/dev/pccard/power_if.m @@ -1,4 +1,4 @@ -# +#- # Copyright (c) 1999 M. Warner Losh. # All rights reserved. # |