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/eisa | |
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/eisa')
-rw-r--r-- | sys/dev/eisa/eisa_if.m | 2 | ||||
-rw-r--r-- | sys/dev/eisa/eisaconf.c | 2 | ||||
-rw-r--r-- | sys/dev/eisa/eisaconf.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/eisa/eisa_if.m b/sys/dev/eisa/eisa_if.m index 9bf7e56..72c8184 100644 --- a/sys/dev/eisa/eisa_if.m +++ b/sys/dev/eisa/eisa_if.m @@ -1,4 +1,4 @@ -# +#- # Copyright (c) 2004 M. Warner Losh # All rights reserved. # diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index 2ef0265..b9c77f5 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -1,4 +1,4 @@ -/* +/*- * EISA bus probe and attach routines * * Copyright (c) 1995, 1996 Justin T. Gibbs. diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h index ebdee5a..522cd5d 100644 --- a/sys/dev/eisa/eisaconf.h +++ b/sys/dev/eisa/eisaconf.h @@ -1,4 +1,4 @@ -/* +/*- * EISA bus device definitions * * Copyright (c) 1995, 1996 Justin T. Gibbs. |