File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
*
6
6
* @package Kohana/Auth
7
7
* @author Kohana Team
8
- * @copyright (c) 2007-2010 Kohana Team
8
+ * @copyright (c) 2007-2012 Kohana Team
9
9
* @license http://kohanaframework.org/license
10
10
*/
11
11
abstract class Kohana_Auth {
Original file line number Diff line number Diff line change 5
5
*
6
6
* @package Kohana/Auth
7
7
* @author Kohana Team
8
- * @copyright (c) 2007-2010 Kohana Team
8
+ * @copyright (c) 2007-2012 Kohana Team
9
9
* @license http://kohanaframework.org/license
10
10
*/
11
11
class Kohana_Auth_File extends Auth {
Original file line number Diff line number Diff line change 17
17
'description ' => 'User authentication and authorization. ' ,
18
18
19
19
// Copyright message, shown in the footer for this module
20
- 'copyright ' => '© 2008–2011 Kohana Team ' ,
20
+ 'copyright ' => '© 2008–2012 Kohana Team ' ,
21
21
)
22
22
)
23
23
);
You can’t perform that action at this time.
0 commit comments