Skip to content

Commit 3594862

Browse files
🎉 new year 2021 🎉
1 parent 747eb0c commit 3594862

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

LICENSE

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-2020 CodeIgniter Foundation
4+
Copyright (c) 2019-2021 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

admin/module/tests/_support/Libraries/ConfigReader.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-2020 CodeIgniter Foundation
12+
* Copyright (c) 2019-2021 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-2020 CodeIgniter Foundation
34+
* @copyright 2019-2021 CodeIgniter Foundation
3535
* @license https://opensource.org/licenses/MIT MIT License
3636
* @link https://codeigniter.com
3737
* @since Version 4.0.0

admin/starter/tests/_support/Libraries/ConfigReader.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-2020 CodeIgniter Foundation
12+
* Copyright (c) 2019-2021 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-2020 CodeIgniter Foundation
34+
* @copyright 2019-2021 CodeIgniter Foundation
3535
* @license https://opensource.org/licenses/MIT MIT License
3636
* @link https://codeigniter.com
3737
* @since Version 4.0.0

user_guide_src/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
project = 'CodeIgniter'
2020
author = 'CodeIgniter Foundation'
21-
copyright = '2019-2020 CodeIgniter Foundation'
21+
copyright = '2019-2021 CodeIgniter Foundation'
2222

2323
# The short X.Y version.
2424
version = '4.0'
@@ -137,4 +137,4 @@
137137
epub_title = 'CodeIgniter4'
138138
epub_author = 'CodeIgniter Foundation'
139139
epub_publisher = 'CodeIgniter Foundation'
140-
epub_copyright = '2019-2020 CodeIgniter Foundation'
140+
epub_copyright = '2019-2021 CodeIgniter Foundation'

user_guide_src/source/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The MIT License (MIT)
33
#####################
44

55
| Copyright (c) 2014-2019 British Columbia Institute of Technology
6-
| Copyright (c) 2019-2020 CodeIgniter Foundation
6+
| Copyright (c) 2019-2021 CodeIgniter Foundation
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

user_guide_src/source/tutorial/static_pages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ includes the following code:
9595

9696
::
9797

98-
<em>&copy; 2020</em>
98+
<em>&copy; 2021</em>
9999
</body>
100100
</html>
101101

0 commit comments

Comments
 (0)