From e87f4e9a92a2ade9d6c722c859919459c6834d0d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 7 Mar 2008 23:03:55 +0100 Subject: [PATCH] add gpl3 header to ccollect --- ccollect.sh | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/ccollect.sh b/ccollect.sh index 4fdca79..2a68079 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -1,8 +1,24 @@ #!/bin/sh -# Nico Schottelius +# +# 2005-2008 Nico Schottelius (nico-ccollect at schottelius.org) +# +# This file is part of ccollect. +# +# ccollect 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 3 of the License, or +# (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 . +# # Initially written for SyGroup (www.sygroup.ch) # Date: Mon Nov 14 11:45:11 CET 2005 -# Last Modified: (See ls -l or git) # # where to find our configuration and temporary file @@ -15,7 +31,7 @@ CPOSTEXEC="${CDEFAULTS}/post_exec" TMP=$(mktemp "/tmp/$(basename $0).XXXXXX") VERSION=0.7.0 -RELEASE="2008-09-XX" +RELEASE="2008-03-XX" HALF_VERSION="ccollect ${VERSION}" FULL_VERSION="ccollect ${VERSION} (${RELEASE})"