Skip to content

Commit

Permalink
Merge remote branch 'joel/3287-patch' into 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk committed Sep 30, 2010
2 parents 343269f + 266c9a4 commit edc5808
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions classes/kohana/auth.php
Expand Up @@ -5,8 +5,8 @@
*
* @package Kohana/Auth
* @author Kohana Team
* @copyright (c) 2007-2009 Kohana Team
* @license http://kohanaphp.com/license.html
* @copyright (c) 2007-2010 Kohana Team
* @license http://kohanaframework.org/license
*/
abstract class Kohana_Auth {

Expand Down
4 changes: 2 additions & 2 deletions classes/kohana/auth/file.php
Expand Up @@ -5,8 +5,8 @@
*
* @package Kohana/Auth
* @author Kohana Team
* @copyright (c) 2007-2008 Kohana Team
* @license http://kohanaphp.com/license.html
* @copyright (c) 2007-2010 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Auth_File extends Auth {

Expand Down
4 changes: 2 additions & 2 deletions classes/kohana/auth/orm.php
Expand Up @@ -4,8 +4,8 @@
*
* @package Kohana/Auth
* @author Kohana Team
* @copyright (c) 2007-2008 Kohana Team
* @license http://kohanaphp.com/license.html
* @copyright (c) 2007-2010 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Auth_ORM extends Auth {

Expand Down
4 changes: 2 additions & 2 deletions classes/model/auth/role.php
Expand Up @@ -4,8 +4,8 @@
*
* @package Kohana/Auth
* @author Kohana Team
* @copyright (c) 2007-2009 Kohana Team
* @license http://kohanaphp.com/license.html
* @copyright (c) 2007-2010 Kohana Team
* @license http://kohanaframework.org/license
*/
class Model_Auth_Role extends ORM {

Expand Down
4 changes: 2 additions & 2 deletions classes/model/auth/user.php
Expand Up @@ -4,8 +4,8 @@
*
* @package Kohana/Auth
* @author Kohana Team
* @copyright (c) 2007-2009 Kohana Team
* @license http://kohanaphp.com/license.html
* @copyright (c) 2007-2010 Kohana Team
* @license http://kohanaframework.org/license
*/
class Model_Auth_User extends ORM {

Expand Down
4 changes: 2 additions & 2 deletions classes/model/auth/user/token.php
Expand Up @@ -4,8 +4,8 @@
*
* @package Kohana/Auth
* @author Kohana Team
* @copyright (c) 2007-2009 Kohana Team
* @license http://kohanaphp.com/license.html
* @copyright (c) 2007-2010 Kohana Team
* @license http://kohanaframework.org/license
*/
class Model_Auth_User_Token extends ORM {

Expand Down

0 comments on commit edc5808

Please sign in to comment.