[SCM] live-tools branch, debian, updated. debian/3.0_a6-1-6-g10e71b4

Daniel Baumann daniel at debian.org
Sun Mar 18 13:49:44 UTC 2012


The following commit has been merged in the debian branch:
commit 8d88bf62e316bae108cd7bb669f752410cbb6a85
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Mar 18 14:42:54 2012 +0100

    Adding copyright header to remaining files.

diff --git a/Makefile b/Makefile
index 27333ab..4de95f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,13 @@
 # Makefile
 
+## live-tools(7) - System Support Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel at debian.org>
+##
+## live-tools comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
 SHELL := sh -e
 
 LANGUAGES = $(shell cd manpages/po && ls)
diff --git a/manpages/Makefile b/manpages/Makefile
index 3b8b063..6dee660 100644
--- a/manpages/Makefile
+++ b/manpages/Makefile
@@ -1,5 +1,13 @@
 # Makefile
 
+## live-tools(7) - System Support Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel at debian.org>
+##
+## live-tools comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
 SHELL := sh -e
 
 LANGUAGES = $(shell cd po && ls)
diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh
index 095979e..698dd60 100755
--- a/manpages/bin/update-version.sh
+++ b/manpages/bin/update-version.sh
@@ -1,5 +1,13 @@
 #!/bin/sh
 
+## live-tools(7) - System Support Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel at debian.org>
+##
+## live-tools comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
 set -e
 
 DATE="$(LC_ALL=C date +%Y\\\\-%m\\\\-%d)"
diff --git a/scripts/live-system b/scripts/live-system
index 6f0e0c0..bf35357 100755
--- a/scripts/live-system
+++ b/scripts/live-system
@@ -3,9 +3,21 @@
 ## live-tools(7) - System Support Scripts
 ## Copyright (C) 2006-2012 Daniel Baumann <daniel at debian.org>
 ##
-## live-tools comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
+## 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 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 General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program. If not, see <http://www.gnu.org/licenses/>.
+##
+## The complete text of the GNU General Public License
+## can be found in /usr/share/common-licenses/GPL-3 file.
 
 
 # Redirect stdout to stderr

-- 
live-tools



More information about the debian-live-changes mailing list