diff options
-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. |