Browse Source

Merge pull request #70 from adamcopley/dockblock

Dockblock
Chema 8 years ago
parent
commit
1dc556ca81

+ 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) 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) Kohana Team
+ * @license    https://koseven.ga/LICENSE.md
  */
 class Kohana_Auth_File extends Auth {
 

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

@@ -75,8 +75,8 @@
  * @category   Base
  * @version    2.0
  * @author     Kohana Team
- * @copyright  (c) 2009-2017 Kohana Team
- * @license    http://kohanaphp.com/license
+ * @copyright  (c) Kohana Team
+ * @license    https://koseven.ga/LICENSE.md
  */
 abstract class Kohana_Cache {
 

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

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

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

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

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

@@ -6,8 +6,8 @@
  * @package    Kohana/Cache
  * @category   Base
  * @author     Kohana Team
- * @copyright  (c) 2009-2012 Kohana Team
- * @license    http://kohanaphp.com/license
+ * @copyright  (c) Kohana Team
+ * @license    https://koseven.ga/LICENSE.md
  * @since      3.2.0
  */
 interface Kohana_Cache_Arithmetic {

+ 2 - 2
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
- * @license    http://kohanaphp.com/license
+ * @copyright  (c) Kohana Team
+ * @license    https://koseven.ga/LICENSE.md
  */
 class Kohana_Cache_Exception extends Kohana_Exception {}

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

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

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

@@ -8,8 +8,8 @@
  * @category   Base
  * @version    2.0
  * @author     Kohana Team
- * @copyright  (c) 2009-2012 Kohana Team
- * @license    http://kohanaphp.com/license
+ * @copyright  (c) Kohana Team
+ * @license    https://koseven.ga/LICENSE.md
  * @since      3.0.8
  */
 interface Kohana_Cache_GarbageCollect {

Some files were not shown because too many files changed in this diff