X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=class%2Fmime%2FContentType.class.php;h=be8761554ee97dfc271a0492c94e9991416aa54c;hp=d44c79f9ccf4fd8baa11a033fea1dbd463087d9a;hb=eb2425ec0610455c098bfcd715292cd0ec525c4c;hpb=0f459286b465c21d7a7807098b34ae610a635a11 diff --git a/class/mime/ContentType.class.php b/class/mime/ContentType.class.php index d44c79f9..be876155 100644 --- a/class/mime/ContentType.class.php +++ b/class/mime/ContentType.class.php @@ -3,12 +3,11 @@ /** * ContentType.class.php * - * Copyright (c) 2003-2005 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * This file contains functions needed to handle content type headers * (rfc2045) in mime messages. * + * @copyright © 2003-2006 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail * @subpackage mime @@ -57,5 +56,3 @@ class ContentType { $this->properties = array(); } } - -?> \ No newline at end of file