Separate E_STRICT reporting from E_ALL in internal debug mode (E_STRICT is included...
[squirrelmail.git] / class / helper / VCard.class.php
index 898fe0b47d42cc9c2220604d2f5d4821132c6fa0..15d0c13ac5c99d305f2e66133b3a2e158df44e6f 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-2012 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