Happy New Year
[squirrelmail.git] / class / helper / VCard.class.php
index 898fe0b47d42cc9c2220604d2f5d4821132c6fa0..f8f46a4c507eba3ed47cfdd7344dd0c51f5ed055 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-2020 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