Show
Ignore:
Timestamp:
01/07/08 21:41:26 (16 years ago)
Author:
jerome
Message:

Changed copyright years.
Removed unnecessary shebang lines.
Changed default encoding to UTF-8 from ISO-8859-15 (only
ascii is used anyway).

Location:
pkpgcounter/trunk/pkpgpdls
Files:
26 modified

Legend:

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

    r547 r564  
     1# -*- coding: UTF-8 -*- 
    12# 
    23# pkpgcounter : a generic Page Description Language parser 
    34# 
    4 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    56# This program is free software: you can redistribute it and/or modify 
    67# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/bj.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/cfax.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/dvi.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/escp2.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/escpages03.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/hbp.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/__init__.py

    r463 r564  
     1# -*- coding: UTF-8 -*- 
    12# 
    23# pkpgcounter : a generic Page Description Language parser 
    34# 
    4 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    56# This program is free software: you can redistribute it and/or modify 
    67# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/inkcoverage.py

    r527 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/lidil.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/mscrap.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/ooo.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pcl345.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pclxl.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pdf.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pdlparser.py

    r555 r564  
     1# -*- coding: UTF-8 -*- 
    12# 
    23# pkpgcounter : a generic Page Description Language parser 
    34# 
    4 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    56# This program is free software: you can redistribute it and/or modify 
    67# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pil.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pjl.py

    r563 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/plain.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/pnmascii.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/postscript.py

    r562 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/qpdl.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/spl1.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/tiff.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/pkpgpdls/version.py

    r560 r564  
     1# -*- coding: UTF-8 -*- 
    12# 
    23# pkpgcounter : a generic Page Description Language parser 
    34# 
    4 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    56# This program is free software: you can redistribute it and/or modify 
    67# it under the terms of the GNU General Public License as published by 
     
    2829__author__ = "Jerome Alet" 
    2930__authoremail__ = "alet@librelogiciel.com" 
    30 __years__ = "2003, 2004, 2005, 2006, 2007" 
     31__years__ = "2003, 2004, 2005, 2006, 2007, 2008" 
    3132 
    3233__gplblurb__ = """This program is free software: you can redistribute it and/or modify 
  • pkpgcounter/trunk/pkpgpdls/zjstream.py

    r555 r564  
    1 #! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    32# 
    43# pkpgcounter : a generic Page Description Language parser 
    54# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    76# This program is free software: you can redistribute it and/or modify 
    87# it under the terms of the GNU General Public License as published by