[beast/devel: 15/27] TESTS: use one liner license



commit 45e957fae67c06ed1229c4768b6c164454956734
Author: Tim Janik <timj gnu org>
Date:   Sun Dec 23 18:08:01 2012 +0100

    TESTS: use one liner license

 tests/Makefile.am                |    3 ---
 tests/audio/Makefile.am          |    2 --
 tests/bse/Makefile.am            |    4 ----
 tests/bse/cxxbinding.cc          |   17 +----------------
 tests/bse/filtertest.cc          |   17 +----------------
 tests/bse/testplugin.cc          |   17 +----------------
 tests/bse/testplugin.idl         |   17 +----------------
 tests/filecheck/Makefile.am      |    3 ---
 tests/filecheck/checkproject.scm |   17 +----------------
 tests/latency/Makefile.am        |    3 ---
 tests/latency/bselatencytest.cc  |   17 +----------------
 tests/latency/bselatencytest.idl |   17 +----------------
 tests/latency/bseplay.scm        |   17 +----------------
 tests/perftest.cc                |   17 +----------------
 tests/scripts/Makefile.am        |    2 --
 tests/testresampler.cc           |   17 +----------------
 tests/testresamplerq.cc          |   17 +----------------
 tests/testwavechunk.c            |   17 +----------------
 18 files changed, 12 insertions(+), 209 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7e81db5..6cc62ae 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,4 @@
 # beast/tests
-# Copyright (C) 2003-2006 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 SUBDIRS = . latency scripts bse audio filecheck
diff --git a/tests/audio/Makefile.am b/tests/audio/Makefile.am
index 8a20934..c764a5d 100644
--- a/tests/audio/Makefile.am
+++ b/tests/audio/Makefile.am
@@ -1,6 +1,4 @@
 # Beast Tests
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 # === feature test tools ===
diff --git a/tests/bse/Makefile.am b/tests/bse/Makefile.am
index 02f7121..1b8502b 100644
--- a/tests/bse/Makefile.am
+++ b/tests/bse/Makefile.am
@@ -1,8 +1,4 @@
 # beast/tests/bse
