From: Rob H. <for...@us...> - 2002-03-10 01:56:08
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory usw-pr-cvs1:/tmp/cvs-serv9757/lib/SandWeb/Repository Modified Files: CVS.pm Log Message: added copyright statements, and notices that this is under the GPL. The full text of the license is in sandweb/COPYING Index: CVS.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/CVS.pm,v retrieving revision 1.30 retrieving revision 1.31 diff -U2 -r1.30 -r1.31 --- CVS.pm 8 Mar 2002 22:20:42 -0000 1.30 +++ CVS.pm 10 Mar 2002 01:56:05 -0000 1.31 @@ -2,4 +2,24 @@ # # the repository class. +# +# 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 +# package SandWeb::Repository::CVS; |