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/rp | |
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/rp')
-rw-r--r-- | sys/dev/rp/rp.c | 2 | ||||
-rw-r--r-- | sys/dev/rp/rp_isa.c | 2 | ||||
-rw-r--r-- | sys/dev/rp/rpreg.h | 2 | ||||
-rw-r--r-- | sys/dev/rp/rpvar.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/rp/rp.c b/sys/dev/rp/rp.c index 7bf0669..e336bca 100644 --- a/sys/dev/rp/rp.c +++ b/sys/dev/rp/rp.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) Comtrol Corporation <support@comtrol.com> * All rights reserved. * diff --git a/sys/dev/rp/rp_isa.c b/sys/dev/rp/rp_isa.c index 9cb5677..ebefe4f 100644 --- a/sys/dev/rp/rp_isa.c +++ b/sys/dev/rp/rp_isa.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) Comtrol Corporation <support@comtrol.com> * All rights reserved. * diff --git a/sys/dev/rp/rpreg.h b/sys/dev/rp/rpreg.h index 1122ace..7ab041d 100644 --- a/sys/dev/rp/rpreg.h +++ b/sys/dev/rp/rpreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) Comtrol Corporation <support@comtrol.com> * All rights reserved. * diff --git a/sys/dev/rp/rpvar.h b/sys/dev/rp/rpvar.h index 9a4a981..66aa219 100644 --- a/sys/dev/rp/rpvar.h +++ b/sys/dev/rp/rpvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) Comtrol Corporation <support@comtrol.com> * All rights reserved. * |