diff options
author | joel <joel@FreeBSD.org> | 2010-03-29 20:27:17 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-03-29 20:27:17 +0000 |
commit | ab3fd8b796fe483dea6355462cac3ae1f8024f78 (patch) | |
tree | 2a492625088e7168e6c375f4988c526a64f93fde | |
parent | 2b1849a3fc9a9e618af649771baa5e70e647b322 (diff) | |
download | FreeBSD-src-ab3fd8b796fe483dea6355462cac3ae1f8024f78.zip FreeBSD-src-ab3fd8b796fe483dea6355462cac3ae1f8024f78.tar.gz |
Start copyright notices with /*-
-rw-r--r-- | sys/dev/sound/pci/envy24.c | 2 | ||||
-rw-r--r-- | sys/dev/sound/pci/envy24.h | 2 | ||||
-rw-r--r-- | sys/dev/sound/pci/envy24ht.c | 2 | ||||
-rw-r--r-- | sys/dev/sound/pci/envy24ht.h | 2 | ||||
-rw-r--r-- | sys/dev/sound/pci/spicds.c | 2 | ||||
-rw-r--r-- | sys/dev/sound/pci/spicds.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/sound/pci/envy24.c b/sys/dev/sound/pci/envy24.c index 09c616c..57a8ed6 100644 --- a/sys/dev/sound/pci/envy24.c +++ b/sys/dev/sound/pci/envy24.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * All rights reserved. * diff --git a/sys/dev/sound/pci/envy24.h b/sys/dev/sound/pci/envy24.h index b6dad28..5a3a373 100644 --- a/sys/dev/sound/pci/envy24.h +++ b/sys/dev/sound/pci/envy24.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * All rights reserved. * diff --git a/sys/dev/sound/pci/envy24ht.c b/sys/dev/sound/pci/envy24ht.c index b049562..7c1874b 100644 --- a/sys/dev/sound/pci/envy24ht.c +++ b/sys/dev/sound/pci/envy24ht.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2006 Konstantin Dimitrov <kosio.dimitrov@gmail.com> * Copyright (c) 2001 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * All rights reserved. diff --git a/sys/dev/sound/pci/envy24ht.h b/sys/dev/sound/pci/envy24ht.h index 7eb0a65..8901dc3 100644 --- a/sys/dev/sound/pci/envy24ht.h +++ b/sys/dev/sound/pci/envy24ht.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2006 Konstantin Dimitrov <kosio.dimitrov@gmail.com> * Copyright (c) 2001 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * All rights reserved. diff --git a/sys/dev/sound/pci/spicds.c b/sys/dev/sound/pci/spicds.c index 09fdc11..78d9374 100644 --- a/sys/dev/sound/pci/spicds.c +++ b/sys/dev/sound/pci/spicds.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2006 Konstantin Dimitrov <kosio.dimitrov@gmail.com> * Copyright (c) 2001 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * All rights reserved. diff --git a/sys/dev/sound/pci/spicds.h b/sys/dev/sound/pci/spicds.h index c206be3..f98bf93 100644 --- a/sys/dev/sound/pci/spicds.h +++ b/sys/dev/sound/pci/spicds.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2006 Konstantin Dimitrov <kosio.dimitrov@gmail.com> * Copyright (c) 2001 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * All rights reserved. |