Changeset 3132

Show
Ignore:
Timestamp:
01/17/07 22:47:39 (17 years ago)
Author:
jerome
Message:

Added a copyright message.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/autopykota

    r3130 r3132  
    77# 
    88# (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 
     9# (c) 2007 Stefan Wold <stefan.wold@it.su.se> 
    910# This program is free software; you can redistribute it and/or modify 
    1011# it under the terms of the GNU General Public License as published by 
     
    8586                else : 
    8687                    os.system('pkusers --add --limitby balance --balance "%s" --email "%s" --description "user created from autopykota" "%s"' % (options["initbalance"], options["email"], username)) 
    87                      
     88                     
    8889                user = self.storage.getUserFromBackend(username) 
    8990                if user.Exists :