diff options
author | Daniel Baumann <daniel@debian.org> | 2007-12-22 09:45:48 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:29 +0100 |
commit | 969ac8f07fac021e7b5345a58bc4fe732f1e3a22 (patch) | |
tree | 6584ef3904b79d9d011ac5903f3948ac75caf568 /helpers/lh | |
parent | 3818b02197b2b4dc0a2d3845b5b038bf9075b6a2 (diff) | |
download | vyos-live-build-969ac8f07fac021e7b5345a58bc4fe732f1e3a22.tar.gz vyos-live-build-969ac8f07fac021e7b5345a58bc4fe732f1e3a22.zip |
Switching to GPL3+.
Diffstat (limited to 'helpers/lh')
-rwxr-xr-x | helpers/lh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/helpers/lh b/helpers/lh index 5d4861002..876bb6acf 100755 --- a/helpers/lh +++ b/helpers/lh @@ -3,9 +3,9 @@ # live-helper(1) - utility to build Debian Live systems # Copyright (C) 2006-2007 Daniel Baumann <daniel@debian.org> # -# 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, @@ -14,11 +14,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. set -e |