[SCM] live-config branch, debian-next, updated. debian/3.0_a32-1-12-gc3ed9f8
Daniel Baumann
daniel at debian.org
Sun Mar 18 13:39:56 UTC 2012
The following commit has been merged in the debian-next branch:
commit 55abe985a5622e0ab044df0965389b14571d3d91
Author: Daniel Baumann <daniel at debian.org>
Date: Sun Mar 18 14:09:09 2012 +0100
Adding copyright header to remaining files.
diff --git a/Makefile b/Makefile
index 27d0205..9c60d5a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,13 @@
# Makefile
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel at debian.org>
+##
+## live-config 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/bin/live-config-update b/bin/live-config-update
index 481470e..83ac9d0 100755
--- a/bin/live-config-update
+++ b/bin/live-config-update
@@ -1,5 +1,13 @@
#!/bin/sh
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel at debian.org>
+##
+## live-config 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
_DIRECTORY="${1:-/lib/live/config}"
diff --git a/examples/live-config-foobar/configs/foobar.conf b/examples/live-config-foobar/configs/foobar.conf
index c3c1213..48a5fce 100644
--- a/examples/live-config-foobar/configs/foobar.conf
+++ b/examples/live-config-foobar/configs/foobar.conf
@@ -1,3 +1,12 @@
# /etc/live/config.conf.d/foobar.conf
+## live-config-foobar(7) - Additional Configuration Scripts for Debian Live
+## Copyright (C) 2006-2012 Daniel Baumann <daniel at debian.org>
+## Copyright (C) 2012 John Doe <john at example.org>
+##
+## live-config-foobar 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.
+
+
LIVE_FOOBAR="foobar"
diff --git a/manpages/Makefile b/manpages/Makefile
index 3b8b063..2a5c1fb 100644
--- a/manpages/Makefile
+++ b/manpages/Makefile
@@ -1,5 +1,13 @@
# Makefile
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel at debian.org>
+##
+## live-config 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 b34c811..f45d312 100755
--- a/manpages/bin/update-version.sh
+++ b/manpages/bin/update-version.sh
@@ -1,5 +1,13 @@
#!/bin/sh
+## live-config(7) - System Configuration Scripts
+## Copyright (C) 2006-2012 Daniel Baumann <daniel at debian.org>
+##
+## live-config 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)"
--
live-config
More information about the debian-live-changes
mailing list