Aude has uploaded a new change for review. https://gerrit.wikimedia.org/r/95343
Change subject: Remove clutter ...................................................................... Remove clutter Change-Id: Ic34d292b0b361536034bf83cef7b8cdea5ad92f7 --- M client/config/WikibaseClient.default.php M client/config/WikibaseClient.example.php M client/config/WikibaseClient.experimental.php 3 files changed, 4 insertions(+), 57 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/43/95343/1 diff --git a/client/config/WikibaseClient.default.php b/client/config/WikibaseClient.default.php index 253c76b..023b3c3 100644 --- a/client/config/WikibaseClient.default.php +++ b/client/config/WikibaseClient.default.php @@ -1,36 +1,19 @@ <?php +use Wikibase\SettingsArray; + /** * This file assigns the default values to all Wikibase Client settings. * * This file is NOT an entry point the Wikibase Client extension. Use WikibaseClient.php. * It should furthermore not be included from outside the 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 0.4 * - * @file - * @ingroup WikibaseClient - * * @licence GNU GPL v2+ + * + * @author Daniel Kinzler */ - - -use Wikibase\SettingsArray; return call_user_func( function() { global $wgLanguageCode, $wgDBname; diff --git a/client/config/WikibaseClient.example.php b/client/config/WikibaseClient.example.php index 0b1a100..ab32f23 100644 --- a/client/config/WikibaseClient.example.php +++ b/client/config/WikibaseClient.example.php @@ -6,25 +6,7 @@ * This file is NOT an entry point the Wikibase Client extension. Use WikibaseClient.php. * It should furthermore not be included from outside the 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 0.4 - * - * @file - * @ingroup WikibaseClient * * @licence GNU GPL v2+ * @author Daniel Kinzler diff --git a/client/config/WikibaseClient.experimental.php b/client/config/WikibaseClient.experimental.php index 4157126..09aa2e3 100644 --- a/client/config/WikibaseClient.experimental.php +++ b/client/config/WikibaseClient.experimental.php @@ -6,25 +6,7 @@ * This file is NOT an entry point the Wikibase Client extension. Use WikibaseClient.php. * It should furthermore not be included from outside the 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 0.4 - * - * @file - * @ingroup WikibaseClient * * @licence GNU GPL v2+ */ -- To view, visit https://gerrit.wikimedia.org/r/95343 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic34d292b0b361536034bf83cef7b8cdea5ad92f7 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Aude <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
