From 11c4e71749c2be68662fef597b000b7d9aed99e8 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sun, 18 Nov 2012 20:52:50 +0200 Subject: [PATCH] Change license header in shell scripts Signed-off-by: Toni Gundogdu --- autogen.sh | 27 ++++++++++++++------------- gen-news.sh | 28 +++++++++++++++------------- gen-ver.sh | 27 ++++++++++++++------------- tests/find_tests.sh | 23 ++++++++++++----------- tests/run_tests.sh | 23 ++++++++++++----------- 5 files changed, 67 insertions(+), 61 deletions(-) diff --git a/autogen.sh b/autogen.sh index e689d19..7c73cd2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,22 +1,23 @@ #!/bin/sh # -# autogen.sh for libquvi -# Copyright (C) 2011 Toni Gundogdu +# libquvi +# Copyright (C) 2012 Toni Gundogdu # -# 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 file is part of libquvi . # -# This library is distributed in the hope that it will be useful, +# This program is free software: you can redistribute it and/or +# modify it under the terms of the GNU Affero General Public +# License as published by the Free Software Foundation, either +# version 3 of the License, or (at your option) any later version. +# +# This program 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. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. # -# 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 +# You should have received a copy of the GNU Affero General +# Public License along with this program. If not, see +# . # set -e diff --git a/gen-news.sh b/gen-news.sh index 526dbe2..dc8a8cb 100755 --- a/gen-news.sh +++ b/gen-news.sh @@ -1,24 +1,26 @@ #!/bin/sh # -# gen-news.sh for libquvi -# Copyright (C) 2012 Toni Gundogdu +# libquvi +# Copyright (C) 2012 Toni Gundogdu # -# 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 file is part of libquvi . # -# This library is distributed in the hope that it will be useful, +# This program is free software: you can redistribute it and/or +# modify it under the terms of the GNU Affero General Public +# License as published by the Free Software Foundation, either +# version 3 of the License, or (at your option) any later version. +# +# This program 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. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. # -# 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 +# You should have received a copy of the GNU Affero General +# Public License along with this program. If not, see +# . # set -e + IFS=$' ' a=`grep < ~/.gitconfig name | cut -f2 -d= | sed 's/^\s*//'` diff --git a/gen-ver.sh b/gen-ver.sh index f53b731..0e060f6 100755 --- a/gen-ver.sh +++ b/gen-ver.sh @@ -1,22 +1,23 @@ #!/bin/sh # -# gen-ver.sh for libquvi -# Copyright (C) 2012 Toni Gundogdu +# libquvi +# Copyright (C) 2012 Toni Gundogdu # -# 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 file is part of libquvi . # -# This library is distributed in the hope that it will be useful, +# This program is free software: you can redistribute it and/or +# modify it under the terms of the GNU Affero General Public +# License as published by the Free Software Foundation, either +# version 3 of the License, or (at your option) any later version. +# +# This program 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. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. # -# 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 +# You should have received a copy of the GNU Affero General +# Public License along with this program. If not, see +# . # dir=`dirname $0` o= diff --git a/tests/find_tests.sh b/tests/find_tests.sh index 6431745..cece70b 100755 --- a/tests/find_tests.sh +++ b/tests/find_tests.sh @@ -3,20 +3,21 @@ # libquvi # Copyright (C) 2012 Toni Gundogdu # -# 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 file is part of libquvi . # -# This library is distributed in the hope that it will be useful, +# This program is free software: you can redistribute it and/or +# modify it under the terms of the GNU Affero General Public +# License as published by the Free Software Foundation, either +# version 3 of the License, or (at your option) any later version. +# +# This program 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. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. # -# 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 +# You should have received a copy of the GNU Affero General +# Public License along with this program. If not, see +# . # set -e diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 11c2fcb..a05aa3a 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -3,20 +3,21 @@ # libquvi # Copyright (C) 2012 Toni Gundogdu # -# 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 file is part of libquvi . # -# This library is distributed in the hope that it will be useful, +# This program is free software: you can redistribute it and/or +# modify it under the terms of the GNU Affero General Public +# License as published by the Free Software Foundation, either +# version 3 of the License, or (at your option) any later version. +# +# This program 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. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. # -# 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 +# You should have received a copy of the GNU Affero General +# Public License along with this program. If not, see +# . # set -e -- 2.11.4.GIT