Changeset 321 for trunk


Ignore:
Timestamp:
08/06/09 00:22:10 (3 years ago)
Author:
marc
Message:

Removed win-setup and added nicoleau and ezequiel credit, sorted docs

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/AUTHORS

    r229 r321  
    11Marc E. <santusmarc@users.sourceforge.net> (Lead developer) 
    22Kurt Erickson <psychogenicshk@users.sourceforge.net> (RPM packager) 
     3Nicoleau Fabien <nicoleau.fabien@gmail.com> (Fedora mantainer) 
  • trunk/COPYRIGHT

    r235 r321  
    11Marc E. <santusmarc@users.sourceforge.net> 
    22Kurt Erickson <psychogenicshk@users.sourceforge.net> (RPM packager) 
     3Nicoleau Fabien <nicoleau.fabien@gmail.com> (Fedora mantainer) 
     4 
    35Tango Project (http://tango.freedesktop.org) 
    46 
  • trunk/README

    r320 r321  
    1231238. PROGRAM CREDITS: 
    124124 
    125 Special thanks to James Henstridge for the excellent Python-GTK bindings and  
    126 their equally excellent documentation. 
     125Special thanks to James Henstridge for the excellent Python-GTK bindings and their equally excellent documentation. 
    127126 
    128127Thanks to the #pygtk and #gtk+ channels on irc.gimp.org and the #python and #twisted channels on irc.freenode.net for their help. 
     
    130129Thanks to Kurt Erickson for the RPM packages and to Nicoleau Fabien for including Itaka in Fedora. 
    131130 
    132 Thanks to Nahuel M. for his continuing support and inspiration. 
     131Thanks to Nahuel and Ezequiel for his continuing support and inspiration. 
    133132 
    134133Itaka's icon is based upon the work of the Tango Project and follows their licensing. 
  • trunk/debian/itaka.docs

    r305 r321  
     1AUTHORS 
     2BUGS 
    13COPYRIGHT 
    2 BUGS 
    3 AUTHORS 
    44HACKING 
     5README 
    56TODO 
    6 README 
  • trunk/uigtk.py

    r309 r321  
    10621062        self.about_dialog.set_copyright(u'© 2003-2009 Marc E.') 
    10631063        self.about_dialog.set_comments('Screenshooting de mercado.') 
    1064         self.about_dialog.set_authors(['Marc E. <santusmarc@users.sourceforge.net>', 'Kurt Erickson <psychogenicshk@users.sourceforge.net>']) 
     1064        self.about_dialog.set_authors(['Marc E. <santusmarc@users.sourceforge.net>', 'Kurt Erickson <psychogenicshk@users.sourceforge.net>', 'Nicoleau Fabien <nicoleau.fabien@gmail.com> (Fedora mantainer)']) 
    10651065        self.about_dialog.set_artists(['Marc E. <santusmarc@users.sourceforge.net>', 'Tango Project (http://tango.freedesktop.org)']) 
    10661066        self.about_dialog.set_license('''Itaka is free software; you can redistribute it and/or modify 
Note: See TracChangeset for help on using the changeset viewer.