diff options
author | Daniel Baumann <daniel@debian.org> | 2008-06-10 23:56:49 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:00 +0100 |
commit | 27d95df60560c82264b49db66bdb62a264dc605e (patch) | |
tree | 73ff030dc3fd52dfb24ca78477a6888f402048a6 /bin/live-snapshot | |
parent | d5a9dc104fa5705a2c173a60c8c6b742c8c3ee50 (diff) | |
download | live-boot-27d95df60560c82264b49db66bdb62a264dc605e.tar.gz live-boot-27d95df60560c82264b49db66bdb62a264dc605e.zip |
Updating live-snapshot to GPL-3+.
Diffstat (limited to 'bin/live-snapshot')
-rwxr-xr-x | bin/live-snapshot | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/live-snapshot b/bin/live-snapshot index 67e853a..a4f1925 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -9,9 +9,9 @@ # Copyright (C) 2006-2008 Marco Amadori <marco.amadori@gmail.com> # Copyright (C) 2008 Chris Lamb <chris@chris-lamb.co.uk> # -# This program is free software; you can redistribute it and/or modify +# 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 +# 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, @@ -20,11 +20,10 @@ # GNU 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 -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# along with this program. If not, see <http://www.gnu.org/licenses/>. # # On Debian systems, the complete text of the GNU General Public License -# can be found in /usr/share/common-licenses/GPL-2 file. +# can be found in /usr/share/common-licenses/GPL-3 file. # declare here two vars from /etc/live.conf because of "set -u" ROOTSNAP="" |