Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update year 2022 #5520

Merged
merged 1 commit into from
Jan 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)

Copyright (c) 2014-2019 British Columbia Institute of Technology
Copyright (c) 2019-2021 CodeIgniter Foundation
Copyright (c) 2019-2022 CodeIgniter Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions user_guide_src/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

project = 'CodeIgniter'
author = 'CodeIgniter Foundation'
copyright = '2019-2021 CodeIgniter Foundation'
copyright = '2019-2022 CodeIgniter Foundation'

# The short X.Y version.
version = '4.1'
Expand Down Expand Up @@ -137,4 +137,4 @@
epub_title = 'CodeIgniter4'
epub_author = 'CodeIgniter Foundation'
epub_publisher = 'CodeIgniter Foundation'
epub_copyright = '2019-2021 CodeIgniter Foundation'
epub_copyright = '2019-2022 CodeIgniter Foundation'
4 changes: 2 additions & 2 deletions user_guide_src/source/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
The MIT License (MIT)
#####################

| Copyright (c) 2014-2019 British Columbia Institute of Technology
| Copyright (c) 2019-2021 CodeIgniter Foundation
| Copyright (c) 2014-2019 British Columbia Institute of Technology
| Copyright (c) 2019-2022 CodeIgniter Foundation

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