From: Rob H. <for...@us...> - 2002-03-10 01:56:08
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Auth In directory usw-pr-cvs1:/tmp/cvs-serv9757/lib/SandWeb/Auth Modified Files: FlatFile.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: FlatFile.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Auth/FlatFile.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -U2 -r1.3 -r1.4 --- FlatFile.pm 7 Oct 2001 14:16:57 -0000 1.3 +++ FlatFile.pm 10 Mar 2002 01:56:05 -0000 1.4 @@ -1,2 +1,23 @@ +# +# 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::Auth::FlatFile; |