summaryrefslogtreecommitdiff
path: root/languages/classes/LanguageMt.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/classes/LanguageMt.php')
-rw-r--r--languages/classes/LanguageMt.php28
1 files changed, 24 insertions, 4 deletions
diff --git a/languages/classes/LanguageMt.php b/languages/classes/LanguageMt.php
index 5cf40ce5..68bd7ca9 100644
--- a/languages/classes/LanguageMt.php
+++ b/languages/classes/LanguageMt.php
@@ -1,12 +1,32 @@
<?php
-
-/** Maltese (Malti)
+/**
+ * Maltese (Malti) specific code.
*
- * @ingroup Language
+ * 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 Niklas Laxström
+ * @ingroup Language
*/
+/**
+ * Maltese (Malti)
+ *
+ * @ingroup Language
+ */
class LanguageMt extends Language {
/**
@@ -25,4 +45,4 @@ class LanguageMt extends Language {
else $index = 3;
return $forms[$index];
}
-} \ No newline at end of file
+}