Skip to content

Commit dc590e1

Browse files
committed
Merge branch 3.2/develop into 3.3/develop
2 parents b2b1931 + 135f4bf commit dc590e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

classes/kohana/auth.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @package Kohana/Auth
77
* @author Kohana Team
8-
* @copyright (c) 2007-2010 Kohana Team
8+
* @copyright (c) 2007-2012 Kohana Team
99
* @license http://kohanaframework.org/license
1010
*/
1111
abstract class Kohana_Auth {

classes/kohana/auth/file.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @package Kohana/Auth
77
* @author Kohana Team
8-
* @copyright (c) 2007-2010 Kohana Team
8+
* @copyright (c) 2007-2012 Kohana Team
99
* @license http://kohanaframework.org/license
1010
*/
1111
class Kohana_Auth_File extends Auth {

config/userguide.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'description' => 'User authentication and authorization.',
1818

1919
// Copyright message, shown in the footer for this module
20-
'copyright' => '© 2008–2011 Kohana Team',
20+
'copyright' => '© 2008–2012 Kohana Team',
2121
)
2222
)
2323
);

0 commit comments

Comments
 (0)