Changeset 564 for pkpgcounter/trunk

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
Files:
38 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/bin/pkpgcounter

    r549 r564  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     2# -*- coding: UTF-8 -*- 
    33# 
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006, 2007, 2008 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 
  • pkpgcounter/trunk/BUGS

    r463 r564  
    33pkpgcounter : a generic Page Description Language parser 
    44 
    5 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software: you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/clean.sh

    r516 r564  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/CREDITS

    r512 r564  
    33pkpgcounter : a generic Page Description Language parser 
    44 
    5 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software: you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/man/genman.sh

    r531 r564  
    33# pkpgcounter : a generic Page Description Language parser. 
    44# 
    5 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
     
    2323    help2man --no-info \ 
    2424             --section=1 \ 
    25              --name="count number of pages required to print various types of documents" \ 
    26              --manual="User Commands" \ 
    27              --source="C@LL - Conseil Internet & Logiciels Libres" \ 
    28              --output="temp$prog.1" \ 
    29              $prog ;  
     25             --name="count number of pages required to print various types of documents" \ 
     26             --manual="User Commands" \ 
     27             --source="C@LL - Conseil Internet & Logiciels Libres" \ 
     28             --output="temp$prog.1" \ 
     29             $prog ;  
    3030    /bin/sed -e "s/--/\\\-\\\-/g" <"temp$prog.1" >"$prog.1" ; 
    3131    /bin/rm -f "temp$prog.1" 
  • pkpgcounter/trunk/man/pkpgcounter.1

    r557 r564  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPGCOUNTER "1" "December 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPGCOUNTER "1" "January 2008" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    44pkpgcounter \- count number of pages required to print various types of documents 
    55.SH DESCRIPTION 
    6 pkpgcounter v3.50 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet 
     6pkpgcounter v3.51alpha (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet 
    77.PP 
    88pkpgcounter is a generic Page Description Language parser. 
  • pkpgcounter/trunk/NEWS

    r561 r564  
    33pkpgcounter : a generic Page Description Language parser 
    44 
    5 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software: you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • 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 
  • pkpgcounter/trunk/README

    r556 r564  
    33pkpgcounter : a generic Page Description Language parser 
    44 
    5 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5(c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    66This program is free software: you can redistribute it and/or modify 
    77it under the terms of the GNU General Public License as published by 
  • pkpgcounter/trunk/setup.py

    r463 r564  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     2# -*- coding: UTF-8 -*- 
    33# 
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006, 2007, 2008 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 
  • pkpgcounter/trunk/tests/gstests.py

    r559 r564  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     2# -*- coding: UTF-8 -*- 
    33# 
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006, 2007, 2008 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 
  • pkpgcounter/trunk/tests/runcolors.py

    r463 r564  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     2# -*- coding: UTF-8 -*- 
    33# 
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006, 2007, 2008 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 
  • pkpgcounter/trunk/tests/runtest.sh

    r510 r564  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by