Parent5446 has uploaded a new change for review.

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

Change subject: Fixed licensing messages
......................................................................

Fixed licensing messages

Fixed license in code to match LICENSE file. Also added license name to
wgExtensionCredits so it appears on Special:Version.

Bug: T88098
Change-Id: I6ff3879bae277855f822b4163211a02c4c5cd14d
---
M DeleteOwn.php
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DeleteOwn 
refs/changes/63/188763/1

diff --git a/DeleteOwn.php b/DeleteOwn.php
index 3f0dc3c..3b3727c 100644
--- a/DeleteOwn.php
+++ b/DeleteOwn.php
@@ -2,10 +2,11 @@
 
 /**
  * Implements Extension:DeleteOwn for the MediaWiki software.
+ * Copyright (C) 2014-2015  Tyler Romeo <[email protected]>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -28,7 +29,8 @@
        'descriptionmsg' => 'deleteown-desc',
        'version' => '1.1.0',
        'author' => 'Tyler Romeo <[email protected]>',
-       'url' => 'https://www.mediawiki.org/wiki/Extension:DeleteOwn'
+       'url' => 'https://www.mediawiki.org/wiki/Extension:DeleteOwn',
+    'license-name' => 'GPL-3.0+',
 );
 
 $dir = __DIR__ . '/';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ff3879bae277855f822b4163211a02c4c5cd14d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DeleteOwn
Gerrit-Branch: master
Gerrit-Owner: Parent5446 <[email protected]>

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

Reply via email to