From: Rob H. <for...@us...> - 2002-03-08 18:56:59
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv31802/bin Modified Files: sandweb.cgi Log Message: added a copy of the GPL and copyright statements for Nick Jennings and Robert Helmer Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.258 retrieving revision 1.259 diff -U2 -r1.258 -r1.259 --- sandweb.cgi 8 Mar 2002 06:57:28 -0000 1.258 +++ sandweb.cgi 8 Mar 2002 18:56:56 -0000 1.259 @@ -1,4 +1,23 @@ #!/usr/bin/perl -w -# Sandweb CGI +# +# SandWeb (Web-based VCS client) +# +# Copyright (C) 2002 Nick Jennings +# Copyright (C) 2002 Robert Helmer +# +# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# use strict; |