John Vandenberg has submitted this change and it was merged.
Change subject: change license of reflinks.py from GPL to MIT ......................................................................
change license of reflinks.py from GPL to MIT
per discussion on Pywikipedia-l: http://comments.gmane.org/gmane.comp.python.pywikipediabot.general/13959
all original authors need to +1 this
Change-Id: I2cee179737b45fe95c206e928ad0b8c8b560c9e2 --- M scripts/reflinks.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Shizhao: Looks good to me, but someone else must approve Cyde: Looks good to me, but someone else must approve Ladsgroup: Looks good to me, but someone else must approve Withoutaname: Looks good to me, but someone else must approve Mayankmadan: Looks good to me, but someone else must approve Merlijn van Deen: Looks good to me, but someone else must approve Xqt: Looks good to me, but someone else must approve Dkonto: Looks good to me, but someone else must approve Alex S.H. Lin: Looks good to me, but someone else must approve jenkins-bot: Verified Huji: Looks good to me, but someone else must approve John Vandenberg: Looks good to me, approved Ricordisamoa: Looks good to me, but someone else must approve XZise: Looks good to me, but someone else must approve Beta16: Looks good to me, but someone else must approve Meno25: Looks good to me, but someone else must approve Siebrand: Looks good to me, but someone else must approve Matanya: Looks good to me, but someone else must approve
diff --git a/scripts/reflinks.py b/scripts/reflinks.py index 6fcc135..90bebe1 100644 --- a/scripts/reflinks.py +++ b/scripts/reflinks.py @@ -39,7 +39,7 @@ # (C) Nicolas Dumazet (NicDumZ), 2008 # (C) Pywikibot team, 2008-2014 # -# Distributed under the terms of the GPL +# Distributed under the terms of the MIT license. # __version__ = '$Id$' #
pywikibot-commits@lists.wikimedia.org