From 8265342ecd91dd6999f06958f25183c3c7b5689a Mon Sep 17 00:00:00 2001 From: Benoit Sigoure Date: Wed, 21 Jan 2009 20:51:57 +0000 Subject: [PATCH] Add GPLv2+ exceptions to make the code more easily usable by others. Signed-off-by: Benoit Sigoure --- README | 2 ++ build-aux/autotroll.m4 | 16 ++++++++++++++++ build-aux/autotroll.mk | 16 ++++++++++++++++ build-aux/qscintilla2.m4 | 16 ++++++++++++++++ configure.ac | 16 ++++++++++++++++ tests/test.sh | 16 ++++++++++++++++ 6 files changed, 82 insertions(+) diff --git a/README b/README index 46e9a5b..54a2c4d 100644 --- a/README +++ b/README @@ -1 +1,3 @@ This is a demo of AutoTroll. + +Please note that AutoTroll is distributed under the GPLv2+ with exception. diff --git a/build-aux/autotroll.m4 b/build-aux/autotroll.m4 index fdab24b..9b4a990 100644 --- a/build-aux/autotroll.m4 +++ b/build-aux/autotroll.m4 @@ -17,6 +17,22 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, # USA. +# +# In addition, as a special exception, the copyright holders of AutoTroll +# give you unlimited permission to copy, distribute and modify the configure +# scripts that are the output of Autoconf when processing the macros of +# AutoTroll. You need not follow the terms of the GNU General Public License +# when using or distributing such scripts, even though portions of the text of +# AutoTroll appear in them. The GNU General Public License (GPL) does govern +# all other use of the material that constitutes AutoTroll. +# +# This special exception to the GPL applies to versions of AutoTroll +# released by the copyright holders of AutoTroll. Note that people who make +# modified versions of AutoTroll are not obligated to grant this special +# exception for their modified versions; it is their choice whether to do so. +# The GNU General Public License gives permission to release a modified version +# without this exception; this exception also makes it possible to release a +# modified version which carries forward this exception. # ------------- # # DOCUMENTATION # diff --git a/build-aux/autotroll.mk b/build-aux/autotroll.mk index 8e61d95..077b575 100644 --- a/build-aux/autotroll.mk +++ b/build-aux/autotroll.mk @@ -16,6 +16,22 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, # USA. +# +# In addition, as a special exception, the copyright holders of AutoTroll +# give you unlimited permission to copy, distribute and modify the configure +# scripts that are the output of Autoconf when processing the macros of +# AutoTroll. You need not follow the terms of the GNU General Public License +# when using or distributing such scripts, even though portions of the text of +# AutoTroll appear in them. The GNU General Public License (GPL) does govern +# all other use of the material that constitutes AutoTroll. +# +# This special exception to the GPL applies to versions of AutoTroll +# released by the copyright holders of AutoTroll. Note that people who make +# modified versions of AutoTroll are not obligated to grant this special +# exception for their modified versions; it is their choice whether to do so. +# The GNU General Public License gives permission to release a modified version +# without this exception; this exception also makes it possible to release a +# modified version which carries forward this exception. # ------------- # # DOCUMENTATION # diff --git a/build-aux/qscintilla2.m4 b/build-aux/qscintilla2.m4 index fb249ae..83842d0 100644 --- a/build-aux/qscintilla2.m4 +++ b/build-aux/qscintilla2.m4 @@ -17,6 +17,22 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, # USA. +# +# In addition, as a special exception, the copyright holders of AutoTroll +# give you unlimited permission to copy, distribute and modify the configure +# scripts that are the output of Autoconf when processing the macros of +# AutoTroll. You need not follow the terms of the GNU General Public License +# when using or distributing such scripts, even though portions of the text of +# AutoTroll appear in them. The GNU General Public License (GPL) does govern +# all other use of the material that constitutes AutoTroll. +# +# This special exception to the GPL applies to versions of AutoTroll +# released by the copyright holders of AutoTroll. Note that people who make +# modified versions of AutoTroll are not obligated to grant this special +# exception for their modified versions; it is their choice whether to do so. +# The GNU General Public License gives permission to release a modified version +# without this exception; this exception also makes it possible to release a +# modified version which carries forward this exception. # This file relies on values (QT_*) defined by AutoTroll. # Although it is not *required* to use AutoTroll along with this file, doing diff --git a/configure.ac b/configure.ac index 887b3ea..db24e8e 100644 --- a/configure.ac +++ b/configure.ac @@ -15,6 +15,22 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, # USA. +# +# In addition, as a special exception, the copyright holders of AutoTroll +# give you unlimited permission to copy, distribute and modify the configure +# scripts that are the output of Autoconf when processing the macros of +# AutoTroll. You need not follow the terms of the GNU General Public License +# when using or distributing such scripts, even though portions of the text of +# AutoTroll appear in them. The GNU General Public License (GPL) does govern +# all other use of the material that constitutes AutoTroll. +# +# This special exception to the GPL applies to versions of AutoTroll +# released by the copyright holders of AutoTroll. Note that people who make +# modified versions of AutoTroll are not obligated to grant this special +# exception for their modified versions; it is their choice whether to do so. +# The GNU General Public License gives permission to release a modified version +# without this exception; this exception also makes it possible to release a +# modified version which carries forward this exception. ## ------------- ## ## Package setup ## diff --git a/tests/test.sh b/tests/test.sh index b35a6b5..509abcc 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -17,6 +17,22 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, # USA. +# +# In addition, as a special exception, the copyright holders of AutoTroll +# give you unlimited permission to copy, distribute and modify the configure +# scripts that are the output of Autoconf when processing the macros of +# AutoTroll. You need not follow the terms of the GNU General Public License +# when using or distributing such scripts, even though portions of the text of +# AutoTroll appear in them. The GNU General Public License (GPL) does govern +# all other use of the material that constitutes AutoTroll. +# +# This special exception to the GPL applies to versions of AutoTroll +# released by the copyright holders of AutoTroll. Note that people who make +# modified versions of AutoTroll are not obligated to grant this special +# exception for their modified versions; it is their choice whether to do so. +# The GNU General Public License gives permission to release a modified version +# without this exception; this exception also makes it possible to release a +# modified version which carries forward this exception. # ------------- # # Documentation # -- 2.11.4.GIT