Changeset 463 for pkpgcounter/trunk/pkpgpdls/version.py
- Timestamp:
- 09/10/07 22:47:40 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/version.py
r462 r463 3 3 # 4 4 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 5 # This program is free software ;you can redistribute it and/or modify5 # This program is free software: you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation ; either version 2of the License, or7 # the Free Software Foundation, either version 3 of the License, or 8 8 # (at your option) any later version. 9 # 9 # 10 10 # This program is distributed in the hope that it will be useful, 11 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of … … 14 14 # 15 15 # You should have received a copy of the GNU General Public License 16 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 17 # 19 18 # $Id$ … … 23 22 24 23 25 __version__ = " 2.19alpha"24 __version__ = "3.00alpha" 26 25 27 26 __doc__ = """pkpgcounter : a generic Page Description Languages parser.""" … … 31 30 __years__ = "2003, 2004, 2005, 2006, 2007" 32 31 33 __gplblurb__ = """This program is free software ;you can redistribute it and/or modify32 __gplblurb__ = """This program is free software: you can redistribute it and/or modify 34 33 it under the terms of the GNU General Public License as published by 35 the Free Software Foundation ; either version 2of the License, or34 the Free Software Foundation, either version 3 of the License, or 36 35 (at your option) any later version. 37 36 … … 42 41 43 42 You should have received a copy of the GNU General Public License 44 along with this program; if not, write to the Free Software 45 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.""" 43 along with this program. If not, see <http://www.gnu.org/licenses/>.""" 46 44