diff options
author | imp <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
commit | 4b319958e7f00cc908274c4518b7a9c5ed821812 (patch) | |
tree | 58a4df7575310664ed6ca0f19ce716f2a7c0d377 /sys/dev/an | |
parent | e4f5af10c5f59ed6d53f661ecb8af765f89bb2f2 (diff) | |
download | FreeBSD-src-4b319958e7f00cc908274c4518b7a9c5ed821812.zip FreeBSD-src-4b319958e7f00cc908274c4518b7a9c5ed821812.tar.gz |
Start each of the license/copyright comments with /*-, minor shuffle of lines
Diffstat (limited to 'sys/dev/an')
-rw-r--r-- | sys/dev/an/if_aironet_ieee.h | 2 | ||||
-rw-r--r-- | sys/dev/an/if_an.c | 2 | ||||
-rw-r--r-- | sys/dev/an/if_an_isa.c | 2 | ||||
-rw-r--r-- | sys/dev/an/if_an_pccard.c | 2 | ||||
-rw-r--r-- | sys/dev/an/if_anreg.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/an/if_aironet_ieee.h b/sys/dev/an/if_aironet_ieee.h index a838424..28e4f72 100644 --- a/sys/dev/an/if_aironet_ieee.h +++ b/sys/dev/an/if_aironet_ieee.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index c348738..29b0adb 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/an/if_an_isa.c b/sys/dev/an/if_an_isa.c index 92b9d1c..7144cc8 100644 --- a/sys/dev/an/if_an_isa.c +++ b/sys/dev/an/if_an_isa.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c index 7b22eac..ad37b67 100644 --- a/sys/dev/an/if_an_pccard.c +++ b/sys/dev/an/if_an_pccard.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * diff --git a/sys/dev/an/if_anreg.h b/sys/dev/an/if_anreg.h index 47db1be..12a03f0 100644 --- a/sys/dev/an/if_anreg.h +++ b/sys/dev/an/if_anreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. * |