jenkins-bot has submitted this change and it was merged. Change subject: Updating headers in Echo.php ......................................................................
Updating headers in Echo.php Change-Id: I05b20f59cff94185a91c7f6e5f1f52dc034eafb4 --- M Echo.php 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Bsitu: Looks good to me, approved jenkins-bot: Verified diff --git a/Echo.php b/Echo.php index 897baec..ad3b9d0 100644 --- a/Echo.php +++ b/Echo.php @@ -1,6 +1,7 @@ <?php /** * MediaWiki Extension: Echo + * http://www.mediawiki.org/wiki/Extension:Echo * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -19,7 +20,8 @@ * * @file * @ingroup Extensions - * @author Andrew Garrett + * @author Andrew Garrett, Benny Situ, Ryan Kaldari, Erik Bernhardson + * @licence MIT License */ # Alert the user that this is not a valid entry point to MediaWiki if they try to access the special pages file directly. -- To view, visit https://gerrit.wikimedia.org/r/81524 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I05b20f59cff94185a91c7f6e5f1f52dc034eafb4 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: Kaldari <[email protected]> Gerrit-Reviewer: Bsitu <[email protected]> Gerrit-Reviewer: EBernhardson (WMF) <[email protected]> Gerrit-Reviewer: Werdna <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
