Revision: 6550 Author: nicdumz Date: 2009-03-24 03:22:26 +0000 (Tue, 24 Mar 2009)
Log Message: ----------- Adding license information to all core files
Modified Paths: -------------- branches/rewrite/pywikibot/config2.py branches/rewrite/pywikibot/family.py branches/rewrite/pywikibot/login.py branches/rewrite/pywikibot/userinterfaces/cgi_interface.py branches/rewrite/pywikibot/userinterfaces/tkinter_interface.py branches/rewrite/pywikibot/userinterfaces/transliteration.py branches/rewrite/pywikibot/userinterfaces/wxpython_interface.py
Modified: branches/rewrite/pywikibot/config2.py =================================================================== --- branches/rewrite/pywikibot/config2.py 2009-03-24 02:58:56 UTC (rev 6549) +++ branches/rewrite/pywikibot/config2.py 2009-03-24 03:22:26 UTC (rev 6550) @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # # (C) Rob W.W. Hooft, 2003 +# (C) Pywikipedia bot team, 2003-2009 # # Distributed under the terms of the MIT license. #
Modified: branches/rewrite/pywikibot/family.py =================================================================== --- branches/rewrite/pywikibot/family.py 2009-03-24 02:58:56 UTC (rev 6549) +++ branches/rewrite/pywikibot/family.py 2009-03-24 03:22:26 UTC (rev 6550) @@ -1,5 +1,10 @@ # -*- coding: utf-8 -*-
+# +# (C) Pywikipedia bot team, 2004-2009 +# +# Distributed under the terms of the MIT license. +# __version__='$Id$'
import config2 as config
Modified: branches/rewrite/pywikibot/login.py =================================================================== --- branches/rewrite/pywikibot/login.py 2009-03-24 02:58:56 UTC (rev 6549) +++ branches/rewrite/pywikibot/login.py 2009-03-24 03:22:26 UTC (rev 6550) @@ -38,6 +38,7 @@ """ # # (C) Rob W.W. Hooft, 2003 +# (C) Pywikipedia bot team, 2003-2008 # # Distributed under the terms of the MIT license. #
Modified: branches/rewrite/pywikibot/userinterfaces/cgi_interface.py =================================================================== --- branches/rewrite/pywikibot/userinterfaces/cgi_interface.py 2009-03-24 02:58:56 UTC (rev 6549) +++ branches/rewrite/pywikibot/userinterfaces/cgi_interface.py 2009-03-24 03:22:26 UTC (rev 6550) @@ -1,3 +1,10 @@ +# +# (C) Pywikipedia bot team, 2008 +# +# Distributed under the terms of the MIT license. +# +__version__ = '$Id$' + import sys
class UI:
Modified: branches/rewrite/pywikibot/userinterfaces/tkinter_interface.py =================================================================== --- branches/rewrite/pywikibot/userinterfaces/tkinter_interface.py 2009-03-24 02:58:56 UTC (rev 6549) +++ branches/rewrite/pywikibot/userinterfaces/tkinter_interface.py 2009-03-24 03:22:26 UTC (rev 6550) @@ -1,3 +1,9 @@ +# -*- coding: utf-8 -*- +# +# (C) Pywikipedia bot team, 2005-2008 +# +# Distributed under the terms of the MIT license. +# __version__ = '$Id$'
import re
Modified: branches/rewrite/pywikibot/userinterfaces/transliteration.py =================================================================== --- branches/rewrite/pywikibot/userinterfaces/transliteration.py 2009-03-24 02:58:56 UTC (rev 6549) +++ branches/rewrite/pywikibot/userinterfaces/transliteration.py 2009-03-24 03:22:26 UTC (rev 6550) @@ -1,4 +1,9 @@ # -*- coding: utf-8 -*- +# +# (C) Pywikipedia bot team, 2006-2008 +# +# Distributed under the terms of the MIT license. +# def trans(char, default = '?', prev = '-', next = '-'): # Give a transliteration for char, or default if none is known # Accented etc. Latin characters
Modified: branches/rewrite/pywikibot/userinterfaces/wxpython_interface.py =================================================================== --- branches/rewrite/pywikibot/userinterfaces/wxpython_interface.py 2009-03-24 02:58:56 UTC (rev 6549) +++ branches/rewrite/pywikibot/userinterfaces/wxpython_interface.py 2009-03-24 03:22:26 UTC (rev 6550) @@ -1,4 +1,9 @@ - +# -*- coding: utf-8 -*- +# +# (C) Pywikipedia bot team, 2005-2008 +# +# Distributed under the terms of the MIT license. +# __version__ = '$Id$'
import sys; sys.path.append('..')
pywikipedia-l@lists.wikimedia.org