[Jspro-cvs] jsPro/scripts createREADME.pl,1.1,1.2
Brought to you by:
wigleys
From: Stuart W. <wi...@us...> - 2005-01-19 16:33:37
|
Update of /cvsroot/jspro/jsPro/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13676/scripts Modified Files: createREADME.pl Log Message: - Updated copyright message. - Added contributions from Dieter Raber - Started reformatting code for new style guidelines Index: createREADME.pl =================================================================== RCS file: /cvsroot/jspro/jsPro/scripts/createREADME.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** createREADME.pl 6 Oct 2003 12:22:19 -0000 1.1 --- createREADME.pl 19 Jan 2005 16:33:27 -0000 1.2 *************** *** 1,25 **** #!/usr/bin/perl -w ! # +-------------------------------------------------------------------------+ ! # | jsPro - README Creation Script | ! # +-------------------------------------------------------------------------+ ! # | Copyright (C) 2001-2003 Stuart Wigley | ! # +-------------------------------------------------------------------------+ ! # | This library is free software; you can redistribute it and/or modify it | ! # | under the terms of the GNU Lesser General Public License as published by| ! # | the Free Software Foundation; either version 2.1 of the License, or (at | ! # | your option) any later version. | ! # | | ! # | This library 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 Lesser | ! # | General Public License for more details. | ! # | | ! # | You should have received a copy of the GNU Lesser General Public License| ! # | along with this library; if not, write to the Free Software Foundation, | ! # | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! # +-------------------------------------------------------------------------+ ! # | Authors: Stuart Wigley <stu...@ya...> | ! # +-------------------------------------------------------------------------+ # $Id$ --- 1,25 ---- #!/usr/bin/perl -w ! # +---------------------------------------------------------------------------+ ! # | jsPro - README Creation Script | ! # +---------------------------------------------------------------------------+ ! # | Copyright (C) 2001-2005 Stuart Wigley | ! # +---------------------------------------------------------------------------+ ! # | This library is free software; you can redistribute it and/or modify it | ! # | under the terms of the GNU Lesser General Public License as published by | ! # | the Free Software Foundation; either version 2.1 of the License, or (at | ! # | your option) any later version. | ! # | | ! # | This library 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 Lesser | ! # | General Public License for more details. | ! # | | ! # | You should have received a copy of the GNU Lesser General Public License | ! # | along with this library; if not, write to the Free Software Foundation, | ! # | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! # +---------------------------------------------------------------------------+ ! # | Authors: Stuart Wigley <stu...@ya...> | ! # +---------------------------------------------------------------------------+ # $Id$ |