Jeroen De Dauw has uploaded a new change for review. https://gerrit.wikimedia.org/r/74295
Change subject: Remove verbose GPL headers ...................................................................... Remove verbose GPL headers Change-Id: Id70e5a83e9a7e3447ead486f266a49f1cf201434 --- M ParserHooks.i18n.php M src/ParserHooks/FunctionRunner.php M src/ParserHooks/HookDefinition.php M src/ParserHooks/HookHandler.php M src/ParserHooks/HookRegistrant.php 5 files changed, 0 insertions(+), 75 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ParserHooks refs/changes/95/74295/1 diff --git a/ParserHooks.i18n.php b/ParserHooks.i18n.php index c919bae..2ec8f64 100644 --- a/ParserHooks.i18n.php +++ b/ParserHooks.i18n.php @@ -3,21 +3,6 @@ /** * Internationalization file for the ParserHooks MediaWiki extension. * - * 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 - * (at your option) any later version. - * - * 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 - * GNU General Public License for more details. - * - * 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 - * * @since 1.0 * * @file diff --git a/src/ParserHooks/FunctionRunner.php b/src/ParserHooks/FunctionRunner.php index c1ac932..785940b 100644 --- a/src/ParserHooks/FunctionRunner.php +++ b/src/ParserHooks/FunctionRunner.php @@ -10,21 +10,6 @@ * by processing the parameters as declared in the hook definition and * then passes the result to the hook handler. * - * 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 - * (at your option) any later version. - * - * 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 - * GNU General Public License for more details. - * - * 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 - * * @since 1.0 * * @file diff --git a/src/ParserHooks/HookDefinition.php b/src/ParserHooks/HookDefinition.php index 9b8be84..c49e7fc 100644 --- a/src/ParserHooks/HookDefinition.php +++ b/src/ParserHooks/HookDefinition.php @@ -5,21 +5,6 @@ /** * Definition of a parser hooks signature. * - * 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 - * (at your option) any later version. - * - * 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 - * GNU General Public License for more details. - * - * 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 - * * @since 1.0 * * @file diff --git a/src/ParserHooks/HookHandler.php b/src/ParserHooks/HookHandler.php index 15a0398..663ff9c 100644 --- a/src/ParserHooks/HookHandler.php +++ b/src/ParserHooks/HookHandler.php @@ -9,21 +9,6 @@ * Interface for objects that can handle a parser hook call of * which the parameters have already been processed. * - * 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 - * (at your option) any later version. - * - * 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 - * GNU General Public License for more details. - * - * 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 - * * @since 1.0 * * @file diff --git a/src/ParserHooks/HookRegistrant.php b/src/ParserHooks/HookRegistrant.php index cf9cf8a..7d82064 100644 --- a/src/ParserHooks/HookRegistrant.php +++ b/src/ParserHooks/HookRegistrant.php @@ -8,21 +8,6 @@ * Parser hook runner registrant. * Registers hook runners to a parser. * - * 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 - * (at your option) any later version. - * - * 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 - * GNU General Public License for more details. - * - * 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 - * * @since 1.0 * * @file -- To view, visit https://gerrit.wikimedia.org/r/74295 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id70e5a83e9a7e3447ead486f266a49f1cf201434 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ParserHooks Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
