Skip to content

Commit fed757b

Browse files
committed
It is now 2020
1 parent f8f7c3b commit fed757b

File tree

223 files changed

+430
-431
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

+430
-431
lines changed

license.txt

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

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

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

system/API/ResponseTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +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
11+
* Copyright (c) 2019-2020 CodeIgniter Foundation
1212
*
1313
* Permission is hereby granted, free of charge, to any person obtaining a copy
1414
* of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +30,7 @@
3030
*
3131
* @package CodeIgniter
3232
* @author CodeIgniter Dev Team
33-
* @copyright 2019 CodeIgniter Foundation
33+
* @copyright 2019-2020 CodeIgniter Foundation
3434
* @license https://opensource.org/licenses/MIT MIT License
3535
* @link https://codeigniter.com
3636
* @since Version 4.0.0

system/Autoloader/Autoloader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +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
11+
* Copyright (c) 2019-2020 CodeIgniter Foundation
1212
*
1313
* Permission is hereby granted, free of charge, to any person obtaining a copy
1414
* of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +30,7 @@
3030
*
3131
* @package CodeIgniter
3232
* @author CodeIgniter Dev Team
33-
* @copyright 2019 CodeIgniter Foundation
33+
* @copyright 2019-2020 CodeIgniter Foundation
3434
* @license https://opensource.org/licenses/MIT MIT License
3535
* @link https://codeigniter.com
3636
* @since Version 4.0.0

system/Autoloader/FileLocator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +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
11+
* Copyright (c) 2019-2020 CodeIgniter Foundation
1212
*
1313
* Permission is hereby granted, free of charge, to any person obtaining a copy
1414
* of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +30,7 @@
3030
*
3131
* @package CodeIgniter
3232
* @author CodeIgniter Dev Team
33-
* @copyright 2019 CodeIgniter Foundation
33+
* @copyright 2019-2020 CodeIgniter Foundation
3434
* @license https://opensource.org/licenses/MIT MIT License
3535
* @link https://codeigniter.com
3636
* @since Version 4.0.0

system/CLI/BaseCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +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
10+
* Copyright (c) 2019-2020 CodeIgniter Foundation
1111
*
1212
* Permission is hereby granted, free of charge, to any person obtaining a copy
1313
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
*
3030
* @package CodeIgniter
3131
* @author CodeIgniter Dev Team
32-
* @copyright 2019 CodeIgniter Foundation
32+
* @copyright 2019-2020 CodeIgniter Foundation
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 4.0.0

system/CLI/CLI.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +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
11+
* Copyright (c) 2019-2020 CodeIgniter Foundation
1212
*
1313
* Permission is hereby granted, free of charge, to any person obtaining a copy
1414
* of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +30,7 @@
3030
*
3131
* @package CodeIgniter
3232
* @author CodeIgniter Dev Team
33-
* @copyright 2019 CodeIgniter Foundation
33+
* @copyright 2019-2020 CodeIgniter Foundation
3434
* @license https://opensource.org/licenses/MIT MIT License
3535
* @link https://codeigniter.com
3636
* @since Version 4.0.0

system/CLI/CommandRunner.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +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
12+
* Copyright (c) 2019-2020 CodeIgniter Foundation
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy
1515
* of this software and associated documentation files (the "Software"), to deal
@@ -31,7 +31,7 @@
3131
*
3232
* @package CodeIgniter
3333
* @author CodeIgniter Dev Team
34-
* @copyright 2019 CodeIgniter Foundation
34+
* @copyright 2019-2020 CodeIgniter Foundation
3535
* @license https://opensource.org/licenses/MIT MIT License
3636
* @link https://codeigniter.com
3737
* @since Version 4.0.0

system/CLI/Console.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +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
11+
* Copyright (c) 2019-2020 CodeIgniter Foundation
1212
*
1313
* Permission is hereby granted, free of charge, to any person obtaining a copy
1414
* of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +30,7 @@
3030
*
3131
* @package CodeIgniter
3232
* @author CodeIgniter Dev Team
33-
* @copyright 2019 CodeIgniter Foundation
33+
* @copyright 2019-2020 CodeIgniter Foundation
3434
* @license https://opensource.org/licenses/MIT MIT License
3535
* @link https://codeigniter.com
3636
* @since Version 4.0.0

system/Cache/CacheFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +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
11+
* Copyright (c) 2019-2020 CodeIgniter Foundation
1212
*
1313
* Permission is hereby granted, free of charge, to any person obtaining a copy
1414
* of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +30,7 @@
3030
*
3131
* @package CodeIgniter
3232
* @author CodeIgniter Dev Team
33-
* @copyright 2019 CodeIgniter Foundation
33+
* @copyright 2019-2020 CodeIgniter Foundation
3434
* @license https://opensource.org/licenses/MIT MIT License
3535
* @link https://codeigniter.com
3636
* @since Version 4.0.0

system/Cache/CacheInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +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
11+
* Copyright (c) 2019-2020 CodeIgniter Foundation
1212
*
1313
* Permission is hereby granted, free of charge, to any person obtaining a copy
1414
* of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +30,7 @@
3030
*
3131
* @package CodeIgniter
3232
* @author CodeIgniter Dev Team
33-
* @copyright 2019 CodeIgniter Foundation
33+
* @copyright 2019-2020 CodeIgniter Foundation
3434
* @license https://opensource.org/licenses/MIT MIT License
3535
* @link https://codeigniter.com
3636
* @since Version 4.0.0

0 commit comments

Comments
 (0)