diff --git a/build/commands/ApiCommand.php b/build/commands/ApiCommand.php index 34e7f4c18..9ac8bc48d 100644 --- a/build/commands/ApiCommand.php +++ b/build/commands/ApiCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/build/commands/AutoloadCommand.php b/build/commands/AutoloadCommand.php index e1cbbdb37..2a5b1740f 100644 --- a/build/commands/AutoloadCommand.php +++ b/build/commands/AutoloadCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ diff --git a/build/commands/CldrCommand.php b/build/commands/CldrCommand.php index 395342a3b..cbc37a665 100644 --- a/build/commands/CldrCommand.php +++ b/build/commands/CldrCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ @@ -140,7 +140,7 @@ EOD; * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return $data; EOD; diff --git a/build/commands/LiteCommand.php b/build/commands/LiteCommand.php index 20abf0c4c..e74597c89 100644 --- a/build/commands/LiteCommand.php +++ b/build/commands/LiteCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ @@ -60,7 +60,7 @@ EOD; * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version \$Id: \$ * @since 1.0 diff --git a/build/commands/api/ApiModel.php b/build/commands/api/ApiModel.php index 217249957..796673f75 100644 --- a/build/commands/api/ApiModel.php +++ b/build/commands/api/ApiModel.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ diff --git a/build/commands/lite/css/form.css b/build/commands/lite/css/form.css index acf45e1d2..5ce79cb46 100644 --- a/build/commands/lite/css/form.css +++ b/build/commands/lite/css/form.css @@ -5,7 +5,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/build/tasks/YiiInitTask.php b/build/tasks/YiiInitTask.php index b0b3ef2e4..abee4acf7 100644 --- a/build/tasks/YiiInitTask.php +++ b/build/tasks/YiiInitTask.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ diff --git a/demos/blog/css/form.css b/demos/blog/css/form.css index 03731b855..b38d932b1 100644 --- a/demos/blog/css/form.css +++ b/demos/blog/css/form.css @@ -30,7 +30,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/demos/hangman/protected/controllers/GameController.php b/demos/hangman/protected/controllers/GameController.php index 56425e807..7f3a73c1b 100644 --- a/demos/hangman/protected/controllers/GameController.php +++ b/demos/hangman/protected/controllers/GameController.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/YiiBase.php b/framework/YiiBase.php index a2bbe9cc1..b5e7e0dd8 100644 --- a/framework/YiiBase.php +++ b/framework/YiiBase.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ * @package system diff --git a/framework/base/CApplication.php b/framework/base/CApplication.php index 8b80ef85d..335ebb583 100644 --- a/framework/base/CApplication.php +++ b/framework/base/CApplication.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CApplicationComponent.php b/framework/base/CApplicationComponent.php index a77331a73..a8c47688c 100644 --- a/framework/base/CApplicationComponent.php +++ b/framework/base/CApplicationComponent.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CBehavior.php b/framework/base/CBehavior.php index d4339afcb..e3dfe5104 100644 --- a/framework/base/CBehavior.php +++ b/framework/base/CBehavior.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CComponent.php b/framework/base/CComponent.php index cb79a4ff4..f0479f491 100644 --- a/framework/base/CComponent.php +++ b/framework/base/CComponent.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CErrorEvent.php b/framework/base/CErrorEvent.php index 8971f0cf9..ca9c9f90b 100644 --- a/framework/base/CErrorEvent.php +++ b/framework/base/CErrorEvent.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CErrorHandler.php b/framework/base/CErrorHandler.php index 3af2dc7a6..6b49a03a4 100644 --- a/framework/base/CErrorHandler.php +++ b/framework/base/CErrorHandler.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CException.php b/framework/base/CException.php index 6f95efe0b..2bb6117f4 100644 --- a/framework/base/CException.php +++ b/framework/base/CException.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CExceptionEvent.php b/framework/base/CExceptionEvent.php index 016158cbe..053956ad1 100644 --- a/framework/base/CExceptionEvent.php +++ b/framework/base/CExceptionEvent.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CHttpException.php b/framework/base/CHttpException.php index d7d1c47ea..4f32709f1 100644 --- a/framework/base/CHttpException.php +++ b/framework/base/CHttpException.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CModel.php b/framework/base/CModel.php index d520aadf0..5450f5e17 100644 --- a/framework/base/CModel.php +++ b/framework/base/CModel.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CModelBehavior.php b/framework/base/CModelBehavior.php index 303b9f111..f3df93136 100644 --- a/framework/base/CModelBehavior.php +++ b/framework/base/CModelBehavior.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CModelEvent.php b/framework/base/CModelEvent.php index 0782ca27e..1640767c8 100644 --- a/framework/base/CModelEvent.php +++ b/framework/base/CModelEvent.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CModule.php b/framework/base/CModule.php index 8dabc4cb8..da9b5a1e8 100644 --- a/framework/base/CModule.php +++ b/framework/base/CModule.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CSecurityManager.php b/framework/base/CSecurityManager.php index d95bd7c9e..0b187a876 100644 --- a/framework/base/CSecurityManager.php +++ b/framework/base/CSecurityManager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/CStatePersister.php b/framework/base/CStatePersister.php index 2742c1339..8409d0651 100644 --- a/framework/base/CStatePersister.php +++ b/framework/base/CStatePersister.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/base/interfaces.php b/framework/base/interfaces.php index 02b8b416d..bbd2a1902 100644 --- a/framework/base/interfaces.php +++ b/framework/base/interfaces.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/CApcCache.php b/framework/caching/CApcCache.php index fd425f766..11188f05c 100644 --- a/framework/caching/CApcCache.php +++ b/framework/caching/CApcCache.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/CCache.php b/framework/caching/CCache.php index f16ed6877..b035e76a5 100644 --- a/framework/caching/CCache.php +++ b/framework/caching/CCache.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/CDbCache.php b/framework/caching/CDbCache.php index 11d526210..4b9d97614 100644 --- a/framework/caching/CDbCache.php +++ b/framework/caching/CDbCache.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/CDummyCache.php b/framework/caching/CDummyCache.php index a6213a95f..f4b915c02 100644 --- a/framework/caching/CDummyCache.php +++ b/framework/caching/CDummyCache.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/CEAcceleratorCache.php b/framework/caching/CEAcceleratorCache.php index 1eb84ad81..26ac8e639 100644 --- a/framework/caching/CEAcceleratorCache.php +++ b/framework/caching/CEAcceleratorCache.php @@ -4,7 +4,7 @@ * * @author Steffen Dietz * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/CFileCache.php b/framework/caching/CFileCache.php index 7fe846ae5..32f94f5bc 100644 --- a/framework/caching/CFileCache.php +++ b/framework/caching/CFileCache.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/CMemCache.php b/framework/caching/CMemCache.php index 089d2dd69..0abb26406 100644 --- a/framework/caching/CMemCache.php +++ b/framework/caching/CMemCache.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/CXCache.php b/framework/caching/CXCache.php index a1696a203..ce3cb6fea 100644 --- a/framework/caching/CXCache.php +++ b/framework/caching/CXCache.php @@ -4,7 +4,7 @@ * * @author Wei Zhuo * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/CZendDataCache.php b/framework/caching/CZendDataCache.php index 38e39643b..595a93b9b 100644 --- a/framework/caching/CZendDataCache.php +++ b/framework/caching/CZendDataCache.php @@ -4,7 +4,7 @@ * * @author Steffen Dietz * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/dependencies/CCacheDependency.php b/framework/caching/dependencies/CCacheDependency.php index 8e32af104..53916bbeb 100644 --- a/framework/caching/dependencies/CCacheDependency.php +++ b/framework/caching/dependencies/CCacheDependency.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/dependencies/CChainedCacheDependency.php b/framework/caching/dependencies/CChainedCacheDependency.php index a5e5280e7..ebcefcd8f 100644 --- a/framework/caching/dependencies/CChainedCacheDependency.php +++ b/framework/caching/dependencies/CChainedCacheDependency.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/dependencies/CDbCacheDependency.php b/framework/caching/dependencies/CDbCacheDependency.php index f92731736..c8025688a 100644 --- a/framework/caching/dependencies/CDbCacheDependency.php +++ b/framework/caching/dependencies/CDbCacheDependency.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/dependencies/CDirectoryCacheDependency.php b/framework/caching/dependencies/CDirectoryCacheDependency.php index ea277acff..5070f6bd2 100644 --- a/framework/caching/dependencies/CDirectoryCacheDependency.php +++ b/framework/caching/dependencies/CDirectoryCacheDependency.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/dependencies/CExpressionDependency.php b/framework/caching/dependencies/CExpressionDependency.php index 4264b1693..515028740 100644 --- a/framework/caching/dependencies/CExpressionDependency.php +++ b/framework/caching/dependencies/CExpressionDependency.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/dependencies/CFileCacheDependency.php b/framework/caching/dependencies/CFileCacheDependency.php index fe4832241..0eaac5400 100644 --- a/framework/caching/dependencies/CFileCacheDependency.php +++ b/framework/caching/dependencies/CFileCacheDependency.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/caching/dependencies/CGlobalStateCacheDependency.php b/framework/caching/dependencies/CGlobalStateCacheDependency.php index 5b8818cf1..7b6752c83 100644 --- a/framework/caching/dependencies/CGlobalStateCacheDependency.php +++ b/framework/caching/dependencies/CGlobalStateCacheDependency.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/cli/commands/MessageCommand.php b/framework/cli/commands/MessageCommand.php index ed8e290d4..db17576e1 100644 --- a/framework/cli/commands/MessageCommand.php +++ b/framework/cli/commands/MessageCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/cli/commands/ShellCommand.php b/framework/cli/commands/ShellCommand.php index a9fbd2543..b31a9f864 100644 --- a/framework/cli/commands/ShellCommand.php +++ b/framework/cli/commands/ShellCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ diff --git a/framework/cli/commands/WebAppCommand.php b/framework/cli/commands/WebAppCommand.php index 6bf628283..4e5d3ef49 100644 --- a/framework/cli/commands/WebAppCommand.php +++ b/framework/cli/commands/WebAppCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ diff --git a/framework/cli/commands/shell/ControllerCommand.php b/framework/cli/commands/shell/ControllerCommand.php index 0efb33602..511bef2d2 100644 --- a/framework/cli/commands/shell/ControllerCommand.php +++ b/framework/cli/commands/shell/ControllerCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ diff --git a/framework/cli/commands/shell/CrudCommand.php b/framework/cli/commands/shell/CrudCommand.php index 8d23bc791..8f9d7fb3e 100644 --- a/framework/cli/commands/shell/CrudCommand.php +++ b/framework/cli/commands/shell/CrudCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ diff --git a/framework/cli/commands/shell/HelpCommand.php b/framework/cli/commands/shell/HelpCommand.php index 3f7b9f9ba..dadd8375b 100644 --- a/framework/cli/commands/shell/HelpCommand.php +++ b/framework/cli/commands/shell/HelpCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ diff --git a/framework/cli/commands/shell/ModelCommand.php b/framework/cli/commands/shell/ModelCommand.php index 24589b853..274708ab6 100644 --- a/framework/cli/commands/shell/ModelCommand.php +++ b/framework/cli/commands/shell/ModelCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ diff --git a/framework/cli/commands/shell/ModuleCommand.php b/framework/cli/commands/shell/ModuleCommand.php index 9684d2ccb..4b253c967 100644 --- a/framework/cli/commands/shell/ModuleCommand.php +++ b/framework/cli/commands/shell/ModuleCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id: ModuleCommand.php 433 2008-12-30 22:59:17Z qiang.xue $ */ diff --git a/framework/cli/views/webapp/css/form.css b/framework/cli/views/webapp/css/form.css index 03731b855..b38d932b1 100644 --- a/framework/cli/views/webapp/css/form.css +++ b/framework/cli/views/webapp/css/form.css @@ -30,7 +30,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/collections/CAttributeCollection.php b/framework/collections/CAttributeCollection.php index 2f42ddb51..486975458 100644 --- a/framework/collections/CAttributeCollection.php +++ b/framework/collections/CAttributeCollection.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/collections/CConfiguration.php b/framework/collections/CConfiguration.php index d75c946d1..65e9ddc05 100644 --- a/framework/collections/CConfiguration.php +++ b/framework/collections/CConfiguration.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/collections/CList.php b/framework/collections/CList.php index 28c7b81be..1fd875a1f 100644 --- a/framework/collections/CList.php +++ b/framework/collections/CList.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/collections/CListIterator.php b/framework/collections/CListIterator.php index 273b43bd8..020cac6a9 100644 --- a/framework/collections/CListIterator.php +++ b/framework/collections/CListIterator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/collections/CMap.php b/framework/collections/CMap.php index 2db321835..771cf6930 100644 --- a/framework/collections/CMap.php +++ b/framework/collections/CMap.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/collections/CMapIterator.php b/framework/collections/CMapIterator.php index bc480d12a..6faab8266 100644 --- a/framework/collections/CMapIterator.php +++ b/framework/collections/CMapIterator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/collections/CQueue.php b/framework/collections/CQueue.php index 171c73525..f880b2434 100644 --- a/framework/collections/CQueue.php +++ b/framework/collections/CQueue.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/collections/CQueueIterator.php b/framework/collections/CQueueIterator.php index 6e19d463d..e65bd471c 100644 --- a/framework/collections/CQueueIterator.php +++ b/framework/collections/CQueueIterator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/collections/CStack.php b/framework/collections/CStack.php index 567dbb47d..1ad8604c1 100644 --- a/framework/collections/CStack.php +++ b/framework/collections/CStack.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/collections/CStackIterator.php b/framework/collections/CStackIterator.php index 472ef8f04..ee507552b 100644 --- a/framework/collections/CStackIterator.php +++ b/framework/collections/CStackIterator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/collections/CTypedList.php b/framework/collections/CTypedList.php index 80f40303f..4777e3d3e 100644 --- a/framework/collections/CTypedList.php +++ b/framework/collections/CTypedList.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/console/CConsoleApplication.php b/framework/console/CConsoleApplication.php index 9cf510b35..4d4532517 100644 --- a/framework/console/CConsoleApplication.php +++ b/framework/console/CConsoleApplication.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/console/CConsoleCommand.php b/framework/console/CConsoleCommand.php index f00e6d3a6..56bbe9550 100644 --- a/framework/console/CConsoleCommand.php +++ b/framework/console/CConsoleCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/console/CConsoleCommandRunner.php b/framework/console/CConsoleCommandRunner.php index d5054e855..0c93a1808 100644 --- a/framework/console/CConsoleCommandRunner.php +++ b/framework/console/CConsoleCommandRunner.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/console/CHelpCommand.php b/framework/console/CHelpCommand.php index 2be4b7399..d6a694e25 100644 --- a/framework/console/CHelpCommand.php +++ b/framework/console/CHelpCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/CDbCommand.php b/framework/db/CDbCommand.php index ddab1135d..c478e6db7 100644 --- a/framework/db/CDbCommand.php +++ b/framework/db/CDbCommand.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/CDbConnection.php b/framework/db/CDbConnection.php index 0613f66c7..722d0f4a9 100644 --- a/framework/db/CDbConnection.php +++ b/framework/db/CDbConnection.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/CDbDataReader.php b/framework/db/CDbDataReader.php index 61e9b1907..803844a02 100644 --- a/framework/db/CDbDataReader.php +++ b/framework/db/CDbDataReader.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/CDbException.php b/framework/db/CDbException.php index d9530fed6..9428842e4 100644 --- a/framework/db/CDbException.php +++ b/framework/db/CDbException.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/CDbTransaction.php b/framework/db/CDbTransaction.php index 05930b066..bd23f68e3 100644 --- a/framework/db/CDbTransaction.php +++ b/framework/db/CDbTransaction.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/ar/CActiveFinder.php b/framework/db/ar/CActiveFinder.php index 4dca23f19..692246ebf 100644 --- a/framework/db/ar/CActiveFinder.php +++ b/framework/db/ar/CActiveFinder.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/ar/CActiveRecord.php b/framework/db/ar/CActiveRecord.php index 681d48df3..6041a176b 100644 --- a/framework/db/ar/CActiveRecord.php +++ b/framework/db/ar/CActiveRecord.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/ar/CActiveRecordBehavior.php b/framework/db/ar/CActiveRecordBehavior.php index a03b2ff5b..499029d1e 100644 --- a/framework/db/ar/CActiveRecordBehavior.php +++ b/framework/db/ar/CActiveRecordBehavior.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/CDbColumnSchema.php b/framework/db/schema/CDbColumnSchema.php index 6eca99a06..a541f321b 100644 --- a/framework/db/schema/CDbColumnSchema.php +++ b/framework/db/schema/CDbColumnSchema.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/CDbCommandBuilder.php b/framework/db/schema/CDbCommandBuilder.php index 8ff6ad06a..b5e322da7 100644 --- a/framework/db/schema/CDbCommandBuilder.php +++ b/framework/db/schema/CDbCommandBuilder.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/CDbCriteria.php b/framework/db/schema/CDbCriteria.php index 81c2822b4..5914bb561 100644 --- a/framework/db/schema/CDbCriteria.php +++ b/framework/db/schema/CDbCriteria.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/CDbExpression.php b/framework/db/schema/CDbExpression.php index 77f93b7ad..d8e284e03 100644 --- a/framework/db/schema/CDbExpression.php +++ b/framework/db/schema/CDbExpression.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/CDbSchema.php b/framework/db/schema/CDbSchema.php index c884ec87a..8fe309c2b 100644 --- a/framework/db/schema/CDbSchema.php +++ b/framework/db/schema/CDbSchema.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/CDbTableSchema.php b/framework/db/schema/CDbTableSchema.php index 490f82632..20b903e6c 100644 --- a/framework/db/schema/CDbTableSchema.php +++ b/framework/db/schema/CDbTableSchema.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/mssql/CMssqlColumnSchema.php b/framework/db/schema/mssql/CMssqlColumnSchema.php index 937f29e84..d52bb0fe1 100644 --- a/framework/db/schema/mssql/CMssqlColumnSchema.php +++ b/framework/db/schema/mssql/CMssqlColumnSchema.php @@ -5,7 +5,7 @@ * @author Qiang Xue * @author Christophe Boulain * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/mssql/CMssqlCommandBuilder.php b/framework/db/schema/mssql/CMssqlCommandBuilder.php index 485082b33..4e59cf3b3 100644 --- a/framework/db/schema/mssql/CMssqlCommandBuilder.php +++ b/framework/db/schema/mssql/CMssqlCommandBuilder.php @@ -6,7 +6,7 @@ * @author Christophe Boulain * @author Wei Zhuo * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/mssql/CMssqlPdoAdapter.php b/framework/db/schema/mssql/CMssqlPdoAdapter.php index 528ceb79e..a8e00e140 100644 --- a/framework/db/schema/mssql/CMssqlPdoAdapter.php +++ b/framework/db/schema/mssql/CMssqlPdoAdapter.php @@ -4,7 +4,7 @@ * * @author Christophe Boulain * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/mssql/CMssqlSchema.php b/framework/db/schema/mssql/CMssqlSchema.php index 6c96db520..fbbb3fb85 100644 --- a/framework/db/schema/mssql/CMssqlSchema.php +++ b/framework/db/schema/mssql/CMssqlSchema.php @@ -5,7 +5,7 @@ * @author Qiang Xue * @author Christophe Boulain * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/mssql/CMssqlTableSchema.php b/framework/db/schema/mssql/CMssqlTableSchema.php index 3e80265b2..7b272e845 100644 --- a/framework/db/schema/mssql/CMssqlTableSchema.php +++ b/framework/db/schema/mssql/CMssqlTableSchema.php @@ -5,7 +5,7 @@ * @author Qiang Xue * @author Christophe Boulain * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/mysql/CMysqlColumnSchema.php b/framework/db/schema/mysql/CMysqlColumnSchema.php index 5085b637e..0a2f68116 100644 --- a/framework/db/schema/mysql/CMysqlColumnSchema.php +++ b/framework/db/schema/mysql/CMysqlColumnSchema.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/mysql/CMysqlSchema.php b/framework/db/schema/mysql/CMysqlSchema.php index b1eccf7b8..b0f2eda27 100644 --- a/framework/db/schema/mysql/CMysqlSchema.php +++ b/framework/db/schema/mysql/CMysqlSchema.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/mysql/CMysqlTableSchema.php b/framework/db/schema/mysql/CMysqlTableSchema.php index 5e2ed04d3..942a98864 100644 --- a/framework/db/schema/mysql/CMysqlTableSchema.php +++ b/framework/db/schema/mysql/CMysqlTableSchema.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/oci/COciColumnSchema.php b/framework/db/schema/oci/COciColumnSchema.php index ab4acf0c2..83f5e75ff 100644 --- a/framework/db/schema/oci/COciColumnSchema.php +++ b/framework/db/schema/oci/COciColumnSchema.php @@ -4,7 +4,7 @@ * * @author Ricardo Grana * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/oci/COciCommandBuilder.php b/framework/db/schema/oci/COciCommandBuilder.php index d4a7fb3e3..4112b13a9 100644 --- a/framework/db/schema/oci/COciCommandBuilder.php +++ b/framework/db/schema/oci/COciCommandBuilder.php @@ -4,7 +4,7 @@ * * @author Ricardo Grana * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/oci/COciSchema.php b/framework/db/schema/oci/COciSchema.php index 24d823287..6238f468e 100644 --- a/framework/db/schema/oci/COciSchema.php +++ b/framework/db/schema/oci/COciSchema.php @@ -4,7 +4,7 @@ * * @author Ricardo Grana * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/oci/COciTableSchema.php b/framework/db/schema/oci/COciTableSchema.php index e559d6e9d..8262cccbf 100644 --- a/framework/db/schema/oci/COciTableSchema.php +++ b/framework/db/schema/oci/COciTableSchema.php @@ -4,7 +4,7 @@ * * @author Ricardo Grana * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/pgsql/CPgsqlColumnSchema.php b/framework/db/schema/pgsql/CPgsqlColumnSchema.php index d28c631f8..d2dffafad 100644 --- a/framework/db/schema/pgsql/CPgsqlColumnSchema.php +++ b/framework/db/schema/pgsql/CPgsqlColumnSchema.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/pgsql/CPgsqlSchema.php b/framework/db/schema/pgsql/CPgsqlSchema.php index 8d12fa16b..bb6777b74 100644 --- a/framework/db/schema/pgsql/CPgsqlSchema.php +++ b/framework/db/schema/pgsql/CPgsqlSchema.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/pgsql/CPgsqlTableSchema.php b/framework/db/schema/pgsql/CPgsqlTableSchema.php index 5676d22a4..a9e7d814b 100644 --- a/framework/db/schema/pgsql/CPgsqlTableSchema.php +++ b/framework/db/schema/pgsql/CPgsqlTableSchema.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/sqlite/CSqliteColumnSchema.php b/framework/db/schema/sqlite/CSqliteColumnSchema.php index 54b2f6045..fb1410245 100644 --- a/framework/db/schema/sqlite/CSqliteColumnSchema.php +++ b/framework/db/schema/sqlite/CSqliteColumnSchema.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/sqlite/CSqliteCommandBuilder.php b/framework/db/schema/sqlite/CSqliteCommandBuilder.php index 01e0d0d32..e7467512b 100644 --- a/framework/db/schema/sqlite/CSqliteCommandBuilder.php +++ b/framework/db/schema/sqlite/CSqliteCommandBuilder.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/db/schema/sqlite/CSqliteSchema.php b/framework/db/schema/sqlite/CSqliteSchema.php index 4c448c1fb..db29dee8a 100644 --- a/framework/db/schema/sqlite/CSqliteSchema.php +++ b/framework/db/schema/sqlite/CSqliteSchema.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/i18n/CChoiceFormat.php b/framework/i18n/CChoiceFormat.php index e0b220a18..0b172f650 100644 --- a/framework/i18n/CChoiceFormat.php +++ b/framework/i18n/CChoiceFormat.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/i18n/CDateFormatter.php b/framework/i18n/CDateFormatter.php index f531902dd..4eceb58fc 100644 --- a/framework/i18n/CDateFormatter.php +++ b/framework/i18n/CDateFormatter.php @@ -5,7 +5,7 @@ * @author Wei Zhuo * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/i18n/CDbMessageSource.php b/framework/i18n/CDbMessageSource.php index d3a669927..5b011c086 100644 --- a/framework/i18n/CDbMessageSource.php +++ b/framework/i18n/CDbMessageSource.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/i18n/CGettextMessageSource.php b/framework/i18n/CGettextMessageSource.php index 37d805fea..9695bdbb1 100644 --- a/framework/i18n/CGettextMessageSource.php +++ b/framework/i18n/CGettextMessageSource.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/i18n/CLocale.php b/framework/i18n/CLocale.php index e1703e85b..15af93f06 100644 --- a/framework/i18n/CLocale.php +++ b/framework/i18n/CLocale.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/i18n/CMessageSource.php b/framework/i18n/CMessageSource.php index e1621fd7f..94bd573a5 100644 --- a/framework/i18n/CMessageSource.php +++ b/framework/i18n/CMessageSource.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/i18n/CNumberFormatter.php b/framework/i18n/CNumberFormatter.php index f0812c121..91252cab1 100644 --- a/framework/i18n/CNumberFormatter.php +++ b/framework/i18n/CNumberFormatter.php @@ -5,7 +5,7 @@ * @author Wei Zhuo * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/i18n/CPhpMessageSource.php b/framework/i18n/CPhpMessageSource.php index 54deffa0c..b3d4c043b 100644 --- a/framework/i18n/CPhpMessageSource.php +++ b/framework/i18n/CPhpMessageSource.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/i18n/data/aa.php b/framework/i18n/data/aa.php index 74f9c2e1e..b55b2b31c 100644 --- a/framework/i18n/data/aa.php +++ b/framework/i18n/data/aa.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/aa_dj.php b/framework/i18n/data/aa_dj.php index 7d81fd8a4..48bda1e3a 100644 --- a/framework/i18n/data/aa_dj.php +++ b/framework/i18n/data/aa_dj.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/aa_er.php b/framework/i18n/data/aa_er.php index 3f3268210..c7a1cf2fc 100644 --- a/framework/i18n/data/aa_er.php +++ b/framework/i18n/data/aa_er.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/aa_er_saaho.php b/framework/i18n/data/aa_er_saaho.php index 3be3931c6..d8ea1796e 100644 --- a/framework/i18n/data/aa_er_saaho.php +++ b/framework/i18n/data/aa_er_saaho.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/aa_et.php b/framework/i18n/data/aa_et.php index 44ad25df5..38d53fb23 100644 --- a/framework/i18n/data/aa_et.php +++ b/framework/i18n/data/aa_et.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/af.php b/framework/i18n/data/af.php index fe410c863..9aad6c3ab 100644 --- a/framework/i18n/data/af.php +++ b/framework/i18n/data/af.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/af_na.php b/framework/i18n/data/af_na.php index 63c09e2e8..79ea0ec5d 100644 --- a/framework/i18n/data/af_na.php +++ b/framework/i18n/data/af_na.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/af_za.php b/framework/i18n/data/af_za.php index 8262e626a..c6b09c978 100644 --- a/framework/i18n/data/af_za.php +++ b/framework/i18n/data/af_za.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ak.php b/framework/i18n/data/ak.php index 3a2e77b67..01ddb4bf1 100644 --- a/framework/i18n/data/ak.php +++ b/framework/i18n/data/ak.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ak_gh.php b/framework/i18n/data/ak_gh.php index f94265c9a..c5f9cc836 100644 --- a/framework/i18n/data/ak_gh.php +++ b/framework/i18n/data/ak_gh.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/am.php b/framework/i18n/data/am.php index 7c43c0a2e..96ad3713a 100644 --- a/framework/i18n/data/am.php +++ b/framework/i18n/data/am.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/am_et.php b/framework/i18n/data/am_et.php index 4ce1755b3..71841e6cb 100644 --- a/framework/i18n/data/am_et.php +++ b/framework/i18n/data/am_et.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar.php b/framework/i18n/data/ar.php index 9b3814971..9f1bdafaf 100644 --- a/framework/i18n/data/ar.php +++ b/framework/i18n/data/ar.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4190', diff --git a/framework/i18n/data/ar_ae.php b/framework/i18n/data/ar_ae.php index 1c512e125..0dbf4781c 100644 --- a/framework/i18n/data/ar_ae.php +++ b/framework/i18n/data/ar_ae.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar_bh.php b/framework/i18n/data/ar_bh.php index 799f9298c..510b2c77c 100644 --- a/framework/i18n/data/ar_bh.php +++ b/framework/i18n/data/ar_bh.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar_dz.php b/framework/i18n/data/ar_dz.php index 1bcf1a468..f09e2bb5c 100644 --- a/framework/i18n/data/ar_dz.php +++ b/framework/i18n/data/ar_dz.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ar_eg.php b/framework/i18n/data/ar_eg.php index eaa2e7619..1357f700d 100644 --- a/framework/i18n/data/ar_eg.php +++ b/framework/i18n/data/ar_eg.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar_iq.php b/framework/i18n/data/ar_iq.php index 48f91c87a..4fbc4108b 100644 --- a/framework/i18n/data/ar_iq.php +++ b/framework/i18n/data/ar_iq.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar_jo.php b/framework/i18n/data/ar_jo.php index 94f49f2a2..8b510192b 100644 --- a/framework/i18n/data/ar_jo.php +++ b/framework/i18n/data/ar_jo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar_kw.php b/framework/i18n/data/ar_kw.php index 2d8005af6..947e16f5e 100644 --- a/framework/i18n/data/ar_kw.php +++ b/framework/i18n/data/ar_kw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar_lb.php b/framework/i18n/data/ar_lb.php index e4031729d..3d64a0be9 100644 --- a/framework/i18n/data/ar_lb.php +++ b/framework/i18n/data/ar_lb.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar_ly.php b/framework/i18n/data/ar_ly.php index f214080c7..4aabeb762 100644 --- a/framework/i18n/data/ar_ly.php +++ b/framework/i18n/data/ar_ly.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar_ma.php b/framework/i18n/data/ar_ma.php index 2c4cbc56d..2dddce1b1 100644 --- a/framework/i18n/data/ar_ma.php +++ b/framework/i18n/data/ar_ma.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ar_om.php b/framework/i18n/data/ar_om.php index 2af98a877..d3b05a4c6 100644 --- a/framework/i18n/data/ar_om.php +++ b/framework/i18n/data/ar_om.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar_qa.php b/framework/i18n/data/ar_qa.php index 500de831e..89de48caf 100644 --- a/framework/i18n/data/ar_qa.php +++ b/framework/i18n/data/ar_qa.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar_sa.php b/framework/i18n/data/ar_sa.php index 85b6fa04f..4cbed5604 100644 --- a/framework/i18n/data/ar_sa.php +++ b/framework/i18n/data/ar_sa.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar_sd.php b/framework/i18n/data/ar_sd.php index 254bd49f1..f67743296 100644 --- a/framework/i18n/data/ar_sd.php +++ b/framework/i18n/data/ar_sd.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar_sy.php b/framework/i18n/data/ar_sy.php index 6e21d6bc2..bae870f7d 100644 --- a/framework/i18n/data/ar_sy.php +++ b/framework/i18n/data/ar_sy.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ar_tn.php b/framework/i18n/data/ar_tn.php index abdf40669..e49c1fb2c 100644 --- a/framework/i18n/data/ar_tn.php +++ b/framework/i18n/data/ar_tn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ar_ye.php b/framework/i18n/data/ar_ye.php index 6c1862df4..6e0d27f11 100644 --- a/framework/i18n/data/ar_ye.php +++ b/framework/i18n/data/ar_ye.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/as.php b/framework/i18n/data/as.php index a6e8ea5c9..ee095a2a9 100644 --- a/framework/i18n/data/as.php +++ b/framework/i18n/data/as.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/as_in.php b/framework/i18n/data/as_in.php index 85036b5af..5cf464fe6 100644 --- a/framework/i18n/data/as_in.php +++ b/framework/i18n/data/as_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/az.php b/framework/i18n/data/az.php index 15ac1b15c..3f7f413a9 100644 --- a/framework/i18n/data/az.php +++ b/framework/i18n/data/az.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/az_az.php b/framework/i18n/data/az_az.php index ed38e382d..6d61eaafa 100644 --- a/framework/i18n/data/az_az.php +++ b/framework/i18n/data/az_az.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/az_cyrl.php b/framework/i18n/data/az_cyrl.php index d02a8d490..6b5188589 100644 --- a/framework/i18n/data/az_cyrl.php +++ b/framework/i18n/data/az_cyrl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/az_cyrl_az.php b/framework/i18n/data/az_cyrl_az.php index c34207648..194fb1bc7 100644 --- a/framework/i18n/data/az_cyrl_az.php +++ b/framework/i18n/data/az_cyrl_az.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/az_latn.php b/framework/i18n/data/az_latn.php index e5ff80833..6b33dfb9c 100644 --- a/framework/i18n/data/az_latn.php +++ b/framework/i18n/data/az_latn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/az_latn_az.php b/framework/i18n/data/az_latn_az.php index d7895d170..c4af016f5 100644 --- a/framework/i18n/data/az_latn_az.php +++ b/framework/i18n/data/az_latn_az.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/be.php b/framework/i18n/data/be.php index 4bafd74e2..0c088697e 100644 --- a/framework/i18n/data/be.php +++ b/framework/i18n/data/be.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/be_by.php b/framework/i18n/data/be_by.php index e9c820827..5fa96102f 100644 --- a/framework/i18n/data/be_by.php +++ b/framework/i18n/data/be_by.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/bg.php b/framework/i18n/data/bg.php index bc1847427..f3760ea1d 100644 --- a/framework/i18n/data/bg.php +++ b/framework/i18n/data/bg.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4184', diff --git a/framework/i18n/data/bg_bg.php b/framework/i18n/data/bg_bg.php index 9392b41d1..aa8ecff88 100644 --- a/framework/i18n/data/bg_bg.php +++ b/framework/i18n/data/bg_bg.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/bn.php b/framework/i18n/data/bn.php index 95153b28b..859b32534 100644 --- a/framework/i18n/data/bn.php +++ b/framework/i18n/data/bn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/bn_bd.php b/framework/i18n/data/bn_bd.php index 27987a1a0..c050c816e 100644 --- a/framework/i18n/data/bn_bd.php +++ b/framework/i18n/data/bn_bd.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/bn_in.php b/framework/i18n/data/bn_in.php index 66cfc50e7..26e7cc6c6 100644 --- a/framework/i18n/data/bn_in.php +++ b/framework/i18n/data/bn_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/bo.php b/framework/i18n/data/bo.php index 59597ae1b..1792f69f7 100644 --- a/framework/i18n/data/bo.php +++ b/framework/i18n/data/bo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/bo_cn.php b/framework/i18n/data/bo_cn.php index 5880afbce..e6817629e 100644 --- a/framework/i18n/data/bo_cn.php +++ b/framework/i18n/data/bo_cn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/bo_in.php b/framework/i18n/data/bo_in.php index 3b6b77888..4905a4b1a 100644 --- a/framework/i18n/data/bo_in.php +++ b/framework/i18n/data/bo_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/bs.php b/framework/i18n/data/bs.php index 9cafb4f39..af517da05 100644 --- a/framework/i18n/data/bs.php +++ b/framework/i18n/data/bs.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/bs_ba.php b/framework/i18n/data/bs_ba.php index c8a07a2bc..a266bbca7 100644 --- a/framework/i18n/data/bs_ba.php +++ b/framework/i18n/data/bs_ba.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/byn.php b/framework/i18n/data/byn.php index fd463e872..fb6ead389 100644 --- a/framework/i18n/data/byn.php +++ b/framework/i18n/data/byn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/byn_er.php b/framework/i18n/data/byn_er.php index 510a62b4b..22d81c2ed 100644 --- a/framework/i18n/data/byn_er.php +++ b/framework/i18n/data/byn_er.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ca.php b/framework/i18n/data/ca.php index 912c5131f..7577487d6 100644 --- a/framework/i18n/data/ca.php +++ b/framework/i18n/data/ca.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ca_es.php b/framework/i18n/data/ca_es.php index a53551a6e..f05f38b1d 100644 --- a/framework/i18n/data/ca_es.php +++ b/framework/i18n/data/ca_es.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/cch.php b/framework/i18n/data/cch.php index 5474395fd..76fdd6723 100644 --- a/framework/i18n/data/cch.php +++ b/framework/i18n/data/cch.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/cch_ng.php b/framework/i18n/data/cch_ng.php index 5132383d2..4c48b53ac 100644 --- a/framework/i18n/data/cch_ng.php +++ b/framework/i18n/data/cch_ng.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/cop.php b/framework/i18n/data/cop.php index c63490c08..23f32d778 100644 --- a/framework/i18n/data/cop.php +++ b/framework/i18n/data/cop.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/cs.php b/framework/i18n/data/cs.php index 264b8d3dc..eaf1aa2be 100644 --- a/framework/i18n/data/cs.php +++ b/framework/i18n/data/cs.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/cs_cz.php b/framework/i18n/data/cs_cz.php index 8a67904a5..3d5f0d02a 100644 --- a/framework/i18n/data/cs_cz.php +++ b/framework/i18n/data/cs_cz.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/cy.php b/framework/i18n/data/cy.php index 8aa406009..7ff1b7b6f 100644 --- a/framework/i18n/data/cy.php +++ b/framework/i18n/data/cy.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4193', diff --git a/framework/i18n/data/cy_gb.php b/framework/i18n/data/cy_gb.php index c6ce0f49a..dbec4a6b4 100644 --- a/framework/i18n/data/cy_gb.php +++ b/framework/i18n/data/cy_gb.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/da.php b/framework/i18n/data/da.php index adfb4d712..2f7e86c4f 100644 --- a/framework/i18n/data/da.php +++ b/framework/i18n/data/da.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/da_dk.php b/framework/i18n/data/da_dk.php index 6bcc0565e..08575ecb2 100644 --- a/framework/i18n/data/da_dk.php +++ b/framework/i18n/data/da_dk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/de.php b/framework/i18n/data/de.php index 022051bbc..920359dac 100644 --- a/framework/i18n/data/de.php +++ b/framework/i18n/data/de.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4183', diff --git a/framework/i18n/data/de_at.php b/framework/i18n/data/de_at.php index e29251e92..084b494fd 100644 --- a/framework/i18n/data/de_at.php +++ b/framework/i18n/data/de_at.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/de_be.php b/framework/i18n/data/de_be.php index 0bd25d8bd..b2682dbaa 100644 --- a/framework/i18n/data/de_be.php +++ b/framework/i18n/data/de_be.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/de_ch.php b/framework/i18n/data/de_ch.php index 0fb6c25de..c3aca45f4 100644 --- a/framework/i18n/data/de_ch.php +++ b/framework/i18n/data/de_ch.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4166', diff --git a/framework/i18n/data/de_de.php b/framework/i18n/data/de_de.php index 05dbfa4a0..fa29ca89f 100644 --- a/framework/i18n/data/de_de.php +++ b/framework/i18n/data/de_de.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/de_li.php b/framework/i18n/data/de_li.php index 5326ce076..1d91a6f22 100644 --- a/framework/i18n/data/de_li.php +++ b/framework/i18n/data/de_li.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/de_lu.php b/framework/i18n/data/de_lu.php index 8fc56f21a..de50a19aa 100644 --- a/framework/i18n/data/de_lu.php +++ b/framework/i18n/data/de_lu.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/dv.php b/framework/i18n/data/dv.php index da9d3c00e..d71267385 100644 --- a/framework/i18n/data/dv.php +++ b/framework/i18n/data/dv.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/dv_mv.php b/framework/i18n/data/dv_mv.php index e1ac7f65e..45804fc9a 100644 --- a/framework/i18n/data/dv_mv.php +++ b/framework/i18n/data/dv_mv.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/dz.php b/framework/i18n/data/dz.php index 51134aafd..25bf09edf 100644 --- a/framework/i18n/data/dz.php +++ b/framework/i18n/data/dz.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/dz_bt.php b/framework/i18n/data/dz_bt.php index 96a00fd95..fdb5c60b2 100644 --- a/framework/i18n/data/dz_bt.php +++ b/framework/i18n/data/dz_bt.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ee.php b/framework/i18n/data/ee.php index ca6d87fb1..603d2fc32 100644 --- a/framework/i18n/data/ee.php +++ b/framework/i18n/data/ee.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ee_gh.php b/framework/i18n/data/ee_gh.php index 5fae41966..64f12d532 100644 --- a/framework/i18n/data/ee_gh.php +++ b/framework/i18n/data/ee_gh.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ee_tg.php b/framework/i18n/data/ee_tg.php index f980df874..3455f798c 100644 --- a/framework/i18n/data/ee_tg.php +++ b/framework/i18n/data/ee_tg.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/el.php b/framework/i18n/data/el.php index f72025a4d..cffdf04ef 100644 --- a/framework/i18n/data/el.php +++ b/framework/i18n/data/el.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4184', diff --git a/framework/i18n/data/el_cy.php b/framework/i18n/data/el_cy.php index f176dbf06..20d3abf3f 100644 --- a/framework/i18n/data/el_cy.php +++ b/framework/i18n/data/el_cy.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/el_gr.php b/framework/i18n/data/el_gr.php index a4bfec4e7..652c2191c 100644 --- a/framework/i18n/data/el_gr.php +++ b/framework/i18n/data/el_gr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/el_polyton.php b/framework/i18n/data/el_polyton.php index f07fb0238..231b3d009 100644 --- a/framework/i18n/data/el_polyton.php +++ b/framework/i18n/data/el_polyton.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en.php b/framework/i18n/data/en.php index 9bdf7a05e..0844097a9 100644 --- a/framework/i18n/data/en.php +++ b/framework/i18n/data/en.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4191', diff --git a/framework/i18n/data/en_as.php b/framework/i18n/data/en_as.php index 881f6f5e8..d1f90ad4e 100644 --- a/framework/i18n/data/en_as.php +++ b/framework/i18n/data/en_as.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_au.php b/framework/i18n/data/en_au.php index 751c02dae..797e8e99e 100644 --- a/framework/i18n/data/en_au.php +++ b/framework/i18n/data/en_au.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/en_be.php b/framework/i18n/data/en_be.php index 32b965e2a..b026cbf52 100644 --- a/framework/i18n/data/en_be.php +++ b/framework/i18n/data/en_be.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/en_bw.php b/framework/i18n/data/en_bw.php index 21deb2294..36dee7c49 100644 --- a/framework/i18n/data/en_bw.php +++ b/framework/i18n/data/en_bw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/en_bz.php b/framework/i18n/data/en_bz.php index b886233bb..b97a1826b 100644 --- a/framework/i18n/data/en_bz.php +++ b/framework/i18n/data/en_bz.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/en_ca.php b/framework/i18n/data/en_ca.php index 2cc15447d..6e7e9ce7a 100644 --- a/framework/i18n/data/en_ca.php +++ b/framework/i18n/data/en_ca.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/en_dsrt.php b/framework/i18n/data/en_dsrt.php index 0facea1ad..2d1b450dc 100644 --- a/framework/i18n/data/en_dsrt.php +++ b/framework/i18n/data/en_dsrt.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/en_dsrt_us.php b/framework/i18n/data/en_dsrt_us.php index 5d556fa66..5bcd4ff5d 100644 --- a/framework/i18n/data/en_dsrt_us.php +++ b/framework/i18n/data/en_dsrt_us.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_gb.php b/framework/i18n/data/en_gb.php index 51290f889..8edcab10c 100644 --- a/framework/i18n/data/en_gb.php +++ b/framework/i18n/data/en_gb.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/en_gu.php b/framework/i18n/data/en_gu.php index 272571bae..56a7b86ea 100644 --- a/framework/i18n/data/en_gu.php +++ b/framework/i18n/data/en_gu.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_hk.php b/framework/i18n/data/en_hk.php index d1d27ce6c..e834907ab 100644 --- a/framework/i18n/data/en_hk.php +++ b/framework/i18n/data/en_hk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_ie.php b/framework/i18n/data/en_ie.php index 317cdf990..48e7af18c 100644 --- a/framework/i18n/data/en_ie.php +++ b/framework/i18n/data/en_ie.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4183', diff --git a/framework/i18n/data/en_in.php b/framework/i18n/data/en_in.php index 5ea66e870..2201fe21f 100644 --- a/framework/i18n/data/en_in.php +++ b/framework/i18n/data/en_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/en_jm.php b/framework/i18n/data/en_jm.php index 2f017fa94..4b3abf2de 100644 --- a/framework/i18n/data/en_jm.php +++ b/framework/i18n/data/en_jm.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_mh.php b/framework/i18n/data/en_mh.php index 66b6cef0a..50c1c739c 100644 --- a/framework/i18n/data/en_mh.php +++ b/framework/i18n/data/en_mh.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_mp.php b/framework/i18n/data/en_mp.php index 6ceb99549..d93a69444 100644 --- a/framework/i18n/data/en_mp.php +++ b/framework/i18n/data/en_mp.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_mt.php b/framework/i18n/data/en_mt.php index 92d75f74d..78e569f75 100644 --- a/framework/i18n/data/en_mt.php +++ b/framework/i18n/data/en_mt.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/en_na.php b/framework/i18n/data/en_na.php index fff1f6c4d..7569b371c 100644 --- a/framework/i18n/data/en_na.php +++ b/framework/i18n/data/en_na.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_nz.php b/framework/i18n/data/en_nz.php index bae84aab4..df7de1cf2 100644 --- a/framework/i18n/data/en_nz.php +++ b/framework/i18n/data/en_nz.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/en_ph.php b/framework/i18n/data/en_ph.php index 4e37ee475..f33bd9c7c 100644 --- a/framework/i18n/data/en_ph.php +++ b/framework/i18n/data/en_ph.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_pk.php b/framework/i18n/data/en_pk.php index f5d189a9b..bd5d15c3a 100644 --- a/framework/i18n/data/en_pk.php +++ b/framework/i18n/data/en_pk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/en_sg.php b/framework/i18n/data/en_sg.php index e12a4eb89..418960ed7 100644 --- a/framework/i18n/data/en_sg.php +++ b/framework/i18n/data/en_sg.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_shaw.php b/framework/i18n/data/en_shaw.php index c835f71ea..e84e29c78 100644 --- a/framework/i18n/data/en_shaw.php +++ b/framework/i18n/data/en_shaw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_tt.php b/framework/i18n/data/en_tt.php index 4ff47438c..56f90b72c 100644 --- a/framework/i18n/data/en_tt.php +++ b/framework/i18n/data/en_tt.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_um.php b/framework/i18n/data/en_um.php index f48699f86..3052731a3 100644 --- a/framework/i18n/data/en_um.php +++ b/framework/i18n/data/en_um.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_us.php b/framework/i18n/data/en_us.php index 3a97523ca..6c5d5550c 100644 --- a/framework/i18n/data/en_us.php +++ b/framework/i18n/data/en_us.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_us_posix.php b/framework/i18n/data/en_us_posix.php index f72c2519c..c263ee95f 100644 --- a/framework/i18n/data/en_us_posix.php +++ b/framework/i18n/data/en_us_posix.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_vi.php b/framework/i18n/data/en_vi.php index df3a2e90a..56ba8f052 100644 --- a/framework/i18n/data/en_vi.php +++ b/framework/i18n/data/en_vi.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/en_za.php b/framework/i18n/data/en_za.php index 91b5db41a..bd619035e 100644 --- a/framework/i18n/data/en_za.php +++ b/framework/i18n/data/en_za.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/en_zw.php b/framework/i18n/data/en_zw.php index 351f2e739..3dd9db0f6 100644 --- a/framework/i18n/data/en_zw.php +++ b/framework/i18n/data/en_zw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/eo.php b/framework/i18n/data/eo.php index fced236ff..84ea9ff71 100644 --- a/framework/i18n/data/eo.php +++ b/framework/i18n/data/eo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/es.php b/framework/i18n/data/es.php index 33f5bdc56..1c7627e65 100644 --- a/framework/i18n/data/es.php +++ b/framework/i18n/data/es.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/es_ar.php b/framework/i18n/data/es_ar.php index 8123ba9c2..9d504b433 100644 --- a/framework/i18n/data/es_ar.php +++ b/framework/i18n/data/es_ar.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/es_bo.php b/framework/i18n/data/es_bo.php index e7e07510c..87220d9c9 100644 --- a/framework/i18n/data/es_bo.php +++ b/framework/i18n/data/es_bo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/es_cl.php b/framework/i18n/data/es_cl.php index 7e5526b81..aaa8bc7f3 100644 --- a/framework/i18n/data/es_cl.php +++ b/framework/i18n/data/es_cl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/es_co.php b/framework/i18n/data/es_co.php index e75973618..9f8586f19 100644 --- a/framework/i18n/data/es_co.php +++ b/framework/i18n/data/es_co.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/es_cr.php b/framework/i18n/data/es_cr.php index 9f16465c0..966ceece8 100644 --- a/framework/i18n/data/es_cr.php +++ b/framework/i18n/data/es_cr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/es_do.php b/framework/i18n/data/es_do.php index b7149a025..5fb468073 100644 --- a/framework/i18n/data/es_do.php +++ b/framework/i18n/data/es_do.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/es_ec.php b/framework/i18n/data/es_ec.php index f63886c1c..5d4e322d8 100644 --- a/framework/i18n/data/es_ec.php +++ b/framework/i18n/data/es_ec.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/es_es.php b/framework/i18n/data/es_es.php index c94888456..46698fc81 100644 --- a/framework/i18n/data/es_es.php +++ b/framework/i18n/data/es_es.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/es_gt.php b/framework/i18n/data/es_gt.php index 1cfa39ff2..7037cd966 100644 --- a/framework/i18n/data/es_gt.php +++ b/framework/i18n/data/es_gt.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/es_hn.php b/framework/i18n/data/es_hn.php index 8ce96bb50..8348b55fa 100644 --- a/framework/i18n/data/es_hn.php +++ b/framework/i18n/data/es_hn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/es_mx.php b/framework/i18n/data/es_mx.php index 5f9d939be..a58b43aff 100644 --- a/framework/i18n/data/es_mx.php +++ b/framework/i18n/data/es_mx.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/es_ni.php b/framework/i18n/data/es_ni.php index 0036c2e97..2752e3252 100644 --- a/framework/i18n/data/es_ni.php +++ b/framework/i18n/data/es_ni.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/es_pa.php b/framework/i18n/data/es_pa.php index 223580a0d..89a914bde 100644 --- a/framework/i18n/data/es_pa.php +++ b/framework/i18n/data/es_pa.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/es_pe.php b/framework/i18n/data/es_pe.php index 6048d0420..5f5676b99 100644 --- a/framework/i18n/data/es_pe.php +++ b/framework/i18n/data/es_pe.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/es_pr.php b/framework/i18n/data/es_pr.php index 3d05d94a5..862b483ee 100644 --- a/framework/i18n/data/es_pr.php +++ b/framework/i18n/data/es_pr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/es_py.php b/framework/i18n/data/es_py.php index c464275ad..ad7d5b78e 100644 --- a/framework/i18n/data/es_py.php +++ b/framework/i18n/data/es_py.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/es_sv.php b/framework/i18n/data/es_sv.php index a1267d3e1..7f4d4953c 100644 --- a/framework/i18n/data/es_sv.php +++ b/framework/i18n/data/es_sv.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/es_us.php b/framework/i18n/data/es_us.php index 0cfebb4cf..aa126737b 100644 --- a/framework/i18n/data/es_us.php +++ b/framework/i18n/data/es_us.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/es_uy.php b/framework/i18n/data/es_uy.php index 4389b23c2..6a741541b 100644 --- a/framework/i18n/data/es_uy.php +++ b/framework/i18n/data/es_uy.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/es_ve.php b/framework/i18n/data/es_ve.php index cab3719c3..f195ecb31 100644 --- a/framework/i18n/data/es_ve.php +++ b/framework/i18n/data/es_ve.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/et.php b/framework/i18n/data/et.php index ceb0c1737..74da939ec 100644 --- a/framework/i18n/data/et.php +++ b/framework/i18n/data/et.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/et_ee.php b/framework/i18n/data/et_ee.php index 9b27b24c4..df3c23e6d 100644 --- a/framework/i18n/data/et_ee.php +++ b/framework/i18n/data/et_ee.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/eu.php b/framework/i18n/data/eu.php index 5f114c8a8..54ae9af81 100644 --- a/framework/i18n/data/eu.php +++ b/framework/i18n/data/eu.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/eu_es.php b/framework/i18n/data/eu_es.php index 128db8722..22adcc866 100644 --- a/framework/i18n/data/eu_es.php +++ b/framework/i18n/data/eu_es.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/fa.php b/framework/i18n/data/fa.php index c305fb25d..2069877ee 100644 --- a/framework/i18n/data/fa.php +++ b/framework/i18n/data/fa.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4182', diff --git a/framework/i18n/data/fa_af.php b/framework/i18n/data/fa_af.php index 9eac8dd1f..91af73d94 100644 --- a/framework/i18n/data/fa_af.php +++ b/framework/i18n/data/fa_af.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4182', diff --git a/framework/i18n/data/fa_ir.php b/framework/i18n/data/fa_ir.php index 2fe232b9d..ba874696c 100644 --- a/framework/i18n/data/fa_ir.php +++ b/framework/i18n/data/fa_ir.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/fi.php b/framework/i18n/data/fi.php index 1391d8e8a..14843b2a9 100644 --- a/framework/i18n/data/fi.php +++ b/framework/i18n/data/fi.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/fi_fi.php b/framework/i18n/data/fi_fi.php index 2a7a3ec54..2b851ed21 100644 --- a/framework/i18n/data/fi_fi.php +++ b/framework/i18n/data/fi_fi.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/fil.php b/framework/i18n/data/fil.php index a80b584a6..1afb50008 100644 --- a/framework/i18n/data/fil.php +++ b/framework/i18n/data/fil.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/fil_ph.php b/framework/i18n/data/fil_ph.php index 9d0938c66..9fccd3f35 100644 --- a/framework/i18n/data/fil_ph.php +++ b/framework/i18n/data/fil_ph.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/fo.php b/framework/i18n/data/fo.php index 06428cfdc..349aaf137 100644 --- a/framework/i18n/data/fo.php +++ b/framework/i18n/data/fo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/fo_fo.php b/framework/i18n/data/fo_fo.php index c2edd93fc..7862095ce 100644 --- a/framework/i18n/data/fo_fo.php +++ b/framework/i18n/data/fo_fo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/fr.php b/framework/i18n/data/fr.php index 775b60418..a8ced1aa9 100644 --- a/framework/i18n/data/fr.php +++ b/framework/i18n/data/fr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4183', diff --git a/framework/i18n/data/fr_be.php b/framework/i18n/data/fr_be.php index a65bb3754..1f103f579 100644 --- a/framework/i18n/data/fr_be.php +++ b/framework/i18n/data/fr_be.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/fr_ca.php b/framework/i18n/data/fr_ca.php index 72278e9cf..59fbc593e 100644 --- a/framework/i18n/data/fr_ca.php +++ b/framework/i18n/data/fr_ca.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/fr_ch.php b/framework/i18n/data/fr_ch.php index eb16a74db..f5ddc2bf6 100644 --- a/framework/i18n/data/fr_ch.php +++ b/framework/i18n/data/fr_ch.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/fr_fr.php b/framework/i18n/data/fr_fr.php index f35a21f6d..7246eb264 100644 --- a/framework/i18n/data/fr_fr.php +++ b/framework/i18n/data/fr_fr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/fr_lu.php b/framework/i18n/data/fr_lu.php index 2f792334d..6fc3e11bc 100644 --- a/framework/i18n/data/fr_lu.php +++ b/framework/i18n/data/fr_lu.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/fr_mc.php b/framework/i18n/data/fr_mc.php index b1781fe79..4eeb72f74 100644 --- a/framework/i18n/data/fr_mc.php +++ b/framework/i18n/data/fr_mc.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/fr_sn.php b/framework/i18n/data/fr_sn.php index 694c86a99..c7635f963 100644 --- a/framework/i18n/data/fr_sn.php +++ b/framework/i18n/data/fr_sn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/fur.php b/framework/i18n/data/fur.php index 93b57a964..efb053f40 100644 --- a/framework/i18n/data/fur.php +++ b/framework/i18n/data/fur.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4184', diff --git a/framework/i18n/data/fur_it.php b/framework/i18n/data/fur_it.php index 378ff2954..16bf57a1d 100644 --- a/framework/i18n/data/fur_it.php +++ b/framework/i18n/data/fur_it.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ga.php b/framework/i18n/data/ga.php index e93281e1b..63422df82 100644 --- a/framework/i18n/data/ga.php +++ b/framework/i18n/data/ga.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4183', diff --git a/framework/i18n/data/ga_ie.php b/framework/i18n/data/ga_ie.php index 6112bf0fb..28b1251c0 100644 --- a/framework/i18n/data/ga_ie.php +++ b/framework/i18n/data/ga_ie.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/gaa.php b/framework/i18n/data/gaa.php index 480150565..d895c8ffd 100644 --- a/framework/i18n/data/gaa.php +++ b/framework/i18n/data/gaa.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/gaa_gh.php b/framework/i18n/data/gaa_gh.php index 718d400eb..caf26f6ea 100644 --- a/framework/i18n/data/gaa_gh.php +++ b/framework/i18n/data/gaa_gh.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/gez.php b/framework/i18n/data/gez.php index 643b32148..c41443670 100644 --- a/framework/i18n/data/gez.php +++ b/framework/i18n/data/gez.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/gez_er.php b/framework/i18n/data/gez_er.php index ded4dd8b9..987516feb 100644 --- a/framework/i18n/data/gez_er.php +++ b/framework/i18n/data/gez_er.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/gez_et.php b/framework/i18n/data/gez_et.php index f09c52ec6..950740c3e 100644 --- a/framework/i18n/data/gez_et.php +++ b/framework/i18n/data/gez_et.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/gl.php b/framework/i18n/data/gl.php index 088a25220..aa0d1e062 100644 --- a/framework/i18n/data/gl.php +++ b/framework/i18n/data/gl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/gl_es.php b/framework/i18n/data/gl_es.php index 7670c7c32..5999d5f05 100644 --- a/framework/i18n/data/gl_es.php +++ b/framework/i18n/data/gl_es.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/gsw.php b/framework/i18n/data/gsw.php index 8ee6b2a1c..d463c2424 100644 --- a/framework/i18n/data/gsw.php +++ b/framework/i18n/data/gsw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4183', diff --git a/framework/i18n/data/gsw_ch.php b/framework/i18n/data/gsw_ch.php index c0ed87d75..2fb96b858 100644 --- a/framework/i18n/data/gsw_ch.php +++ b/framework/i18n/data/gsw_ch.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/gu.php b/framework/i18n/data/gu.php index b02a4d6ae..0f723579c 100644 --- a/framework/i18n/data/gu.php +++ b/framework/i18n/data/gu.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/gu_in.php b/framework/i18n/data/gu_in.php index 60ff0e6a0..c5b189ec6 100644 --- a/framework/i18n/data/gu_in.php +++ b/framework/i18n/data/gu_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/gv.php b/framework/i18n/data/gv.php index 0d4ea0acd..c8abb31e8 100644 --- a/framework/i18n/data/gv.php +++ b/framework/i18n/data/gv.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/gv_gb.php b/framework/i18n/data/gv_gb.php index d3413f61a..6c9391549 100644 --- a/framework/i18n/data/gv_gb.php +++ b/framework/i18n/data/gv_gb.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ha.php b/framework/i18n/data/ha.php index cc2c3ca97..db26d51ef 100644 --- a/framework/i18n/data/ha.php +++ b/framework/i18n/data/ha.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ha_arab.php b/framework/i18n/data/ha_arab.php index 636fa1f8c..0083aef5f 100644 --- a/framework/i18n/data/ha_arab.php +++ b/framework/i18n/data/ha_arab.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ha_arab_ng.php b/framework/i18n/data/ha_arab_ng.php index 8169169cc..3b99d6a0d 100644 --- a/framework/i18n/data/ha_arab_ng.php +++ b/framework/i18n/data/ha_arab_ng.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ha_arab_sd.php b/framework/i18n/data/ha_arab_sd.php index 619a6c8a4..d97d2c401 100644 --- a/framework/i18n/data/ha_arab_sd.php +++ b/framework/i18n/data/ha_arab_sd.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ha_gh.php b/framework/i18n/data/ha_gh.php index 8e3697700..d1f2b7560 100644 --- a/framework/i18n/data/ha_gh.php +++ b/framework/i18n/data/ha_gh.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ha_latn.php b/framework/i18n/data/ha_latn.php index 7eb64c9b6..6ecdfcaf7 100644 --- a/framework/i18n/data/ha_latn.php +++ b/framework/i18n/data/ha_latn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ha_latn_gh.php b/framework/i18n/data/ha_latn_gh.php index f0f6dbd33..c1ba6768d 100644 --- a/framework/i18n/data/ha_latn_gh.php +++ b/framework/i18n/data/ha_latn_gh.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ha_latn_ne.php b/framework/i18n/data/ha_latn_ne.php index aabd85587..3f32c5f4d 100644 --- a/framework/i18n/data/ha_latn_ne.php +++ b/framework/i18n/data/ha_latn_ne.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ha_latn_ng.php b/framework/i18n/data/ha_latn_ng.php index e6dbe9c2a..d64e47994 100644 --- a/framework/i18n/data/ha_latn_ng.php +++ b/framework/i18n/data/ha_latn_ng.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ha_ne.php b/framework/i18n/data/ha_ne.php index a2be83d4b..0c762dc58 100644 --- a/framework/i18n/data/ha_ne.php +++ b/framework/i18n/data/ha_ne.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ha_ng.php b/framework/i18n/data/ha_ng.php index 59bbe9d69..40dfbecc8 100644 --- a/framework/i18n/data/ha_ng.php +++ b/framework/i18n/data/ha_ng.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ha_sd.php b/framework/i18n/data/ha_sd.php index 807be9086..026bfc210 100644 --- a/framework/i18n/data/ha_sd.php +++ b/framework/i18n/data/ha_sd.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/haw.php b/framework/i18n/data/haw.php index 2f305a531..5c17cb0e3 100644 --- a/framework/i18n/data/haw.php +++ b/framework/i18n/data/haw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/haw_us.php b/framework/i18n/data/haw_us.php index eff3166b6..32cba10b3 100644 --- a/framework/i18n/data/haw_us.php +++ b/framework/i18n/data/haw_us.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/he.php b/framework/i18n/data/he.php index 09f0ca7c5..cfa37bb68 100644 --- a/framework/i18n/data/he.php +++ b/framework/i18n/data/he.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/he_il.php b/framework/i18n/data/he_il.php index 7076dabd8..13ef68a0d 100644 --- a/framework/i18n/data/he_il.php +++ b/framework/i18n/data/he_il.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/hi.php b/framework/i18n/data/hi.php index 7f364d8cb..4298b43f1 100644 --- a/framework/i18n/data/hi.php +++ b/framework/i18n/data/hi.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/hi_in.php b/framework/i18n/data/hi_in.php index dfb50d129..e452e74e0 100644 --- a/framework/i18n/data/hi_in.php +++ b/framework/i18n/data/hi_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/hr.php b/framework/i18n/data/hr.php index afa146460..135b40cc0 100644 --- a/framework/i18n/data/hr.php +++ b/framework/i18n/data/hr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/hr_hr.php b/framework/i18n/data/hr_hr.php index 1ef7df330..85c4d4f27 100644 --- a/framework/i18n/data/hr_hr.php +++ b/framework/i18n/data/hr_hr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/hu.php b/framework/i18n/data/hu.php index d7d4572d1..d5ba3ea08 100644 --- a/framework/i18n/data/hu.php +++ b/framework/i18n/data/hu.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/hu_hu.php b/framework/i18n/data/hu_hu.php index 0727671a0..6c935e422 100644 --- a/framework/i18n/data/hu_hu.php +++ b/framework/i18n/data/hu_hu.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/hy.php b/framework/i18n/data/hy.php index ccd3706dc..b137d0820 100644 --- a/framework/i18n/data/hy.php +++ b/framework/i18n/data/hy.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/hy_am.php b/framework/i18n/data/hy_am.php index db63e694a..9041351d3 100644 --- a/framework/i18n/data/hy_am.php +++ b/framework/i18n/data/hy_am.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/hy_am_revised.php b/framework/i18n/data/hy_am_revised.php index 94b7a8b87..a9760065e 100644 --- a/framework/i18n/data/hy_am_revised.php +++ b/framework/i18n/data/hy_am_revised.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ia.php b/framework/i18n/data/ia.php index 7d30c1b9d..4659647de 100644 --- a/framework/i18n/data/ia.php +++ b/framework/i18n/data/ia.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/id.php b/framework/i18n/data/id.php index 4f6ec7197..cc00e5be9 100644 --- a/framework/i18n/data/id.php +++ b/framework/i18n/data/id.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/id_id.php b/framework/i18n/data/id_id.php index 6b5f7fcdc..adb05eaeb 100644 --- a/framework/i18n/data/id_id.php +++ b/framework/i18n/data/id_id.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ig.php b/framework/i18n/data/ig.php index 81bc41952..4a069fa79 100644 --- a/framework/i18n/data/ig.php +++ b/framework/i18n/data/ig.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ig_ng.php b/framework/i18n/data/ig_ng.php index b9413be40..e3364e6da 100644 --- a/framework/i18n/data/ig_ng.php +++ b/framework/i18n/data/ig_ng.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ii.php b/framework/i18n/data/ii.php index 22ff18104..901f83db6 100644 --- a/framework/i18n/data/ii.php +++ b/framework/i18n/data/ii.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ii_cn.php b/framework/i18n/data/ii_cn.php index 2067d878e..21313870c 100644 --- a/framework/i18n/data/ii_cn.php +++ b/framework/i18n/data/ii_cn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/in.php b/framework/i18n/data/in.php index 5739f65a0..61b532668 100644 --- a/framework/i18n/data/in.php +++ b/framework/i18n/data/in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/is.php b/framework/i18n/data/is.php index 7ef200aca..543a7fa38 100644 --- a/framework/i18n/data/is.php +++ b/framework/i18n/data/is.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/is_is.php b/framework/i18n/data/is_is.php index 6f2b00130..55ef09a35 100644 --- a/framework/i18n/data/is_is.php +++ b/framework/i18n/data/is_is.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/it.php b/framework/i18n/data/it.php index dbe0fd144..4eb1e2d8c 100644 --- a/framework/i18n/data/it.php +++ b/framework/i18n/data/it.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4184', diff --git a/framework/i18n/data/it_ch.php b/framework/i18n/data/it_ch.php index 9ab34ddc5..cb8208880 100644 --- a/framework/i18n/data/it_ch.php +++ b/framework/i18n/data/it_ch.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/it_it.php b/framework/i18n/data/it_it.php index 020a6f9ec..dd584e839 100644 --- a/framework/i18n/data/it_it.php +++ b/framework/i18n/data/it_it.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/iu.php b/framework/i18n/data/iu.php index 133a543a4..c35539999 100644 --- a/framework/i18n/data/iu.php +++ b/framework/i18n/data/iu.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/iw.php b/framework/i18n/data/iw.php index f68ea7f49..6c8828489 100644 --- a/framework/i18n/data/iw.php +++ b/framework/i18n/data/iw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ja.php b/framework/i18n/data/ja.php index 66cae2d39..02da44143 100644 --- a/framework/i18n/data/ja.php +++ b/framework/i18n/data/ja.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ja_jp.php b/framework/i18n/data/ja_jp.php index 20a337091..062073b06 100644 --- a/framework/i18n/data/ja_jp.php +++ b/framework/i18n/data/ja_jp.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ka.php b/framework/i18n/data/ka.php index bb5f4312c..d1a47997c 100644 --- a/framework/i18n/data/ka.php +++ b/framework/i18n/data/ka.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ka_ge.php b/framework/i18n/data/ka_ge.php index 6b8bc69cc..fb5d2bd38 100644 --- a/framework/i18n/data/ka_ge.php +++ b/framework/i18n/data/ka_ge.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kaj.php b/framework/i18n/data/kaj.php index 5e3083b39..ccbc3113b 100644 --- a/framework/i18n/data/kaj.php +++ b/framework/i18n/data/kaj.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kaj_ng.php b/framework/i18n/data/kaj_ng.php index eccb9170b..25b457bcd 100644 --- a/framework/i18n/data/kaj_ng.php +++ b/framework/i18n/data/kaj_ng.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kam.php b/framework/i18n/data/kam.php index 181fbd1e3..6766fccb3 100644 --- a/framework/i18n/data/kam.php +++ b/framework/i18n/data/kam.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kam_ke.php b/framework/i18n/data/kam_ke.php index 92653e26b..384f207dc 100644 --- a/framework/i18n/data/kam_ke.php +++ b/framework/i18n/data/kam_ke.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kcg.php b/framework/i18n/data/kcg.php index 0fc974d9c..f44580e80 100644 --- a/framework/i18n/data/kcg.php +++ b/framework/i18n/data/kcg.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kcg_ng.php b/framework/i18n/data/kcg_ng.php index a4160fa10..83367fa35 100644 --- a/framework/i18n/data/kcg_ng.php +++ b/framework/i18n/data/kcg_ng.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kfo.php b/framework/i18n/data/kfo.php index c4e242599..35c657aca 100644 --- a/framework/i18n/data/kfo.php +++ b/framework/i18n/data/kfo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kfo_ci.php b/framework/i18n/data/kfo_ci.php index bbe01a23f..e45734695 100644 --- a/framework/i18n/data/kfo_ci.php +++ b/framework/i18n/data/kfo_ci.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kk.php b/framework/i18n/data/kk.php index 7936ed1cb..8c6ee18c2 100644 --- a/framework/i18n/data/kk.php +++ b/framework/i18n/data/kk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/kk_cyrl.php b/framework/i18n/data/kk_cyrl.php index 13e81fe65..13d14ca25 100644 --- a/framework/i18n/data/kk_cyrl.php +++ b/framework/i18n/data/kk_cyrl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kk_cyrl_kz.php b/framework/i18n/data/kk_cyrl_kz.php index 6fd5d3bd7..b7f789317 100644 --- a/framework/i18n/data/kk_cyrl_kz.php +++ b/framework/i18n/data/kk_cyrl_kz.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kk_kz.php b/framework/i18n/data/kk_kz.php index b0ee94a79..b6e131456 100644 --- a/framework/i18n/data/kk_kz.php +++ b/framework/i18n/data/kk_kz.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kl.php b/framework/i18n/data/kl.php index 95c14aac2..4c7afcf5b 100644 --- a/framework/i18n/data/kl.php +++ b/framework/i18n/data/kl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/kl_gl.php b/framework/i18n/data/kl_gl.php index 1d21485f6..89c7acd90 100644 --- a/framework/i18n/data/kl_gl.php +++ b/framework/i18n/data/kl_gl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/km.php b/framework/i18n/data/km.php index eb94a336e..b9afafd84 100644 --- a/framework/i18n/data/km.php +++ b/framework/i18n/data/km.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/km_kh.php b/framework/i18n/data/km_kh.php index 8705bfc4c..dce1e7fd6 100644 --- a/framework/i18n/data/km_kh.php +++ b/framework/i18n/data/km_kh.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kn.php b/framework/i18n/data/kn.php index 29ed3265f..32727336a 100644 --- a/framework/i18n/data/kn.php +++ b/framework/i18n/data/kn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/kn_in.php b/framework/i18n/data/kn_in.php index 8337a9856..d44ec56bc 100644 --- a/framework/i18n/data/kn_in.php +++ b/framework/i18n/data/kn_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ko.php b/framework/i18n/data/ko.php index 87cbb2c7b..b40c93a6e 100644 --- a/framework/i18n/data/ko.php +++ b/framework/i18n/data/ko.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4183', diff --git a/framework/i18n/data/ko_kr.php b/framework/i18n/data/ko_kr.php index 0ab690d00..ac35f89f5 100644 --- a/framework/i18n/data/ko_kr.php +++ b/framework/i18n/data/ko_kr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kok.php b/framework/i18n/data/kok.php index 69789c3a4..44edbb210 100644 --- a/framework/i18n/data/kok.php +++ b/framework/i18n/data/kok.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/kok_in.php b/framework/i18n/data/kok_in.php index b4572e369..db68f247c 100644 --- a/framework/i18n/data/kok_in.php +++ b/framework/i18n/data/kok_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kpe.php b/framework/i18n/data/kpe.php index 2c6644f77..4a85b2d0c 100644 --- a/framework/i18n/data/kpe.php +++ b/framework/i18n/data/kpe.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kpe_gn.php b/framework/i18n/data/kpe_gn.php index a50b4a8f4..342f61ba4 100644 --- a/framework/i18n/data/kpe_gn.php +++ b/framework/i18n/data/kpe_gn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kpe_lr.php b/framework/i18n/data/kpe_lr.php index 81c3d714b..d68a24c69 100644 --- a/framework/i18n/data/kpe_lr.php +++ b/framework/i18n/data/kpe_lr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ku.php b/framework/i18n/data/ku.php index 2e11748d3..f2b63e2d4 100644 --- a/framework/i18n/data/ku.php +++ b/framework/i18n/data/ku.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ku_arab.php b/framework/i18n/data/ku_arab.php index d6ee4ca1e..3fd690303 100644 --- a/framework/i18n/data/ku_arab.php +++ b/framework/i18n/data/ku_arab.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ku_arab_iq.php b/framework/i18n/data/ku_arab_iq.php index 03eed9ed7..ad054d9fa 100644 --- a/framework/i18n/data/ku_arab_iq.php +++ b/framework/i18n/data/ku_arab_iq.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ku_arab_ir.php b/framework/i18n/data/ku_arab_ir.php index 409adffc1..8c5d0b826 100644 --- a/framework/i18n/data/ku_arab_ir.php +++ b/framework/i18n/data/ku_arab_ir.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ku_arab_sy.php b/framework/i18n/data/ku_arab_sy.php index 1187a81ad..dde9ff752 100644 --- a/framework/i18n/data/ku_arab_sy.php +++ b/framework/i18n/data/ku_arab_sy.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ku_iq.php b/framework/i18n/data/ku_iq.php index 00c1f6e36..cf7ae9d49 100644 --- a/framework/i18n/data/ku_iq.php +++ b/framework/i18n/data/ku_iq.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ku_ir.php b/framework/i18n/data/ku_ir.php index 9de69289d..f5feaed40 100644 --- a/framework/i18n/data/ku_ir.php +++ b/framework/i18n/data/ku_ir.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ku_latn.php b/framework/i18n/data/ku_latn.php index 39c9520d0..567100458 100644 --- a/framework/i18n/data/ku_latn.php +++ b/framework/i18n/data/ku_latn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ku_latn_tr.php b/framework/i18n/data/ku_latn_tr.php index 8a80b9495..e7554cc5c 100644 --- a/framework/i18n/data/ku_latn_tr.php +++ b/framework/i18n/data/ku_latn_tr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ku_sy.php b/framework/i18n/data/ku_sy.php index 5da3a6289..f284e7795 100644 --- a/framework/i18n/data/ku_sy.php +++ b/framework/i18n/data/ku_sy.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ku_tr.php b/framework/i18n/data/ku_tr.php index cca37c722..1f883e418 100644 --- a/framework/i18n/data/ku_tr.php +++ b/framework/i18n/data/ku_tr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/kw.php b/framework/i18n/data/kw.php index edd9b9822..7b2aaff6a 100644 --- a/framework/i18n/data/kw.php +++ b/framework/i18n/data/kw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/kw_gb.php b/framework/i18n/data/kw_gb.php index 0972c1bf0..9cf420e3a 100644 --- a/framework/i18n/data/kw_gb.php +++ b/framework/i18n/data/kw_gb.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ky.php b/framework/i18n/data/ky.php index 4412e3b86..3b0e5062c 100644 --- a/framework/i18n/data/ky.php +++ b/framework/i18n/data/ky.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ky_kg.php b/framework/i18n/data/ky_kg.php index 4c4b9f403..d7e582eea 100644 --- a/framework/i18n/data/ky_kg.php +++ b/framework/i18n/data/ky_kg.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ln.php b/framework/i18n/data/ln.php index da0eb6546..a52ddc8a2 100644 --- a/framework/i18n/data/ln.php +++ b/framework/i18n/data/ln.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ln_cd.php b/framework/i18n/data/ln_cd.php index 0f492f71b..14a16be86 100644 --- a/framework/i18n/data/ln_cd.php +++ b/framework/i18n/data/ln_cd.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ln_cg.php b/framework/i18n/data/ln_cg.php index dbfc387fd..75330ead9 100644 --- a/framework/i18n/data/ln_cg.php +++ b/framework/i18n/data/ln_cg.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/lo.php b/framework/i18n/data/lo.php index caf39d88f..163a5a34c 100644 --- a/framework/i18n/data/lo.php +++ b/framework/i18n/data/lo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/lo_la.php b/framework/i18n/data/lo_la.php index c0da53c88..1fd5da98d 100644 --- a/framework/i18n/data/lo_la.php +++ b/framework/i18n/data/lo_la.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/lt.php b/framework/i18n/data/lt.php index e589505ca..e7ae50931 100644 --- a/framework/i18n/data/lt.php +++ b/framework/i18n/data/lt.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/lt_lt.php b/framework/i18n/data/lt_lt.php index 91dbe7beb..485ee93cc 100644 --- a/framework/i18n/data/lt_lt.php +++ b/framework/i18n/data/lt_lt.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/lv.php b/framework/i18n/data/lv.php index b3dfe331a..888c37bc6 100644 --- a/framework/i18n/data/lv.php +++ b/framework/i18n/data/lv.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/lv_lv.php b/framework/i18n/data/lv_lv.php index 5c27a3bdc..e9ad8a616 100644 --- a/framework/i18n/data/lv_lv.php +++ b/framework/i18n/data/lv_lv.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/mk.php b/framework/i18n/data/mk.php index 26feec131..a3bd1bfc3 100644 --- a/framework/i18n/data/mk.php +++ b/framework/i18n/data/mk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/mk_mk.php b/framework/i18n/data/mk_mk.php index d4de79813..d2e38ddf4 100644 --- a/framework/i18n/data/mk_mk.php +++ b/framework/i18n/data/mk_mk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ml.php b/framework/i18n/data/ml.php index 8fc72104c..c214f6dd2 100644 --- a/framework/i18n/data/ml.php +++ b/framework/i18n/data/ml.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/ml_in.php b/framework/i18n/data/ml_in.php index 2cb57b6ac..9401ec10f 100644 --- a/framework/i18n/data/ml_in.php +++ b/framework/i18n/data/ml_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/mn.php b/framework/i18n/data/mn.php index 9a34c5514..40d7fee31 100644 --- a/framework/i18n/data/mn.php +++ b/framework/i18n/data/mn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/mn_cn.php b/framework/i18n/data/mn_cn.php index 4b7f14f8c..6cdb73be1 100644 --- a/framework/i18n/data/mn_cn.php +++ b/framework/i18n/data/mn_cn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/mn_cyrl.php b/framework/i18n/data/mn_cyrl.php index 5c4a010cc..065e0f0cc 100644 --- a/framework/i18n/data/mn_cyrl.php +++ b/framework/i18n/data/mn_cyrl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/mn_cyrl_mn.php b/framework/i18n/data/mn_cyrl_mn.php index 4d2506f27..6ebd6a7ac 100644 --- a/framework/i18n/data/mn_cyrl_mn.php +++ b/framework/i18n/data/mn_cyrl_mn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/mn_mn.php b/framework/i18n/data/mn_mn.php index 93f96e472..f70f5bf4b 100644 --- a/framework/i18n/data/mn_mn.php +++ b/framework/i18n/data/mn_mn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/mn_mong.php b/framework/i18n/data/mn_mong.php index 882d30107..a6a712f7a 100644 --- a/framework/i18n/data/mn_mong.php +++ b/framework/i18n/data/mn_mong.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/mn_mong_cn.php b/framework/i18n/data/mn_mong_cn.php index 025975b93..c1b8fa1a1 100644 --- a/framework/i18n/data/mn_mong_cn.php +++ b/framework/i18n/data/mn_mong_cn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/mo.php b/framework/i18n/data/mo.php index ab95462b7..c250fcb3c 100644 --- a/framework/i18n/data/mo.php +++ b/framework/i18n/data/mo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/mr.php b/framework/i18n/data/mr.php index 98d65cbb9..e09944a31 100644 --- a/framework/i18n/data/mr.php +++ b/framework/i18n/data/mr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/mr_in.php b/framework/i18n/data/mr_in.php index e9d6d3c3e..67fbf7140 100644 --- a/framework/i18n/data/mr_in.php +++ b/framework/i18n/data/mr_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ms.php b/framework/i18n/data/ms.php index b9d38478b..826b36f29 100644 --- a/framework/i18n/data/ms.php +++ b/framework/i18n/data/ms.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ms_bn.php b/framework/i18n/data/ms_bn.php index 23a07728e..5c8cffce0 100644 --- a/framework/i18n/data/ms_bn.php +++ b/framework/i18n/data/ms_bn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ms_my.php b/framework/i18n/data/ms_my.php index c2adc348f..52050a57d 100644 --- a/framework/i18n/data/ms_my.php +++ b/framework/i18n/data/ms_my.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/mt.php b/framework/i18n/data/mt.php index cfafe719f..f6d013e97 100644 --- a/framework/i18n/data/mt.php +++ b/framework/i18n/data/mt.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/mt_mt.php b/framework/i18n/data/mt_mt.php index 41ae42e91..b1149b232 100644 --- a/framework/i18n/data/mt_mt.php +++ b/framework/i18n/data/mt_mt.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/my.php b/framework/i18n/data/my.php index 4882a4b30..5556ab070 100644 --- a/framework/i18n/data/my.php +++ b/framework/i18n/data/my.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/my_mm.php b/framework/i18n/data/my_mm.php index d20cc47d5..0e2bc01f0 100644 --- a/framework/i18n/data/my_mm.php +++ b/framework/i18n/data/my_mm.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/nb.php b/framework/i18n/data/nb.php index 51a4ea057..b613dfd03 100644 --- a/framework/i18n/data/nb.php +++ b/framework/i18n/data/nb.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/nb_no.php b/framework/i18n/data/nb_no.php index f8d293940..96819959e 100644 --- a/framework/i18n/data/nb_no.php +++ b/framework/i18n/data/nb_no.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/nds.php b/framework/i18n/data/nds.php index 68fcbe677..7dcf39da9 100644 --- a/framework/i18n/data/nds.php +++ b/framework/i18n/data/nds.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/nds_de.php b/framework/i18n/data/nds_de.php index 7d7111d57..4109d9ad8 100644 --- a/framework/i18n/data/nds_de.php +++ b/framework/i18n/data/nds_de.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ne.php b/framework/i18n/data/ne.php index 7973fad23..8a46cc49e 100644 --- a/framework/i18n/data/ne.php +++ b/framework/i18n/data/ne.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/ne_in.php b/framework/i18n/data/ne_in.php index 745604d95..612f220d8 100644 --- a/framework/i18n/data/ne_in.php +++ b/framework/i18n/data/ne_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ne_np.php b/framework/i18n/data/ne_np.php index 4e3c4ded3..b0839bac6 100644 --- a/framework/i18n/data/ne_np.php +++ b/framework/i18n/data/ne_np.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/nl.php b/framework/i18n/data/nl.php index 4a248062f..939d93365 100644 --- a/framework/i18n/data/nl.php +++ b/framework/i18n/data/nl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/nl_be.php b/framework/i18n/data/nl_be.php index eef43a093..ebce6f614 100644 --- a/framework/i18n/data/nl_be.php +++ b/framework/i18n/data/nl_be.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/nl_nl.php b/framework/i18n/data/nl_nl.php index e03e8802d..58bc92729 100644 --- a/framework/i18n/data/nl_nl.php +++ b/framework/i18n/data/nl_nl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/nn.php b/framework/i18n/data/nn.php index bd33118d7..8ead6cb9c 100644 --- a/framework/i18n/data/nn.php +++ b/framework/i18n/data/nn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/nn_no.php b/framework/i18n/data/nn_no.php index 28526d963..e28297509 100644 --- a/framework/i18n/data/nn_no.php +++ b/framework/i18n/data/nn_no.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/no.php b/framework/i18n/data/no.php index 73dba2e50..8bf41bc0d 100644 --- a/framework/i18n/data/no.php +++ b/framework/i18n/data/no.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/nr.php b/framework/i18n/data/nr.php index f3db6bcdf..8f35b1a62 100644 --- a/framework/i18n/data/nr.php +++ b/framework/i18n/data/nr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/nr_za.php b/framework/i18n/data/nr_za.php index 4850612fc..75c61aeec 100644 --- a/framework/i18n/data/nr_za.php +++ b/framework/i18n/data/nr_za.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/nso.php b/framework/i18n/data/nso.php index d53126c1f..d4e36e079 100644 --- a/framework/i18n/data/nso.php +++ b/framework/i18n/data/nso.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/nso_za.php b/framework/i18n/data/nso_za.php index 43e692e47..db6fda6e8 100644 --- a/framework/i18n/data/nso_za.php +++ b/framework/i18n/data/nso_za.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ny.php b/framework/i18n/data/ny.php index 6003c06f1..8e71b0e23 100644 --- a/framework/i18n/data/ny.php +++ b/framework/i18n/data/ny.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ny_mw.php b/framework/i18n/data/ny_mw.php index e864b0955..9445221ff 100644 --- a/framework/i18n/data/ny_mw.php +++ b/framework/i18n/data/ny_mw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/oc.php b/framework/i18n/data/oc.php index 2d51e5e4a..d094de1ac 100644 --- a/framework/i18n/data/oc.php +++ b/framework/i18n/data/oc.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/oc_fr.php b/framework/i18n/data/oc_fr.php index dd3ae7a78..0f02c5ea6 100644 --- a/framework/i18n/data/oc_fr.php +++ b/framework/i18n/data/oc_fr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/om.php b/framework/i18n/data/om.php index a2c78a407..3fee7ea7b 100644 --- a/framework/i18n/data/om.php +++ b/framework/i18n/data/om.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/om_et.php b/framework/i18n/data/om_et.php index 2c72ab392..13c69ef9b 100644 --- a/framework/i18n/data/om_et.php +++ b/framework/i18n/data/om_et.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/om_ke.php b/framework/i18n/data/om_ke.php index 5c52703e0..c7c4f7f1a 100644 --- a/framework/i18n/data/om_ke.php +++ b/framework/i18n/data/om_ke.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/or.php b/framework/i18n/data/or.php index 3d6c97df3..6d13b6dea 100644 --- a/framework/i18n/data/or.php +++ b/framework/i18n/data/or.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/or_in.php b/framework/i18n/data/or_in.php index 6e8d56a50..f9b36df7f 100644 --- a/framework/i18n/data/or_in.php +++ b/framework/i18n/data/or_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/pa.php b/framework/i18n/data/pa.php index c021c23ce..a419d9c35 100644 --- a/framework/i18n/data/pa.php +++ b/framework/i18n/data/pa.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/pa_arab.php b/framework/i18n/data/pa_arab.php index 2b0f12fc5..fb221c1c7 100644 --- a/framework/i18n/data/pa_arab.php +++ b/framework/i18n/data/pa_arab.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/pa_arab_pk.php b/framework/i18n/data/pa_arab_pk.php index 87ef58fb3..2a52d7e17 100644 --- a/framework/i18n/data/pa_arab_pk.php +++ b/framework/i18n/data/pa_arab_pk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/pa_guru.php b/framework/i18n/data/pa_guru.php index 206bd5ee2..d0a8a3824 100644 --- a/framework/i18n/data/pa_guru.php +++ b/framework/i18n/data/pa_guru.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/pa_guru_in.php b/framework/i18n/data/pa_guru_in.php index 05c68a3ce..850487bae 100644 --- a/framework/i18n/data/pa_guru_in.php +++ b/framework/i18n/data/pa_guru_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/pa_in.php b/framework/i18n/data/pa_in.php index 98b73226d..c66d78646 100644 --- a/framework/i18n/data/pa_in.php +++ b/framework/i18n/data/pa_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/pa_pk.php b/framework/i18n/data/pa_pk.php index 55f89f708..d6c6868ca 100644 --- a/framework/i18n/data/pa_pk.php +++ b/framework/i18n/data/pa_pk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/pl.php b/framework/i18n/data/pl.php index 59fc7effc..557b45480 100644 --- a/framework/i18n/data/pl.php +++ b/framework/i18n/data/pl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/pl_pl.php b/framework/i18n/data/pl_pl.php index 20a2369e6..cf84da324 100644 --- a/framework/i18n/data/pl_pl.php +++ b/framework/i18n/data/pl_pl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ps.php b/framework/i18n/data/ps.php index 9d4eceb9f..a54437b90 100644 --- a/framework/i18n/data/ps.php +++ b/framework/i18n/data/ps.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4182', diff --git a/framework/i18n/data/ps_af.php b/framework/i18n/data/ps_af.php index 54e8d5684..086e73e08 100644 --- a/framework/i18n/data/ps_af.php +++ b/framework/i18n/data/ps_af.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/pt.php b/framework/i18n/data/pt.php index eb537fbc7..9b588d3d3 100644 --- a/framework/i18n/data/pt.php +++ b/framework/i18n/data/pt.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/pt_br.php b/framework/i18n/data/pt_br.php index bd6b6e71c..ca9b270ba 100644 --- a/framework/i18n/data/pt_br.php +++ b/framework/i18n/data/pt_br.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/pt_pt.php b/framework/i18n/data/pt_pt.php index 0c1d2f9d1..7c121232a 100644 --- a/framework/i18n/data/pt_pt.php +++ b/framework/i18n/data/pt_pt.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ro.php b/framework/i18n/data/ro.php index 2c479f0b4..0baa90a74 100644 --- a/framework/i18n/data/ro.php +++ b/framework/i18n/data/ro.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ro_md.php b/framework/i18n/data/ro_md.php index 2183d41dc..5163491d8 100644 --- a/framework/i18n/data/ro_md.php +++ b/framework/i18n/data/ro_md.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ro_ro.php b/framework/i18n/data/ro_ro.php index fa3761718..11fddafba 100644 --- a/framework/i18n/data/ro_ro.php +++ b/framework/i18n/data/ro_ro.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/root.php b/framework/i18n/data/root.php index 14b3a2942..491225498 100644 --- a/framework/i18n/data/root.php +++ b/framework/i18n/data/root.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4185', diff --git a/framework/i18n/data/ru.php b/framework/i18n/data/ru.php index 0dced46dc..c641009da 100644 --- a/framework/i18n/data/ru.php +++ b/framework/i18n/data/ru.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ru_ru.php b/framework/i18n/data/ru_ru.php index 5aac48ebf..dde38b52d 100644 --- a/framework/i18n/data/ru_ru.php +++ b/framework/i18n/data/ru_ru.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ru_ua.php b/framework/i18n/data/ru_ua.php index e5e317eb0..68b087be4 100644 --- a/framework/i18n/data/ru_ua.php +++ b/framework/i18n/data/ru_ua.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/rw.php b/framework/i18n/data/rw.php index cba893b5e..7ee5ba448 100644 --- a/framework/i18n/data/rw.php +++ b/framework/i18n/data/rw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4183', diff --git a/framework/i18n/data/rw_rw.php b/framework/i18n/data/rw_rw.php index 296ee817f..1a538809f 100644 --- a/framework/i18n/data/rw_rw.php +++ b/framework/i18n/data/rw_rw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sa.php b/framework/i18n/data/sa.php index 50326c023..36efcfeda 100644 --- a/framework/i18n/data/sa.php +++ b/framework/i18n/data/sa.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/sa_in.php b/framework/i18n/data/sa_in.php index d661ac879..9558fd61f 100644 --- a/framework/i18n/data/sa_in.php +++ b/framework/i18n/data/sa_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/se.php b/framework/i18n/data/se.php index e4b90d020..a8b243625 100644 --- a/framework/i18n/data/se.php +++ b/framework/i18n/data/se.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/se_fi.php b/framework/i18n/data/se_fi.php index 86770df2d..2898793da 100644 --- a/framework/i18n/data/se_fi.php +++ b/framework/i18n/data/se_fi.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/se_no.php b/framework/i18n/data/se_no.php index ee4f03aa1..68e8e7940 100644 --- a/framework/i18n/data/se_no.php +++ b/framework/i18n/data/se_no.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sh.php b/framework/i18n/data/sh.php index 90970f0e7..9acc7b1d1 100644 --- a/framework/i18n/data/sh.php +++ b/framework/i18n/data/sh.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sh_ba.php b/framework/i18n/data/sh_ba.php index aacbd3861..ddc6b4b32 100644 --- a/framework/i18n/data/sh_ba.php +++ b/framework/i18n/data/sh_ba.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sh_cs.php b/framework/i18n/data/sh_cs.php index 5dfec1064..560a953e1 100644 --- a/framework/i18n/data/sh_cs.php +++ b/framework/i18n/data/sh_cs.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sh_yu.php b/framework/i18n/data/sh_yu.php index a7fd5c4c8..d58145fbe 100644 --- a/framework/i18n/data/sh_yu.php +++ b/framework/i18n/data/sh_yu.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/si.php b/framework/i18n/data/si.php index a68ec13c6..b93d70763 100644 --- a/framework/i18n/data/si.php +++ b/framework/i18n/data/si.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/si_lk.php b/framework/i18n/data/si_lk.php index c3221f2a8..14a71ed69 100644 --- a/framework/i18n/data/si_lk.php +++ b/framework/i18n/data/si_lk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sid.php b/framework/i18n/data/sid.php index 4b46b08ef..450d23978 100644 --- a/framework/i18n/data/sid.php +++ b/framework/i18n/data/sid.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/sid_et.php b/framework/i18n/data/sid_et.php index 7a36dc5cb..0f171f76f 100644 --- a/framework/i18n/data/sid_et.php +++ b/framework/i18n/data/sid_et.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sk.php b/framework/i18n/data/sk.php index ea9cde929..b0f0a324d 100644 --- a/framework/i18n/data/sk.php +++ b/framework/i18n/data/sk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4184', diff --git a/framework/i18n/data/sk_sk.php b/framework/i18n/data/sk_sk.php index 93a154c48..beb9fffab 100644 --- a/framework/i18n/data/sk_sk.php +++ b/framework/i18n/data/sk_sk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sl.php b/framework/i18n/data/sl.php index 534598787..f7debd1cb 100644 --- a/framework/i18n/data/sl.php +++ b/framework/i18n/data/sl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/sl_si.php b/framework/i18n/data/sl_si.php index 85c18fcc3..8ada38378 100644 --- a/framework/i18n/data/sl_si.php +++ b/framework/i18n/data/sl_si.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/so.php b/framework/i18n/data/so.php index 5a14257fa..37bc9a81b 100644 --- a/framework/i18n/data/so.php +++ b/framework/i18n/data/so.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/so_dj.php b/framework/i18n/data/so_dj.php index b016adfad..6ce1f28a4 100644 --- a/framework/i18n/data/so_dj.php +++ b/framework/i18n/data/so_dj.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/so_et.php b/framework/i18n/data/so_et.php index c499f6a3c..d88f34210 100644 --- a/framework/i18n/data/so_et.php +++ b/framework/i18n/data/so_et.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/so_ke.php b/framework/i18n/data/so_ke.php index 413998295..c2073df37 100644 --- a/framework/i18n/data/so_ke.php +++ b/framework/i18n/data/so_ke.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/so_so.php b/framework/i18n/data/so_so.php index 9acb4ed04..1c94b38ea 100644 --- a/framework/i18n/data/so_so.php +++ b/framework/i18n/data/so_so.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sq.php b/framework/i18n/data/sq.php index 4fdafb624..2c4fa9440 100644 --- a/framework/i18n/data/sq.php +++ b/framework/i18n/data/sq.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/sq_al.php b/framework/i18n/data/sq_al.php index aac2084f2..d58c34432 100644 --- a/framework/i18n/data/sq_al.php +++ b/framework/i18n/data/sq_al.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sr.php b/framework/i18n/data/sr.php index 937a797fa..8ffa140c3 100644 --- a/framework/i18n/data/sr.php +++ b/framework/i18n/data/sr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4183', diff --git a/framework/i18n/data/sr_ba.php b/framework/i18n/data/sr_ba.php index b50c950a9..6993f8b01 100644 --- a/framework/i18n/data/sr_ba.php +++ b/framework/i18n/data/sr_ba.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sr_cs.php b/framework/i18n/data/sr_cs.php index a5580411b..85ad4b91a 100644 --- a/framework/i18n/data/sr_cs.php +++ b/framework/i18n/data/sr_cs.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sr_cyrl.php b/framework/i18n/data/sr_cyrl.php index 8b3dcac3a..9a4102681 100644 --- a/framework/i18n/data/sr_cyrl.php +++ b/framework/i18n/data/sr_cyrl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sr_cyrl_ba.php b/framework/i18n/data/sr_cyrl_ba.php index d9f202a9a..a03671340 100644 --- a/framework/i18n/data/sr_cyrl_ba.php +++ b/framework/i18n/data/sr_cyrl_ba.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/sr_cyrl_cs.php b/framework/i18n/data/sr_cyrl_cs.php index b4d7f8eb4..d91b92f64 100644 --- a/framework/i18n/data/sr_cyrl_cs.php +++ b/framework/i18n/data/sr_cyrl_cs.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sr_cyrl_me.php b/framework/i18n/data/sr_cyrl_me.php index 7101a78a7..26a5c36b5 100644 --- a/framework/i18n/data/sr_cyrl_me.php +++ b/framework/i18n/data/sr_cyrl_me.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sr_cyrl_rs.php b/framework/i18n/data/sr_cyrl_rs.php index 34cd99e93..7c614ad8e 100644 --- a/framework/i18n/data/sr_cyrl_rs.php +++ b/framework/i18n/data/sr_cyrl_rs.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sr_cyrl_yu.php b/framework/i18n/data/sr_cyrl_yu.php index cde105f81..834626b75 100644 --- a/framework/i18n/data/sr_cyrl_yu.php +++ b/framework/i18n/data/sr_cyrl_yu.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sr_latn.php b/framework/i18n/data/sr_latn.php index 14c1deae7..2711c1f31 100644 --- a/framework/i18n/data/sr_latn.php +++ b/framework/i18n/data/sr_latn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4184', diff --git a/framework/i18n/data/sr_latn_ba.php b/framework/i18n/data/sr_latn_ba.php index e0addfb29..844cd196b 100644 --- a/framework/i18n/data/sr_latn_ba.php +++ b/framework/i18n/data/sr_latn_ba.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sr_latn_cs.php b/framework/i18n/data/sr_latn_cs.php index f922eaaf5..fcc405391 100644 --- a/framework/i18n/data/sr_latn_cs.php +++ b/framework/i18n/data/sr_latn_cs.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sr_latn_me.php b/framework/i18n/data/sr_latn_me.php index 61961c6b7..ab6cb0610 100644 --- a/framework/i18n/data/sr_latn_me.php +++ b/framework/i18n/data/sr_latn_me.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/sr_latn_rs.php b/framework/i18n/data/sr_latn_rs.php index 4292bc0e6..b241ad7a8 100644 --- a/framework/i18n/data/sr_latn_rs.php +++ b/framework/i18n/data/sr_latn_rs.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sr_latn_yu.php b/framework/i18n/data/sr_latn_yu.php index 729ccdbbc..a9afbef9c 100644 --- a/framework/i18n/data/sr_latn_yu.php +++ b/framework/i18n/data/sr_latn_yu.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sr_me.php b/framework/i18n/data/sr_me.php index 513b345b5..93ab707fa 100644 --- a/framework/i18n/data/sr_me.php +++ b/framework/i18n/data/sr_me.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4165', diff --git a/framework/i18n/data/sr_rs.php b/framework/i18n/data/sr_rs.php index 1dad01544..f4bbdd729 100644 --- a/framework/i18n/data/sr_rs.php +++ b/framework/i18n/data/sr_rs.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sr_yu.php b/framework/i18n/data/sr_yu.php index 59d78b365..efe575680 100644 --- a/framework/i18n/data/sr_yu.php +++ b/framework/i18n/data/sr_yu.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ss.php b/framework/i18n/data/ss.php index ab85901c0..7ecd38869 100644 --- a/framework/i18n/data/ss.php +++ b/framework/i18n/data/ss.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ss_sz.php b/framework/i18n/data/ss_sz.php index b66abb7b7..5cc79abc6 100644 --- a/framework/i18n/data/ss_sz.php +++ b/framework/i18n/data/ss_sz.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ss_za.php b/framework/i18n/data/ss_za.php index d894bc26d..b8e623802 100644 --- a/framework/i18n/data/ss_za.php +++ b/framework/i18n/data/ss_za.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/st.php b/framework/i18n/data/st.php index 3921cc183..c82f98cde 100644 --- a/framework/i18n/data/st.php +++ b/framework/i18n/data/st.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/st_ls.php b/framework/i18n/data/st_ls.php index 2813c7d62..2adaa693d 100644 --- a/framework/i18n/data/st_ls.php +++ b/framework/i18n/data/st_ls.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/st_za.php b/framework/i18n/data/st_za.php index b80b4da70..87213cb07 100644 --- a/framework/i18n/data/st_za.php +++ b/framework/i18n/data/st_za.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sv.php b/framework/i18n/data/sv.php index 1d323f7cf..0b5257209 100644 --- a/framework/i18n/data/sv.php +++ b/framework/i18n/data/sv.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/sv_fi.php b/framework/i18n/data/sv_fi.php index 4e7ced14f..a121c54cd 100644 --- a/framework/i18n/data/sv_fi.php +++ b/framework/i18n/data/sv_fi.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4169', diff --git a/framework/i18n/data/sv_se.php b/framework/i18n/data/sv_se.php index 82e23bddd..c8c5ba5a2 100644 --- a/framework/i18n/data/sv_se.php +++ b/framework/i18n/data/sv_se.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sw.php b/framework/i18n/data/sw.php index bf728652f..576858d48 100644 --- a/framework/i18n/data/sw.php +++ b/framework/i18n/data/sw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sw_ke.php b/framework/i18n/data/sw_ke.php index f990c2412..e4c3318bf 100644 --- a/framework/i18n/data/sw_ke.php +++ b/framework/i18n/data/sw_ke.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/sw_tz.php b/framework/i18n/data/sw_tz.php index 348286909..935e53ad5 100644 --- a/framework/i18n/data/sw_tz.php +++ b/framework/i18n/data/sw_tz.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/syr.php b/framework/i18n/data/syr.php index 7851965ff..e255837a6 100644 --- a/framework/i18n/data/syr.php +++ b/framework/i18n/data/syr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/syr_sy.php b/framework/i18n/data/syr_sy.php index 085895253..5bfbb6326 100644 --- a/framework/i18n/data/syr_sy.php +++ b/framework/i18n/data/syr_sy.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ta.php b/framework/i18n/data/ta.php index 4cf1ee2ce..137d262f9 100644 --- a/framework/i18n/data/ta.php +++ b/framework/i18n/data/ta.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ta_in.php b/framework/i18n/data/ta_in.php index 6e4256234..47e187245 100644 --- a/framework/i18n/data/ta_in.php +++ b/framework/i18n/data/ta_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/te.php b/framework/i18n/data/te.php index 98c54d2a2..95cb838eb 100644 --- a/framework/i18n/data/te.php +++ b/framework/i18n/data/te.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/te_in.php b/framework/i18n/data/te_in.php index ad2509367..9bd5f2679 100644 --- a/framework/i18n/data/te_in.php +++ b/framework/i18n/data/te_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/tg.php b/framework/i18n/data/tg.php index b0c63bad9..5a9fdead0 100644 --- a/framework/i18n/data/tg.php +++ b/framework/i18n/data/tg.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/tg_cyrl.php b/framework/i18n/data/tg_cyrl.php index 3e235cd0b..1ba432401 100644 --- a/framework/i18n/data/tg_cyrl.php +++ b/framework/i18n/data/tg_cyrl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/tg_cyrl_tj.php b/framework/i18n/data/tg_cyrl_tj.php index 8eae0dd9c..103ed8e2a 100644 --- a/framework/i18n/data/tg_cyrl_tj.php +++ b/framework/i18n/data/tg_cyrl_tj.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/tg_tj.php b/framework/i18n/data/tg_tj.php index 5d644d17c..70210de79 100644 --- a/framework/i18n/data/tg_tj.php +++ b/framework/i18n/data/tg_tj.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/th.php b/framework/i18n/data/th.php index eb204b76c..f38cd638e 100644 --- a/framework/i18n/data/th.php +++ b/framework/i18n/data/th.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/th_th.php b/framework/i18n/data/th_th.php index fea39fa6d..4a20287a7 100644 --- a/framework/i18n/data/th_th.php +++ b/framework/i18n/data/th_th.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ti.php b/framework/i18n/data/ti.php index b7ae24d7f..24a68e9c0 100644 --- a/framework/i18n/data/ti.php +++ b/framework/i18n/data/ti.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ti_er.php b/framework/i18n/data/ti_er.php index 579a90eec..89f103a51 100644 --- a/framework/i18n/data/ti_er.php +++ b/framework/i18n/data/ti_er.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/ti_et.php b/framework/i18n/data/ti_et.php index 16dea3909..17ab00974 100644 --- a/framework/i18n/data/ti_et.php +++ b/framework/i18n/data/ti_et.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/tig.php b/framework/i18n/data/tig.php index c1ba7d8ee..2b59ac088 100644 --- a/framework/i18n/data/tig.php +++ b/framework/i18n/data/tig.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/tig_er.php b/framework/i18n/data/tig_er.php index 523897782..07b2b4c50 100644 --- a/framework/i18n/data/tig_er.php +++ b/framework/i18n/data/tig_er.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/tl.php b/framework/i18n/data/tl.php index 7fd6ea883..bc24aa949 100644 --- a/framework/i18n/data/tl.php +++ b/framework/i18n/data/tl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/tn.php b/framework/i18n/data/tn.php index b657c0bb7..b17512d12 100644 --- a/framework/i18n/data/tn.php +++ b/framework/i18n/data/tn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/tn_za.php b/framework/i18n/data/tn_za.php index 29816b1e1..d88167a92 100644 --- a/framework/i18n/data/tn_za.php +++ b/framework/i18n/data/tn_za.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/to.php b/framework/i18n/data/to.php index 5a3d120cb..4b8070702 100644 --- a/framework/i18n/data/to.php +++ b/framework/i18n/data/to.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/to_to.php b/framework/i18n/data/to_to.php index 7de9a1a01..2d821ffa8 100644 --- a/framework/i18n/data/to_to.php +++ b/framework/i18n/data/to_to.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/tr.php b/framework/i18n/data/tr.php index b9878c140..ccf404a7e 100644 --- a/framework/i18n/data/tr.php +++ b/framework/i18n/data/tr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/tr_tr.php b/framework/i18n/data/tr_tr.php index 55835a1fc..2606fcfcf 100644 --- a/framework/i18n/data/tr_tr.php +++ b/framework/i18n/data/tr_tr.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/trv.php b/framework/i18n/data/trv.php index 28e1b49b7..0224d88d5 100644 --- a/framework/i18n/data/trv.php +++ b/framework/i18n/data/trv.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/trv_tw.php b/framework/i18n/data/trv_tw.php index 5e9b78589..9e7d02047 100644 --- a/framework/i18n/data/trv_tw.php +++ b/framework/i18n/data/trv_tw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ts.php b/framework/i18n/data/ts.php index 5ea1e1bca..9558942e4 100644 --- a/framework/i18n/data/ts.php +++ b/framework/i18n/data/ts.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ts_za.php b/framework/i18n/data/ts_za.php index a70798bc9..6d19a2a66 100644 --- a/framework/i18n/data/ts_za.php +++ b/framework/i18n/data/ts_za.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/tt.php b/framework/i18n/data/tt.php index 2470e087d..762dfc048 100644 --- a/framework/i18n/data/tt.php +++ b/framework/i18n/data/tt.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/tt_ru.php b/framework/i18n/data/tt_ru.php index 2e0799128..d5b8fb1aa 100644 --- a/framework/i18n/data/tt_ru.php +++ b/framework/i18n/data/tt_ru.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ug.php b/framework/i18n/data/ug.php index 635180541..c5bd46aee 100644 --- a/framework/i18n/data/ug.php +++ b/framework/i18n/data/ug.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ug_arab.php b/framework/i18n/data/ug_arab.php index 95e518040..ae19ad960 100644 --- a/framework/i18n/data/ug_arab.php +++ b/framework/i18n/data/ug_arab.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ug_arab_cn.php b/framework/i18n/data/ug_arab_cn.php index 0c0894d5d..c59df2adc 100644 --- a/framework/i18n/data/ug_arab_cn.php +++ b/framework/i18n/data/ug_arab_cn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ug_cn.php b/framework/i18n/data/ug_cn.php index 2a96ad820..bb6898f17 100644 --- a/framework/i18n/data/ug_cn.php +++ b/framework/i18n/data/ug_cn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/uk.php b/framework/i18n/data/uk.php index adfd93f99..562c863b8 100644 --- a/framework/i18n/data/uk.php +++ b/framework/i18n/data/uk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/uk_ua.php b/framework/i18n/data/uk_ua.php index cd0de1295..62387d0e1 100644 --- a/framework/i18n/data/uk_ua.php +++ b/framework/i18n/data/uk_ua.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ur.php b/framework/i18n/data/ur.php index 77f10fffc..74b33a346 100644 --- a/framework/i18n/data/ur.php +++ b/framework/i18n/data/ur.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/ur_in.php b/framework/i18n/data/ur_in.php index 083c7d6a1..a1b22be22 100644 --- a/framework/i18n/data/ur_in.php +++ b/framework/i18n/data/ur_in.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ur_pk.php b/framework/i18n/data/ur_pk.php index 035aeba77..cf46d4b55 100644 --- a/framework/i18n/data/ur_pk.php +++ b/framework/i18n/data/ur_pk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/uz.php b/framework/i18n/data/uz.php index b261c425d..369ec9470 100644 --- a/framework/i18n/data/uz.php +++ b/framework/i18n/data/uz.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/uz_af.php b/framework/i18n/data/uz_af.php index a4987ee15..696994fb6 100644 --- a/framework/i18n/data/uz_af.php +++ b/framework/i18n/data/uz_af.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/uz_arab.php b/framework/i18n/data/uz_arab.php index e33c1c0a0..fb874dc67 100644 --- a/framework/i18n/data/uz_arab.php +++ b/framework/i18n/data/uz_arab.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4182', diff --git a/framework/i18n/data/uz_arab_af.php b/framework/i18n/data/uz_arab_af.php index 81a06413e..13a8295a8 100644 --- a/framework/i18n/data/uz_arab_af.php +++ b/framework/i18n/data/uz_arab_af.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/uz_cyrl.php b/framework/i18n/data/uz_cyrl.php index 8acc1aea3..8cdb28f68 100644 --- a/framework/i18n/data/uz_cyrl.php +++ b/framework/i18n/data/uz_cyrl.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/uz_cyrl_uz.php b/framework/i18n/data/uz_cyrl_uz.php index 26ad387c2..3098380ec 100644 --- a/framework/i18n/data/uz_cyrl_uz.php +++ b/framework/i18n/data/uz_cyrl_uz.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/uz_latn.php b/framework/i18n/data/uz_latn.php index 2b8abba70..3cb47bfe8 100644 --- a/framework/i18n/data/uz_latn.php +++ b/framework/i18n/data/uz_latn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/uz_latn_uz.php b/framework/i18n/data/uz_latn_uz.php index 50429cc06..f28ae6c09 100644 --- a/framework/i18n/data/uz_latn_uz.php +++ b/framework/i18n/data/uz_latn_uz.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/uz_uz.php b/framework/i18n/data/uz_uz.php index bd1acc7ca..4bebe569b 100644 --- a/framework/i18n/data/uz_uz.php +++ b/framework/i18n/data/uz_uz.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ve.php b/framework/i18n/data/ve.php index f132d1d7a..a9a664c60 100644 --- a/framework/i18n/data/ve.php +++ b/framework/i18n/data/ve.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/ve_za.php b/framework/i18n/data/ve_za.php index dd872e0f2..2d23293a8 100644 --- a/framework/i18n/data/ve_za.php +++ b/framework/i18n/data/ve_za.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/vi.php b/framework/i18n/data/vi.php index d048b0dac..0345d8ced 100644 --- a/framework/i18n/data/vi.php +++ b/framework/i18n/data/vi.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4184', diff --git a/framework/i18n/data/vi_vn.php b/framework/i18n/data/vi_vn.php index 839375584..85c0eac4b 100644 --- a/framework/i18n/data/vi_vn.php +++ b/framework/i18n/data/vi_vn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/wal.php b/framework/i18n/data/wal.php index 8aef21bcd..fd9bd96a4 100644 --- a/framework/i18n/data/wal.php +++ b/framework/i18n/data/wal.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4179', diff --git a/framework/i18n/data/wal_et.php b/framework/i18n/data/wal_et.php index b2c325a69..1f28b13cb 100644 --- a/framework/i18n/data/wal_et.php +++ b/framework/i18n/data/wal_et.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/wo.php b/framework/i18n/data/wo.php index 60cde6218..d06fd16ff 100644 --- a/framework/i18n/data/wo.php +++ b/framework/i18n/data/wo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/wo_latn.php b/framework/i18n/data/wo_latn.php index 0f1d60a67..c33598916 100644 --- a/framework/i18n/data/wo_latn.php +++ b/framework/i18n/data/wo_latn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/wo_latn_sn.php b/framework/i18n/data/wo_latn_sn.php index 269b8ca77..94e22228e 100644 --- a/framework/i18n/data/wo_latn_sn.php +++ b/framework/i18n/data/wo_latn_sn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/wo_sn.php b/framework/i18n/data/wo_sn.php index d062c89de..c87c6c34c 100644 --- a/framework/i18n/data/wo_sn.php +++ b/framework/i18n/data/wo_sn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/xh.php b/framework/i18n/data/xh.php index be59375ac..e569ce85c 100644 --- a/framework/i18n/data/xh.php +++ b/framework/i18n/data/xh.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/xh_za.php b/framework/i18n/data/xh_za.php index 9017efd8d..b3593ab3d 100644 --- a/framework/i18n/data/xh_za.php +++ b/framework/i18n/data/xh_za.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/yo.php b/framework/i18n/data/yo.php index 7b4469077..5bbb328ec 100644 --- a/framework/i18n/data/yo.php +++ b/framework/i18n/data/yo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/yo_ng.php b/framework/i18n/data/yo_ng.php index 0804959e0..9d09dfabe 100644 --- a/framework/i18n/data/yo_ng.php +++ b/framework/i18n/data/yo_ng.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/zh.php b/framework/i18n/data/zh.php index 37fb3dec2..d59fe1740 100644 --- a/framework/i18n/data/zh.php +++ b/framework/i18n/data/zh.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4199', diff --git a/framework/i18n/data/zh_cn.php b/framework/i18n/data/zh_cn.php index f230596fb..7514de182 100644 --- a/framework/i18n/data/zh_cn.php +++ b/framework/i18n/data/zh_cn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/zh_hans.php b/framework/i18n/data/zh_hans.php index 6519c5ad5..65d41516d 100644 --- a/framework/i18n/data/zh_hans.php +++ b/framework/i18n/data/zh_hans.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/zh_hans_cn.php b/framework/i18n/data/zh_hans_cn.php index 5fee332df..f72cc9d45 100644 --- a/framework/i18n/data/zh_hans_cn.php +++ b/framework/i18n/data/zh_hans_cn.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/zh_hans_hk.php b/framework/i18n/data/zh_hans_hk.php index 0a05e0431..4a2f9ee4d 100644 --- a/framework/i18n/data/zh_hans_hk.php +++ b/framework/i18n/data/zh_hans_hk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/zh_hans_mo.php b/framework/i18n/data/zh_hans_mo.php index 026b20dc8..dcb8548b4 100644 --- a/framework/i18n/data/zh_hans_mo.php +++ b/framework/i18n/data/zh_hans_mo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/zh_hans_sg.php b/framework/i18n/data/zh_hans_sg.php index 3eb335823..c74e83b34 100644 --- a/framework/i18n/data/zh_hans_sg.php +++ b/framework/i18n/data/zh_hans_sg.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/zh_hant.php b/framework/i18n/data/zh_hant.php index af92ea080..e963cc49f 100644 --- a/framework/i18n/data/zh_hant.php +++ b/framework/i18n/data/zh_hant.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4202', diff --git a/framework/i18n/data/zh_hant_hk.php b/framework/i18n/data/zh_hant_hk.php index d970d456b..3c7bc5288 100644 --- a/framework/i18n/data/zh_hant_hk.php +++ b/framework/i18n/data/zh_hant_hk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/zh_hant_mo.php b/framework/i18n/data/zh_hant_mo.php index bbf65e78a..d1b59224e 100644 --- a/framework/i18n/data/zh_hant_mo.php +++ b/framework/i18n/data/zh_hant_mo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4178', diff --git a/framework/i18n/data/zh_hant_tw.php b/framework/i18n/data/zh_hant_tw.php index 4974ffa5e..1951371e7 100644 --- a/framework/i18n/data/zh_hant_tw.php +++ b/framework/i18n/data/zh_hant_tw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/zh_hk.php b/framework/i18n/data/zh_hk.php index a6020b835..6aecd5eb0 100644 --- a/framework/i18n/data/zh_hk.php +++ b/framework/i18n/data/zh_hk.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/zh_mo.php b/framework/i18n/data/zh_mo.php index db98a2143..344f34e8d 100644 --- a/framework/i18n/data/zh_mo.php +++ b/framework/i18n/data/zh_mo.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/zh_sg.php b/framework/i18n/data/zh_sg.php index 7791b98cc..6102d6a3d 100644 --- a/framework/i18n/data/zh_sg.php +++ b/framework/i18n/data/zh_sg.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/zh_tw.php b/framework/i18n/data/zh_tw.php index ddcfb9a63..102e5b37f 100644 --- a/framework/i18n/data/zh_tw.php +++ b/framework/i18n/data/zh_tw.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/zu.php b/framework/i18n/data/zu.php index ab85585c4..b8234570d 100644 --- a/framework/i18n/data/zu.php +++ b/framework/i18n/data/zu.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/data/zu_za.php b/framework/i18n/data/zu_za.php index 7cd440ee4..6ff0a6f61 100644 --- a/framework/i18n/data/zu_za.php +++ b/framework/i18n/data/zu_za.php @@ -7,7 +7,7 @@ * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * - * Copyright © 2008-2009 Yii Software LLC (http://www.yiiframework.com/license/) + * Copyright © 2008-2010 Yii Software LLC (http://www.yiiframework.com/license/) */ return array ( 'version' => '4123', diff --git a/framework/i18n/gettext/CGettextFile.php b/framework/i18n/gettext/CGettextFile.php index 9e1bd3386..ac798654b 100644 --- a/framework/i18n/gettext/CGettextFile.php +++ b/framework/i18n/gettext/CGettextFile.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/i18n/gettext/CGettextMoFile.php b/framework/i18n/gettext/CGettextMoFile.php index 5516ebd2d..328581b80 100644 --- a/framework/i18n/gettext/CGettextMoFile.php +++ b/framework/i18n/gettext/CGettextMoFile.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/i18n/gettext/CGettextPoFile.php b/framework/i18n/gettext/CGettextPoFile.php index 6b842d235..ec10880aa 100644 --- a/framework/i18n/gettext/CGettextPoFile.php +++ b/framework/i18n/gettext/CGettextPoFile.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/logging/CDbLogRoute.php b/framework/logging/CDbLogRoute.php index fc02b409c..0b07a91fa 100644 --- a/framework/logging/CDbLogRoute.php +++ b/framework/logging/CDbLogRoute.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/logging/CEmailLogRoute.php b/framework/logging/CEmailLogRoute.php index aa5aef1bb..dd43f4d09 100644 --- a/framework/logging/CEmailLogRoute.php +++ b/framework/logging/CEmailLogRoute.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/logging/CFileLogRoute.php b/framework/logging/CFileLogRoute.php index c08d6bc6e..114a06a8e 100644 --- a/framework/logging/CFileLogRoute.php +++ b/framework/logging/CFileLogRoute.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/logging/CLogFilter.php b/framework/logging/CLogFilter.php index 914bb610f..e57510ce5 100644 --- a/framework/logging/CLogFilter.php +++ b/framework/logging/CLogFilter.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/logging/CLogRoute.php b/framework/logging/CLogRoute.php index 49bdcc18c..cc027df3a 100644 --- a/framework/logging/CLogRoute.php +++ b/framework/logging/CLogRoute.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/logging/CLogRouter.php b/framework/logging/CLogRouter.php index df15d7837..e5aa3e338 100644 --- a/framework/logging/CLogRouter.php +++ b/framework/logging/CLogRouter.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/logging/CLogger.php b/framework/logging/CLogger.php index 732e4d521..926f81d4a 100644 --- a/framework/logging/CLogger.php +++ b/framework/logging/CLogger.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/logging/CProfileLogRoute.php b/framework/logging/CProfileLogRoute.php index 78b8e477e..f64b0f383 100644 --- a/framework/logging/CProfileLogRoute.php +++ b/framework/logging/CProfileLogRoute.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/logging/CWebLogRoute.php b/framework/logging/CWebLogRoute.php index 6da9c6bff..d918070d6 100644 --- a/framework/logging/CWebLogRoute.php +++ b/framework/logging/CWebLogRoute.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/test/CDbFixtureManager.php b/framework/test/CDbFixtureManager.php index fc2297449..0d0bc5b2b 100644 --- a/framework/test/CDbFixtureManager.php +++ b/framework/test/CDbFixtureManager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/test/CDbTestCase.php b/framework/test/CDbTestCase.php index b943b9120..e64895fbb 100644 --- a/framework/test/CDbTestCase.php +++ b/framework/test/CDbTestCase.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/test/CTestCase.php b/framework/test/CTestCase.php index 46407c593..7023d607a 100644 --- a/framework/test/CTestCase.php +++ b/framework/test/CTestCase.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/test/CWebTestCase.php b/framework/test/CWebTestCase.php index fe6bd600e..a21f5a14f 100644 --- a/framework/test/CWebTestCase.php +++ b/framework/test/CWebTestCase.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/utils/CDateTimeParser.php b/framework/utils/CDateTimeParser.php index 5c64ccb95..256a59702 100644 --- a/framework/utils/CDateTimeParser.php +++ b/framework/utils/CDateTimeParser.php @@ -6,7 +6,7 @@ * @author Qiang Xue * @author Tomasz Suchanek * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/utils/CFileHelper.php b/framework/utils/CFileHelper.php index e810724fb..baec309c5 100644 --- a/framework/utils/CFileHelper.php +++ b/framework/utils/CFileHelper.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/utils/CFormatter.php b/framework/utils/CFormatter.php index f65613174..bf8c88ec4 100644 --- a/framework/utils/CFormatter.php +++ b/framework/utils/CFormatter.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/utils/CMarkdownParser.php b/framework/utils/CMarkdownParser.php index 9339e7ab4..9a9e82317 100644 --- a/framework/utils/CMarkdownParser.php +++ b/framework/utils/CMarkdownParser.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/utils/CPropertyValue.php b/framework/utils/CPropertyValue.php index 2040b3a29..17a65b4ef 100644 --- a/framework/utils/CPropertyValue.php +++ b/framework/utils/CPropertyValue.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/utils/CTimestamp.php b/framework/utils/CTimestamp.php index ec2c5745c..fac4a69b8 100644 --- a/framework/utils/CTimestamp.php +++ b/framework/utils/CTimestamp.php @@ -4,7 +4,7 @@ * * @author Wei Zhuo * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/utils/CVarDumper.php b/framework/utils/CVarDumper.php index 36812bae9..0060ca225 100644 --- a/framework/utils/CVarDumper.php +++ b/framework/utils/CVarDumper.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/utils/mimeTypes.php b/framework/utils/mimeTypes.php index 375a1e3f1..8d4a685d2 100644 --- a/framework/utils/mimeTypes.php +++ b/framework/utils/mimeTypes.php @@ -7,7 +7,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ diff --git a/framework/validators/CBooleanValidator.php b/framework/validators/CBooleanValidator.php index d9e6a20f1..ff0047332 100644 --- a/framework/validators/CBooleanValidator.php +++ b/framework/validators/CBooleanValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CCaptchaValidator.php b/framework/validators/CCaptchaValidator.php index 8e9aa9c59..868ccce26 100644 --- a/framework/validators/CCaptchaValidator.php +++ b/framework/validators/CCaptchaValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CCompareValidator.php b/framework/validators/CCompareValidator.php index bdb0f248e..0d44b8806 100644 --- a/framework/validators/CCompareValidator.php +++ b/framework/validators/CCompareValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CDefaultValueValidator.php b/framework/validators/CDefaultValueValidator.php index 88adbbd66..010b04341 100644 --- a/framework/validators/CDefaultValueValidator.php +++ b/framework/validators/CDefaultValueValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CEmailValidator.php b/framework/validators/CEmailValidator.php index c4f2dcb71..22027374d 100644 --- a/framework/validators/CEmailValidator.php +++ b/framework/validators/CEmailValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CExistValidator.php b/framework/validators/CExistValidator.php index 79e48b8c0..9aa7b34d3 100644 --- a/framework/validators/CExistValidator.php +++ b/framework/validators/CExistValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CFileValidator.php b/framework/validators/CFileValidator.php index f3f7784fe..9a403f6ee 100644 --- a/framework/validators/CFileValidator.php +++ b/framework/validators/CFileValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CFilterValidator.php b/framework/validators/CFilterValidator.php index 91ce77c30..ceb6eb547 100644 --- a/framework/validators/CFilterValidator.php +++ b/framework/validators/CFilterValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CInlineValidator.php b/framework/validators/CInlineValidator.php index 756a651f8..a6e37ebd6 100644 --- a/framework/validators/CInlineValidator.php +++ b/framework/validators/CInlineValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CNumberValidator.php b/framework/validators/CNumberValidator.php index fd96f4b61..ae892e44b 100644 --- a/framework/validators/CNumberValidator.php +++ b/framework/validators/CNumberValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CRangeValidator.php b/framework/validators/CRangeValidator.php index 8af726d6c..87950ccee 100644 --- a/framework/validators/CRangeValidator.php +++ b/framework/validators/CRangeValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CRegularExpressionValidator.php b/framework/validators/CRegularExpressionValidator.php index 955b0a6bf..9b24c2bf1 100644 --- a/framework/validators/CRegularExpressionValidator.php +++ b/framework/validators/CRegularExpressionValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CRequiredValidator.php b/framework/validators/CRequiredValidator.php index 714a28c27..1f8837116 100644 --- a/framework/validators/CRequiredValidator.php +++ b/framework/validators/CRequiredValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CSafeValidator.php b/framework/validators/CSafeValidator.php index dceeb1b06..ee6f9d5de 100644 --- a/framework/validators/CSafeValidator.php +++ b/framework/validators/CSafeValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CStringValidator.php b/framework/validators/CStringValidator.php index a34133b38..4f13c4393 100644 --- a/framework/validators/CStringValidator.php +++ b/framework/validators/CStringValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CTypeValidator.php b/framework/validators/CTypeValidator.php index bcdb19af0..2a454f531 100644 --- a/framework/validators/CTypeValidator.php +++ b/framework/validators/CTypeValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CUniqueValidator.php b/framework/validators/CUniqueValidator.php index 2a40b9aa6..5c354d26d 100644 --- a/framework/validators/CUniqueValidator.php +++ b/framework/validators/CUniqueValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CUnsafeValidator.php b/framework/validators/CUnsafeValidator.php index ef4adbe59..d5e31f767 100644 --- a/framework/validators/CUnsafeValidator.php +++ b/framework/validators/CUnsafeValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CUrlValidator.php b/framework/validators/CUrlValidator.php index f9deec529..800d757f0 100644 --- a/framework/validators/CUrlValidator.php +++ b/framework/validators/CUrlValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/validators/CValidator.php b/framework/validators/CValidator.php index 20c8a3e1f..313e98c4d 100644 --- a/framework/validators/CValidator.php +++ b/framework/validators/CValidator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CAssetManager.php b/framework/web/CAssetManager.php index 6033eb00f..e90245096 100644 --- a/framework/web/CAssetManager.php +++ b/framework/web/CAssetManager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CBaseController.php b/framework/web/CBaseController.php index da6ad34d7..c9001d04d 100644 --- a/framework/web/CBaseController.php +++ b/framework/web/CBaseController.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CCacheHttpSession.php b/framework/web/CCacheHttpSession.php index 2350b3ea6..e121ea130 100644 --- a/framework/web/CCacheHttpSession.php +++ b/framework/web/CCacheHttpSession.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CClientScript.php b/framework/web/CClientScript.php index 012ea6ad0..4cd273bfd 100644 --- a/framework/web/CClientScript.php +++ b/framework/web/CClientScript.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CController.php b/framework/web/CController.php index 53295b878..2a3109b25 100644 --- a/framework/web/CController.php +++ b/framework/web/CController.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CDbHttpSession.php b/framework/web/CDbHttpSession.php index 993fe5904..f537794f5 100644 --- a/framework/web/CDbHttpSession.php +++ b/framework/web/CDbHttpSession.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CExtController.php b/framework/web/CExtController.php index 6f4ed7563..4bc256c2e 100644 --- a/framework/web/CExtController.php +++ b/framework/web/CExtController.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CFormModel.php b/framework/web/CFormModel.php index d4a933b96..505fe8617 100644 --- a/framework/web/CFormModel.php +++ b/framework/web/CFormModel.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CHttpCookie.php b/framework/web/CHttpCookie.php index 376bc907f..441240ba1 100644 --- a/framework/web/CHttpCookie.php +++ b/framework/web/CHttpCookie.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CHttpRequest.php b/framework/web/CHttpRequest.php index cfeada088..cc0c4a399 100644 --- a/framework/web/CHttpRequest.php +++ b/framework/web/CHttpRequest.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CHttpSession.php b/framework/web/CHttpSession.php index cb5e1a6a4..7349ccf18 100644 --- a/framework/web/CHttpSession.php +++ b/framework/web/CHttpSession.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CHttpSessionIterator.php b/framework/web/CHttpSessionIterator.php index c36dd89c9..6d0ab1705 100644 --- a/framework/web/CHttpSessionIterator.php +++ b/framework/web/CHttpSessionIterator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/COutputEvent.php b/framework/web/COutputEvent.php index 08987cacc..8c90cab77 100644 --- a/framework/web/COutputEvent.php +++ b/framework/web/COutputEvent.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CPagination.php b/framework/web/CPagination.php index 769fc9f56..4c6af26fb 100644 --- a/framework/web/CPagination.php +++ b/framework/web/CPagination.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CSort.php b/framework/web/CSort.php index a625549c5..cdff61426 100644 --- a/framework/web/CSort.php +++ b/framework/web/CSort.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CTheme.php b/framework/web/CTheme.php index b2e741787..efb937be8 100644 --- a/framework/web/CTheme.php +++ b/framework/web/CTheme.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CThemeManager.php b/framework/web/CThemeManager.php index 04f01e00d..f08301ff7 100644 --- a/framework/web/CThemeManager.php +++ b/framework/web/CThemeManager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CUploadedFile.php b/framework/web/CUploadedFile.php index 2d1cadf9d..386795b7b 100644 --- a/framework/web/CUploadedFile.php +++ b/framework/web/CUploadedFile.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CUrlManager.php b/framework/web/CUrlManager.php index 0dbd25798..27022df98 100644 --- a/framework/web/CUrlManager.php +++ b/framework/web/CUrlManager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CWebApplication.php b/framework/web/CWebApplication.php index 81f10e621..83ae1aacf 100644 --- a/framework/web/CWebApplication.php +++ b/framework/web/CWebApplication.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CWebModule.php b/framework/web/CWebModule.php index 704acd6eb..69a59cddb 100644 --- a/framework/web/CWebModule.php +++ b/framework/web/CWebModule.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/CWidgetFactory.php b/framework/web/CWidgetFactory.php index 0df88fa08..205d7743a 100644 --- a/framework/web/CWidgetFactory.php +++ b/framework/web/CWidgetFactory.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/actions/CAction.php b/framework/web/actions/CAction.php index f0ce5bd97..63f811bbf 100644 --- a/framework/web/actions/CAction.php +++ b/framework/web/actions/CAction.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/actions/CInlineAction.php b/framework/web/actions/CInlineAction.php index 491670a7e..986a9f8f4 100644 --- a/framework/web/actions/CInlineAction.php +++ b/framework/web/actions/CInlineAction.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/actions/CViewAction.php b/framework/web/actions/CViewAction.php index 400959ae5..dc6f00815 100644 --- a/framework/web/actions/CViewAction.php +++ b/framework/web/actions/CViewAction.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/auth/CAccessControlFilter.php b/framework/web/auth/CAccessControlFilter.php index a5114c254..b837e0d17 100644 --- a/framework/web/auth/CAccessControlFilter.php +++ b/framework/web/auth/CAccessControlFilter.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/auth/CAuthAssignment.php b/framework/web/auth/CAuthAssignment.php index fffc94d57..39916705a 100644 --- a/framework/web/auth/CAuthAssignment.php +++ b/framework/web/auth/CAuthAssignment.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/auth/CAuthItem.php b/framework/web/auth/CAuthItem.php index cd414b79e..359564e13 100644 --- a/framework/web/auth/CAuthItem.php +++ b/framework/web/auth/CAuthItem.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/auth/CAuthManager.php b/framework/web/auth/CAuthManager.php index 876cb4013..f727ddd58 100644 --- a/framework/web/auth/CAuthManager.php +++ b/framework/web/auth/CAuthManager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/auth/CBaseUserIdentity.php b/framework/web/auth/CBaseUserIdentity.php index 216925933..d17608a5b 100644 --- a/framework/web/auth/CBaseUserIdentity.php +++ b/framework/web/auth/CBaseUserIdentity.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/auth/CDbAuthManager.php b/framework/web/auth/CDbAuthManager.php index 2fcda6828..02b06fcde 100644 --- a/framework/web/auth/CDbAuthManager.php +++ b/framework/web/auth/CDbAuthManager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/auth/CPhpAuthManager.php b/framework/web/auth/CPhpAuthManager.php index b70ede1bd..63eb41ed3 100644 --- a/framework/web/auth/CPhpAuthManager.php +++ b/framework/web/auth/CPhpAuthManager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/auth/CUserIdentity.php b/framework/web/auth/CUserIdentity.php index 57fa69314..0d247b15f 100644 --- a/framework/web/auth/CUserIdentity.php +++ b/framework/web/auth/CUserIdentity.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/auth/CWebUser.php b/framework/web/auth/CWebUser.php index 7042bdfdc..1c04ff2a8 100644 --- a/framework/web/auth/CWebUser.php +++ b/framework/web/auth/CWebUser.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/filters/CFilter.php b/framework/web/filters/CFilter.php index 903cda76e..7d826b257 100644 --- a/framework/web/filters/CFilter.php +++ b/framework/web/filters/CFilter.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/filters/CFilterChain.php b/framework/web/filters/CFilterChain.php index f6c820aba..8a04b7760 100644 --- a/framework/web/filters/CFilterChain.php +++ b/framework/web/filters/CFilterChain.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/filters/CInlineFilter.php b/framework/web/filters/CInlineFilter.php index ecae1b8de..23f2f3ec7 100644 --- a/framework/web/filters/CInlineFilter.php +++ b/framework/web/filters/CInlineFilter.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/form/CForm.php b/framework/web/form/CForm.php index 448d65f59..a65ded544 100644 --- a/framework/web/form/CForm.php +++ b/framework/web/form/CForm.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/form/CFormButtonElement.php b/framework/web/form/CFormButtonElement.php index 6dc4bda6d..7f9648295 100644 --- a/framework/web/form/CFormButtonElement.php +++ b/framework/web/form/CFormButtonElement.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/form/CFormElement.php b/framework/web/form/CFormElement.php index 4bdf46a8d..180c8aa83 100644 --- a/framework/web/form/CFormElement.php +++ b/framework/web/form/CFormElement.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/form/CFormElementCollection.php b/framework/web/form/CFormElementCollection.php index ab345dad4..fd2d4bbfc 100644 --- a/framework/web/form/CFormElementCollection.php +++ b/framework/web/form/CFormElementCollection.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/form/CFormInputElement.php b/framework/web/form/CFormInputElement.php index 06ac1ede2..8654c9c2d 100644 --- a/framework/web/form/CFormInputElement.php +++ b/framework/web/form/CFormInputElement.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/form/CFormStringElement.php b/framework/web/form/CFormStringElement.php index bbb85a253..59bf8c408 100644 --- a/framework/web/form/CFormStringElement.php +++ b/framework/web/form/CFormStringElement.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/helpers/CGoogleApi.php b/framework/web/helpers/CGoogleApi.php index d30e1f6bf..d32790331 100644 --- a/framework/web/helpers/CGoogleApi.php +++ b/framework/web/helpers/CGoogleApi.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/helpers/CHtml.php b/framework/web/helpers/CHtml.php index 3dbafed70..b11647401 100644 --- a/framework/web/helpers/CHtml.php +++ b/framework/web/helpers/CHtml.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/helpers/CJavaScript.php b/framework/web/helpers/CJavaScript.php index 50292b36d..f68ee355f 100644 --- a/framework/web/helpers/CJavaScript.php +++ b/framework/web/helpers/CJavaScript.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/renderers/CPradoViewRenderer.php b/framework/web/renderers/CPradoViewRenderer.php index dfd0dc8ee..0276c1369 100644 --- a/framework/web/renderers/CPradoViewRenderer.php +++ b/framework/web/renderers/CPradoViewRenderer.php @@ -5,7 +5,7 @@ * @author Steve Heyns http://customgothic.com/ * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/renderers/CViewRenderer.php b/framework/web/renderers/CViewRenderer.php index b35d255db..ad7167bf9 100644 --- a/framework/web/renderers/CViewRenderer.php +++ b/framework/web/renderers/CViewRenderer.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/services/CWebService.php b/framework/web/services/CWebService.php index c8bec820c..f0895c382 100644 --- a/framework/web/services/CWebService.php +++ b/framework/web/services/CWebService.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/services/CWebServiceAction.php b/framework/web/services/CWebServiceAction.php index 3617b4bd1..237f45f86 100644 --- a/framework/web/services/CWebServiceAction.php +++ b/framework/web/services/CWebServiceAction.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/services/CWsdlGenerator.php b/framework/web/services/CWsdlGenerator.php index f3fc34a74..5a35fc0b4 100644 --- a/framework/web/services/CWsdlGenerator.php +++ b/framework/web/services/CWsdlGenerator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CAutoComplete.php b/framework/web/widgets/CAutoComplete.php index 205d3271c..89e70b1cc 100644 --- a/framework/web/widgets/CAutoComplete.php +++ b/framework/web/widgets/CAutoComplete.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CClipWidget.php b/framework/web/widgets/CClipWidget.php index d5b9c1e2e..08a30840e 100644 --- a/framework/web/widgets/CClipWidget.php +++ b/framework/web/widgets/CClipWidget.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CContentDecorator.php b/framework/web/widgets/CContentDecorator.php index cabc44ea7..dbbe51ff1 100644 --- a/framework/web/widgets/CContentDecorator.php +++ b/framework/web/widgets/CContentDecorator.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CFilterWidget.php b/framework/web/widgets/CFilterWidget.php index 3beed797b..11645ba7b 100644 --- a/framework/web/widgets/CFilterWidget.php +++ b/framework/web/widgets/CFilterWidget.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CFlexWidget.php b/framework/web/widgets/CFlexWidget.php index eeb6b66d5..e1924f17a 100644 --- a/framework/web/widgets/CFlexWidget.php +++ b/framework/web/widgets/CFlexWidget.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CHtmlPurifier.php b/framework/web/widgets/CHtmlPurifier.php index 7a9f60766..30877eb76 100644 --- a/framework/web/widgets/CHtmlPurifier.php +++ b/framework/web/widgets/CHtmlPurifier.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CInputWidget.php b/framework/web/widgets/CInputWidget.php index 7bf6cc370..a4c7e744d 100644 --- a/framework/web/widgets/CInputWidget.php +++ b/framework/web/widgets/CInputWidget.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CMarkdown.php b/framework/web/widgets/CMarkdown.php index 55c53bfcf..e5825c675 100644 --- a/framework/web/widgets/CMarkdown.php +++ b/framework/web/widgets/CMarkdown.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CMaskedTextField.php b/framework/web/widgets/CMaskedTextField.php index 0feeb4120..68c63be6e 100644 --- a/framework/web/widgets/CMaskedTextField.php +++ b/framework/web/widgets/CMaskedTextField.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CMultiFileUpload.php b/framework/web/widgets/CMultiFileUpload.php index 19e56ffe0..5fc454a9a 100644 --- a/framework/web/widgets/CMultiFileUpload.php +++ b/framework/web/widgets/CMultiFileUpload.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/COutputCache.php b/framework/web/widgets/COutputCache.php index 61b1e35ca..d1c9294f5 100644 --- a/framework/web/widgets/COutputCache.php +++ b/framework/web/widgets/COutputCache.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/COutputProcessor.php b/framework/web/widgets/COutputProcessor.php index 39601527e..a73840ed0 100644 --- a/framework/web/widgets/COutputProcessor.php +++ b/framework/web/widgets/COutputProcessor.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CStarRating.php b/framework/web/widgets/CStarRating.php index 8b0fa83b7..1c32ceb91 100644 --- a/framework/web/widgets/CStarRating.php +++ b/framework/web/widgets/CStarRating.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CTabView.php b/framework/web/widgets/CTabView.php index a63b5f3e6..146696ca3 100644 --- a/framework/web/widgets/CTabView.php +++ b/framework/web/widgets/CTabView.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CTextHighlighter.php b/framework/web/widgets/CTextHighlighter.php index 11e9fa469..521e83f14 100644 --- a/framework/web/widgets/CTextHighlighter.php +++ b/framework/web/widgets/CTextHighlighter.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CTreeView.php b/framework/web/widgets/CTreeView.php index 260848fa4..445588c80 100644 --- a/framework/web/widgets/CTreeView.php +++ b/framework/web/widgets/CTreeView.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/CWidget.php b/framework/web/widgets/CWidget.php index a57d73bd4..695606bd2 100644 --- a/framework/web/widgets/CWidget.php +++ b/framework/web/widgets/CWidget.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/captcha/CCaptcha.php b/framework/web/widgets/captcha/CCaptcha.php index 5c467adcf..84fd56351 100644 --- a/framework/web/widgets/captcha/CCaptcha.php +++ b/framework/web/widgets/captcha/CCaptcha.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/captcha/CCaptchaAction.php b/framework/web/widgets/captcha/CCaptchaAction.php index 604825ca4..1ed31ead7 100644 --- a/framework/web/widgets/captcha/CCaptchaAction.php +++ b/framework/web/widgets/captcha/CCaptchaAction.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/pagers/CBasePager.php b/framework/web/widgets/pagers/CBasePager.php index e1c059010..53dbf55e5 100644 --- a/framework/web/widgets/pagers/CBasePager.php +++ b/framework/web/widgets/pagers/CBasePager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/pagers/CLinkPager.php b/framework/web/widgets/pagers/CLinkPager.php index 947d881bc..dfb37103b 100644 --- a/framework/web/widgets/pagers/CLinkPager.php +++ b/framework/web/widgets/pagers/CLinkPager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/pagers/CListPager.php b/framework/web/widgets/pagers/CListPager.php index c99ab38bc..5db992ba2 100644 --- a/framework/web/widgets/pagers/CListPager.php +++ b/framework/web/widgets/pagers/CListPager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ diff --git a/framework/web/widgets/pagers/pager.css b/framework/web/widgets/pagers/pager.css index b78cb3a48..37bfb4a44 100644 --- a/framework/web/widgets/pagers/pager.css +++ b/framework/web/widgets/pagers/pager.css @@ -3,7 +3,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ * @since 1.0 diff --git a/framework/web/widgets/views/flexWidget.php b/framework/web/widgets/views/flexWidget.php index 30864278e..c49c42c53 100644 --- a/framework/web/widgets/views/flexWidget.php +++ b/framework/web/widgets/views/flexWidget.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ * @package system.web.widgets.views diff --git a/framework/yii.php b/framework/yii.php index 2d17cd5a3..d195019a0 100644 --- a/framework/yii.php +++ b/framework/yii.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ * @package system diff --git a/framework/yiic.php b/framework/yiic.php index 7bfee2ac9..d952b45ba 100644 --- a/framework/yiic.php +++ b/framework/yiic.php @@ -7,7 +7,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ diff --git a/framework/yiilite.php b/framework/yiilite.php index 75b43c8a2..18804ae43 100644 --- a/framework/yiilite.php +++ b/framework/yiilite.php @@ -15,7 +15,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ * @since 1.0 diff --git a/framework/yiit.php b/framework/yiit.php index 0aac4b422..17a9a3fe5 100644 --- a/framework/yiit.php +++ b/framework/yiit.php @@ -7,7 +7,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ */ diff --git a/requirements/index.php b/requirements/index.php index 58519aa13..acae4b177 100644 --- a/requirements/index.php +++ b/requirements/index.php @@ -7,7 +7,7 @@ * * @author Qiang Xue * @link http://www.yiiframework.com/ - * @copyright Copyright © 2008-2009 Yii Software LLC + * @copyright Copyright © 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @version $Id$ * @package system