[beast/devel: 25/27] TOOLS: use one liner license



commit 9cfd6a8a79ce4717cb012ea995ba23e744fa4aba
Author: Tim Janik <timj gnu org>
Date:   Sun Dec 23 18:13:58 2012 +0100

    TOOLS: use one liner license

 tools/bsefcompare.cc           |   17 +----------------
 tools/bsefextract.cc           |   17 +----------------
 tools/bseloopfuncs.cc          |   17 +----------------
 tools/bseloopfuncs.hh          |   17 +----------------
 tools/bsewavetool.cc           |   18 +-----------------
 tools/bsewavetool.hh           |   17 +----------------
 tools/bwtwave.cc               |   17 +----------------
 tools/bwtwave.hh               |   17 +----------------
 tools/cutvorbis.cc             |   17 +----------------
 tools/magictest.cc             |   17 +----------------
 tools/mathtool.cc              |   17 +----------------
 tools/scripts/noteplaytest.scm |   18 +-----------------
 tools/scripts/retrokit.sh      |   19 +------------------
 tools/scripts/waveloadtest.scm |   18 +-----------------
 tools/sfiutils.cc              |   17 +----------------
 tools/sfiutils.hh              |   17 +----------------
 16 files changed, 16 insertions(+), 261 deletions(-)
