[Lxr-commits] CVS: lxr/lib/LXR/Lang C.pm,1.9,1.10 Generic.pm,1.4,1.5 Java.pm,1.1,1.2 Perl.pm,1.2,1.3
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2001-08-15 15:50:30
|
Update of /cvsroot/lxr/lxr/lib/LXR/Lang In directory usw-pr-cvs1:/tmp/cvs-serv7503/lib/LXR/Lang Modified Files: C.pm Generic.pm Java.pm Perl.pm Python.pm Log Message: Add GNU Copyright notices to all files, and added a copy of the GPL in the LICENSE file Index: C.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Lang/C.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** C.pm 2001/08/14 14:18:44 1.9 --- C.pm 2001/08/15 15:50:27 1.10 *************** *** 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::Lang::C; Index: Generic.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Lang/Generic.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Generic.pm 2001/08/14 14:44:11 1.4 --- Generic.pm 2001/08/15 15:50:27 1.5 *************** *** 7,10 **** --- 7,23 ---- # someone writes better support. # + # 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::Lang::Generic; Index: Java.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Lang/Java.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Java.pm 1999/09/17 09:37:45 1.1 --- Java.pm 2001/08/15 15:50:27 1.2 *************** *** 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::Lang::Java; Index: Perl.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Lang/Perl.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Perl.pm 1999/09/18 10:20:24 1.2 --- Perl.pm 2001/08/15 15:50:27 1.3 *************** *** 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::Lang::Perl; Index: Python.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Lang/Python.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Python.pm 1999/09/17 09:37:45 1.1 --- Python.pm 2001/08/15 15:50:27 1.2 *************** *** 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::Lang::Python; |