diff options
author | Andrey Andreev <narf@devilix.net> | 2022-03-02 22:11:22 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2022-03-02 22:11:22 +0100 |
commit | 0fbd57882eeb1c682cb400b3b0d0224e3240920c (patch) | |
tree | d3d963e9218aee2a0749da608651ff1757728e1c /system/libraries/Session/SessionUpdateTimestampHandlerInterface.php | |
parent | 9a24c007de20bec874cc9da851b5ab01644ba409 (diff) |
[ci skip] Update copyright notices
Diffstat (limited to 'system/libraries/Session/SessionUpdateTimestampHandlerInterface.php')
-rw-r--r-- | system/libraries/Session/SessionUpdateTimestampHandlerInterface.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/libraries/Session/SessionUpdateTimestampHandlerInterface.php b/system/libraries/Session/SessionUpdateTimestampHandlerInterface.php index d48d56889..4495a1b7a 100644 --- a/system/libraries/Session/SessionUpdateTimestampHandlerInterface.php +++ b/system/libraries/Session/SessionUpdateTimestampHandlerInterface.php @@ -29,9 +29,9 @@ * @package CodeIgniter * @author EllisLab Dev Team * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/) - * @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (http://bcit.ca/) - * @copyright Copyright (c) 2019 - 2022, CodeIgniter Foundation (http://codeigniter.com/) - * @license http://opensource.org/licenses/MIT MIT License + * @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/) + * @copyright Copyright (c) 2019 - 2022, CodeIgniter Foundation (https://codeigniter.com/) + * @license https://opensource.org/licenses/MIT MIT License * @link https://codeigniter.com * @since Version 3.0.0 * @filesource |