From cc358c225ef1ae3b9d0a46469fcbaaa8331e9e6f Mon Sep 17 00:00:00 2001 From: phpnut Date: Tue, 17 May 2005 02:03:09 +0000 Subject: [PATCH] fixed auto-props git-svn-id: https://svn.cakephp.org/repo/trunk/cake@122 3807eeeb-6ff5-0310-8944-8be069107fe0 --- config/core.php | 8 ++++---- config/paths.php | 8 ++++---- config/tags.php | 8 ++++---- libs/dbo_adodb.php | 8 ++++---- libs/dbo_mysql.php | 8 ++++---- libs/dbo_postgres.php | 8 ++++---- libs/test.php | 8 ++++---- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/config/core.php b/config/core.php index 6223e3c16..9b489e70b 100644 --- a/config/core.php +++ b/config/core.php @@ -1,6 +1,6 @@ + // // + Copyright: (c) 2005 Cake Authors/Developers + // @@ -32,9 +32,9 @@ * @package cake * @subpackage cake.config * @since Cake v 0.2.9 - * @version $Revision: 115 $ - * @modifiedby $LastChangedBy: phpnut $ - * @lastmodified $Date: 2005-05-16 18:47:54 -0500 (Mon, 16 May 2005) $ + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ * @license http://www.opensource.org/licenses/mit-license.php The MIT License * */ diff --git a/config/paths.php b/config/paths.php index 5bd458a9c..f9845e938 100644 --- a/config/paths.php +++ b/config/paths.php @@ -1,6 +1,6 @@ + // // + Copyright: (c) 2005 Cake Authors/Developers + // @@ -32,9 +32,9 @@ * @package cake * @subpackage cake.config * @since Cake v 0.2.9 - * @version $Revision: 115 $ - * @modifiedby $LastChangedBy: phpnut $ - * @lastmodified $Date: 2005-05-16 18:47:54 -0500 (Mon, 16 May 2005) $ + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ * @license http://www.opensource.org/licenses/mit-license.php The MIT License * */ diff --git a/config/tags.php b/config/tags.php index 0e9ea3a9a..9c301d6bf 100644 --- a/config/tags.php +++ b/config/tags.php @@ -1,6 +1,6 @@ + // // + Copyright: (c) 2005 Cake Authors/Developers + // @@ -32,9 +32,9 @@ * @package cake * @subpackage cake.config * @since Cake v 0.2.9 - * @version $Revision: 115 $ - * @modifiedby $LastChangedBy: phpnut $ - * @lastmodified $Date: 2005-05-16 18:47:54 -0500 (Mon, 16 May 2005) $ + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ * @license http://www.opensource.org/licenses/mit-license.php The MIT License * */ diff --git a/libs/dbo_adodb.php b/libs/dbo_adodb.php index c8522ed31..986d7a640 100644 --- a/libs/dbo_adodb.php +++ b/libs/dbo_adodb.php @@ -1,6 +1,6 @@ + // // + Copyright: (c) 2005 Cake Authors/Developers + // @@ -32,9 +32,9 @@ * @package cake * @subpackage cake.libs * @since Cake v 0.2.9 - * @version $Revision: 114 $ - * @modifiedby $LastChangedBy: pies $ - * @lastmodified $Date: 2005-05-16 18:14:37 -0500 (Mon, 16 May 2005) $ + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ * @license http://www.opensource.org/licenses/mit-license.php The MIT License * */ diff --git a/libs/dbo_mysql.php b/libs/dbo_mysql.php index 02e0a7bf7..a01896468 100644 --- a/libs/dbo_mysql.php +++ b/libs/dbo_mysql.php @@ -1,6 +1,6 @@ + // // + Copyright: (c) 2005 Cake Authors/Developers + // @@ -32,9 +32,9 @@ * @package cake * @subpackage cake.libs * @since Cake v 0.2.9 - * @version $Revision: 114 $ - * @modifiedby $LastChangedBy: pies $ - * @lastmodified $Date: 2005-05-16 18:14:37 -0500 (Mon, 16 May 2005) $ + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ * @license http://www.opensource.org/licenses/mit-license.php The MIT License * */ diff --git a/libs/dbo_postgres.php b/libs/dbo_postgres.php index 55255507d..8619e95ac 100644 --- a/libs/dbo_postgres.php +++ b/libs/dbo_postgres.php @@ -1,6 +1,6 @@ + // // + Copyright: (c) 2005 Cake Authors/Developers + // @@ -32,9 +32,9 @@ * @package cake * @subpackage cake.libs * @since Cake v 1.0.0.114 - * @version $Revision: 114 $ - * @modifiedby $LastChangedBy: pies $ - * @lastmodified $Date: 2005-05-16 18:14:37 -0500 (Mon, 16 May 2005) $ + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ * @license http://www.opensource.org/licenses/mit-license.php The MIT License * */ diff --git a/libs/test.php b/libs/test.php index d7880f793..8c460314f 100644 --- a/libs/test.php +++ b/libs/test.php @@ -1,6 +1,6 @@