diff options
author | Florian Pritz <bluewind@xinu.at> | 2022-04-10 11:46:21 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2022-04-10 11:46:21 +0200 |
commit | b401c4e13863143b38b8848595566801fcc1527f (patch) | |
tree | c6eae5ce18f519480ead73a16029dbf3c8e993aa /system/database/drivers/pdo/pdo_driver.php | |
parent | 3deea564901d69109ddd6f757ccff84e6f113997 (diff) | |
parent | 45576ef6e62b5ff59da67f1697ee8c57809c7719 (diff) |
Merge remote-tracking branch 'upstream/3.1-stable' into dev
Diffstat (limited to 'system/database/drivers/pdo/pdo_driver.php')
-rw-r--r-- | system/database/drivers/pdo/pdo_driver.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/database/drivers/pdo/pdo_driver.php b/system/database/drivers/pdo/pdo_driver.php index b2178b684..559e86555 100644 --- a/system/database/drivers/pdo/pdo_driver.php +++ b/system/database/drivers/pdo/pdo_driver.php @@ -6,7 +6,7 @@ * * This content is released under the MIT License (MIT) * - * 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 @@ -30,6 +30,7 @@ * @author EllisLab Dev Team * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/) * @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 2.1.0 |