summaryrefslogtreecommitdiff
path: root/framework/Security
diff options
context:
space:
mode:
authorctrlaltca <>2012-07-12 10:55:10 +0000
committerctrlaltca <>2012-07-12 10:55:10 +0000
commit3e4e6e66aeb3f8fea4e1eb4237498ef9d2358f63 (patch)
tree9cbd0351b159452f25615c2bff86a4a2e02bb147 /framework/Security
parentf58d980fb3c329beca42c209312860d4d972ba50 (diff)
happy new year
Diffstat (limited to 'framework/Security')
-rw-r--r--framework/Security/IUserManager.php2
-rw-r--r--framework/Security/TAuthManager.php2
-rw-r--r--framework/Security/TAuthorizationRule.php2
-rw-r--r--framework/Security/TDbUserManager.php2
-rw-r--r--framework/Security/TSecurityManager.php2
-rw-r--r--framework/Security/TUser.php2
-rw-r--r--framework/Security/TUserManager.php2
7 files changed, 7 insertions, 7 deletions
diff --git a/framework/Security/IUserManager.php b/framework/Security/IUserManager.php
index 28f3391f..2769db8f 100644
--- a/framework/Security/IUserManager.php
+++ b/framework/Security/IUserManager.php
@@ -4,7 +4,7 @@
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2011 PradoSoft
+ * @copyright Copyright &copy; 2005-2012 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
diff --git a/framework/Security/TAuthManager.php b/framework/Security/TAuthManager.php
index fc54970a..92836195 100644
--- a/framework/Security/TAuthManager.php
+++ b/framework/Security/TAuthManager.php
@@ -4,7 +4,7 @@
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2011 PradoSoft
+ * @copyright Copyright &copy; 2005-2012 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
diff --git a/framework/Security/TAuthorizationRule.php b/framework/Security/TAuthorizationRule.php
index 274cf385..6c12d301 100644
--- a/framework/Security/TAuthorizationRule.php
+++ b/framework/Security/TAuthorizationRule.php
@@ -4,7 +4,7 @@
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2011 PradoSoft
+ * @copyright Copyright &copy; 2005-2012 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
diff --git a/framework/Security/TDbUserManager.php b/framework/Security/TDbUserManager.php
index 90d7650f..11dcdadd 100644
--- a/framework/Security/TDbUserManager.php
+++ b/framework/Security/TDbUserManager.php
@@ -4,7 +4,7 @@
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2011 PradoSoft
+ * @copyright Copyright &copy; 2005-2012 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
diff --git a/framework/Security/TSecurityManager.php b/framework/Security/TSecurityManager.php
index 3b2a7274..652f789f 100644
--- a/framework/Security/TSecurityManager.php
+++ b/framework/Security/TSecurityManager.php
@@ -5,7 +5,7 @@
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2011 PradoSoft
+ * @copyright Copyright &copy; 2005-2012 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
diff --git a/framework/Security/TUser.php b/framework/Security/TUser.php
index ac3bd6ef..b282234b 100644
--- a/framework/Security/TUser.php
+++ b/framework/Security/TUser.php
@@ -4,7 +4,7 @@
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2011 PradoSoft
+ * @copyright Copyright &copy; 2005-2012 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
diff --git a/framework/Security/TUserManager.php b/framework/Security/TUserManager.php
index a0782fb4..418da79c 100644
--- a/framework/Security/TUserManager.php
+++ b/framework/Security/TUserManager.php
@@ -4,7 +4,7 @@
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2011 PradoSoft
+ * @copyright Copyright &copy; 2005-2012 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security