From 52aa2aaba1e064353696bcb82ecc976337cc1aed Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 5 Jun 2012 22:13:22 +0200 Subject: [PATCH] Added missing GPLv2 headers in some places. Also made file/class documentation more consistent. Change-Id: Ie60ee0a8137d750a66892ea5b0cc751c74d662f9 --- languages/Language.php | 17 +++++++++- languages/Names.php | 22 ++++++++++++ languages/classes/LanguageAm.php | 22 ++++++++++++ languages/classes/LanguageAr.php | 26 ++++++++++++-- languages/classes/LanguageAz.php | 31 ++++++++++++++--- languages/classes/LanguageBe.php | 45 ++++++++++++++++++------- languages/classes/LanguageBe_tarask.php | 39 ++++++++++++++++----- languages/classes/LanguageBg.php | 24 ++++++++++++- languages/classes/LanguageBh.php | 22 ++++++++++++ languages/classes/LanguageBs.php | 24 ++++++++++++- languages/classes/LanguageCs.php | 24 ++++++++++++- languages/classes/LanguageCu.php | 26 ++++++++++++-- languages/classes/LanguageCy.php | 26 ++++++++++++-- languages/classes/LanguageDsb.php | 25 +++++++++++++- 14 files changed, 337 insertions(+), 36 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 656f5d0ff2..5bb7762d10 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1,6 +1,21 @@ - * @see http://be.wikipedia.org/wiki/Talk:LanguageBe.php - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License - * @license http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License - */ +/** + * Belarusian normative (Беларуская мова) specific code. + * + * 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 + * + * @file + * @author Ævar Arnfjörð Bjarmason + * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License + * @license http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License + * @ingroup Language + */ +/** + * Belarusian normative (Беларуская мова) + * + * This is still the version from Be-x-old, only duplicated for consistency of + * plural and grammar functions. If there are errors please send a patch. + * + * @ingroup Language + * @see http://be.wikipedia.org/wiki/Talk:LanguageBe.php + */ class LanguageBe extends Language { /** diff --git a/languages/classes/LanguageBe_tarask.php b/languages/classes/LanguageBe_tarask.php index 0e07a71cd6..b781d7a666 100644 --- a/languages/classes/LanguageBe_tarask.php +++ b/languages/classes/LanguageBe_tarask.php @@ -1,14 +1,35 @@ - * @see http://be-x-old.wikipedia.org/wiki/Project_talk:LanguageBe_tarask.php - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License - * @license http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License - */ +/** + * Belarusian in Taraškievica orthography (Беларуская тарашкевіца) specific code. + * + * 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 + * + * @file + * @author Ævar Arnfjörð Bjarmason + * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License + * @license http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License + * @ingroup Language + */ +/** + * Belarusian in Taraškievica orthography (Беларуская тарашкевіца) + * + * @ingroup Language + * @see http://be-x-old.wikipedia.org/wiki/Project_talk:LanguageBe_tarask.php + */ class LanguageBe_tarask extends Language { /** * Plural form transformations diff --git a/languages/classes/LanguageBg.php b/languages/classes/LanguageBg.php index 9ccb9a85bb..d735c7a028 100644 --- a/languages/classes/LanguageBg.php +++ b/languages/classes/LanguageBg.php @@ -1,6 +1,28 @@