Mattflaschen has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/360585 )
Change subject: Correct license to MIT ...................................................................... Correct license to MIT This extension overall is under MIT, per Echo.php, extension.json, and COPYING. Change-Id: I39d533b671bb9eff3ba2e9faf5fcf482374b8e61 --- M includes/formatters/MentionStatusPresentationModel.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo refs/changes/85/360585/1 diff --git a/includes/formatters/MentionStatusPresentationModel.php b/includes/formatters/MentionStatusPresentationModel.php index 29d0270..974c23d 100644 --- a/includes/formatters/MentionStatusPresentationModel.php +++ b/includes/formatters/MentionStatusPresentationModel.php @@ -5,7 +5,7 @@ * * @author Christoph Fischer <[email protected]> * - * @license GNU GPL v2+ + * @license MIT */ class EchoMentionStatusPresentationModel extends EchoEventPresentationModel { use EchoPresentationModelSectionTrait; -- To view, visit https://gerrit.wikimedia.org/r/360585 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I39d533b671bb9eff3ba2e9faf5fcf482374b8e61 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: Mattflaschen <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
