"Correcting svn properties"

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6030 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2007-11-20 04:51:06 +00:00
parent 2c28dcf841
commit be493341fa
4 changed files with 16 additions and 16 deletions

View file

@ -1,5 +1,5 @@
<?php
/* SVN FILE: $Id: magic_db.php 5444 2007-07-19 13:38:26Z the_undefined $ */
/* SVN FILE: $Id$ */
/**
* MagicDb parser and file analyzer
*
@ -19,9 +19,9 @@
* @package cake
* @subpackage cake.cake.libs
* @since CakePHP(tm) v 1.2.0
* @version $Revision: 5444 $
* @modifiedby $LastChangedBy: the_undefined $
* @lastmodified $Date: 2007-07-19 15:38:26 +0200 (Do, 19 Jul 2007) $
* @version $Revision$
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/

View file

@ -1,5 +1,5 @@
<?php
/* SVN FILE: $Id: magic_db.test.php 5444 2007-07-19 13:38:26Z the_undefined $ */
/* SVN FILE: $Id$ */
/**
* MagicDb test
*
@ -19,9 +19,9 @@
* @package cake
* @subpackage cake.cake.libs
* @since CakePHP(tm) v 1.2.0
* @version $Revision: 5444 $
* @modifiedby $LastChangedBy: the_undefined $
* @lastmodified $Date: 2007-07-19 15:38:26 +0200 (Do, 19 Jul 2007) $
* @version $Revision$
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/

View file

@ -1,5 +1,5 @@
<?php
/* SVN FILE: $Id: model.test.php 5912 2007-10-28 04:18:18Z gwoo $ */
/* SVN FILE: $Id$ */
/**
* Short description for file.
*
@ -21,9 +21,9 @@
* @package cake.tests
* @subpackage cake.tests.cases.libs.model
* @since CakePHP(tm) v 1.2.0.4206
* @version $Revision: 5912 $
* @modifiedby $LastChangedBy: gwoo $
* @lastmodified $Date: 2007-10-28 00:18:18 -0400 (Sun, 28 Oct 2007) $
* @version $Revision$
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
if (!defined('CAKEPHP_UNIT_TEST_EXECUTION')) {

View file

@ -1,5 +1,5 @@
<?php
/* SVN FILE: $Id: helper.test.php 5497 2007-08-07 07:44:12Z gwoo $ */
/* SVN FILE: $Id$ */
/**
* Short description for file.
*
@ -21,9 +21,9 @@
* @package cake.tests
* @subpackage cake.tests.cases.libs
* @since CakePHP(tm) v 1.2.0.4206
* @version $Revision: 5497 $
* @modifiedby $LastChangedBy: gwoo $
* @lastmodified $Date: 2007-08-07 03:44:12 -0400 (Tue, 07 Aug 2007) $
* @version $Revision$
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
uses('view' . DS . 'view', 'view' . DS . 'helper');