Changeset 38
- Timestamp:
- 01/17/07 23:25:03 (18 years ago)
- Location:
- pkipplib/trunk
- Files:
-
- 6 modified
Legend:
- Unmodified
- Added
- Removed
-
pkipplib/trunk/bin/pksubscribe
r32 r38 4 4 # pkipplib : IPP and CUPS support for Python 5 5 # 6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkipplib/trunk/pkipplib/pkipplib.py
r35 r38 4 4 # pkipplib : IPP and CUPS support for Python 5 5 # 6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkipplib/trunk/pkipplib/version.py
r27 r38 21 21 # 22 22 23 __version__ = "0.0 7"23 __version__ = "0.08" 24 24 25 25 __doc__ = "pkipplib : IPP and CUPS support for Python." … … 27 27 __author__ = "Jerome Alet - alet@librelogiciel.com" 28 28 29 __years__ = "2003, 2004, 2005, 2006 "29 __years__ = "2003, 2004, 2005, 2006, 2007" 30 30 31 31 __gplblurb__ = """This program is free software; you can redistribute it and/or modify -
pkipplib/trunk/README
r35 r38 3 3 $Id$ 4 4 5 (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com>5 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by -
pkipplib/trunk/setup.py
r33 r38 4 4 # pkipplib : IPP and CUPS support for Python 5 5 # 6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkipplib/trunk/tests/test.py
r28 r38 4 4 # pkipplib : IPP and CUPS support for Python 5 5 # 6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by