Mvolz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/189490

Change subject: Change license from GNU to MIT & add LICENSE.txt
......................................................................

Change license from GNU to MIT & add LICENSE.txt

* Change license in Citoid.php from GNU 2.0 to
MIT
* Add LICENSE.txt with details of license

Change-Id: I82992e02d29c0d64cb082ee8653234f6bf829453
---
M Citoid.php
A LICENSE.txt
2 files changed, 30 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Citoid 
refs/changes/90/189490/1

diff --git a/Citoid.php b/Citoid.php
index 729fbde..37ff2a0 100644
--- a/Citoid.php
+++ b/Citoid.php
@@ -6,19 +6,20 @@
  *
  * @file
  * @ingroup Extensions
- * @author mvolz, 2014
- * @license GNU General Public Licence 2.0 or later
+ * @author 2014-2015 Marielle Volz and others
+ * @license The MIT License (MIT); see LICENSE.txt
  */
 
 $wgExtensionCredits['other'][] = array(
        'path' => __FILE__,
        'name' => 'Citoid',
        'author' => array(
-               'mvolz',
+               'Marielle Volz',
        ),
-       'version'  => '0.0.0',
+       'version'  => '0.1.0',
        'url' => 'https://www.mediawiki.org/wiki/Citoid',
        'descriptionmsg' => 'citoid-desc',
+       'license-name' => 'MIT',
 );
 
 /* Setup */
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..b4d69df
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,25 @@
+Copyright (c) 2014-2015 Marielle Volz and others under the terms
+of The MIT License (MIT), as follows:
+
+This software consists of voluntary contributions made by several
+individuals. For exact contribution history, see therevision history
+and logs, available at https://gerrit.wikimedia.org
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-- 
To view, visit https://gerrit.wikimedia.org/r/189490
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I82992e02d29c0d64cb082ee8653234f6bf829453
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Citoid
Gerrit-Branch: master
Gerrit-Owner: Mvolz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to