projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed phpdoc formating. require() call loaded before first phpdoc block.
[squirrelmail.git]
/
class
/
mime
/
Language.class.php
diff --git
a/class/mime/Language.class.php
b/class/mime/Language.class.php
index 7aae1f52695b4ad916e21c88fb66d4f9533a1d92..ba7e8275bce37aa847d25c68f5d4f4bcc59a597f 100644
(file)
--- a/
class/mime/Language.class.php
+++ b/
class/mime/Language.class.php
@@
-3,12
+3,11
@@
/**
* Language.class.php
*
/**
* Language.class.php
*
- * Copyright (c) 2003-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
* This file should contain class needed to handle Language properties in
* mime messages. I suspect that it is RFC2231
*
* This file should contain class needed to handle Language properties in
* mime messages. I suspect that it is RFC2231
*
+ * @copyright © 2003-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail
* @subpackage mime
* @version $Id$
* @package squirrelmail
* @subpackage mime
@@
-37,5
+36,3
@@
class Language {
$this->properties = array();
}
}
$this->properties = array();
}
}
-
-?>
\ No newline at end of file