X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=class%2Fhelper%2FVCard.class.php;h=15d0c13ac5c99d305f2e66133b3a2e158df44e6f;hp=898fe0b47d42cc9c2220604d2f5d4821132c6fa0;hb=3f55fe04a3f2093e0dc89b83fb3b3c42b16000cd;hpb=3b1721833009ad0674d72096e92162f36b929da6 diff --git a/class/helper/VCard.class.php b/class/helper/VCard.class.php index 898fe0b4..15d0c13a 100644 --- a/class/helper/VCard.class.php +++ b/class/helper/VCard.class.php @@ -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