Parent5446 has submitted this change and it was merged. 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(-) Approvals: Parent5446: Verified; Looks good to me, approved diff --git a/DeleteOwn.php b/DeleteOwn.php index 3f0dc3c..a6b3123 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: merged Gerrit-Change-Id: I6ff3879bae277855f822b4163211a02c4c5cd14d Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/DeleteOwn Gerrit-Branch: master Gerrit-Owner: Parent5446 <[email protected]> Gerrit-Reviewer: Parent5446 <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
