summaryrefslogtreecommitdiff
path: root/functions/version.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-12-22 09:45:48 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:29 +0100
commit969ac8f07fac021e7b5345a58bc4fe732f1e3a22 (patch)
tree6584ef3904b79d9d011ac5903f3948ac75caf568 /functions/version.sh
parent3818b02197b2b4dc0a2d3845b5b038bf9075b6a2 (diff)
downloadlive-build-969ac8f07fac021e7b5345a58bc4fe732f1e3a22.zip
live-build-969ac8f07fac021e7b5345a58bc4fe732f1e3a22.tar.gz
Switching to GPL3+.
Diffstat (limited to 'functions/version.sh')
-rwxr-xr-xfunctions/version.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/functions/version.sh b/functions/version.sh
index ef17cef..891b100 100755
--- a/functions/version.sh
+++ b/functions/version.sh
@@ -16,9 +16,9 @@ Version ()
echo
echo "Copyright (C) 2006-2007 Daniel Baumann <daniel@debian.org>"
echo
- echo "This program is free software; you can redistribute it and/or modify"
+ echo "This program is free software: you can redistribute it and/or modify"
echo "it under the terms of the GNU General Public License as published by"
- echo "the Free Software Foundation; either version 2 of the License, or"
+ echo "the Free Software Foundation, either version 3 of the License, or"
echo "(at your option) any later version."
echo
echo "This program is distributed in the hope that it will be useful,"
@@ -27,11 +27,10 @@ Version ()
echo "GNU General Public License for more details."
echo
echo "You should have received a copy of the GNU General Public License"
- echo "along with this program; if not, write to the Free Software"
- echo "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA"
+ echo "along with this program. If not, see <http://www.gnu.org/licenses/>."
echo
echo "On Debian systems, the complete text of the GNU General Public License"
- echo "can be found in /usr/share/common-licenses/GPL-2 file."
+ echo "can be found in /usr/share/common-licenses/GPL-3 file."
echo
echo "Homepage: <http://debian-live.alioth.debian.org/>"