Fix properties
git-svn-id: http://php-reader.googlecode.com/svn/trunk@257 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
@@ -1,29 +1,29 @@
|
||||
<?php
|
||||
/**
|
||||
* @category Zend
|
||||
* @package Zend_Media
|
||||
* @subpackage Riff
|
||||
* @copyright Copyright (c) 2011 Sven Vollbehr
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/**#@+ @ignore */
|
||||
require_once 'Zend/Media/Riff/StringChunk.php';
|
||||
/**#@-*/
|
||||
|
||||
/**
|
||||
* The <i>Copyright</i> chunk records the copyright information for the file. If there are multiple copyrights, separate
|
||||
* them by a semicolon followed by a space.
|
||||
*
|
||||
* @category Zend
|
||||
* @package Zend_Media
|
||||
* @subpackage Riff
|
||||
* @author Sven Vollbehr <sven@vollbehr.eu>
|
||||
* @copyright Copyright (c) 2011 Sven Vollbehr
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id$
|
||||
*/
|
||||
final class Zend_Media_Riff_Chunk_Icop extends Zend_Media_Riff_StringChunk
|
||||
{
|
||||
}
|
||||
<?php
|
||||
/**
|
||||
* @category Zend
|
||||
* @package Zend_Media
|
||||
* @subpackage Riff
|
||||
* @copyright Copyright (c) 2011 Sven Vollbehr
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/**#@+ @ignore */
|
||||
require_once 'Zend/Media/Riff/StringChunk.php';
|
||||
/**#@-*/
|
||||
|
||||
/**
|
||||
* The <i>Copyright</i> chunk records the copyright information for the file. If there are multiple copyrights, separate
|
||||
* them by a semicolon followed by a space.
|
||||
*
|
||||
* @category Zend
|
||||
* @package Zend_Media
|
||||
* @subpackage Riff
|
||||
* @author Sven Vollbehr <sven@vollbehr.eu>
|
||||
* @copyright Copyright (c) 2011 Sven Vollbehr
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id$
|
||||
*/
|
||||
final class Zend_Media_Riff_Chunk_Icop extends Zend_Media_Riff_StringChunk
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user