X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=class%2Fmime%2FDisposition.class.php;h=0b600dc21963b233c72af49d096a99c6f59a0ca5;hb=1977ab5587905d225c6288141b82f7a6e3d29d02;hp=bf005697774030758e09ab55c439dba3dc3986f6;hpb=0f459286b465c21d7a7807098b34ae610a635a11;p=squirrelmail.git diff --git a/class/mime/Disposition.class.php b/class/mime/Disposition.class.php index bf005697..0b600dc2 100644 --- a/class/mime/Disposition.class.php +++ b/class/mime/Disposition.class.php @@ -3,17 +3,15 @@ /** * 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. + * in mime messages. See RFC 2183. * + * @copyright 2003-2010 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 - * @todo find rfc number */ /** @@ -47,5 +45,3 @@ class Disposition { return ''; } } - -?> \ No newline at end of file