From 427762ed1e070ebe8727de20142956fca4ac30d1 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 11 Sep 2012 17:22:39 +0300 Subject: [PATCH] tests/*.sh: Use the intended license --- tests/find_tests.sh | 20 ++++++++++---------- tests/run_tests.sh | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/tests/find_tests.sh b/tests/find_tests.sh index 08f1a1c..3a546da 100755 --- a/tests/find_tests.sh +++ b/tests/find_tests.sh @@ -3,20 +3,20 @@ # libquvi-scripts # Copyright (C) 2012 Toni Gundogdu # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. +# 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 program is distributed in the hope that it will be useful, +# 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 General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# 02110-1301 USA # set -e diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 25b8bdb..8040f32 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -3,20 +3,20 @@ # libquvi-scripts # Copyright (C) 2012 Toni Gundogdu # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. +# 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 program is distributed in the hope that it will be useful, +# 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 General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# 02110-1301 USA # set -e -- 2.11.4.GIT