[beast/devel: 16/27] SHELL: use one liner license



commit b31777ea34f0fb4b0d20ea74b6212aaee91a266a
Author: Tim Janik <timj gnu org>
Date:   Sun Dec 23 18:08:11 2012 +0100

    SHELL: use one liner license

 shell/Makefile.am       |    3 ---
 shell/bse-scm-glue.boot |   17 +----------------
 shell/bsescm.cc         |   17 +----------------
 shell/bsescminterp.cc   |   17 +----------------
 shell/bsescminterp.hh   |   17 +----------------
 5 files changed, 4 insertions(+), 67 deletions(-)
---
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 484c4cb..dcdefcd 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -1,7 +1,4 @@
 # SHELL - Better Sound Engine Shell
-# Copyright (C) 2001-2003 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 INCLUDES += -I$(top_srcdir) -I. -I$(top_builddir) $(BSESCM_CFLAGS) -DG_DISABLE_CONST_RETURNS
diff --git a/shell/bse-scm-glue.boot b/shell/bse-scm-glue.boot
index f1d412e..0e75567 100644
--- a/shell/bse-scm-glue.boot
+++ b/shell/bse-scm-glue.boot
@@ -1,20 +1,5 @@
+;; CC0 Public Domain: http://creativecommons.org/publicdomain/zero/1.0/
 ;; -*- scheme -*-
-;; Copyright (C) 2001-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.
 
 ;; allow i18n markup of strings
 (define _  (lambda arglist (bse-gettext (apply string-append arglist))))   ;; translate concatenated string
diff --git a/shell/bsescm.cc b/shell/bsescm.cc
index fbfde31..12cce22 100644
--- a/shell/bsescm.cc
+++ b/shell/bsescm.cc
@@ -1,19 +1,4 @@
-/* BSE-SCM - Better Sound Engine Scheme Wrapper
- * Copyright (C) 2002 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 <string.h>
 #include <errno.h>
 #include <unistd.h>
diff --git a/shell/bsescminterp.cc b/shell/bsescminterp.cc
index e339442..d7c1b9b 100644
--- a/shell/bsescminterp.cc
+++ b/shell/bsescminterp.cc
@@ -1,19 +1,4 @@
-/* BSE-SCM - Better Sound Engine Scheme Wrapper
- * Copyright (C) 2002-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 <string.h>
 #include <errno.h>
 #include "bsescminterp.hh"
diff --git a/shell/bsescminterp.hh b/shell/bsescminterp.hh
index c8dcde7..8706e27 100644
--- a/shell/bsescminterp.hh
+++ b/shell/bsescminterp.hh
@@ -1,19 +1,4 @@
-/* BSE-SCM - Better Sound Engine Scheme Wrapper
- * Copyright (C) 2002-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
 #ifndef __BSE_SCM_INTERP_H__
 #define __BSE_SCM_INTERP_H__
 



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