[beast/devel: 18/27] LIB: use one liner license



commit 1720a3d5385ec278f214f650fa177e9659dcd180
Author: Tim Janik <timj gnu org>
Date:   Sun Dec 23 18:08:42 2012 +0100

    LIB: use one liner license

 library/Makefile.am                          |    5 +----
 library/demo/Makefile.am                     |    3 ---
 library/effects/Makefile.am                  |    3 ---
 library/instruments/Makefile.am              |    3 ---
 library/keys/Makefile.am                     |    3 ---
 library/samples/Makefile.am                  |    3 ---
 library/scripts/Makefile.am                  |    3 ---
 library/scripts/mixer-splitup-by-track.scm   |   18 +-----------------
 library/scripts/modules2grid.scm             |   17 +----------------
 library/scripts/part-harmonic-transposer.scm |   18 +-----------------
 library/scripts/progressor-example.scm       |   17 +----------------
 library/scripts/record-midi.scm              |   17 +----------------
 library/scripts/song-parts-operations.scm    |   18 +-----------------
 library/skins/Makefile.am                    |    3 ---
 library/skins/images/Makefile.am             |    3 ---
 15 files changed, 7 insertions(+), 127 deletions(-)
---
diff --git a/library/Makefile.am b/library/Makefile.am
index a7197e6..a30f91d 100644
--- a/library/Makefile.am
+++ b/library/Makefile.am
@@ -1,7 +1,4 @@
-# BEAST/BSE - Better Audio System / Better Sound Engine
-# Copyright (C) 2003 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
+# Beast Library - Better Audio System
 include $(top_srcdir)/Makefile.decl
 
 SUBDIRS = effects instruments scripts demo keys skins samples
diff --git a/library/demo/Makefile.am b/library/demo/Makefile.am
index 202f5a1..c3166d8 100644
--- a/library/demo/Makefile.am
+++ b/library/demo/Makefile.am
@@ -1,7 +1,4 @@
 # BEAST/BSE - Better Audio System / Better Sound Engine
-# Copyright (C) 2003 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 
diff --git a/library/effects/Makefile.am b/library/effects/Makefile.am
index 211a2f1..3914aa0 100644
--- a/library/effects/Makefile.am
+++ b/library/effects/Makefile.am
@@ -1,7 +1,4 @@
 # BEAST/BSE - Better Audio System / Better Sound Engine
-# Copyright (C) 2003 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 
diff --git a/library/instruments/Makefile.am b/library/instruments/Makefile.am
index af9a875..106d513 100644
--- a/library/instruments/Makefile.am
+++ b/library/instruments/Makefile.am
@@ -1,7 +1,4 @@
 # BEAST/BSE - Better Audio System / Better Sound Engine
-# Copyright (C) 2003 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 
diff --git a/library/keys/Makefile.am b/library/keys/Makefile.am
index 2b54d46..eae6d13 100644
--- a/library/keys/Makefile.am
+++ b/library/keys/Makefile.am
@@ -1,7 +1,4 @@
 # BEAST/BSE - Better Audio System / Better Sound Engine
-# Copyright (C) 2004 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 keys_DATA = $(strip		\
diff --git a/library/samples/Makefile.am b/library/samples/Makefile.am
index 0831083..efd7df3 100644
--- a/library/samples/Makefile.am
+++ b/library/samples/Makefile.am
@@ -1,7 +1,4 @@
 # BEAST/BSE - Better Audio System / Better Sound Engine
-# Copyright (C) 2003 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 
diff --git a/library/scripts/Makefile.am b/library/scripts/Makefile.am
index 76cbaeb..adf304a 100644
--- a/library/scripts/Makefile.am
+++ b/library/scripts/Makefile.am
@@ -1,7 +1,4 @@
 # BEAST/BSE - Better Audio System / Better Sound Engine
-# Copyright (C) 2003 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 
diff --git a/library/scripts/mixer-splitup-by-track.scm b/library/scripts/mixer-splitup-by-track.scm
index 08f7c35..f4e9e96 100644
--- a/library/scripts/mixer-splitup-by-track.scm
+++ b/library/scripts/mixer-splitup-by-track.scm
@@ -1,20 +1,4 @@
-;; 
-;; Copyright (C) 2003 Stefan Westerfeld, stefan space twc de
-;; 
-;; 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.
+;; CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
 
 ;;
 ;; (bse-script-register <func> <options> <category> <blurb> <author> <license> ARGS...)
diff --git a/library/scripts/modules2grid.scm b/library/scripts/modules2grid.scm
index 2f33d6c..139e93f 100644
--- a/library/scripts/modules2grid.scm
+++ b/library/scripts/modules2grid.scm
@@ -1,19 +1,4 @@
-;; Copyright (C) 2003 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.
+;; CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
 
 ;; (bse-script-register <func> <options> <category> <blurb> <author> <license> ARGS...)
 (bse-script-register 'modules2grid
diff --git a/library/scripts/part-harmonic-transposer.scm b/library/scripts/part-harmonic-transposer.scm
index 2e25425..ccf36ec 100644
--- a/library/scripts/part-harmonic-transposer.scm
+++ b/library/scripts/part-harmonic-transposer.scm
@@ -1,20 +1,4 @@
-;; 
-;; Copyright (C) 2003-2004 Stefan Westerfeld, stefan space twc de
-;; 
-;; 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.
+;; CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
 
 ;;
 ;; (bse-script-register <func> <options> <category> <blurb> <author> <license> ARGS...)
diff --git a/library/scripts/progressor-example.scm b/library/scripts/progressor-example.scm
index 5697d4e..9145a38 100644
--- a/library/scripts/progressor-example.scm
+++ b/library/scripts/progressor-example.scm
@@ -1,19 +1,4 @@
-;; Copyright (C) 1999, 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.
+;; CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
 
 ;; (bse-script-register 'script-function
 ;;                      "unstable"                          ; Options
diff --git a/library/scripts/record-midi.scm b/library/scripts/record-midi.scm
index cb33be3..d12784e 100644
--- a/library/scripts/record-midi.scm
+++ b/library/scripts/record-midi.scm
@@ -1,19 +1,4 @@
-;; Copyright (C) 2002,2005 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.
+;; CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
 
 (bse-script-register 'record-midi
 		     ""
diff --git a/library/scripts/song-parts-operations.scm b/library/scripts/song-parts-operations.scm
index 24a3ee8..e4b3c1a 100644
--- a/library/scripts/song-parts-operations.scm
+++ b/library/scripts/song-parts-operations.scm
@@ -1,20 +1,4 @@
-;; 
-;; Copyright (C) 2003 Stefan Westerfeld, stefan space twc de
-;; 
-;; 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.
+;; CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
 
 ;;
 ;; (bse-script-register <func> <options> <category> <blurb> <author> <license> ARGS...)
diff --git a/library/skins/Makefile.am b/library/skins/Makefile.am
index 2aa65c7..328f31b 100644
--- a/library/skins/Makefile.am
+++ b/library/skins/Makefile.am
@@ -1,7 +1,4 @@
 # BEAST/BSE - Better Audio System / Better Sound Engine
-# Copyright (C) 2004 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 SUBDIRS = images
diff --git a/library/skins/images/Makefile.am b/library/skins/images/Makefile.am
index 5be4440..a50f162 100644
--- a/library/skins/images/Makefile.am
+++ b/library/skins/images/Makefile.am
@@ -1,7 +1,4 @@
 # BEAST/BSE - Better Audio System / Better Sound Engine
-# Copyright (C) 2004 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 



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