Skip to content

Commit d95cbfa

Browse files
authored
Merge pull request #2348 from jim-parry/foundation1
CodeIgniter Foundation gets copyright [ci skip]
2 parents 5122737 + 65054c9 commit d95cbfa

File tree

223 files changed

+462
-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.

223 files changed

+462
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* This content is released under the MIT License (MIT)
99
*
1010
* Copyright (c) 2014-2019 British Columbia Institute of Technology
11+
* Copyright (c) 2019 CodeIgniter Foundation
1112
*
1213
* Permission is hereby granted, free of charge, to any person obtaining a copy
1314
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +30,7 @@
2930
*
3031
* @package CodeIgniter
3132
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
33+
* @copyright 2019 CodeIgniter Foundation
3334
* @license https://opensource.org/licenses/MIT MIT License
3435
* @link https://codeigniter.com
3536
* @since Version 4.0.0

system/Autoloader/Autoloader.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* This content is released under the MIT License (MIT)
99
*
1010
* Copyright (c) 2014-2019 British Columbia Institute of Technology
11+
* Copyright (c) 2019 CodeIgniter Foundation
1112
*
1213
* Permission is hereby granted, free of charge, to any person obtaining a copy
1314
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +30,7 @@
2930
*
3031
* @package CodeIgniter
3132
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
33+
* @copyright 2019 CodeIgniter Foundation
3334
* @license https://opensource.org/licenses/MIT MIT License
3435
* @link https://codeigniter.com
3536
* @since Version 4.0.0

system/Autoloader/FileLocator.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* This content is released under the MIT License (MIT)
99
*
1010
* Copyright (c) 2014-2019 British Columbia Institute of Technology
11+
* Copyright (c) 2019 CodeIgniter Foundation
1112
*
1213
* Permission is hereby granted, free of charge, to any person obtaining a copy
1314
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +30,7 @@
2930
*
3031
* @package CodeIgniter
3132
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
33+
* @copyright 2019 CodeIgniter Foundation
3334
* @license https://opensource.org/licenses/MIT MIT License
3435
* @link https://codeigniter.com
3536
* @since Version 4.0.0

system/CLI/BaseCommand.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* This content is released under the MIT License (MIT)
88
*
99
* Copyright (c) 2014-2019 British Columbia Institute of Technology
10+
* Copyright (c) 2019 CodeIgniter Foundation
1011
*
1112
* Permission is hereby granted, free of charge, to any person obtaining a copy
1213
* of this software and associated documentation files (the "Software"), to deal
@@ -28,7 +29,7 @@
2829
*
2930
* @package CodeIgniter
3031
* @author CodeIgniter Dev Team
31-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
32+
* @copyright 2019 CodeIgniter Foundation
3233
* @license https://opensource.org/licenses/MIT MIT License
3334
* @link https://codeigniter.com
3435
* @since Version 4.0.0
@@ -195,7 +196,7 @@ public function __get(string $key)
195196
*
196197
* @param string $key
197198
*
198-
* @return bool
199+
* @return boolean
199200
*/
200201
public function __isset(string $key): bool
201202
{

system/CLI/CLI.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* This content is released under the MIT License (MIT)
99
*
1010
* Copyright (c) 2014-2019 British Columbia Institute of Technology
11+
* Copyright (c) 2019 CodeIgniter Foundation
1112
*
1213
* Permission is hereby granted, free of charge, to any person obtaining a copy
1314
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +30,7 @@
2930
*
3031
* @package CodeIgniter
3132
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
33+
* @copyright 2019 CodeIgniter Foundation
3334
* @license https://opensource.org/licenses/MIT MIT License
3435
* @link https://codeigniter.com
3536
* @since Version 4.0.0

system/CLI/CommandRunner.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* This content is released under the MIT License (MIT)
1010
*
1111
* Copyright (c) 2014-2019 British Columbia Institute of Technology
12+
* Copyright (c) 2019 CodeIgniter Foundation
1213
*
1314
* Permission is hereby granted, free of charge, to any person obtaining a copy
1415
* of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +31,7 @@
3031
*
3132
* @package CodeIgniter
3233
* @author CodeIgniter Dev Team
33-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
34+
* @copyright 2019 CodeIgniter Foundation
3435
* @license https://opensource.org/licenses/MIT MIT License
3536
* @link https://codeigniter.com
3637
* @since Version 4.0.0

system/CLI/Console.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* This content is released under the MIT License (MIT)
99
*
1010
* Copyright (c) 2014-2019 British Columbia Institute of Technology
11+
* Copyright (c) 2019 CodeIgniter Foundation
1112
*
1213
* Permission is hereby granted, free of charge, to any person obtaining a copy
1314
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +30,7 @@
2930
*
3031
* @package CodeIgniter
3132
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
33+
* @copyright 2019 CodeIgniter Foundation
3334
* @license https://opensource.org/licenses/MIT MIT License
3435
* @link https://codeigniter.com
3536
* @since Version 4.0.0

system/Cache/CacheFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* This content is released under the MIT License (MIT)
99
*
1010
* Copyright (c) 2014-2019 British Columbia Institute of Technology
11+
* Copyright (c) 2019 CodeIgniter Foundation
1112
*
1213
* Permission is hereby granted, free of charge, to any person obtaining a copy
1314
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +30,7 @@
2930
*
3031
* @package CodeIgniter
3132
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
33+
* @copyright 2019 CodeIgniter Foundation
3334
* @license https://opensource.org/licenses/MIT MIT License
3435
* @link https://codeigniter.com
3536
* @since Version 4.0.0

system/Cache/CacheInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* This content is released under the MIT License (MIT)
99
*
1010
* Copyright (c) 2014-2019 British Columbia Institute of Technology
11+
* Copyright (c) 2019 CodeIgniter Foundation
1112
*
1213
* Permission is hereby granted, free of charge, to any person obtaining a copy
1314
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +30,7 @@
2930
*
3031
* @package CodeIgniter
3132
* @author CodeIgniter Dev Team
32-
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
33+
* @copyright 2019 CodeIgniter Foundation
3334
* @license https://opensource.org/licenses/MIT MIT License
3435
* @link https://codeigniter.com
3536
* @since Version 4.0.0

0 commit comments

Comments
 (0)