-# Copyright (C) 2003-2006 Tim Janik
-# Copyright (C) 2005 Stefan Westerfeld
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 INCLUDES += -I$(top_srcdir) -I$(top_builddir) -I$(srcdir) -I. $(SFI_CFLAGS)
diff --git a/tests/bse/cxxbinding.cc b/tests/bse/cxxbinding.cc
index d383e2d..6542d2c 100644
--- a/tests/bse/cxxbinding.cc
+++ b/tests/bse/cxxbinding.cc
@@ -1,19 +1,4 @@
-/* BSE test program
- * Copyright (C) 2003 Stefan Westerfeld
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsecxxapi.hh"
 #include <bse/bse.hh>
 #include <unistd.h>
diff --git a/tests/bse/filtertest.cc b/tests/bse/filtertest.cc
index 6553119..e75b038 100644
--- a/tests/bse/filtertest.cc
+++ b/tests/bse/filtertest.cc
@@ -1,19 +1,4 @@
-/* Tool for testing IIR filters generated by BSE
- * Copyright (C) 2006 Stefan Westerfeld
- * 
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <string>
 #include <vector>
 #include <set>
diff --git a/tests/bse/testplugin.cc b/tests/bse/testplugin.cc
index 10b17b2..1ce268b 100644
--- a/tests/bse/testplugin.cc
+++ b/tests/bse/testplugin.cc
@@ -1,19 +1,4 @@
-/* TestPlugin - used to test the C++ language binding
- * Copyright (C) 2003 Stefan Westerfeld <stefan space twc de>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bse/bsecxxmodule.hh"
 #include "testplugin.genidl.hh"
 #include <stdexcept>
diff --git a/tests/bse/testplugin.idl b/tests/bse/testplugin.idl
index 8d32452..cfbd7fd 100644
--- a/tests/bse/testplugin.idl
+++ b/tests/bse/testplugin.idl
@@ -1,19 +1,4 @@
-/* TestPlugin - used to test the C++ language binding           -*-mode: c++;-*-
- * Copyright (C) 2003 Stefan Westerfeld <stefan space twc de>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bse.idl>
 
 namespace Namespace {
diff --git a/tests/filecheck/Makefile.am b/tests/filecheck/Makefile.am
index 1a8a3c0..aa344e5 100644
--- a/tests/filecheck/Makefile.am
+++ b/tests/filecheck/Makefile.am
@@ -1,7 +1,4 @@
 # beast/tests/filecheck
-# Copyright (C) 2003-2006 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 INCLUDES += -I$(top_srcdir) -I$(top_builddir) -I$(srcdir) -I. $(SFI_CFLAGS)
diff --git a/tests/filecheck/checkproject.scm b/tests/filecheck/checkproject.scm
index d225a5b..a8312c6 100644
--- a/tests/filecheck/checkproject.scm
+++ b/tests/filecheck/checkproject.scm
@@ -1,20 +1,5 @@
+;; CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
 ;; -*- scheme -*-
-;; Copyright (C) 2006 Tim Janik
-;;
-;; This software is provided "as is"; redistribution and modification
-;; is permitted, provided that the following disclaimer is retained.
-;;
-;; This software is distributed in the hope that it will be useful,
-;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-;; In no event shall the authors 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
-;; 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.
 
 ;; play argc/argv contents as bse files
 
diff --git a/tests/latency/Makefile.am b/tests/latency/Makefile.am
index 95538a8..f8bb5e7 100644
--- a/tests/latency/Makefile.am
+++ b/tests/latency/Makefile.am
@@ -1,7 +1,4 @@
 # BSE - Better Sound Engine
-# Copyright (C) 2004 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 INCLUDES += -I$(top_srcdir) -I$(top_builddir) -I$(srcdir) -I. $(SFI_CFLAGS)
diff --git a/tests/latency/bselatencytest.cc b/tests/latency/bselatencytest.cc
index b58709a..80e8faa 100644
--- a/tests/latency/bselatencytest.cc
+++ b/tests/latency/bselatencytest.cc
@@ -1,19 +1,4 @@
-/* BseLatencyTest - BSE Latency Test
- * Copyright (C) 2004 Stefan Westerfeld
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bselatencytest.genidl.hh"
 #include <sys/time.h>
 #include <string>
diff --git a/tests/latency/bselatencytest.idl b/tests/latency/bselatencytest.idl
index af96ce1..4dc4a4f 100644
--- a/tests/latency/bselatencytest.idl
+++ b/tests/latency/bselatencytest.idl
@@ -1,19 +1,4 @@
-/* BseLatencyTest - BSE Latency Test		-*-mode: c++;-*-
- * Copyright (C) 2004 Stefan Westerfeld
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bsecxxmodule.idl>
 
 namespace Bse {
diff --git a/tests/latency/bseplay.scm b/tests/latency/bseplay.scm
index bc26c07..a118389 100644
--- a/tests/latency/bseplay.scm
+++ b/tests/latency/bseplay.scm
@@ -1,20 +1,5 @@
+;; CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
 ;; bseplay.scm - silently play .bse files		-*- scheme -*-
-;; Copyright (C) 2001-2002 Tim Janik
-;;
-;; This software is provided "as is"; redistribution and modification
-;; is permitted, provided that the following disclaimer is retained.
-;;
-;; This software is distributed in the hope that it will be useful,
-;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-;; In no event shall the authors 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
-;; 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.
 
 ;; play argc/argv contents as bse files
 (define (bse-play)
diff --git a/tests/perftest.cc b/tests/perftest.cc
index 05752aa..fc9c6b9 100644
--- a/tests/perftest.cc
+++ b/tests/perftest.cc
@@ -1,19 +1,4 @@
-/* BSE performance test
- * Copyright (C) 2003,2004 Stefan Westerfeld
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsecxxapi.hh"
 #include <bse/bse.hh>
 #include <unistd.h>
diff --git a/tests/scripts/Makefile.am b/tests/scripts/Makefile.am
index 8281938..c4c3064 100644
--- a/tests/scripts/Makefile.am
+++ b/tests/scripts/Makefile.am
@@ -1,6 +1,4 @@
 # Beast Tests
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 EXTRA_DIST += $(strip \
diff --git a/tests/testresampler.cc b/tests/testresampler.cc
index 0927993..c0d4c99 100644
--- a/tests/testresampler.cc
+++ b/tests/testresampler.cc
@@ -1,19 +1,4 @@
-/* SSE optimized FIR Resampling code
- * Copyright (C) 2006 Stefan Westerfeld
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bseresampler.hh>
 #include <bse/bseresamplerimpl.hh>
 #include <bse/bseblockutils.hh>
diff --git a/tests/testresamplerq.cc b/tests/testresamplerq.cc
index 99efbf5..8d5c149 100644
--- a/tests/testresamplerq.cc
+++ b/tests/testresamplerq.cc
@@ -1,19 +1,4 @@
-/* Quick test for resampling code
- * Copyright (C) 2011 Stefan Westerfeld
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 #include <bse/bseresampler.hh>
 #include <bse/bsemathsignal.hh>
diff --git a/tests/testwavechunk.c b/tests/testwavechunk.c
index 2c4b103..ae56684 100644
--- a/tests/testwavechunk.c
+++ b/tests/testwavechunk.c
@@ -1,19 +1,4 @@
-/* GSL - Generic Sound Layer
- * Copyright (C) 2001-2003 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/gslwavechunk.hh>
 #include <bse/gsldatahandle.hh>
 #include <bse/bsemain.hh>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]