Updating copyright headers in cgi.
This commit is contained in:
parent
009f0cdb2c
commit
17604e3ed6
23
cgi/cgi
23
cgi/cgi
|
@ -1,24 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# live-webhelper - web interface to live-helper
|
# cgi - simple webfrontend for live-helper
|
||||||
# Copyright (C) 2007-2010 Daniel Baumann <daniel@debian.org>
|
# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
||||||
# it under the terms of the GNU General Public License as published by
|
# This is free software, and you are welcome to redistribute it
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
# under certain conditions; see COPYING for details.
|
||||||
# (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.
|
|
||||||
|
|
||||||
# Reading defaults
|
# Reading defaults
|
||||||
if [ -r /etc/default/live-webhelper ]
|
if [ -r /etc/default/live-webhelper ]
|
||||||
|
|
6
cgi/cron
6
cgi/cron
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# live-webhelper - web interface to live-helper
|
# cgi - simple webfrontend for live-helper (cronjob)
|
||||||
# Copyright (C) 2007-2010 Daniel Baumann <daniel@debian.org>
|
# 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
|
# This is free software, and you are welcome to redistribute it
|
||||||
# under certain conditions; see COPYING for details.
|
# under certain conditions; see COPYING for details.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue