[beast/devel: 13/27] DRIVERS: use one liner license



commit 4afcad6e1e68324c385d0812c35412ca4c1411f3
Author: Tim Janik <timj gnu org>
Date:   Sun Dec 23 18:07:17 2012 +0100

    DRIVERS: use one liner license

 drivers/Makefile.am                             |    3 ---
 drivers/bse-portaudio/Makefile.am               |    4 ----
 drivers/bse-portaudio/acbeast.m4                |    3 +--
 drivers/bse-portaudio/bsepcmdevice-portaudio.cc |   18 +-----------------
 drivers/bse-portaudio/bsepcmdevice-portaudio.hh |   18 +-----------------
 drivers/bse-portaudio/configure.in              |    1 +
 drivers/bsemididevice-alsa.cc                   |   17 +----------------
 drivers/bsemididevice-alsa.hh                   |   17 +----------------
 drivers/bsepcmdevice-alsa.cc                    |   17 +----------------
 drivers/bsepcmdevice-alsa.hh                    |   17 +----------------
 10 files changed, 8 insertions(+), 107 deletions(-)
---
diff --git a/drivers/Makefile.am b/drivers/Makefile.am
index a20230a..aaf210a 100644
--- a/drivers/Makefile.am
+++ b/drivers/Makefile.am
@@ -1,7 +1,4 @@
 # BSE-Plugins - Better Sound Engine dynamic Plugins
-# Copyright (C) 2004-2011 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 INCLUDES += -I$(top_srcdir) -I. $(BSE_CFLAGS)
diff --git a/drivers/bse-portaudio/Makefile.am b/drivers/bse-portaudio/Makefile.am
index 1427040..5b8dd6c 100644
--- a/drivers/bse-portaudio/Makefile.am
+++ b/drivers/bse-portaudio/Makefile.am
@@ -1,8 +1,4 @@
 # BSE-PortAudio - Better Sound Engine PortAudio Driver Package
-# Copyright (C) 2004 Tim Janik
-# Copyright (C) 2004 Stefan Westerfeld
-#
-## GNU Lesser General Public License version 2 or any later version.
 
 INCLUDES = -I$(srcdir) -I$(top_builddir) $(BSE_CFLAGS)
 # we specify the logging domain here
diff --git a/drivers/bse-portaudio/acbeast.m4 b/drivers/bse-portaudio/acbeast.m4
index 01c66ff..b018e52 100644
--- a/drivers/bse-portaudio/acbeast.m4
+++ b/drivers/bse-portaudio/acbeast.m4
@@ -1,5 +1,4 @@
-dnl # Birnet
-dnl # GNU Lesser General Public License version 2 or any later version.
+dnl # Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 ## Portability defines that help interoperate with classic and modern autoconfs
 ifdef([AC_TR_SH],[
diff --git a/drivers/bse-portaudio/bsepcmdevice-portaudio.cc b/drivers/bse-portaudio/bsepcmdevice-portaudio.cc
index 9e065ad..587bccf 100644
--- a/drivers/bse-portaudio/bsepcmdevice-portaudio.cc
+++ b/drivers/bse-portaudio/bsepcmdevice-portaudio.cc
@@ -1,20 +1,4 @@
-/* BSE - Better Sound Engine
- * Copyright (C) 2004 Tim Janik
- * 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 "configure.h"
 #include "bsepcmdevice-portaudio.hh"
 #include <portaudio.h>
diff --git a/drivers/bse-portaudio/bsepcmdevice-portaudio.hh b/drivers/bse-portaudio/bsepcmdevice-portaudio.hh
index f546af8..bb62130 100644
--- a/drivers/bse-portaudio/bsepcmdevice-portaudio.hh
+++ b/drivers/bse-portaudio/bsepcmdevice-portaudio.hh
@@ -1,20 +1,4 @@
-/* BSE - Better Sound Engine
- * Copyright (C) 2004 Tim Janik
- * 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
 #ifndef __BSE_PCM_DEVICE_PORTAUDIO_H__
 #define __BSE_PCM_DEVICE_PORTAUDIO_H__
 
diff --git a/drivers/bse-portaudio/configure.in b/drivers/bse-portaudio/configure.in
index 101e88e..237ef38 100644
--- a/drivers/bse-portaudio/configure.in
+++ b/drivers/bse-portaudio/configure.in
@@ -1,3 +1,4 @@
+dnl # Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 dnl ************************************
 dnl *** include special BEAST macros ***
 dnl ************************************
diff --git a/drivers/bsemididevice-alsa.cc b/drivers/bsemididevice-alsa.cc
index b1ec33a..23adfb6 100644
--- a/drivers/bsemididevice-alsa.cc
+++ b/drivers/bsemididevice-alsa.cc
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine
- * Copyright (C) 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 "configure.h"
 #include <bse/bsecxxplugin.hh>
 #include "bsemididevice-alsa.hh"
diff --git a/drivers/bsemididevice-alsa.hh b/drivers/bsemididevice-alsa.hh
index 1d62de2..e93e03a 100644
--- a/drivers/bsemididevice-alsa.hh
+++ b/drivers/bsemididevice-alsa.hh
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine
- * Copyright (C) 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 __BSE_MIDI_DEVICE_ALSA_H__
 #define __BSE_MIDI_DEVICE_ALSA_H__
 
diff --git a/drivers/bsepcmdevice-alsa.cc b/drivers/bsepcmdevice-alsa.cc
index 8860bfd..4e2cc04 100644
--- a/drivers/bsepcmdevice-alsa.cc
+++ b/drivers/bsepcmdevice-alsa.cc
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine
- * Copyright (C) 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 "configure.h"
 #include <bse/bsecxxplugin.hh>
 #include "bsepcmdevice-alsa.hh"
diff --git a/drivers/bsepcmdevice-alsa.hh b/drivers/bsepcmdevice-alsa.hh
index 1acf27b..8dc56d7 100644
--- a/drivers/bsepcmdevice-alsa.hh
+++ b/drivers/bsepcmdevice-alsa.hh
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine
- * Copyright (C) 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 __BSE_PCM_DEVICE_ALSA_H__
 #define __BSE_PCM_DEVICE_ALSA_H__
 



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