Author: joel (doc committer) Date: Mon Mar 29 20:27:17 2010 New Revision: 205859 URL: http://svn.freebsd.org/changeset/base/205859
Log: Start copyright notices with /*- Modified: head/sys/dev/sound/pci/envy24.c head/sys/dev/sound/pci/envy24.h head/sys/dev/sound/pci/envy24ht.c head/sys/dev/sound/pci/envy24ht.h head/sys/dev/sound/pci/spicds.c head/sys/dev/sound/pci/spicds.h Modified: head/sys/dev/sound/pci/envy24.c ============================================================================== --- head/sys/dev/sound/pci/envy24.c Mon Mar 29 20:24:03 2010 (r205858) +++ head/sys/dev/sound/pci/envy24.c Mon Mar 29 20:27:17 2010 (r205859) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Katsurajima Naoto <[email protected]> * All rights reserved. * Modified: head/sys/dev/sound/pci/envy24.h ============================================================================== --- head/sys/dev/sound/pci/envy24.h Mon Mar 29 20:24:03 2010 (r205858) +++ head/sys/dev/sound/pci/envy24.h Mon Mar 29 20:27:17 2010 (r205859) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Katsurajima Naoto <[email protected]> * All rights reserved. * Modified: head/sys/dev/sound/pci/envy24ht.c ============================================================================== --- head/sys/dev/sound/pci/envy24ht.c Mon Mar 29 20:24:03 2010 (r205858) +++ head/sys/dev/sound/pci/envy24ht.c Mon Mar 29 20:27:17 2010 (r205859) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2006 Konstantin Dimitrov <[email protected]> * Copyright (c) 2001 Katsurajima Naoto <[email protected]> * All rights reserved. Modified: head/sys/dev/sound/pci/envy24ht.h ============================================================================== --- head/sys/dev/sound/pci/envy24ht.h Mon Mar 29 20:24:03 2010 (r205858) +++ head/sys/dev/sound/pci/envy24ht.h Mon Mar 29 20:27:17 2010 (r205859) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2006 Konstantin Dimitrov <[email protected]> * Copyright (c) 2001 Katsurajima Naoto <[email protected]> * All rights reserved. Modified: head/sys/dev/sound/pci/spicds.c ============================================================================== --- head/sys/dev/sound/pci/spicds.c Mon Mar 29 20:24:03 2010 (r205858) +++ head/sys/dev/sound/pci/spicds.c Mon Mar 29 20:27:17 2010 (r205859) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2006 Konstantin Dimitrov <[email protected]> * Copyright (c) 2001 Katsurajima Naoto <[email protected]> * All rights reserved. Modified: head/sys/dev/sound/pci/spicds.h ============================================================================== --- head/sys/dev/sound/pci/spicds.h Mon Mar 29 20:24:03 2010 (r205858) +++ head/sys/dev/sound/pci/spicds.h Mon Mar 29 20:27:17 2010 (r205859) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2006 Konstantin Dimitrov <[email protected]> * Copyright (c) 2001 Katsurajima Naoto <[email protected]> * All rights reserved. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
