Hello guys.
2010/10/10 xqt@svn.wikimedia.org:
Revision: 8630 Author: xqt Date: 2010-10-09 19:32:57 +0000 (Sat, 09 Oct 2010)
Log Message:
import wikipedia as pywikibot for merging to rewrite
[...]
Modified: trunk/pywikipedia/reflinks.py
--- trunk/pywikipedia/reflinks.py 2010-10-09 16:11:46 UTC (rev 8629) +++ trunk/pywikipedia/reflinks.py 2010-10-09 19:32:57 UTC (rev 8630) @@ -33,15 +33,19 @@ Basic pagegenerators commands, -page, etc... """ # (C) 2008 - Nicolas Dumazet ( en:User:NicDumZ ) +# (C) Pywikipedia bot team, 2008-2010 # -# Distributed under the terms of the GPL
+# Distributed under the terms of the MIT license.
A few things are wrong in this commit
1) The changes do not match the commit message. A license change is not related. 2) You cannot change the license of a script without asking to ALL contributors of the file for their permissions.
No one asked me if it was OK for me to switch from a license to another.
Note that I am personally fine with changing license if it's required, but doing so without asking the original authors can seriously harm the project....
Regards,