Encode outgoing attachments that have lines longer than allowed per RFC. Otherwise...
[squirrelmail.git] / class / helper / VCard.class.php
index 898fe0b47d42cc9c2220604d2f5d4821132c6fa0..5c885ebcb65c82ae6ee011b5711a9e1a67d4c90b 100644 (file)
@@ -3,13 +3,12 @@
 /**
  * vCard.class
  *
- * Copyright (c) 2003-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This (will) contain functions needed to vCards.
  *
  * http://www.imc.org/pdi/vcard-21.txt
  *
+ * @copyright © 2003-2007 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @since 1.3.2
@@ -41,4 +40,3 @@ class VCard {
         return $array;
     }
 }
-?>
\ No newline at end of file