Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src Make a bunch of copyright headers conform to the standard.



details:   https://anonhg.NetBSD.org/src/rev/445bcfff822a
branches:  netbsd-1-4
changeset: 468292:445bcfff822a
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Apr 16 20:26:49 1999 +0000

description:
Make a bunch of copyright headers conform to the standard.
Pullup approved by Perry.

diffstat:

 lib/libossaudio/ossaudio.3        |   7 +++++--
 lib/libossaudio/ossaudio.c        |   4 ++--
 lib/libossaudio/soundcard.h       |   7 +++++--
 share/man/man4/aria.4             |  11 +++++++----
 share/man/man4/eap.4              |  11 +++++++----
 share/man/man4/ess.4              |   4 ++--
 share/man/man4/guspnp.4           |  10 +++++-----
 share/man/man4/midi.4             |  11 +++++++----
 share/man/man4/ohci.4             |  15 +++++++++------
 share/man/man4/opl.4              |  11 +++++++----
 share/man/man4/pcmcia.4           |  11 +++++++----
 share/man/man4/sv.4               |  11 +++++++----
 share/man/man4/uaudio.4           |  11 +++++++----
 share/man/man4/ugen.4             |  11 +++++++----
 share/man/man4/uhci.4             |  11 +++++++----
 share/man/man4/uhid.4             |  11 +++++++----
 share/man/man4/ukbd.4             |  11 +++++++----
 share/man/man4/ulpt.4             |  11 +++++++----
 share/man/man4/ums.4              |  11 +++++++----
 share/man/man4/usb.4              |   9 ++++++---
 share/man/man4/wscons.4           |   8 ++++----
 share/man/man4/ym.4               |  11 +++++++----
 share/man/man9/audio.9            |   7 +++++--
 sys/compat/ossaudio/ossaudio.c    |   4 ++--
 sys/compat/ossaudio/ossaudio.h    |   4 ++--
 sys/compat/ossaudio/ossaudiovar.h |   4 ++--
 sys/dev/auconv.h                  |   7 +++++--
 sys/dev/isa/opl_ess.c             |   9 +++++----
 sys/dev/isa/opl_isa.c             |   9 +++++----
 usr.bin/usbhidctl/usbhidctl.1     |   8 +++++---
 usr.sbin/usbd/usbd.8              |   8 +++++---
 usr.sbin/usbdevs/usbdevs.8        |  10 ++++++----
 32 files changed, 178 insertions(+), 110 deletions(-)

diffs (truncated from 752 to 300 lines):

diff -r a254560a5cae -r 445bcfff822a lib/libossaudio/ossaudio.3
--- a/lib/libossaudio/ossaudio.3        Fri Apr 16 16:29:56 1999 +0000
+++ b/lib/libossaudio/ossaudio.3        Fri Apr 16 20:26:49 1999 +0000
@@ -1,8 +1,11 @@
-.\"    $NetBSD: ossaudio.3,v 1.8 1999/03/22 19:45:16 garbled Exp $
+.\"    $NetBSD: ossaudio.3,v 1.8.2.1 1999/04/16 20:26:49 augustss Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Lennart Augustsson,
+.\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
@@ -22,7 +25,7 @@
 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
diff -r a254560a5cae -r 445bcfff822a lib/libossaudio/ossaudio.c
--- a/lib/libossaudio/ossaudio.c        Fri Apr 16 16:29:56 1999 +0000
+++ b/lib/libossaudio/ossaudio.c        Fri Apr 16 20:26:49 1999 +0000
@@ -1,6 +1,6 @@
-/*     $NetBSD: ossaudio.c,v 1.6 1998/05/25 17:13:14 augustss Exp $    */
+/*     $NetBSD: ossaudio.c,v 1.6.2.1 1999/04/16 20:26:49 augustss Exp $        */
 
-/*
+/*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
diff -r a254560a5cae -r 445bcfff822a lib/libossaudio/soundcard.h
--- a/lib/libossaudio/soundcard.h       Fri Apr 16 16:29:56 1999 +0000
+++ b/lib/libossaudio/soundcard.h       Fri Apr 16 20:26:49 1999 +0000
@@ -1,9 +1,12 @@
-/*     $NetBSD: soundcard.h,v 1.8 1999/03/18 11:22:54 augustss Exp $   */
+/*     $NetBSD: soundcard.h,v 1.8.2.1 1999/04/16 20:26:49 augustss Exp $       */
 
