add gpl3 header to ccollect_list_intervals.sh

This commit is contained in:
Nico Schottelius 2008-03-09 23:09:11 +01:00
parent 33471a3c24
commit 9c67edbf5b
1 changed files with 18 additions and 4 deletions

View File

@ -1,9 +1,23 @@
#!/bin/sh #!/bin/sh
#
# 2006-2008 Nico Schottelius (nico-ccollect at schottelius.org)
#
# This file is part of ccollect.
# #
# Nico Schottelius <nico-ccollect //@// schottelius.org> # ccollect is free software: you can redistribute it and/or modify
# Date: 24-Jun-2006 # it under the terms of the GNU General Public License as published by
# Last Modified: - # the Free Software Foundation, either version 3 of the License, or
# Copying: GPLv3 (See file COPYING in top directory) # (at your option) any later version.
#
# ccollect 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 ccollect. If not, see <http://www.gnu.org/licenses/>.
#
# Initially written on 24-Jun-2006
# #
CCOLLECT_CONF=${CCOLLECT_CONF:-/etc/ccollect} CCOLLECT_CONF=${CCOLLECT_CONF:-/etc/ccollect}