diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 19:15:39 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 19:15:39 +0000 |
commit | 84c6aebfde797ee07299ac6320b87d8b705cefcc (patch) | |
tree | 4b56f4ba48321ffc7a7daede059085606ec0a7be /regress/sys/dev | |
parent | 98319ab0a44ba28e3ff550addfb3681a80674224 (diff) |
more license cleaning
Diffstat (limited to 'regress/sys/dev')
-rw-r--r-- | regress/sys/dev/audio/autest.1 | 7 | ||||
-rw-r--r-- | regress/sys/dev/audio/autest.c | 7 | ||||
-rw-r--r-- | regress/sys/dev/audio/law.h | 7 |
3 files changed, 3 insertions, 18 deletions
diff --git a/regress/sys/dev/audio/autest.1 b/regress/sys/dev/audio/autest.1 index 227a602f118..920d49a4b26 100644 --- a/regress/sys/dev/audio/autest.1 +++ b/regress/sys/dev/audio/autest.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: autest.1,v 1.5 2003/04/25 14:10:34 jmc Exp $ +.\" $OpenBSD: autest.1,v 1.6 2003/06/02 19:15:38 jason Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -11,11 +11,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by Jason L. Wright -.\" 4. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED diff --git a/regress/sys/dev/audio/autest.c b/regress/sys/dev/audio/autest.c index 491131e3234..8e938fbc12c 100644 --- a/regress/sys/dev/audio/autest.c +++ b/regress/sys/dev/audio/autest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autest.c,v 1.6 2003/02/05 04:39:34 jason Exp $ */ +/* $OpenBSD: autest.c,v 1.7 2003/06/02 19:15:38 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -12,11 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Jason L. Wright - * 4. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED diff --git a/regress/sys/dev/audio/law.h b/regress/sys/dev/audio/law.h index cc4809e9a3e..727c05f466e 100644 --- a/regress/sys/dev/audio/law.h +++ b/regress/sys/dev/audio/law.h @@ -1,4 +1,4 @@ -/* $OpenBSD: law.h,v 1.1 2003/02/01 17:58:18 jason Exp $ */ +/* $OpenBSD: law.h,v 1.2 2003/06/02 19:15:38 jason Exp $ */ /* * Copyright (c) 2003 Jason L. Wright (jason@thought.net) @@ -12,11 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Jason L. Wright - * 4. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |