Updating copyright headers in cgi.

This commit is contained in:
Daniel Baumann 2010-03-07 11:59:19 +01:00
parent 009f0cdb2c
commit 17604e3ed6
2 changed files with 8 additions and 21 deletions

23
cgi/cgi
View File

@ -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 ]

View File

@ -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.