-/*
+/*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Lennart Augustsson.
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
diff -r a254560a5cae -r 445bcfff822a share/man/man4/aria.4
--- a/share/man/man4/aria.4     Fri Apr 16 16:29:56 1999 +0000
+++ b/share/man/man4/aria.4     Fri Apr 16 20:26:49 1999 +0000
@@ -1,8 +1,11 @@
-.\" $NetBSD: aria.4,v 1.3 1999/03/16 01:19:15 garbled Exp $
-.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
+.\" $NetBSD: aria.4,v 1.3.2.1 1999/04/16 20:26:50 augustss Exp $
+.\"
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
-
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Roland C. Dowdeswell.
+.\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
@@ -22,7 +25,7 @@
 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
diff -r a254560a5cae -r 445bcfff822a share/man/man4/eap.4
--- a/share/man/man4/eap.4      Fri Apr 16 16:29:56 1999 +0000
+++ b/share/man/man4/eap.4      Fri Apr 16 20:26:49 1999 +0000
@@ -1,8 +1,11 @@
-.\" $NetBSD: eap.4,v 1.4 1999/03/16 01:19:15 garbled Exp $
-.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
+.\" $NetBSD: eap.4,v 1.4.2.1 1999/04/16 20:26:50 augustss Exp $
+.\"
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
-
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Lennart Augustsson.
+.\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
@@ -22,7 +25,7 @@
 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
diff -r a254560a5cae -r 445bcfff822a share/man/man4/ess.4
--- a/share/man/man4/ess.4      Fri Apr 16 16:29:56 1999 +0000
+++ b/share/man/man4/ess.4      Fri Apr 16 20:26:49 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ess.4,v 1.5 1999/03/16 01:19:16 garbled Exp $
+.\"    $NetBSD: ess.4,v 1.5.2.1 1999/04/16 20:26:50 augustss Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -22,7 +22,7 @@
 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
diff -r a254560a5cae -r 445bcfff822a share/man/man4/guspnp.4
--- a/share/man/man4/guspnp.4   Fri Apr 16 16:29:56 1999 +0000
+++ b/share/man/man4/guspnp.4   Fri Apr 16 20:26:49 1999 +0000
@@ -1,9 +1,10 @@
-.\"    $NetBSD: guspnp.4,v 1.4 1998/04/22 07:14:30 ross Exp $
+.\"    $NetBSD: guspnp.4,v 1.4.2.1 1999/04/16 20:26:50 augustss Exp $
 .\"
-.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
-.\" Author: Kari Mettinen
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Kari Mettinen.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
@@ -24,7 +25,7 @@
 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
@@ -33,7 +34,6 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-
 .Dd October 5, 1997
 .Dt guspnp 4 "Am78C201 device driver" "Version 1.0"
 .Sh NAME
diff -r a254560a5cae -r 445bcfff822a share/man/man4/midi.4
--- a/share/man/man4/midi.4     Fri Apr 16 16:29:56 1999 +0000
+++ b/share/man/man4/midi.4     Fri Apr 16 20:26:49 1999 +0000
@@ -1,8 +1,11 @@
-.\" $NetBSD: midi.4,v 1.5 1999/03/16 01:19:16 garbled Exp $
-.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
+.\" $NetBSD: midi.4,v 1.5.2.1 1999/04/16 20:26:50 augustss Exp $
+.\"
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
-
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Lennart Augustsson.
+.\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
@@ -22,7 +25,7 @@
 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
diff -r a254560a5cae -r 445bcfff822a share/man/man4/ohci.4
--- a/share/man/man4/ohci.4     Fri Apr 16 16:29:56 1999 +0000
+++ b/share/man/man4/ohci.4     Fri Apr 16 20:26:49 1999 +0000
@@ -1,8 +1,11 @@
-.\" $NetBSD: ohci.4,v 1.1 1998/10/25 19:24:19 augustss Exp $
-.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
+.\" $NetBSD: ohci.4,v 1.1.2.1 1999/04/16 20:26:50 augustss Exp $
+.\"
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
-
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Lennart Augustsson.
+.\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
@@ -22,7 +25,7 @@
 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
@@ -32,10 +35,10 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Dd Oct 25, 1998
-.Dt UHCI 4
+.Dt OHCI 4
 .Os
 .Sh NAME
-.Nm uhci
+.Nm ohci
 .Nd USB Open Host Controller driver
 .Sh SYNOPSIS
 .Cd "ohci*    at pci? function ?"
diff -r a254560a5cae -r 445bcfff822a share/man/man4/opl.4
--- a/share/man/man4/opl.4      Fri Apr 16 16:29:56 1999 +0000
+++ b/share/man/man4/opl.4      Fri Apr 16 20:26:49 1999 +0000
@@ -1,8 +1,11 @@
-.\" $NetBSD: opl.4,v 1.4 1999/03/16 01:19:17 garbled Exp $
-.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
+.\" $NetBSD: opl.4,v 1.4.2.1 1999/04/16 20:26:50 augustss Exp $
+.\"
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
-
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Lennart Augustsson.
+.\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
@@ -22,7 +25,7 @@
 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
diff -r a254560a5cae -r 445bcfff822a share/man/man4/pcmcia.4
--- a/share/man/man4/pcmcia.4   Fri Apr 16 16:29:56 1999 +0000
+++ b/share/man/man4/pcmcia.4   Fri Apr 16 20:26:49 1999 +0000
@@ -1,8 +1,11 @@
-.\" $NetBSD: pcmcia.4,v 1.5 1999/03/16 01:19:17 garbled Exp $
-.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
+.\" $NetBSD: pcmcia.4,v 1.5.2.1 1999/04/16 20:26:50 augustss Exp $
+.\"
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
-
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Lennart Augustsson.
+.\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
@@ -22,7 +25,7 @@
 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
diff -r a254560a5cae -r 445bcfff822a share/man/man4/sv.4
--- a/share/man/man4/sv.4       Fri Apr 16 16:29:56 1999 +0000
+++ b/share/man/man4/sv.4       Fri Apr 16 20:26:49 1999 +0000
@@ -1,8 +1,11 @@
-.\" $NetBSD: sv.4,v 1.3 1999/03/16 01:19:18 garbled Exp $
-.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
+.\" $NetBSD: sv.4,v 1.3.2.1 1999/04/16 20:26:50 augustss Exp $
+.\"
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
-
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Lennart Augustsson.
+.\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:



Home | Main Index | Thread Index | Old Index