From: Alexandre Emsenhuber Date: Thu, 7 Jun 2012 11:06:19 +0000 (+0200) Subject: Added missing GPLv2 headers in some places. X-Git-Tag: 1.31.0-rc.0~23373^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=5b760e42335bf5932604f25e0d4c92ebb6b35a36;p=lhc%2Fweb%2Fwiklou.git Added missing GPLv2 headers in some places. Also made file/class documentation more consistent. Change-Id: Ia79634e62a7aee293d4e8534082f503bbc2b614f --- diff --git a/languages/classes/LanguageIu.php b/languages/classes/LanguageIu.php index 72f6af137d..090d626fae 100644 --- a/languages/classes/LanguageIu.php +++ b/languages/classes/LanguageIu.php @@ -1,24 +1,39 @@ lowercase Latin -* - lowercase/uppercase Latin -> Syllabics -* -* -* Based on: -* - http://commons.wikimedia.org/wiki/Image:Inuktitut.png -* - LanguageSr.php -* -* @ingroup Language -*/ + * Inuktitut 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 + * @ingroup Language + */ + require_once( dirname( __FILE__ ) . '/../LanguageConverter.php' ); /** + * Conversion script between Latin and Syllabics for Inuktitut. + * - Syllabics -> lowercase Latin + * - lowercase/uppercase Latin -> Syllabics + * * + * Based on: + * - http://commons.wikimedia.org/wiki/Image:Inuktitut.png + * - LanguageSr.php + * + * @ingroup Language */ class IuConverter extends LanguageConverter { diff --git a/languages/classes/LanguageJa.php b/languages/classes/LanguageJa.php index 510a397639..9c6314c557 100644 --- a/languages/classes/LanguageJa.php +++ b/languages/classes/LanguageJa.php @@ -1,4 +1,25 @@