summaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-07 11:59:19 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:04 +0100
commit666abf55827559d216bf9f15230b9975b7a147fd (patch)
tree0e758a366c109b9602ac5bc968247bd1c4f518ff /cgi
parent3011e355940c5dc9a0d076e5bfe30c0e8c254f30 (diff)
downloadlive-build-666abf55827559d216bf9f15230b9975b7a147fd.zip
live-build-666abf55827559d216bf9f15230b9975b7a147fd.tar.gz
Updating copyright headers in cgi.
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/cgi23
-rwxr-xr-xcgi/cron6
2 files changed, 8 insertions, 21 deletions
diff --git a/cgi/cgi b/cgi/cgi
index ce23c2a..b593a7b 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -1,24 +1,11 @@
#!/bin/bash
-# live-webhelper - web interface to live-helper
-# Copyright (C) 2007-2010 Daniel Baumann <daniel@debian.org>
+# cgi - simple webfrontend for live-helper
+# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
#
-# 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
-# (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, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-#
-# On Debian systems, the complete text of the GNU General Public License
-# can be found in /usr/share/common-licenses/GPL-2 file.
+# 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.
# Reading defaults
if [ -r /etc/default/live-webhelper ]
diff --git a/cgi/cron b/cgi/cron
index e5a750c..9be288d 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -1,9 +1,9 @@
#!/bin/sh
-# live-webhelper - web interface to live-helper
-# Copyright (C) 2007-2010 Daniel Baumann <daniel@debian.org>
+# cgi - simple webfrontend for live-helper (cronjob)
+# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
#
-# live-webhelper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+# 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.