Skip to content

Commit

Permalink
remove dates from copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Copley committed Mar 24, 2017
1 parent ad11060 commit 9e90420
Show file tree
Hide file tree
Showing 211 changed files with 211 additions and 221 deletions.
2 changes: 1 addition & 1 deletion modules/auth/classes/Kohana/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kohana/Auth
* @author Kohana Team
* @copyright (c) 2007-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
abstract class Kohana_Auth {
Expand Down
2 changes: 1 addition & 1 deletion modules/auth/classes/Kohana/Auth/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Kohana/Auth
* @author Kohana Team
* @copyright (c) 2007-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Auth_File extends Auth {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/classes/Kohana/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
* @category Base
* @version 2.0
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
abstract class Kohana_Cache {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/classes/Kohana/Cache/Apc.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @package Kohana/Cache
* @category Base
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Cache_Apc extends Cache implements Cache_Arithmetic {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/classes/Kohana/Cache/Apcu.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @package Kohana/Cache
* @category Base
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Cache_Apcu extends Cache implements Cache_Arithmetic {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/classes/Kohana/Cache/Arithmetic.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package Kohana/Cache
* @category Base
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
* @since 3.2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/classes/Kohana/Cache/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package Kohana/Cache
* @category Base
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Cache_Exception extends Kohana_Exception {}
2 changes: 1 addition & 1 deletion modules/cache/classes/Kohana/Cache/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @package Kohana/Cache
* @category Base
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Cache_File extends Cache implements Cache_GarbageCollect {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/classes/Kohana/Cache/GarbageCollect.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @category Base
* @version 2.0
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
* @since 3.0.8
*/
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/classes/Kohana/Cache/Memcache.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
* @category Base
* @version 2.0
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Cache_Memcache extends Cache implements Cache_Arithmetic {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/classes/Kohana/Cache/MemcacheTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @category Base
* @version 2.0
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Cache_MemcacheTag extends Cache_Memcache implements Cache_Tagging {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/classes/Kohana/Cache/Sqlite.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @package Kohana/Cache
* @category Base
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Cache_Sqlite extends Cache implements Cache_Tagging, Cache_GarbageCollect {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/classes/Kohana/Cache/Tagging.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package Kohana/Cache
* @category Base
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
interface Kohana_Cache_Tagging {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/classes/Kohana/Cache/Wincache.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* @package Kohana/Cache
* @category Base
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Cache_Wincache extends Cache {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/classes/Kohana/HTTP/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @package Kohana
* @category Base
* @author Kohana Team
* @copyright (c) 2008-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
* @since 3.2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/tests/cache/CacheBasicMethodsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @group kohana.cache
* @category Test
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
abstract class Kohana_CacheBasicMethodsTest extends PHPUnit_Framework_TestCase {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/tests/cache/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @group kohana.cache
* @category Test
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_CacheTest extends TestCase {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/tests/cache/FileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @group kohana.cache
* @category Test
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Cache_FileTest extends Kohana_CacheBasicMethodsTest {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/tests/cache/SqliteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @group kohana.cache
* @category Test
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_SqliteTest extends Kohana_CacheBasicMethodsTest {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/tests/cache/WincacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @group kohana.cache
* @category Test
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_WincacheTest extends Kohana_CacheBasicMethodsTest {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/tests/cache/arithmetic/ApcTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @group kohana.cache
* @category Test
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_ApcTest extends Kohana_CacheArithmeticMethodsTest {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/tests/cache/arithmetic/ApcuTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @group kohana.cache
* @category Test
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_ApcuTest extends Kohana_CacheArithmeticMethodsTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @group kohana.cache
* @category Test
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
abstract class Kohana_CacheArithmeticMethodsTest extends Kohana_CacheBasicMethodsTest {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/tests/cache/arithmetic/MemcacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @group kohana.cache
* @category Test
* @author Kohana Team
* @copyright (c) 2009-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_CacheArithmeticMemcacheTest extends Kohana_CacheArithmeticMethodsTest {
Expand Down
2 changes: 1 addition & 1 deletion modules/cache/tests/cache/request/client/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @package Kohana
* @category Tests
* @author Kohana Team
* @copyright (c) 2008-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Request_Client_CacheTest extends Unittest_TestCase {
Expand Down
2 changes: 1 addition & 1 deletion modules/codebench/classes/Controller/Codebench.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package Kohana/Codebench
* @category Controllers
* @author Kohana Team
* @copyright (c) 2009 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Controller_Codebench extends Kohana_Controller_Template {
Expand Down
2 changes: 1 addition & 1 deletion modules/codebench/classes/Kohana/Codebench.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package Kohana/Codebench
* @category Base
* @author Kohana Team
* @copyright (c) 2009 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
abstract class Kohana_Codebench {
Expand Down
2 changes: 1 addition & 1 deletion modules/codebench/views/codebench.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Kohana/Codebench
* @author Kohana Team
* @copyright (c) 2009 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
?>
Expand Down
2 changes: 1 addition & 1 deletion modules/database/classes/Config/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package Kohana/Database
* @category Configuration
* @author Kohana Team
* @copyright (c) 2012 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Config_Database extends Kohana_Config_Database {}
2 changes: 1 addition & 1 deletion modules/database/classes/Config/Database/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package Kohana/Database
* @category Configuration
* @author Kohana Team
* @copyright (c) 2012 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Config_Database_Reader extends Kohana_Config_Database_Reader
Expand Down
2 changes: 1 addition & 1 deletion modules/database/classes/Config/Database/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package Kohana/Database
* @category Configuration
* @author Kohana Team
* @copyright (c) 2012 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Config_Database_Writer extends Kohana_Config_Database_Writer
Expand Down
2 changes: 1 addition & 1 deletion modules/database/classes/Kohana/Config/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package Kohana/Database
* @category Configuration
* @author Kohana Team
* @copyright (c) 2012 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Config_Database extends Config_Database_Writer
Expand Down
2 changes: 1 addition & 1 deletion modules/database/classes/Kohana/Config/Database/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package Kohana/Database
* @category Configuration
* @author Kohana Team
* @copyright (c) 2012 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Config_Database_Reader implements Kohana_Config_Reader
Expand Down
2 changes: 1 addition & 1 deletion modules/database/classes/Kohana/Config/Database/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @package Kohana
* @category Configuration
* @author Kohana Team
* @copyright (c) 2007-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Config_Database_Writer extends Config_Database_Reader implements Kohana_Config_Writer
Expand Down
2 changes: 1 addition & 1 deletion modules/database/classes/Kohana/DB.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @package Kohana/Database
* @category Base
* @author Kohana Team
* @copyright (c) 2009 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_DB {
Expand Down
2 changes: 1 addition & 1 deletion modules/database/classes/Kohana/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @package Kohana/Database
* @category Base
* @author Kohana Team
* @copyright (c) 2008-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
abstract class Kohana_Database {
Expand Down
2 changes: 1 addition & 1 deletion modules/database/classes/Kohana/Database/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package Kohana/Database
* @category Exceptions
* @author Kohana Team
* @copyright (c) 2009 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Database_Exception extends Kohana_Exception {}
2 changes: 1 addition & 1 deletion modules/database/classes/Kohana/Database/Expression.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @package Kohana/Database
* @category Base
* @author Kohana Team
* @copyright (c) 2009 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Database_Expression {
Expand Down
2 changes: 1 addition & 1 deletion modules/database/classes/Kohana/Database/MySQLi.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package Kohana/Database
* @category Drivers
* @author Kohana Team
* @copyright (c) 2008-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Database_MySQLi extends Database {
Expand Down
2 changes: 1 addition & 1 deletion modules/database/classes/Kohana/Database/MySQLi/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package Kohana/Database
* @category Query/Result
* @author Kohana Team
* @copyright (c) 2008-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Database_MySQLi_Result extends Database_Result {
Expand Down
2 changes: 1 addition & 1 deletion modules/database/classes/Kohana/Database/PDO.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package Kohana/Database
* @category Drivers
* @author Kohana Team
* @copyright (c) 2008-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Database_PDO extends Database {
Expand Down
2 changes: 1 addition & 1 deletion modules/database/classes/Kohana/Database/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package Kohana/Database
* @category Query
* @author Kohana Team
* @copyright (c) 2008-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Database_Query {
Expand Down
2 changes: 1 addition & 1 deletion modules/database/classes/Kohana/Database/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package Kohana/Database
* @category Query
* @author Kohana Team
* @copyright (c) 2008-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
abstract class Kohana_Database_Query_Builder extends Database_Query {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package Kohana/Database
* @category Query
* @author Kohana Team
* @copyright (c) 2008-2017 Kohana Team
* @copyright (c) Kohana Team
* @license https://koseven.ga/LICENSE.md
*/
class Kohana_Database_Query_Builder_Delete extends Database_Query_Builder_Where {
Expand Down
Loading

0 comments on commit 9e90420

Please sign in to comment.