Skip to content

Commit

Permalink
* cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Nov 19, 2007
1 parent 01ea78e commit 6d9f2f9
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion Contact_Vcard_Build.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
<?php
/**
* This file exists for backwards compatibility reasons only.
* This file is kept for backwards compatibility reasons only
*
* Parse vCard 2.1 and 3.0 text blocks.
*
* PHP versions 4 and 5
*
* LICENSE: This source file is subject to version 2.0 of the PHP license
* that is available through the world-wide-web at the following URI:
* http://www.php.net/license/2_02.txt. If you did not receive a copy of
* the PHP License and are unable to obtain it through the world-wide-web, please
* send a note to license@php.net so we can mail you a copy immediately.
*
* @category File_Formats
* @package Contact_Vcard_Build
* @author Paul M. Jones <pjones@ciaweb.net>
* @copyright 1997-2007 The PHP Group
* @license http://www.php.net/license/2_02.txt PHP License 2.0
* @version CVS: $Id$
* @link http://pear.php.net/package/Contact_Vcard_Build
*/
require_once 'Contact/Vcard/Build.php';
?>

0 comments on commit 6d9f2f9

Please sign in to comment.