X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=class%2Fmime%2FDisposition.class.php;h=2abde4f9dd6c30cc39fe35f83ac77cc286d57a3a;hp=86bbf70229267106e27345995759771d44863c50;hb=c404d448239826f2935fe804ed8b39b0a8918280;hpb=f8211fdf1cb63891c059d570a5f5ab3030bb2df8 diff --git a/class/mime/Disposition.class.php b/class/mime/Disposition.class.php index 86bbf70..2abde4f 100644 --- a/class/mime/Disposition.class.php +++ b/class/mime/Disposition.class.php @@ -3,12 +3,11 @@ /** * Disposition.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 disposition headers * in mime messages. See RFC 2183. * + * @copyright © 2003-2006 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail * @subpackage mime @@ -46,5 +45,3 @@ class Disposition { return ''; } } - -?> \ No newline at end of file