Просмотр исходного кода

update copyright years and links to koseven license

Adam Copley 8 лет назад
Родитель
Сommit
4986bb6a0d

+ 1 - 1
LICENSE.md

@@ -16,7 +16,7 @@ Redistribution and use in source and binary forms, with or without modification,
 
 This license is a legal agreement between you and the Kohana Team for the use of Kohana Framework (the "Software"). By obtaining the Software you agree to comply with the terms and conditions of this license.
 
-Copyright (c) 2007-2011 Kohana Team  
+Copyright (c) 2007-2017 Kohana Team  
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

+ 2 - 2
modules/auth/classes/Kohana/Auth.php

@@ -5,8 +5,8 @@
  *
  * @package    Kohana/Auth
  * @author     Kohana Team
- * @copyright  (c) 2007-2012 Kohana Team
- * @license    http://kohanaframework.org/license
+ * @copyright  (c) 2007-2017 Kohana Team
+ * @license    https://koseven.ga/LICENSE.md
  */
 abstract class Kohana_Auth {
 

+ 2 - 2
modules/auth/classes/Kohana/Auth/File.php

@@ -5,8 +5,8 @@
  *
  * @package    Kohana/Auth
  * @author     Kohana Team
- * @copyright  (c) 2007-2012 Kohana Team
- * @license    http://kohanaframework.org/license
+ * @copyright  (c) 2007-2017 Kohana Team
+ * @license    https://koseven.ga/LICENSE.md
  */
 class Kohana_Auth_File extends Auth {
 

+ 1 - 1
modules/cache/classes/Kohana/Cache.php

@@ -75,7 +75,7 @@
  * @category   Base
  * @version    2.0
  * @author     Kohana Team
- * @copyright  (c) 2009-2012 Kohana Team
+ * @copyright  (c) 2009-2017 Kohana Team
  * @license    http://kohanaphp.com/license
  */
 abstract class Kohana_Cache {

+ 1 - 1
modules/cache/classes/Kohana/Cache/Apc.php

@@ -33,7 +33,7 @@
  * @package    Kohana/Cache
  * @category   Base
  * @author     Kohana Team
- * @copyright  (c) 2009-2012 Kohana Team
+ * @copyright  (c) 2009-2017 Kohana Team
  * @license    http://kohanaphp.com/license
  */
 class Kohana_Cache_Apc extends Cache implements Cache_Arithmetic {

+ 1 - 1
modules/cache/classes/Kohana/Cache/Apcu.php

@@ -33,7 +33,7 @@
  * @package    Kohana/Cache
  * @category   Base
  * @author     Kohana Team
- * @copyright  (c) 2009-2012 Kohana Team
+ * @copyright  (c) 2009-2017 Kohana Team
  * @license    http://kohanaphp.com/license
  */
 class Kohana_Cache_Apcu extends Cache implements Cache_Arithmetic {

+ 1 - 1
modules/cache/classes/Kohana/Cache/Arithmetic.php

@@ -6,7 +6,7 @@
  * @package    Kohana/Cache
  * @category   Base
  * @author     Kohana Team
- * @copyright  (c) 2009-2012 Kohana Team
+ * @copyright  (c) 2009-2017 Kohana Team
  * @license    http://kohanaphp.com/license
  * @since      3.2.0
  */

+ 1 - 1
modules/cache/classes/Kohana/Cache/Exception.php

@@ -5,7 +5,7 @@
  * @package    Kohana/Cache
  * @category   Base
  * @author     Kohana Team
- * @copyright  (c) 2009-2012 Kohana Team
+ * @copyright  (c) 2009-2017 Kohana Team
  * @license    http://kohanaphp.com/license
  */
 class Kohana_Cache_Exception extends Kohana_Exception {}

+ 1 - 1
modules/cache/classes/Kohana/Cache/File.php

@@ -35,7 +35,7 @@
  * @package    Kohana/Cache
  * @category   Base
  * @author     Kohana Team
- * @copyright  (c) 2009-2012 Kohana Team
+ * @copyright  (c) 2009-2017 Kohana Team
  * @license    http://kohanaphp.com/license
  */
 class Kohana_Cache_File extends Cache implements Cache_GarbageCollect {

+ 1 - 1
modules/cache/classes/Kohana/Cache/GarbageCollect.php

@@ -8,7 +8,7 @@
  * @category   Base
  * @version    2.0
  * @author     Kohana Team
- * @copyright  (c) 2009-2012 Kohana Team
+ * @copyright  (c) 2009-2017 Kohana Team
  * @license    http://kohanaphp.com/license
  * @since      3.0.8
  */

Некоторые файлы не были показаны из-за большого количества измененных файлов