Skip to content

Commit

Permalink
Update @copyright notices to 2012. Fixes #4396.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiall committed Jan 10, 2012
1 parent 3b44190 commit af7abfe
Show file tree
Hide file tree
Showing 112 changed files with 112 additions and 112 deletions.
2 changes: 1 addition & 1 deletion classes/kohana/arr.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Helpers
* @author Kohana Team
* @copyright (c) 2007-2011 Kohana Team
* @copyright (c) 2007-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Arr {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/cli.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Helpers
* @author Kohana Team
* @copyright (c) 2009-2011 Kohana Team
* @copyright (c) 2009-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_CLI {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/config.php
Expand Up @@ -6,7 +6,7 @@
* @package Kohana
* @category Configuration
* @author Kohana Team
* @copyright (c) 2009-2011 Kohana Team
* @copyright (c) 2009-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Config {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/config/file.php
Expand Up @@ -6,7 +6,7 @@
* @package Kohana
* @category Configuration
* @author Kohana Team
* @copyright (c) 2009-2011 Kohana Team
* @copyright (c) 2009-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Config_File extends Config_Reader {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/config/reader.php
Expand Up @@ -6,7 +6,7 @@
* @package Kohana
* @category Configuration
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
abstract class Kohana_Config_Reader extends ArrayObject {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/controller.php
Expand Up @@ -17,7 +17,7 @@
* @package Kohana
* @category Controller
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
abstract class Kohana_Controller {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/controller/rest.php
Expand Up @@ -25,7 +25,7 @@
* @package Kohana
* @category Controller
* @author Kohana Team
* @copyright (c) 2009-2011 Kohana Team
* @copyright (c) 2009-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
abstract class Kohana_Controller_REST extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/controller/template.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Controller
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
abstract class Kohana_Controller_Template extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/cookie.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Helpers
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Cookie {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/core.php
Expand Up @@ -10,7 +10,7 @@
* @package Kohana
* @category Base
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Core {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/date.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Helpers
* @author Kohana Team
* @copyright (c) 2007-2011 Kohana Team
* @copyright (c) 2007-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Date {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/debug.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Base
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
*/
class Kohana_Debug {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/encrypt.php
Expand Up @@ -20,7 +20,7 @@
* @package Kohana
* @category Security
* @author Kohana Team
* @copyright (c) 2007-2011 Kohana Team
* @copyright (c) 2007-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Encrypt {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/feed.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Helpers
* @author Kohana Team
* @copyright (c) 2007-2011 Kohana Team
* @copyright (c) 2007-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Feed {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/file.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Helpers
* @author Kohana Team
* @copyright (c) 2007-2011 Kohana Team
* @copyright (c) 2007-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_File {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/form.php
Expand Up @@ -8,7 +8,7 @@
* @package Kohana
* @category Helpers
* @author Kohana Team
* @copyright (c) 2007-2011 Kohana Team
* @copyright (c) 2007-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Form {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/fragment.php
Expand Up @@ -13,7 +13,7 @@
* @package Kohana
* @category Helpers
* @author Kohana Team
* @copyright (c) 2009-2011 Kohana Team
* @copyright (c) 2009-2012 Kohana Team
* @license http://kohanaframework.org/license
* @uses Kohana::cache
*/
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/html.php
Expand Up @@ -6,7 +6,7 @@
* @package Kohana
* @category Helpers
* @author Kohana Team
* @copyright (c) 2007-2011 Kohana Team
* @copyright (c) 2007-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_HTML {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/http.php
Expand Up @@ -11,7 +11,7 @@
* @category HTTP
* @author Kohana Team
* @since 3.1.0
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
*/
abstract class Kohana_HTTP {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/http/header.php
Expand Up @@ -9,7 +9,7 @@
* @category HTTP
* @author Kohana Team
* @since 3.1.0
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
*/
class Kohana_HTTP_Header extends ArrayObject {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/http/header/value.php
Expand Up @@ -10,7 +10,7 @@
* @category HTTP
* @author Kohana Team
* @since 3.1.0
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
*/
class Kohana_HTTP_Header_Value {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/http/interaction.php
Expand Up @@ -7,7 +7,7 @@
* @category HTTP
* @author Kohana Team
* @since 3.1.0
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
*/
interface Kohana_HTTP_Interaction {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/http/request.php
Expand Up @@ -8,7 +8,7 @@
* @category HTTP
* @author Kohana Team
* @since 3.1.0
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
*/
interface Kohana_HTTP_Request extends HTTP_Interaction {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/http/response.php
Expand Up @@ -8,7 +8,7 @@
* @category HTTP
* @author Kohana Team
* @since 3.1.0
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
*/
interface Kohana_HTTP_Response extends HTTP_Interaction {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/i18n.php
Expand Up @@ -15,7 +15,7 @@
* @package Kohana
* @category Base
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_I18n {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/inflector.php
Expand Up @@ -8,7 +8,7 @@
* @package Kohana
* @category Helpers
* @author Kohana Team
* @copyright (c) 2007-2011 Kohana Team
* @copyright (c) 2007-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Inflector {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/kohana/exception.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Exceptions
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Kohana_Exception extends Exception {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/log.php
Expand Up @@ -7,7 +7,7 @@
* @package Kohana
* @category Logging
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Log {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/log/file.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Logging
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Log_File extends Log_Writer {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/log/stderr.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Logging
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
*/
class Kohana_Log_StdErr extends Log_Writer {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/log/stdout.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Logging
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
*/
class Kohana_Log_StdOut extends Log_Writer {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/log/writer.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Logging
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
abstract class Kohana_Log_Writer {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/model.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Models
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
abstract class Kohana_Model {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/num.php
Expand Up @@ -6,7 +6,7 @@
* @package Kohana
* @category Helpers
* @author Kohana Team
* @copyright (c) 2009-2011 Kohana Team
* @copyright (c) 2009-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Num {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/profiler.php
Expand Up @@ -8,7 +8,7 @@
* @package Kohana
* @category Helpers
* @author Kohana Team
* @copyright (c) 2009-2011 Kohana Team
* @copyright (c) 2009-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Profiler {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/request.php
Expand Up @@ -6,7 +6,7 @@
* @package Kohana
* @category Base
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Request implements HTTP_Request {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/request/client.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Base
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
* @since 3.1.0
*/
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/request/client/external.php
Expand Up @@ -4,7 +4,7 @@
* @package Kohana
* @category Base
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Request_Client_External extends Request_Client {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/request/client/internal.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Base
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
* @since 3.1.0
*/
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/request/exception.php
Expand Up @@ -3,7 +3,7 @@
* @package Kohana
* @category Exceptions
* @author Kohana Team
* @copyright (c) 2009-2011 Kohana Team
* @copyright (c) 2009-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Request_Exception extends Kohana_Exception {}
2 changes: 1 addition & 1 deletion classes/kohana/response.php
Expand Up @@ -7,7 +7,7 @@
* @package Kohana
* @category Base
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaphp.com/license
* @since 3.1.0
*/
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/route.php
Expand Up @@ -30,7 +30,7 @@
* @package Kohana
* @category Base
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Route {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/security.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Security
* @author Kohana Team
* @copyright (c) 2007-2011 Kohana Team
* @copyright (c) 2007-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Security {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/session.php
Expand Up @@ -5,7 +5,7 @@
* @package Kohana
* @category Session
* @author Kohana Team
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
abstract class Kohana_Session {
Expand Down

0 comments on commit af7abfe

Please sign in to comment.