---
diff --git a/tools/bsefcompare.cc b/tools/bsefcompare.cc
index 6f440e0..3fc7717 100644
--- a/tools/bsefcompare.cc
+++ b/tools/bsefcompare.cc
@@ -1,19 +1,4 @@
-/* BSE Feature Comparision Tool
- * Copyright (C) 2004-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/bseengine.hh>
 #include <bse/bsemathsignal.hh>
diff --git a/tools/bsefextract.cc b/tools/bsefextract.cc
index 646805c..e25909e 100644
--- a/tools/bsefextract.cc
+++ b/tools/bsefextract.cc
@@ -1,19 +1,4 @@
-/* BSE Feature Extraction Tool
- * Copyright (C) 2004-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/bsemain.hh>
 #include <bse/bseengine.hh>
 #include <bse/bsemathsignal.hh>
diff --git a/tools/bseloopfuncs.cc b/tools/bseloopfuncs.cc
index 81bc0f0..56aece5 100644
--- a/tools/bseloopfuncs.cc
+++ b/tools/bseloopfuncs.cc
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine
- * Copyright (C) 2001, 2003 Tim Janik and 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 "bseloopfuncs.hh"
 #include <bse/gsldatacache.hh>
 #include <string.h>
diff --git a/tools/bseloopfuncs.hh b/tools/bseloopfuncs.hh
index cc3e8d5..6b01f8d 100644
--- a/tools/bseloopfuncs.hh
+++ b/tools/bseloopfuncs.hh
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine
- * Copyright (C) 2001, 2003 Tim Janik and 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
 #ifndef __BSE_LOOPFUNCS_H__
 #define __BSE_LOOPFUNCS_H__
 
diff --git a/tools/bsewavetool.cc b/tools/bsewavetool.cc
index 926ced4..bd3118e 100644
--- a/tools/bsewavetool.cc
+++ b/tools/bsewavetool.cc
@@ -1,20 +1,4 @@
-/* BseWaveTool - BSE Wave creation tool
- * Copyright (C) 2001-2004 Tim Janik
- * Copyright (C) 2005-2007 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 "bsewavetool.hh"
 #include "topconfig.h"
 #include "bwtwave.hh"
diff --git a/tools/bsewavetool.hh b/tools/bsewavetool.hh
index 25f5a83..c76e464 100644
--- a/tools/bsewavetool.hh
+++ b/tools/bsewavetool.hh
@@ -1,19 +1,4 @@
-/* BseWaveTool - BSE Wave creation tool
- * Copyright (C) 2001-2004 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/gsldatahandle.hh>
 #include <bse/gslwavechunk.hh>
 #include "bseloopfuncs.hh"
diff --git a/tools/bwtwave.cc b/tools/bwtwave.cc
index ffc1588..8649303 100644
--- a/tools/bwtwave.cc
+++ b/tools/bwtwave.cc
@@ -1,19 +1,4 @@
-/* BseWaveTool - BSE Wave manipulation tool             -*-mode: c++;-*-
- * Copyright (C) 2001-2004 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 "bwtwave.hh"
 #include <bse/bsemath.hh>
 #include <bse/gsldatautils.hh>
diff --git a/tools/bwtwave.hh b/tools/bwtwave.hh
index ba408c3..318d0dd 100644
--- a/tools/bwtwave.hh
+++ b/tools/bwtwave.hh
@@ -1,19 +1,4 @@
-/* BseWaveTool - BSE Wave manipulation tool             -*-mode: c++;-*-
- * Copyright (C) 2001-2004 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
 #ifndef __BWT_WAVE_H__
 #define __BWT_WAVE_H__
 
diff --git a/tools/cutvorbis.cc b/tools/cutvorbis.cc
index 56e2136..105c6d2 100644
--- a/tools/cutvorbis.cc
+++ b/tools/cutvorbis.cc
@@ -1,19 +1,4 @@
-/* GSL - Generic Sound Layer
- * Copyright (C) 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/gslvorbis-cutter.hh>
 #include <bse/bsemain.hh>
 #include <sys/types.h>
diff --git a/tools/magictest.cc b/tools/magictest.cc
index 51d06c3..d55fc7d 100644
--- a/tools/magictest.cc
+++ b/tools/magictest.cc
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine
- * Copyright (C) 2000-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/bsemain.hh>
 #include "topconfig.h"
 #include <bse/gslmagic.hh>
diff --git a/tools/mathtool.cc b/tools/mathtool.cc
index dfbce6d..95d997a 100644
--- a/tools/mathtool.cc
+++ b/tools/mathtool.cc
@@ -1,19 +1,4 @@
-/* GSL - Generic Sound Layer
- * Copyright (C) 2001-2002 Tim Janik and 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
 #define GSL_EXTENSIONS
 #include <bse/bsemain.hh>
 #include <bse/gslcommon.hh>
diff --git a/tools/scripts/noteplaytest.scm b/tools/scripts/noteplaytest.scm
index f91d1a1..9a3bf43 100644
--- a/tools/scripts/noteplaytest.scm
+++ b/tools/scripts/noteplaytest.scm
@@ -1,20 +1,4 @@
-;; 
-;; Copyright (C) 2004-2005 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
 
 ;;
 ;; usage: bsescm -s noteplaytest.scm <instrument> <note> <time_ms>
diff --git a/tools/scripts/retrokit.sh b/tools/scripts/retrokit.sh
index 7e87593..cbef15b 100755
--- a/tools/scripts/retrokit.sh
+++ b/tools/scripts/retrokit.sh
@@ -1,22 +1,5 @@
 #!/bin/bash
-#
-# Copyright (C) 2006-2008 Stefan Westerfeld, stefan space twc de
-# Copyright (C) 2006-2008 Tim Janik, timj gtk org
-#
-# 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
 
 set -e
 set -x
diff --git a/tools/scripts/waveloadtest.scm b/tools/scripts/waveloadtest.scm
index 23bcf99..dc990f6 100644
--- a/tools/scripts/waveloadtest.scm
+++ b/tools/scripts/waveloadtest.scm
@@ -1,20 +1,4 @@
-;; 
-;; Copyright (C) 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
 
 ;;
 ;; usage: bsescm -s waveloadtest.scm <wav-files>
diff --git a/tools/sfiutils.cc b/tools/sfiutils.cc
index a42871f..4a177cd 100644
--- a/tools/sfiutils.cc
+++ b/tools/sfiutils.cc
@@ -1,19 +1,4 @@
-/* SFI - Synthesis Fusion Kit Interface
- * Copyright (C) 2000-2004 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 "sfiutils.h"
 #include <bse/gslcommon.hh>
 #include <bse/bsemath.hh>
diff --git a/tools/sfiutils.hh b/tools/sfiutils.hh
index 9aefe92..b940009 100644
--- a/tools/sfiutils.hh
+++ b/tools/sfiutils.hh
@@ -1,19 +1,4 @@
-/* SFI - Synthesis Fusion Kit Interface
- * Copyright (C) 2000-2004 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
 #ifndef	__SFI_UTILS_H__
 #define	__SFI_UTILS_H__
 



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