jenkins-bot has submitted this change and it was merged. Change subject: Fix license header ......................................................................
Fix license header Change-Id: If60c0de7f1bdabb627c131adce1f3c1e95190513 --- M ElasticaHooks.php 1 file changed, 9 insertions(+), 7 deletions(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/ElasticaHooks.php b/ElasticaHooks.php index 410af53..c8a9ce2 100644 --- a/ElasticaHooks.php +++ b/ElasticaHooks.php @@ -2,20 +2,22 @@ /* * This file is part of the MediaWiki extension Elastica. * - * BetaFeatures is free software: you can redistribute it and/or modify + * 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 2 of the License, or * (at your option) any later version. * - * BetaFeatures is distributed in the hope that it will be useful, + * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with BetaFeatures. If not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * http://www.gnu.org/copyleft/gpl.html * - * BetaFeatures extension hooks + * Elastica extension hooks * * @file * @ingroup Extensions -- To view, visit https://gerrit.wikimedia.org/r/291586 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If60c0de7f1bdabb627c131adce1f3c1e95190513 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Elastica Gerrit-Branch: master Gerrit-Owner: DCausse <[email protected]> Gerrit-Reviewer: EBernhardson <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: MZMcBride <[email protected]> Gerrit-Reviewer: Manybubbles <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
