Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-10 06:37:41 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-10 06:37:41 +0300
commit3806c1d7385ff4977674d4ce6f41672a333a21cc (patch)
treeee7a86c9e6fe7ac11f62f6bf893d890d9b72c446 /tools
parent1928f8df65bd2adc8e6c51317c5c454e0e868b35 (diff)
Relicensing under the simplified (2-clause) BSD license
Got authorization from all copyright holders
Diffstat (limited to 'tools')
-rw-r--r--tools/alsa_device.c3
-rw-r--r--tools/alsa_device.h3
-rw-r--r--tools/celtclient.c4
-rw-r--r--tools/celtdec.c4
-rw-r--r--tools/celtenc.c4
-rw-r--r--tools/wav_io.c4
-rw-r--r--tools/wav_io.h4
7 files changed, 0 insertions, 26 deletions
diff --git a/tools/alsa_device.c b/tools/alsa_device.c
index e27a7f1..aaf5db6 100644
--- a/tools/alsa_device.c
+++ b/tools/alsa_device.c
@@ -14,9 +14,6 @@
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
diff --git a/tools/alsa_device.h b/tools/alsa_device.h
index a5b3787..03e1e5d 100644
--- a/tools/alsa_device.h
+++ b/tools/alsa_device.h
@@ -14,9 +14,6 @@
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
diff --git a/tools/celtclient.c b/tools/celtclient.c
index c22428e..60e994f 100644
--- a/tools/celtclient.c
+++ b/tools/celtclient.c
@@ -16,10 +16,6 @@
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- - Neither the name of the Xiph.org Foundation nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
diff --git a/tools/celtdec.c b/tools/celtdec.c
index c26fa68..6e52752 100644
--- a/tools/celtdec.c
+++ b/tools/celtdec.c
@@ -14,10 +14,6 @@
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- - Neither the name of the Xiph.org Foundation nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
diff --git a/tools/celtenc.c b/tools/celtenc.c
index d6e0138..99da5c5 100644
--- a/tools/celtenc.c
+++ b/tools/celtenc.c
@@ -14,10 +14,6 @@
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- - Neither the name of the Xiph.org Foundation nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
diff --git a/tools/wav_io.c b/tools/wav_io.c
index 4f2ab06..d231d5e 100644
--- a/tools/wav_io.c
+++ b/tools/wav_io.c
@@ -13,10 +13,6 @@
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- - Neither the name of the Xiph.org Foundation nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
diff --git a/tools/wav_io.h b/tools/wav_io.h
index 1156199..1826e6c 100644
--- a/tools/wav_io.h
+++ b/tools/wav_io.h
@@ -12,10 +12,6 @@
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- - Neither the name of the Xiph.org Foundation nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR