X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=class%2Fmime%2FLanguage.class.php;h=2a32ffdcf259c905d370c7d6507b01338b0b3d9e;hp=9d78b61baf6496b8b0cc1d96606e29b0ccc05f62;hb=9bcf508d54a578246d5df010bbb4b93740ec3197;hpb=8654383dd9cfe18b98c44d6d58ed2980b0890028 diff --git a/class/mime/Language.class.php b/class/mime/Language.class.php index 9d78b61b..2a32ffdc 100644 --- a/class/mime/Language.class.php +++ b/class/mime/Language.class.php @@ -3,14 +3,14 @@ /** * 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 * + * @copyright © 2003-2007 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail + * @subpackage mime * @since 1.3.2 */ @@ -18,6 +18,7 @@ * Class that can be used to handle language properties in MIME headers. * * @package squirrelmail + * @subpackage mime * @since 1.3.0 */ class Language { @@ -35,5 +36,3 @@ class Language { $this->properties = array(); } } - -?> \ No newline at end of file