Subversion Repositories Applications.gtt

Rev

Rev 94 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 187
Line 2... Line 2...
2
/**
2
/**
3
 * PEAR_Installer_Role_Doc
3
 * PEAR_Installer_Role_Doc
4
 *
4
 *
5
 * PHP versions 4 and 5
5
 * PHP versions 4 and 5
6
 *
6
 *
7
 * LICENSE: This source file is subject to version 3.0 of the PHP license
-
 
8
 * that is available through the world-wide-web at the following URI:
-
 
9
 * http://www.php.net/license/3_0.txt.  If you did not receive a copy of
-
 
10
 * the PHP License and are unable to obtain it through the web, please
-
 
11
 * send a note to license@php.net so we can mail you a copy immediately.
-
 
12
 *
-
 
13
 * @category   pear
7
 * @category   pear
14
 * @package    PEAR
8
 * @package    PEAR
15
 * @author     Greg Beaver <cellog@php.net>
9
 * @author     Greg Beaver <cellog@php.net>
16
 * @copyright  1997-2006 The PHP Group
10
 * @copyright  1997-2009 The Authors
17
 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
11
 * @license    http://opensource.org/licenses/bsd-license.php New BSD License
18
 * @version    CVS: $Id: Doc.php,v 1.6 2006/01/06 04:47:37 cellog Exp $
-
 
19
 * @link       http://pear.php.net/package/PEAR
12
 * @link       http://pear.php.net/package/PEAR
20
 * @since      File available since Release 1.4.0a1
13
 * @since      File available since Release 1.4.0a1
21
 */
14
 */
Line 22... Line 15...
22
 
15
 
23
/**
16
/**
24
 * @category   pear
17
 * @category   pear
25
 * @package    PEAR
18
 * @package    PEAR
26
 * @author     Greg Beaver <cellog@php.net>
19
 * @author     Greg Beaver <cellog@php.net>
27
 * @copyright  1997-2006 The PHP Group
20
 * @copyright  1997-2009 The Authors
28
 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
21
 * @license    http://opensource.org/licenses/bsd-license.php New BSD License
29
 * @version    Release: 1.5.1
22
 * @version    Release: 1.10.1
30
 * @link       http://pear.php.net/package/PEAR
23
 * @link       http://pear.php.net/package/PEAR
31
 * @since      Class available since Release 1.4.0a1
24
 * @since      Class available since Release 1.4.0a1
32
 */
25
 */
33
class PEAR_Installer_Role_Doc extends PEAR_Installer_Role_Common {}
26
class PEAR_Installer_Role_Doc extends PEAR_Installer_Role_Common {}
34
?>
27
?>