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,
Hi Nicolas,
you are right and I am sorry for that mistaken commit. I just copied licence informations with that point for the pwb-team from an other script without notice the different licenses. I'll revert this point asap.
Sorry again and greetings
xqt
----- Original Nachricht ---- Von: Nicolas Dumazet nicdumz@gmail.com An: pywikipedia-l@lists.wikimedia.org Datum: 23.11.2010 08:35 Betreff: Re: [Pywikipedia-l] [Pywikipedia-svn] SVN: [8630] trunk/pywikipedia
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
- 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,
Nicolas Dumazet ? NicDumZ
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
Hello,
when I launch commonscat.py I have this error :
Traceback (most recent call last): File "D:\Pywikipedia\commonscat.py", line 542, in <module> main() File "D:\Pywikipedia\commonscat.py", line 517, in main primaryCommonscat, commonscatAlternatives = getCommonscatTemplate( NameError: global name 'getCommonscatTemplate' is not defined
can someone try to fix it ?
Regards
Hercule
Hi Antoine,
Op 24-11-2010 19:27, Antoine Delarue schreef:
Hello,
when I launch commonscat.py I have this error :
Traceback (most recent call last): File "D:\Pywikipedia\commonscat.py", line 542, in <module> main() File "D:\Pywikipedia\commonscat.py", line 517, in main primaryCommonscat, commonscatAlternatives = getCommonscatTemplate( NameError: global name 'getCommonscatTemplate' is not defined
can someone try to fix it ?
I guess you're using -checkcurrent? Bug was introduced in r8546 by xqt. Please file a bug at http://is.gd/4UCrn
Maarten
Regards
Hercule
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
fixed in r8743
Thanks for reporting it.
xqt
----- Original Nachricht ---- Von: Antoine Delarue antoinedelarue@hotmail.com An: pywikipedia-l@lists.wikimedia.org Datum: 24.11.2010 19:27 Betreff: [Pywikipedia-l] commonscat.py is broken
Hello,
when I launch commonscat.py I have this error :
Traceback (most recent call last): File "D:\Pywikipedia\commonscat.py", line 542, in <module> main() File "D:\Pywikipedia\commonscat.py", line 517, in main primaryCommonscat, commonscatAlternatives = getCommonscatTemplate( NameError: global name 'getCommonscatTemplate' is not defined
can someone try to fix it ?
Regards
Hercule
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l