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

Updated copyright years.
Changed some remaining ISO-8859-15 markers to UTF-8 in Python source code.
Added missing source encoding markers.
Added missing copyright messages.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/version.py

    r3264 r3275  
    33# PyKota : Print Quotas for CUPS 
    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 
     
    2828__author__ = "Jerome Alet - alet@librelogiciel.com" 
    2929 
    30 __years__ = "2003, 2004, 2005, 2006, 2007" 
     30__years__ = "2003, 2004, 2005, 2006, 2007, 2008" 
    3131 
    32 __gplblurb__ = """(c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
     32__gplblurb__ = """(c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    3333This program is free software: you can redistribute it and/or modify 
    3434it under the terms of the GNU General Public License as published by