Put names to checkboxes that can be used by others
[squirrelmail.git] / class / mime / SMimeMessage.class.php
index c97e737bab79d61e2bbd0db85139bb7807c10006..c62fea352b97a0854363689b34e3d60b0b67c953 100644 (file)
@@ -3,24 +3,23 @@
 /**
  * SMimeMessage.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 class needed to handle SMIME mime messages.
  *
  * @link http://www.ietf.org/html.charters/smime-charter.html
+ * @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
  */
 
 /**
  * Unimplemented class.
  * @package squirrelmail
+ * @subpackage mime
  * @todo implement smime parsing
  */
 class SMimeMessage {
 
 }
-
-?>
\ No newline at end of file