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/bin/pksetup

    r3267 r3275  
    44# PyKota : Print Quotas for CUPS 
    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 
     
    455455    retcode = 0 
    456456    if (len(sys.argv) != 2) or (sys.argv[1] == "-h") or (sys.argv[1] == "--help") : 
    457         print "pksetup v0.1 (c) 2003-2007 Jerome Alet - alet@librelogiciel.com\n\nusage : pksetup distribution\n\ne.g. : pksetup debian\n\nIMPORTANT : only Debian and Ubuntu are currently supported." 
     457        print "pksetup v0.1 (c) 2003-2008 Jerome Alet - alet@librelogiciel.com\n\nusage : pksetup distribution\n\ne.g. : pksetup debian\n\nIMPORTANT : only Debian and Ubuntu are currently supported." 
    458458    elif (sys.argv[1] == "-v") or (sys.argv[1] == "--version") :     
    459459        print "0.1" # pksetup's own version number