Changeset 45 for pkipplib/trunk

Show
Ignore:
Timestamp:
01/07/08 23:04:06 (16 years ago)
Author:
jerome
Message:

Changed copyright years.
Changed default source encoding from ISO-889-15 to UTF-8.

Location:
pkipplib/trunk
Files:
9 modified

Legend:

Unmodified
Added
Removed
  • pkipplib/trunk/bin/pksubscribe

    r44 r45  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     2# -*- coding: UTF-8 -*- 
    33# 
    44# pkipplib : IPP and CUPS support for Python 
    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 
  • pkipplib/trunk/clean.sh

    r40 r45  
    33# pkipplib : IPP support for Python 
    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 
  • pkipplib/trunk/notifiers/samplenotifier

    r40 r45  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     2# -*- coding: UTF-8 -*- 
    33# 
    44# pkipplib : IPP and CUPS support for Python 
    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 
  • pkipplib/trunk/pkipplib/__init__.py

    r40 r45  
    1 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    22# 
    33# pkipplib : IPP and CUPS support for Python 
    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 
  • pkipplib/trunk/pkipplib/pkipplib.py

    r44 r45  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     2# -*- coding: UTF-8 -*- 
    33# 
    44# pkipplib : IPP and CUPS support for Python 
    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 
  • pkipplib/trunk/pkipplib/version.py

    r40 r45  
    1 # -*- coding: ISO-8859-15 -*- 
     1# -*- coding: UTF-8 -*- 
    22# 
    33# pkipplib : IPP and CUPS support for Python 
    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 
     
    2626__author__ = "Jerome Alet - alet@librelogiciel.com" 
    2727 
    28 __years__ = "2003, 2004, 2005, 2006, 2007" 
     28__years__ = "2003, 2004, 2005, 2006, 2007, 2008" 
    2929 
    3030__gplblurb__ = """This program is free software: you can redistribute it and/or modify 
  • pkipplib/trunk/README

    r40 r45  
    33$Id$ 
    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 
  • pkipplib/trunk/setup.py

    r40 r45  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     2# -*- coding: UTF-8 -*- 
    33# 
    44# pkipplib : IPP and CUPS support for Python 
    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 
  • pkipplib/trunk/tests/test.py

    r40 r45  
    11#! /usr/bin/env python 
    2 # -*- coding: ISO-8859-15 -*- 
     2# -*- coding: UTF-8 -*- 
    33# 
    44# pkipplib : IPP and CUPS support for Python 
    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