Changeset 3476 for pkipplib/trunk
- Timestamp:
- 01/24/09 21:46:19 (16 years ago)
- Location:
- pkipplib/trunk
- Files:
-
- 10 modified
Legend:
- Unmodified
- Added
- Removed
-
pkipplib/trunk/bin/pksubscribe
r3437 r3476 4 4 # pkipplib : IPP and CUPS support for Python 5 5 # 6 # (c) 2003 , 2004, 2005, 2006, 2007, 2008Jerome Alet <alet@librelogiciel.com>6 # (c) 2003-2009 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/clean.sh
r3467 r3476 3 3 # pkipplib : IPP support for Python 4 4 # 5 # (c) 2003 , 2004, 2005, 2006, 2007, 2008Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2009 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/notifiers/samplenotifier
r3437 r3476 4 4 # pkipplib : IPP and CUPS support for Python 5 5 # 6 # (c) 2003 , 2004, 2005, 2006, 2007, 2008Jerome Alet <alet@librelogiciel.com>6 # (c) 2003-2009 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/__init__.py
r3437 r3476 3 3 # pkipplib : IPP and CUPS support for Python 4 4 # 5 # (c) 2003 , 2004, 2005, 2006, 2007, 2008Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2009 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/pkipplib/pkipplib.py
r3468 r3476 4 4 # pkipplib : IPP and CUPS support for Python 5 5 # 6 # (c) 2003 , 2004, 2005, 2006, 2007, 2008Jerome Alet <alet@librelogiciel.com>6 # (c) 2003-2009 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
r3437 r3476 3 3 # pkipplib : IPP and CUPS support for Python 4 4 # 5 # (c) 2003 , 2004, 2005, 2006, 2007, 2008Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2009 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 … … 26 26 __author__ = "Jerome Alet - alet@librelogiciel.com" 27 27 28 __years__ = "2003 , 2004, 2005, 2006, 2007, 2008"28 __years__ = "2003-2009" 29 29 30 30 __gplblurb__ = """This program is free software: you can redistribute it and/or modify -
pkipplib/trunk/README
r3437 r3476 1 ypkipplib : IPP and CUPS support for Python1 pkipplib : IPP and CUPS support for Python 2 2 3 3 $Id$ 4 4 5 # (c) 2003 , 2004, 2005, 2006, 2007, 2008Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2009 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
r3437 r3476 4 4 # pkipplib : IPP and CUPS support for Python 5 5 # 6 # (c) 2003 , 2004, 2005, 2006, 2007, 2008Jerome Alet <alet@librelogiciel.com>6 # (c) 2003-2009 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/printjob.py
r3437 r3476 4 4 # pkipplib : IPP and CUPS support for Python 5 5 # 6 # (c) 2003 , 2004, 2005, 2006, 2007Jerome Alet <alet@librelogiciel.com>6 # (c) 2003-2009 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
r3437 r3476 4 4 # pkipplib : IPP and CUPS support for Python 5 5 # 6 # (c) 2003 , 2004, 2005, 2006, 2007, 2008Jerome Alet <alet@librelogiciel.com>6 # (c) 2003-2009 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