summaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-02 13:12:37 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:18 +0100
commit4d22ca948ad3def3f98fd89d32bf2ba8209460fd (patch)
tree498efe572298a2bed6dcac7a007c1d3379fdbaee /cgi
parent45e1f443ac1eaa8fcd8aa53923cb4cc7a7fdd216 (diff)
downloadlive-build-4d22ca948ad3def3f98fd89d32bf2ba8209460fd.zip
live-build-4d22ca948ad3def3f98fd89d32bf2ba8209460fd.tar.gz
Updating copyright headers for live-build.
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/cgi13
-rwxr-xr-xcgi/cron13
2 files changed, 14 insertions, 12 deletions
diff --git a/cgi/cgi b/cgi/cgi
index 5a9e32f..d3b3cfd 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -1,11 +1,12 @@
#!/bin/sh
-# cgi - simple webfrontend for live-helper
-# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
-#
-# live-helper 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-build(7) - System Build Scripts
+## Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
+##
+## live-build 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.
+
# Including common functions
. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh
diff --git a/cgi/cron b/cgi/cron
index 47b1f4c..0abc5de 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -1,11 +1,12 @@
#!/bin/sh
-# cgi - simple webfrontend for live-helper (cronjob)
-# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
-#
-# live-helper 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-build(7) - System Build Scripts
+## Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
+##
+## live-build 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.
+
# Including common functions
. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh