[Lxr-commits] CVS: lxr/lib/LXR/Files CVS.pm,1.15,1.16 Plain.pm,1.15,1.16
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2001-08-15 15:50:30
|
Update of /cvsroot/lxr/lxr/lib/LXR/Files In directory usw-pr-cvs1:/tmp/cvs-serv7503/lib/LXR/Files Modified Files: CVS.pm Plain.pm Log Message: Add GNU Copyright notices to all files, and added a copy of the GPL in the LICENSE file Index: CVS.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Files/CVS.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** CVS.pm 2001/08/02 11:45:31 1.15 --- CVS.pm 2001/08/15 15:50:27 1.16 *************** *** 3,6 **** --- 3,20 ---- # $Id$ + # 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., 675 Mass Ave, Cambridge, MA 02139, USA. + package LXR::Files::CVS; Index: Plain.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Files/Plain.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Plain.pm 2000/10/31 12:52:11 1.15 --- Plain.pm 2001/08/15 15:50:27 1.16 *************** *** 3,6 **** --- 3,20 ---- # $Id$ + # 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., 675 Mass Ave, Cambridge, MA 02139, USA. + package LXR::Files::Plain; |