Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/audio add missing copyrights.
details: https://anonhg.NetBSD.org/src/rev/a30c95275a36
branches: trunk
changeset: 467619:a30c95275a36
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Mar 26 15:46:22 1999 +0000
description:
add missing copyrights.
diffstat:
usr.bin/audio/common/audio.c | 30 ++++++++++++++++++++++++++++++
usr.bin/audio/common/libaudio.h | 29 ++++++++++++++++++++++++++++-
usr.bin/audio/ctl/audioctl.h | 30 ++++++++++++++++++++++++++++++
usr.bin/audio/play/play.c | 30 ++++++++++++++++++++++++++++++
usr.bin/audio/record/audiorecord.1 | 8 +++++---
usr.bin/audio/record/record.c | 30 ++++++++++++++++++++++++++++++
6 files changed, 153 insertions(+), 4 deletions(-)
diffs (209 lines):
diff -r 5a3cb165e325 -r a30c95275a36 usr.bin/audio/common/audio.c
--- a/usr.bin/audio/common/audio.c Fri Mar 26 15:41:38 1999 +0000
+++ b/usr.bin/audio/common/audio.c Fri Mar 26 15:46:22 1999 +0000
@@ -1,3 +1,33 @@
+/* $NetBSD: audio.c,v 1.2 1999/03/26 15:46:22 mrg Exp $ */
+
+/*
+ * Copyright (c) 1999 Matthew R. Green
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 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. 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 WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR 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 INTERRUPTION) HOWEVER CAUSED
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
+
#include <sys/types.h>
#include <sys/audioio.h>
#include <sys/ioctl.h>
diff -r 5a3cb165e325 -r a30c95275a36 usr.bin/audio/common/libaudio.h
--- a/usr.bin/audio/common/libaudio.h Fri Mar 26 15:41:38 1999 +0000
+++ b/usr.bin/audio/common/libaudio.h Fri Mar 26 15:46:22 1999 +0000
@@ -1,5 +1,32 @@
-/* $NetBSD: libaudio.h,v 1.1 1999/03/26 14:02:40 mrg Exp $ */
+/* $NetBSD: libaudio.h,v 1.2 1999/03/26 15:46:22 mrg Exp $ */
+/*
+ * Copyright (c) 1999 Matthew R. Green
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 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. 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 WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR 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 INTERRUPTION) HOWEVER CAUSED
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
/*
* We copy the Sun/NeXT on-disk audio header format and document what
diff -r 5a3cb165e325 -r a30c95275a36 usr.bin/audio/ctl/audioctl.h
--- a/usr.bin/audio/ctl/audioctl.h Fri Mar 26 15:41:38 1999 +0000
+++ b/usr.bin/audio/ctl/audioctl.h Fri Mar 26 15:46:22 1999 +0000
@@ -1,3 +1,33 @@
+/* $NetBSD: audioctl.h,v 1.2 1999/03/26 15:46:22 mrg Exp $ */
+
+/*
+ * Copyright (c) 1999 Matthew R. Green
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 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. 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 WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR 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 INTERRUPTION) HOWEVER CAUSED
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
+
extern audio_info_t info;
int audioctl __P((int, char *[]));
diff -r 5a3cb165e325 -r a30c95275a36 usr.bin/audio/play/play.c
--- a/usr.bin/audio/play/play.c Fri Mar 26 15:41:38 1999 +0000
+++ b/usr.bin/audio/play/play.c Fri Mar 26 15:46:22 1999 +0000
@@ -1,3 +1,33 @@
+/* $NetBSD: play.c,v 1.3 1999/03/26 15:46:22 mrg Exp $ */
+
+/*
+ * Copyright (c) 1999 Matthew R. Green
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 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. 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 WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR 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 INTERRUPTION) HOWEVER CAUSED
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
+
#include <sys/param.h>
#include <sys/audioio.h>
#include <sys/ioctl.h>
diff -r 5a3cb165e325 -r a30c95275a36 usr.bin/audio/record/audiorecord.1
--- a/usr.bin/audio/record/audiorecord.1 Fri Mar 26 15:41:38 1999 +0000
+++ b/usr.bin/audio/record/audiorecord.1 Fri Mar 26 15:46:22 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: audiorecord.1,v 1.1 1999/03/26 14:02:41 mrg Exp $
+.\" $NetBSD: audiorecord.1,v 1.2 1999/03/26 15:46:22 mrg Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
.\" All rights reserved.
@@ -123,10 +123,12 @@
Set the volume (gain) to
.Ar volume .
This value must be between 0 and 255.
-.Sh NOTES
+.Sh BUGS
Many audio device hardware is limited in capabilities. Any attempt
to use an audio device beyond it's capabilities will result in an
-error.
+error. This program is not finished and will become much more
+versatile in it's understanding of the audio device and the desired
+output.
.Sh HISTORY
The
.Nm
diff -r 5a3cb165e325 -r a30c95275a36 usr.bin/audio/record/record.c
--- a/usr.bin/audio/record/record.c Fri Mar 26 15:41:38 1999 +0000
+++ b/usr.bin/audio/record/record.c Fri Mar 26 15:46:22 1999 +0000
@@ -1,3 +1,33 @@
+/* $NetBSD: record.c,v 1.2 1999/03/26 15:46:22 mrg Exp $ */
+
+/*
+ * Copyright (c) 1999 Matthew R. Green
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 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. 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 WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR 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 INTERRUPTION) HOWEVER CAUSED
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
+
/*
* SunOS compatible audiorecord(1)
*/
Home |
Main Index |
Thread Index |
Old Index