From: Alexandre Emsenhuber Date: Sat, 9 Jun 2012 20:24:16 +0000 (+0200) Subject: Added missing GPLv2 headers in some places. X-Git-Tag: 1.31.0-rc.0~23356 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/voir.php?a=commitdiff_plain;h=b7ed0276e560389913c629d97a46aaa47f48798b;p=lhc%2Fweb%2Fwiklou.git Added missing GPLv2 headers in some places. Also made file/class documentation more consistent. Change-Id: I82ee132a976cfeb3d77ce551295bf6d2d90e14da --- diff --git a/languages/classes/LanguageSe.php b/languages/classes/LanguageSe.php index a66957f03d..25b61c3008 100644 --- a/languages/classes/LanguageSe.php +++ b/languages/classes/LanguageSe.php @@ -1,4 +1,26 @@ lowercase Latin -* - lowercase/uppercase Latin -> Tifinagh -* -* -* Based on: -* - http://en.wikipedia.org/wiki/Shilha_language -* - LanguageSr.php -* -* @ingroup Language -*/ + * Shilha 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 Tifinagh for Tachelhit. + * - Tifinagh -> lowercase Latin + * - lowercase/uppercase Latin -> Tifinagh + * * + * Based on: + * - http://en.wikipedia.org/wiki/Shilha_language + * - LanguageSr.php + * + * @ingroup Language */ class ShiConverter extends LanguageConverter { diff --git a/languages/classes/LanguageSk.php b/languages/classes/LanguageSk.php index eac25f4f5e..b1da70e6f6 100644 --- a/languages/classes/LanguageSk.php +++ b/languages/classes/LanguageSk.php @@ -1,4 +1,26 @@