1<?php
2/**
3 * This file is kept for backwards compatibility reasons only
4 *
5 * Parse vCard 2.1 and 3.0 text blocks.
6 *
7 * PHP versions 4 and 5
8 *
9 * LICENSE: This source file is subject to version 2.0 of the PHP license
10 * that is available through the world-wide-web at the following URI:
11 * http://www.php.net/license/2_02.txt.  If you did not receive a copy of
12 * the PHP License and are unable to obtain it through the world-wide-web, please
13 * send a note to license@php.net so we can mail you a copy immediately.
14 *
15 * @category  File_Formats
16 * @package   Contact_Vcard_Parse
17 * @author    Paul M. Jones <pjones@ciaweb.net>
18 * @copyright 1997-2007 The PHP Group
19 * @license   http://www.php.net/license/2_02.txt  PHP License 2.0
20 * @version   CVS: $Id: Contact_Vcard_Parse.php 246421 2007-11-19 01:45:28Z till $
21 * @link      http://pear.php.net/package/Contact_Vcard_Parse
22 */
23require_once 'Contact/Vcard/Parse.php';
24?>
25