[SCM] live-tools branch, debian, updated. debian/3.0_a4-1-4-g45632bc

Daniel Baumann daniel at debian.org
Sat Jun 11 11:24:15 UTC 2011


The following commit has been merged in the debian branch:
commit b6c4f512993161a0b52b9465d1ed6d2557ce877b
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed May 18 19:11:46 2011 +0200

    Adding GPL headers in scripts.

diff --git a/scripts/live-system b/scripts/live-system
index 026ab64..bcae199 100755
--- a/scripts/live-system
+++ b/scripts/live-system
@@ -1,5 +1,13 @@
 #!/bin/sh
 
+## live-tools(7) - System Support Scripts
+## Copyright (C) 2006-2011 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.
+
+
 # Redirect stdout to stderr
 exec 1>&2
 
diff --git a/scripts/live-toram b/scripts/live-toram
index b7740a2..507e5cb 100755
--- a/scripts/live-toram
+++ b/scripts/live-toram
@@ -1,5 +1,13 @@
 #!/bin/sh
 
+## live-tools(7) - System Support Scripts
+## Copyright (C) 2006-2011 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
 
 # Read cmdline

-- 
live-tools



More information about the debian-live-changes mailing list