Show
Ignore:
Timestamp:
06/16/05 15:50:14 (19 years ago)
Author:
jerome
Message:

License changes because of the new snail mail address of the Free
Software Foundation.
Added -h|--help and -v|--version command line options handling.
v1.50 is now out.

Location:
pkpgcounter/trunk/pdlanalyzer
Files:
9 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pdlanalyzer/analyzer.py

    r209 r211  
    22# pkpgcounter : a generic Page Description Language parser 
    33# 
    4 # (c) 2003,2004,2005 Jerome Alet <alet@librelogiciel.com> 
     4# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
    55# This program is free software; you can redistribute it and/or modify 
    66# it under the terms of the GNU General Public License as published by 
     
    1515# You should have received a copy of the GNU General Public License 
    1616# along with this program; if not, write to the Free Software 
    17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
     17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    1818# 
    1919# $Id$ 
  • pkpgcounter/trunk/pdlanalyzer/escp2.py

    r200 r211  
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003,2004,2005 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
    77# This program is free software; you can redistribute it and/or modify 
    88# it under the terms of the GNU General Public License as published by 
     
    1717# You should have received a copy of the GNU General Public License 
    1818# along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
     19# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    2020# 
    2121# $Id$ 
  • pkpgcounter/trunk/pdlanalyzer/__init__.py

    r190 r211  
    22# pkpgcounter : a generic Page Description Language parser 
    33# 
    4 # (c) 2003,2004,2005 Jerome Alet <alet@librelogiciel.com> 
     4# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
    55# This program is free software; you can redistribute it and/or modify 
    66# it under the terms of the GNU General Public License as published by 
     
    1515# You should have received a copy of the GNU General Public License 
    1616# along with this program; if not, write to the Free Software 
    17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
     17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    1818# 
    1919# $Id$ 
  • pkpgcounter/trunk/pdlanalyzer/pcl345.py

    r210 r211  
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003,2004,2005 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
    77# This program is free software; you can redistribute it and/or modify 
    88# it under the terms of the GNU General Public License as published by 
     
    1717# You should have received a copy of the GNU General Public License 
    1818# along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
     19# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    2020# 
    2121# $Id$ 
  • pkpgcounter/trunk/pdlanalyzer/pclxl.py

    r207 r211  
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003,2004,2005 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
    77# This program is free software; you can redistribute it and/or modify 
    88# it under the terms of the GNU General Public License as published by 
     
    1717# You should have received a copy of the GNU General Public License 
    1818# along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
     19# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    2020# 
    2121# $Id$ 
  • pkpgcounter/trunk/pdlanalyzer/pdf.py

    r208 r211  
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003,2004,2005 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
    77# This program is free software; you can redistribute it and/or modify 
    88# it under the terms of the GNU General Public License as published by 
     
    1717# You should have received a copy of the GNU General Public License 
    1818# along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
     19# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    2020# 
    2121# $Id$ 
  • pkpgcounter/trunk/pdlanalyzer/pdlparser.py

    r200 r211  
    22# pkpgcounter : a generic Page Description Language parser 
    33# 
    4 # (c) 2003,2004,2005 Jerome Alet <alet@librelogiciel.com> 
     4# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
    55# This program is free software; you can redistribute it and/or modify 
    66# it under the terms of the GNU General Public License as published by 
     
    1515# You should have received a copy of the GNU General Public License 
    1616# along with this program; if not, write to the Free Software 
    17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
     17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    1818# 
    1919# $Id$ 
  • pkpgcounter/trunk/pdlanalyzer/postscript.py

    r208 r211  
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003,2004,2005 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
    77# This program is free software; you can redistribute it and/or modify 
    88# it under the terms of the GNU General Public License as published by 
     
    1717# You should have received a copy of the GNU General Public License 
    1818# along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
     19# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    2020# 
    2121# $Id$ 
  • pkpgcounter/trunk/pdlanalyzer/version.py

    r190 r211  
    22# pkpgcounter : a generic Page Description Language parser 
    33# 
    4 # (c) 2003,2004,2005 Jerome Alet <alet@librelogiciel.com> 
     4# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> 
    55# This program is free software; you can redistribute it and/or modify 
    66# it under the terms of the GNU General Public License as published by 
     
    1515# You should have received a copy of the GNU General Public License 
    1616# along with this program; if not, write to the Free Software 
    17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
     17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    1818# 
    1919# $Id$ 
    2020# 
    2121 
    22 __version__ = "1.10" 
     22__version__ = "1.50" 
    2323 
    2424__doc__ = """pkpgcounter : a generic Page Description Languages parser."""