Skip to content

Commit e8ae780

Browse files
committed
CodeIgniter Foundation gets copyright [ci skip]
1 parent cc34771 commit e8ae780

File tree

218 files changed

+344
-267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+344
-267
lines changed

license.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2014-2019 British Columbia Institute of Technology
4+
Copyright (c) 2019 CodeIgniter Foundation
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

system/API/ResponseTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @package CodeIgniter
3131
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
32+
* @copyright 2019 CodeIgniter Foundation
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 4.0.0

system/Autoloader/Autoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @package CodeIgniter
3131
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
32+
* @copyright 2019 CodeIgniter Foundation
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 4.0.0

system/Autoloader/FileLocator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @package CodeIgniter
3131
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
32+
* @copyright 2019 CodeIgniter Foundation
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 4.0.0

system/CLI/BaseCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @package CodeIgniter
3030
* @author CodeIgniter Dev Team
31-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
31+
* @copyright 2019 CodeIgniter Foundation
3232
* @license https://opensource.org/licenses/MIT MIT License
3333
* @link https://codeigniter.com
3434
* @since Version 4.0.0
@@ -195,7 +195,7 @@ public function __get(string $key)
195195
*
196196
* @param string $key
197197
*
198-
* @return bool
198+
* @return boolean
199199
*/
200200
public function __isset(string $key): bool
201201
{

system/CLI/CLI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @package CodeIgniter
3131
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
32+
* @copyright 2019 CodeIgniter Foundation
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 4.0.0

system/CLI/CommandRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
* @package CodeIgniter
3232
* @author CodeIgniter Dev Team
33-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
33+
* @copyright 2019 CodeIgniter Foundation
3434
* @license https://opensource.org/licenses/MIT MIT License
3535
* @link https://codeigniter.com
3636
* @since Version 4.0.0

system/CLI/Console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @package CodeIgniter
3131
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
32+
* @copyright 2019 CodeIgniter Foundation
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 4.0.0

system/Cache/CacheFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @package CodeIgniter
3131
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
32+
* @copyright 2019 CodeIgniter Foundation
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 4.0.0

system/Cache/CacheInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @package CodeIgniter
3131
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
32+
* @copyright 2019 CodeIgniter Foundation
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 4.0.0

0 commit comments

Comments
 (0)