Changeset 20741 for lang/php

Show
Ignore:
Timestamp:
10/05/08 02:04:43 (2 months ago)
Author:
wads
Message:

write license.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/ZendFramework_ext/library/Wads/config/Yaml.php

    r15643 r20741  
    11<?php 
     2/** 
     3 * @see Zend_Config.php 
     4 */ 
    25require_once 'Zend/Config.php'; 
    3   
     6 
     7/** 
     8 * @copyright  wads (wadslab@gmail.com) 
     9 * @license    http://framework.zend.com/license/new-bsd     New BSD License 
     10 */ 
    411class Wads_Config_Yaml extends Zend_Config 
    512{