From fc395a1046441cb584cbcfe42651dacece7eca3e Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 22 Apr 2009 14:15:09 +0000 Subject: updated copyrights to 2009 --- license.txt | 2 +- system/codeigniter/Base4.php | 2 +- system/codeigniter/Base5.php | 2 +- system/codeigniter/CodeIgniter.php | 2 +- system/codeigniter/Common.php | 2 +- system/codeigniter/Compat.php | 2 +- system/database/DB.php | 2 +- system/database/DB_active_rec.php | 2 +- system/database/DB_cache.php | 2 +- system/database/DB_driver.php | 2 +- system/database/DB_forge.php | 2 +- system/database/DB_result.php | 2 +- system/database/DB_utility.php | 2 +- system/database/drivers/mssql/mssql_driver.php | 2 +- system/database/drivers/mssql/mssql_forge.php | 2 +- system/database/drivers/mssql/mssql_result.php | 2 +- system/database/drivers/mssql/mssql_utility.php | 2 +- system/database/drivers/mysql/mysql_driver.php | 2 +- system/database/drivers/mysql/mysql_forge.php | 2 +- system/database/drivers/mysql/mysql_result.php | 2 +- system/database/drivers/mysql/mysql_utility.php | 2 +- system/database/drivers/mysqli/mysqli_driver.php | 2 +- system/database/drivers/mysqli/mysqli_forge.php | 2 +- system/database/drivers/mysqli/mysqli_result.php | 2 +- system/database/drivers/mysqli/mysqli_utility.php | 2 +- system/database/drivers/oci8/oci8_driver.php | 2 +- system/database/drivers/oci8/oci8_forge.php | 2 +- system/database/drivers/oci8/oci8_result.php | 2 +- system/database/drivers/oci8/oci8_utility.php | 2 +- system/database/drivers/odbc/odbc_driver.php | 2 +- system/database/drivers/odbc/odbc_forge.php | 2 +- system/database/drivers/odbc/odbc_result.php | 2 +- system/database/drivers/odbc/odbc_utility.php | 2 +- system/database/drivers/postgre/postgre_driver.php | 2 +- system/database/drivers/postgre/postgre_forge.php | 2 +- system/database/drivers/postgre/postgre_result.php | 2 +- system/database/drivers/postgre/postgre_utility.php | 2 +- system/database/drivers/sqlite/sqlite_driver.php | 2 +- system/database/drivers/sqlite/sqlite_forge.php | 2 +- system/database/drivers/sqlite/sqlite_result.php | 2 +- system/database/drivers/sqlite/sqlite_utility.php | 2 +- system/helpers/array_helper.php | 2 +- system/helpers/compatibility_helper.php | 2 +- system/helpers/cookie_helper.php | 2 +- system/helpers/date_helper.php | 2 +- system/helpers/directory_helper.php | 2 +- system/helpers/download_helper.php | 2 +- system/helpers/email_helper.php | 2 +- system/helpers/file_helper.php | 2 +- system/helpers/form_helper.php | 2 +- system/helpers/html_helper.php | 2 +- system/helpers/inflector_helper.php | 2 +- system/helpers/language_helper.php | 2 +- system/helpers/number_helper.php | 2 +- system/helpers/path_helper.php | 2 +- system/helpers/security_helper.php | 2 +- system/helpers/smiley_helper.php | 2 +- system/helpers/string_helper.php | 2 +- system/helpers/text_helper.php | 2 +- system/helpers/typography_helper.php | 2 +- system/helpers/url_helper.php | 2 +- system/helpers/xml_helper.php | 2 +- system/libraries/Benchmark.php | 2 +- system/libraries/Calendar.php | 2 +- system/libraries/Config.php | 2 +- system/libraries/Controller.php | 2 +- system/libraries/Email.php | 2 +- system/libraries/Encrypt.php | 2 +- system/libraries/Exceptions.php | 2 +- system/libraries/Form_validation.php | 2 +- system/libraries/Ftp.php | 2 +- system/libraries/Hooks.php | 2 +- system/libraries/Image_lib.php | 2 +- system/libraries/Input.php | 2 +- system/libraries/Language.php | 2 +- system/libraries/Loader.php | 2 +- system/libraries/Log.php | 2 +- system/libraries/Model.php | 2 +- system/libraries/Output.php | 2 +- system/libraries/Pagination.php | 2 +- system/libraries/Parser.php | 2 +- system/libraries/Profiler.php | 2 +- system/libraries/Router.php | 2 +- system/libraries/Session.php | 2 +- system/libraries/Sha1.php | 2 +- system/libraries/Table.php | 2 +- system/libraries/Trackback.php | 2 +- system/libraries/Typography.php | 2 +- system/libraries/URI.php | 2 +- system/libraries/Unit_test.php | 2 +- system/libraries/Upload.php | 2 +- system/libraries/User_agent.php | 2 +- system/libraries/Validation.php | 2 +- system/libraries/Xmlrpc.php | 2 +- system/libraries/Xmlrpcs.php | 2 +- system/libraries/Zip.php | 2 +- system/plugins/captcha_pi.php | 2 +- system/plugins/js_calendar_pi.php | 2 +- system/scaffolding/Scaffolding.php | 2 +- user_guide/changelog.html | 2 +- user_guide/database/active_record.html | 2 +- user_guide/database/caching.html | 2 +- user_guide/database/call_function.html | 2 +- user_guide/database/configuration.html | 2 +- user_guide/database/connecting.html | 2 +- user_guide/database/examples.html | 2 +- user_guide/database/fields.html | 2 +- user_guide/database/forge.html | 2 +- user_guide/database/helpers.html | 2 +- user_guide/database/index.html | 2 +- user_guide/database/queries.html | 2 +- user_guide/database/results.html | 2 +- user_guide/database/table_data.html | 2 +- user_guide/database/transactions.html | 2 +- user_guide/database/utilities.html | 2 +- user_guide/doc_style/index.html | 2 +- user_guide/doc_style/template.html | 2 +- user_guide/general/alternative_php.html | 2 +- user_guide/general/ancillary_classes.html | 2 +- user_guide/general/autoloader.html | 2 +- user_guide/general/caching.html | 2 +- user_guide/general/common_functions.html | 2 +- user_guide/general/controllers.html | 2 +- user_guide/general/core_classes.html | 2 +- user_guide/general/creating_libraries.html | 2 +- user_guide/general/credits.html | 2 +- user_guide/general/errors.html | 2 +- user_guide/general/helpers.html | 2 +- user_guide/general/hooks.html | 2 +- user_guide/general/libraries.html | 2 +- user_guide/general/managing_apps.html | 2 +- user_guide/general/models.html | 2 +- user_guide/general/plugins.html | 2 +- user_guide/general/profiling.html | 2 +- user_guide/general/quick_reference.html | 2 +- user_guide/general/requirements.html | 2 +- user_guide/general/reserved_names.html | 2 +- user_guide/general/routing.html | 2 +- user_guide/general/scaffolding.html | 2 +- user_guide/general/security.html | 2 +- user_guide/general/styleguide.html | 2 +- user_guide/general/urls.html | 2 +- user_guide/general/views.html | 2 +- user_guide/helpers/array_helper.html | 2 +- user_guide/helpers/compatibility_helper.html | 2 +- user_guide/helpers/cookie_helper.html | 2 +- user_guide/helpers/date_helper.html | 2 +- user_guide/helpers/directory_helper.html | 2 +- user_guide/helpers/download_helper.html | 2 +- user_guide/helpers/email_helper.html | 2 +- user_guide/helpers/file_helper.html | 2 +- user_guide/helpers/form_helper.html | 2 +- user_guide/helpers/html_helper.html | 2 +- user_guide/helpers/inflector_helper.html | 2 +- user_guide/helpers/language_helper.html | 2 +- user_guide/helpers/number_helper.html | 2 +- user_guide/helpers/path_helper.html | 2 +- user_guide/helpers/security_helper.html | 2 +- user_guide/helpers/smiley_helper.html | 2 +- user_guide/helpers/string_helper.html | 2 +- user_guide/helpers/text_helper.html | 2 +- user_guide/helpers/typography_helper.html | 2 +- user_guide/helpers/url_helper.html | 2 +- user_guide/helpers/xml_helper.html | 2 +- user_guide/index.html | 2 +- user_guide/installation/downloads.html | 2 +- user_guide/installation/index.html | 2 +- user_guide/installation/troubleshooting.html | 2 +- user_guide/installation/upgrade_120.html | 2 +- user_guide/installation/upgrade_130.html | 2 +- user_guide/installation/upgrade_131.html | 2 +- user_guide/installation/upgrade_132.html | 2 +- user_guide/installation/upgrade_133.html | 2 +- user_guide/installation/upgrade_140.html | 2 +- user_guide/installation/upgrade_141.html | 2 +- user_guide/installation/upgrade_150.html | 2 +- user_guide/installation/upgrade_152.html | 2 +- user_guide/installation/upgrade_153.html | 2 +- user_guide/installation/upgrade_154.html | 2 +- user_guide/installation/upgrade_160.html | 2 +- user_guide/installation/upgrade_161.html | 2 +- user_guide/installation/upgrade_162.html | 2 +- user_guide/installation/upgrade_163.html | 2 +- user_guide/installation/upgrade_170.html | 2 +- user_guide/installation/upgrade_171.html | 2 +- user_guide/installation/upgrade_b11.html | 2 +- user_guide/installation/upgrading.html | 2 +- user_guide/libraries/benchmark.html | 2 +- user_guide/libraries/calendar.html | 2 +- user_guide/libraries/cart.html | 2 +- user_guide/libraries/config.html | 2 +- user_guide/libraries/email.html | 2 +- user_guide/libraries/encryption.html | 2 +- user_guide/libraries/file_uploading.html | 2 +- user_guide/libraries/form_validation.html | 2 +- user_guide/libraries/ftp.html | 2 +- user_guide/libraries/image_lib.html | 2 +- user_guide/libraries/input.html | 2 +- user_guide/libraries/language.html | 2 +- user_guide/libraries/loader.html | 2 +- user_guide/libraries/output.html | 2 +- user_guide/libraries/pagination.html | 2 +- user_guide/libraries/parser.html | 2 +- user_guide/libraries/sessions.html | 2 +- user_guide/libraries/table.html | 2 +- user_guide/libraries/trackback.html | 2 +- user_guide/libraries/typography.html | 2 +- user_guide/libraries/unit_testing.html | 2 +- user_guide/libraries/uri.html | 2 +- user_guide/libraries/user_agent.html | 2 +- user_guide/libraries/validation.html | 2 +- user_guide/libraries/xmlrpc.html | 2 +- user_guide/libraries/zip.html | 2 +- user_guide/license.html | 4 ++-- user_guide/overview/appflow.html | 2 +- user_guide/overview/at_a_glance.html | 2 +- user_guide/overview/features.html | 2 +- user_guide/overview/getting_started.html | 2 +- user_guide/overview/goals.html | 2 +- user_guide/overview/index.html | 2 +- user_guide/overview/mvc.html | 2 +- user_guide/toc.html | 2 +- 222 files changed, 223 insertions(+), 223 deletions(-) diff --git a/license.txt b/license.txt index 4cc65515f..c2f7ca0bf 100644 --- a/license.txt +++ b/license.txt @@ -1,4 +1,4 @@ -Copyright (c) 2008, EllisLab, Inc. +Copyright (c) 2008 - 2009, EllisLab, Inc. All rights reserved. This license is a legal agreement between you and EllisLab Inc. for the use diff --git a/system/codeigniter/Base4.php b/system/codeigniter/Base4.php index a95c2812b..91a435025 100644 --- a/system/codeigniter/Base4.php +++ b/system/codeigniter/Base4.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.3 diff --git a/system/codeigniter/Base5.php b/system/codeigniter/Base5.php index aa9035575..a2cca72cc 100644 --- a/system/codeigniter/Base5.php +++ b/system/codeigniter/Base5.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.3 diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php index 1f0dcd96f..68f6c759e 100644 --- a/system/codeigniter/CodeIgniter.php +++ b/system/codeigniter/CodeIgniter.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/codeigniter/Common.php b/system/codeigniter/Common.php index 3c75f5e6c..c7f95688f 100644 --- a/system/codeigniter/Common.php +++ b/system/codeigniter/Common.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/codeigniter/Compat.php b/system/codeigniter/Compat.php index 6100956a7..958ab4c0c 100644 --- a/system/codeigniter/Compat.php +++ b/system/codeigniter/Compat.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/DB.php b/system/database/DB.php index ca0cfc2e6..efe1d388a 100644 --- a/system/database/DB.php +++ b/system/database/DB.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index d48f43e51..d07255855 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php index 70a2d95e3..8b0ad4fb4 100644 --- a/system/database/DB_cache.php +++ b/system/database/DB_cache.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index 161569d3c..54aa5ed7a 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php index c4597bd1b..4050e300f 100644 --- a/system/database/DB_forge.php +++ b/system/database/DB_forge.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/DB_result.php b/system/database/DB_result.php index 412814181..4614e29f6 100644 --- a/system/database/DB_result.php +++ b/system/database/DB_result.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/DB_utility.php b/system/database/DB_utility.php index 6619e80e7..4ba69adbd 100644 --- a/system/database/DB_utility.php +++ b/system/database/DB_utility.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/mssql/mssql_driver.php b/system/database/drivers/mssql/mssql_driver.php index 241b280d0..4748d5683 100644 --- a/system/database/drivers/mssql/mssql_driver.php +++ b/system/database/drivers/mssql/mssql_driver.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/mssql/mssql_forge.php b/system/database/drivers/mssql/mssql_forge.php index 512fc47d5..632b4d907 100644 --- a/system/database/drivers/mssql/mssql_forge.php +++ b/system/database/drivers/mssql/mssql_forge.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/mssql/mssql_result.php b/system/database/drivers/mssql/mssql_result.php index e9679cb14..a56a3a9e2 100644 --- a/system/database/drivers/mssql/mssql_result.php +++ b/system/database/drivers/mssql/mssql_result.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/mssql/mssql_utility.php b/system/database/drivers/mssql/mssql_utility.php index 38118accc..9fa257a69 100644 --- a/system/database/drivers/mssql/mssql_utility.php +++ b/system/database/drivers/mssql/mssql_utility.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/mysql/mysql_driver.php b/system/database/drivers/mysql/mysql_driver.php index 334daf3a6..fe1859805 100644 --- a/system/database/drivers/mysql/mysql_driver.php +++ b/system/database/drivers/mysql/mysql_driver.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/mysql/mysql_forge.php b/system/database/drivers/mysql/mysql_forge.php index d8cb77ea6..d343b36a0 100644 --- a/system/database/drivers/mysql/mysql_forge.php +++ b/system/database/drivers/mysql/mysql_forge.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/mysql/mysql_result.php b/system/database/drivers/mysql/mysql_result.php index 673aeac87..2e9550702 100644 --- a/system/database/drivers/mysql/mysql_result.php +++ b/system/database/drivers/mysql/mysql_result.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/mysql/mysql_utility.php b/system/database/drivers/mysql/mysql_utility.php index 003b1dd66..2c8b264ce 100644 --- a/system/database/drivers/mysql/mysql_utility.php +++ b/system/database/drivers/mysql/mysql_utility.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/mysqli/mysqli_driver.php b/system/database/drivers/mysqli/mysqli_driver.php index 74cfff44a..488b074a3 100644 --- a/system/database/drivers/mysqli/mysqli_driver.php +++ b/system/database/drivers/mysqli/mysqli_driver.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/mysqli/mysqli_forge.php b/system/database/drivers/mysqli/mysqli_forge.php index 99c2ebc3f..0992274e9 100644 --- a/system/database/drivers/mysqli/mysqli_forge.php +++ b/system/database/drivers/mysqli/mysqli_forge.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/mysqli/mysqli_result.php b/system/database/drivers/mysqli/mysqli_result.php index 5b1f79361..00fc0db47 100644 --- a/system/database/drivers/mysqli/mysqli_result.php +++ b/system/database/drivers/mysqli/mysqli_result.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/mysqli/mysqli_utility.php b/system/database/drivers/mysqli/mysqli_utility.php index c1d191d14..7ebda4c56 100644 --- a/system/database/drivers/mysqli/mysqli_utility.php +++ b/system/database/drivers/mysqli/mysqli_utility.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index f4ef42a18..614571940 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/oci8/oci8_forge.php b/system/database/drivers/oci8/oci8_forge.php index bbc11f332..c3e9cb98f 100644 --- a/system/database/drivers/oci8/oci8_forge.php +++ b/system/database/drivers/oci8/oci8_forge.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php index 7d7cd1c3a..1d0b7db26 100644 --- a/system/database/drivers/oci8/oci8_result.php +++ b/system/database/drivers/oci8/oci8_result.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/oci8/oci8_utility.php b/system/database/drivers/oci8/oci8_utility.php index cf6e9e640..c8049c248 100644 --- a/system/database/drivers/oci8/oci8_utility.php +++ b/system/database/drivers/oci8/oci8_utility.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/odbc/odbc_driver.php b/system/database/drivers/odbc/odbc_driver.php index 2e529f32d..dacbaaba9 100644 --- a/system/database/drivers/odbc/odbc_driver.php +++ b/system/database/drivers/odbc/odbc_driver.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/odbc/odbc_forge.php b/system/database/drivers/odbc/odbc_forge.php index 5305afbe4..99cb282af 100644 --- a/system/database/drivers/odbc/odbc_forge.php +++ b/system/database/drivers/odbc/odbc_forge.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/odbc/odbc_result.php b/system/database/drivers/odbc/odbc_result.php index 9a59cfc20..d6f15015e 100644 --- a/system/database/drivers/odbc/odbc_result.php +++ b/system/database/drivers/odbc/odbc_result.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/odbc/odbc_utility.php b/system/database/drivers/odbc/odbc_utility.php index 67aee6420..85707a073 100644 --- a/system/database/drivers/odbc/odbc_utility.php +++ b/system/database/drivers/odbc/odbc_utility.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/postgre/postgre_driver.php b/system/database/drivers/postgre/postgre_driver.php index db3a3f29d..9258da684 100644 --- a/system/database/drivers/postgre/postgre_driver.php +++ b/system/database/drivers/postgre/postgre_driver.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/postgre/postgre_forge.php b/system/database/drivers/postgre/postgre_forge.php index 72c2dd797..471dd80c9 100644 --- a/system/database/drivers/postgre/postgre_forge.php +++ b/system/database/drivers/postgre/postgre_forge.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/postgre/postgre_result.php b/system/database/drivers/postgre/postgre_result.php index 3206c1330..8e45eb1cf 100644 --- a/system/database/drivers/postgre/postgre_result.php +++ b/system/database/drivers/postgre/postgre_result.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/postgre/postgre_utility.php b/system/database/drivers/postgre/postgre_utility.php index 06292f22a..235954fa6 100644 --- a/system/database/drivers/postgre/postgre_utility.php +++ b/system/database/drivers/postgre/postgre_utility.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/sqlite/sqlite_driver.php b/system/database/drivers/sqlite/sqlite_driver.php index cd7b26bc4..0cb799775 100644 --- a/system/database/drivers/sqlite/sqlite_driver.php +++ b/system/database/drivers/sqlite/sqlite_driver.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/sqlite/sqlite_forge.php b/system/database/drivers/sqlite/sqlite_forge.php index 73630defb..0688ba368 100644 --- a/system/database/drivers/sqlite/sqlite_forge.php +++ b/system/database/drivers/sqlite/sqlite_forge.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/sqlite/sqlite_result.php b/system/database/drivers/sqlite/sqlite_result.php index bed16982c..c1c24c78e 100644 --- a/system/database/drivers/sqlite/sqlite_result.php +++ b/system/database/drivers/sqlite/sqlite_result.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/drivers/sqlite/sqlite_utility.php b/system/database/drivers/sqlite/sqlite_utility.php index c067403f7..f66464e3e 100644 --- a/system/database/drivers/sqlite/sqlite_utility.php +++ b/system/database/drivers/sqlite/sqlite_utility.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/array_helper.php b/system/helpers/array_helper.php index 411d30979..39d0c88c6 100644 --- a/system/helpers/array_helper.php +++ b/system/helpers/array_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/compatibility_helper.php b/system/helpers/compatibility_helper.php index 3b37cea02..c217f7f52 100644 --- a/system/helpers/compatibility_helper.php +++ b/system/helpers/compatibility_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/cookie_helper.php b/system/helpers/cookie_helper.php index 8d892a5d6..7607ffb4a 100644 --- a/system/helpers/cookie_helper.php +++ b/system/helpers/cookie_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php index 7f6073427..fae9e66e4 100644 --- a/system/helpers/date_helper.php +++ b/system/helpers/date_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/directory_helper.php b/system/helpers/directory_helper.php index be365909b..5f67b126f 100644 --- a/system/helpers/directory_helper.php +++ b/system/helpers/directory_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php index ce2dd487d..a8f7b1a7f 100644 --- a/system/helpers/download_helper.php +++ b/system/helpers/download_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/email_helper.php b/system/helpers/email_helper.php index af1fdb98c..df602b115 100644 --- a/system/helpers/email_helper.php +++ b/system/helpers/email_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php index 9602ec8c2..0d7b5d5aa 100644 --- a/system/helpers/file_helper.php +++ b/system/helpers/file_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index 4716e4975..0095a816e 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index 3117035bf..427d1ce3f 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/inflector_helper.php b/system/helpers/inflector_helper.php index 39db5d4af..e65968a9d 100644 --- a/system/helpers/inflector_helper.php +++ b/system/helpers/inflector_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/language_helper.php b/system/helpers/language_helper.php index 2091fd41d..e97a8c78b 100644 --- a/system/helpers/language_helper.php +++ b/system/helpers/language_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/number_helper.php b/system/helpers/number_helper.php index aeca8b217..a041a60b7 100644 --- a/system/helpers/number_helper.php +++ b/system/helpers/number_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/path_helper.php b/system/helpers/path_helper.php index da5df9852..502fae4b3 100644 --- a/system/helpers/path_helper.php +++ b/system/helpers/path_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php index 4dbbf728a..9cc70aaff 100644 --- a/system/helpers/security_helper.php +++ b/system/helpers/security_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php index ce7eb8b7e..f9a2cf2b0 100644 --- a/system/helpers/smiley_helper.php +++ b/system/helpers/smiley_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/string_helper.php b/system/helpers/string_helper.php index 319002ea7..3f7f09a15 100644 --- a/system/helpers/string_helper.php +++ b/system/helpers/string_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php index ad051cd76..06910e411 100644 --- a/system/helpers/text_helper.php +++ b/system/helpers/text_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/typography_helper.php b/system/helpers/typography_helper.php index 46fe6bf36..2706d53b0 100644 --- a/system/helpers/typography_helper.php +++ b/system/helpers/typography_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php index 958c16c4b..546552a69 100644 --- a/system/helpers/url_helper.php +++ b/system/helpers/url_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/helpers/xml_helper.php b/system/helpers/xml_helper.php index 90cce3dda..2a4c808ce 100644 --- a/system/helpers/xml_helper.php +++ b/system/helpers/xml_helper.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Benchmark.php b/system/libraries/Benchmark.php index fec507154..695029ed4 100644 --- a/system/libraries/Benchmark.php +++ b/system/libraries/Benchmark.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Calendar.php b/system/libraries/Calendar.php index ca4b9d5a6..9c5961fb2 100644 --- a/system/libraries/Calendar.php +++ b/system/libraries/Calendar.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Config.php b/system/libraries/Config.php index 027f6bf8e..ed1541b20 100644 --- a/system/libraries/Config.php +++ b/system/libraries/Config.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php index 5d9b80d9c..5e93de3bf 100644 --- a/system/libraries/Controller.php +++ b/system/libraries/Controller.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Email.php b/system/libraries/Email.php index f863d4161..a4d3c0971 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php index 4edfaa78e..95c758fb4 100644 --- a/system/libraries/Encrypt.php +++ b/system/libraries/Encrypt.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Exceptions.php b/system/libraries/Exceptions.php index 541fd1a1a..902b574fc 100644 --- a/system/libraries/Exceptions.php +++ b/system/libraries/Exceptions.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index 09175328c..f8077b8ee 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php index ec84eb0a7..90c65946c 100644 --- a/system/libraries/Ftp.php +++ b/system/libraries/Ftp.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Hooks.php b/system/libraries/Hooks.php index 46f3ac478..0b5d46809 100644 --- a/system/libraries/Hooks.php +++ b/system/libraries/Hooks.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php index 1e1ae7db1..169c6e489 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Input.php b/system/libraries/Input.php index b6498f869..407990370 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Language.php b/system/libraries/Language.php index 78f4143af..cf6d53239 100644 --- a/system/libraries/Language.php +++ b/system/libraries/Language.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php index b58cc7d72..715bdf97c 100644 --- a/system/libraries/Loader.php +++ b/system/libraries/Loader.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Log.php b/system/libraries/Log.php index 326edaa38..d8a07a9dd 100644 --- a/system/libraries/Log.php +++ b/system/libraries/Log.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Model.php b/system/libraries/Model.php index c4cba562e..f5e501b00 100644 --- a/system/libraries/Model.php +++ b/system/libraries/Model.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Output.php b/system/libraries/Output.php index b93963a39..6bfb9c7eb 100644 --- a/system/libraries/Output.php +++ b/system/libraries/Output.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php index 629cbf140..d73c58e08 100644 --- a/system/libraries/Pagination.php +++ b/system/libraries/Pagination.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php index 3d379b221..da3243755 100644 --- a/system/libraries/Parser.php +++ b/system/libraries/Parser.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 5e9fa8bf4..98cec0653 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Router.php b/system/libraries/Router.php index bc46da4e1..50c7dd7cc 100644 --- a/system/libraries/Router.php +++ b/system/libraries/Router.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Session.php b/system/libraries/Session.php index 660ce8f16..5e0ce48e9 100644 --- a/system/libraries/Session.php +++ b/system/libraries/Session.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php index cc6e2123f..6c39a5b11 100644 --- a/system/libraries/Sha1.php +++ b/system/libraries/Sha1.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Table.php b/system/libraries/Table.php index 1afc17ce3..86d54217f 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.3.1 diff --git a/system/libraries/Trackback.php b/system/libraries/Trackback.php index d53f17fef..ab8f46a69 100644 --- a/system/libraries/Trackback.php +++ b/system/libraries/Trackback.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Typography.php b/system/libraries/Typography.php index 1ae45774a..a16839362 100644 --- a/system/libraries/Typography.php +++ b/system/libraries/Typography.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/URI.php b/system/libraries/URI.php index 73ddec87c..f09a5cd7c 100644 --- a/system/libraries/URI.php +++ b/system/libraries/URI.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php index a5aa381a4..d1db6297b 100644 --- a/system/libraries/Unit_test.php +++ b/system/libraries/Unit_test.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.3.1 diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index 9a47aa88b..618c49be0 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/User_agent.php b/system/libraries/User_agent.php index 78178d02f..180b93dea 100644 --- a/system/libraries/User_agent.php +++ b/system/libraries/User_agent.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Validation.php b/system/libraries/Validation.php index 4baf78b91..5e7759f14 100644 --- a/system/libraries/Validation.php +++ b/system/libraries/Validation.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Xmlrpc.php b/system/libraries/Xmlrpc.php index 987f27469..4a5b97fb9 100644 --- a/system/libraries/Xmlrpc.php +++ b/system/libraries/Xmlrpc.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Xmlrpcs.php b/system/libraries/Xmlrpcs.php index 3f538492a..b7382fae9 100644 --- a/system/libraries/Xmlrpcs.php +++ b/system/libraries/Xmlrpcs.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php index 731881590..f81da856c 100644 --- a/system/libraries/Zip.php +++ b/system/libraries/Zip.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/plugins/captcha_pi.php b/system/plugins/captcha_pi.php index 4a09dcbb5..36a74c42f 100644 --- a/system/plugins/captcha_pi.php +++ b/system/plugins/captcha_pi.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/plugins/js_calendar_pi.php b/system/plugins/js_calendar_pi.php index 6dadd4ad9..19d056810 100644 --- a/system/plugins/js_calendar_pi.php +++ b/system/plugins/js_calendar_pi.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/scaffolding/Scaffolding.php b/system/scaffolding/Scaffolding.php index 1d5267016..fb2ee5dad 100644 --- a/system/scaffolding/Scaffolding.php +++ b/system/scaffolding/Scaffolding.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2009, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 8b4bf293e..154a30fb6 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -1041,7 +1041,7 @@ Previous Topic:  License Agreement User Guide Home   ·   Next Topic:  Credits

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html index 60ebfbc10..fb971cdd2 100644 --- a/user_guide/database/active_record.html +++ b/user_guide/database/active_record.html @@ -750,7 +750,7 @@ Previous Topic:  Query Helper Functions User Guide Home   ·   Next Topic:  Transactions

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/caching.html b/user_guide/database/caching.html index edb740772..cecaeefcf 100644 --- a/user_guide/database/caching.html +++ b/user_guide/database/caching.html @@ -213,7 +213,7 @@ Previous Topic:  Custom Function CallsUser Guide Home   ·   Next Topic:  Database manipulation with Database Forge

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/call_function.html b/user_guide/database/call_function.html index 3706d245a..b646c784a 100644 --- a/user_guide/database/call_function.html +++ b/user_guide/database/call_function.html @@ -111,7 +111,7 @@ Previous Topic:  Field MetaData User Guide Home   ·   Next Topic:  Query Caching

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/configuration.html b/user_guide/database/configuration.html index 52b779fe8..fa5139148 100644 --- a/user_guide/database/configuration.html +++ b/user_guide/database/configuration.html @@ -150,7 +150,7 @@ Previous Topic:  Quick Start: Usage ExamplesUser Guide Home   ·   Next Topic:  Connecting to your Database

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/connecting.html b/user_guide/database/connecting.html index b4d517941..8c4488bd1 100644 --- a/user_guide/database/connecting.html +++ b/user_guide/database/connecting.html @@ -179,7 +179,7 @@ Previous Topic:  Database ConfigurationUser Guide Home   ·   Next Topic:  Queries

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/examples.html b/user_guide/database/examples.html index 142c49c03..62702d065 100644 --- a/user_guide/database/examples.html +++ b/user_guide/database/examples.html @@ -210,7 +210,7 @@ Previous Topic:  Database Class User Guide Home   ·   Next Topic:  Database Configuration

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/fields.html b/user_guide/database/fields.html index edb57d399..f048bec80 100644 --- a/user_guide/database/fields.html +++ b/user_guide/database/fields.html @@ -156,7 +156,7 @@ Previous Topic:   Table Data User Guide Home   ·   Next Topic:  Custom Function Calls

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/forge.html b/user_guide/database/forge.html index 50f30fe1f..de2d94862 100644 --- a/user_guide/database/forge.html +++ b/user_guide/database/forge.html @@ -227,7 +227,7 @@ Previous Topic:  DB Caching Class Top of Page   ·   User Guide Home   ·   Next Topic:  Database Utilities Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/helpers.html b/user_guide/database/helpers.html index cf8ec500b..905b5d7e2 100644 --- a/user_guide/database/helpers.html +++ b/user_guide/database/helpers.html @@ -144,7 +144,7 @@ Previous Topic:  Query Results User Guide Home   ·   Next Topic:  Active Record Pattern

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/index.html b/user_guide/database/index.html index 2a486daad..becc33225 100644 --- a/user_guide/database/index.html +++ b/user_guide/database/index.html @@ -92,7 +92,7 @@ Previous Topic:  Config Class User Guide Home   ·   Next Topic:  Quick Start: Usage Examples

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/queries.html b/user_guide/database/queries.html index 9665af231..7b5a50ee0 100644 --- a/user_guide/database/queries.html +++ b/user_guide/database/queries.html @@ -146,7 +146,7 @@ Previous Topic:  Connecting to your Database User Guide Home   ·   Next Topic:  Query Results

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/results.html b/user_guide/database/results.html index d70a711e0..26b771d15 100644 --- a/user_guide/database/results.html +++ b/user_guide/database/results.html @@ -231,7 +231,7 @@ Previous Topic:  Queries User Guide Home   ·   Next Topic:  Query Helper Functions

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/table_data.html b/user_guide/database/table_data.html index 07f7351cf..b1ee74918 100644 --- a/user_guide/database/table_data.html +++ b/user_guide/database/table_data.html @@ -106,7 +106,7 @@ Previous Topic:   Transactions User Guide Home   ·   Next Topic:   Field Metadata

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/transactions.html b/user_guide/database/transactions.html index a99e3eaa4..ac16ff193 100644 --- a/user_guide/database/transactions.html +++ b/user_guide/database/transactions.html @@ -193,7 +193,7 @@ Previous Topic:   Field MetaData   User Guide Home   ·   Next Topic:  Table Metadata

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html index 1e8e5b1a3..9a320c810 100644 --- a/user_guide/database/utilities.html +++ b/user_guide/database/utilities.html @@ -288,7 +288,7 @@ Previous Topic:  DB Forge Class Top of Page   ·   User Guide Home   ·   Next Topic:   Email Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/doc_style/index.html b/user_guide/doc_style/index.html index 3aa94bdd0..bf08b7219 100644 --- a/user_guide/doc_style/index.html +++ b/user_guide/doc_style/index.html @@ -79,7 +79,7 @@ Previous Topic:  PHP Style Guide< Top of Page   ·   User Guide Home   ·  

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/doc_style/template.html b/user_guide/doc_style/template.html index 8dc1a61f6..a6b4b34b4 100644 --- a/user_guide/doc_style/template.html +++ b/user_guide/doc_style/template.html @@ -121,7 +121,7 @@ Previous Topic:  Previous Class User Guide Home   ·   Next Topic:  Next Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/alternative_php.html b/user_guide/general/alternative_php.html index ccbb2ef08..f069a9722 100644 --- a/user_guide/general/alternative_php.html +++ b/user_guide/general/alternative_php.html @@ -140,7 +140,7 @@ Previous Topic:  Managing ApplicationsUser Guide Home   ·   Next Topic:  Security

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/ancillary_classes.html b/user_guide/general/ancillary_classes.html index 987000807..b972c2051 100644 --- a/user_guide/general/ancillary_classes.html +++ b/user_guide/general/ancillary_classes.html @@ -110,7 +110,7 @@ Previous Topic:  Creating Core Libra User Guide Home   ·   Next Topic:  Auto-loading Resources

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/autoloader.html b/user_guide/general/autoloader.html index 2b7a807ec..49d25b700 100644 --- a/user_guide/general/autoloader.html +++ b/user_guide/general/autoloader.html @@ -94,7 +94,7 @@ Previous Topic:  Hooks - Extending the Core Top of Page   ·   User Guide Home   ·   Next Topic:  Common Functions

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/caching.html b/user_guide/general/caching.html index 097b216d8..ce3fa669d 100644 --- a/user_guide/general/caching.html +++ b/user_guide/general/caching.html @@ -108,7 +108,7 @@ Previous Topic:  Error Handling User Guide Home   ·   Next Topic:  Profiling Your Application

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/common_functions.html b/user_guide/general/common_functions.html index a68e6ffee..df5dfea6e 100644 --- a/user_guide/general/common_functions.html +++ b/user_guide/general/common_functions.html @@ -83,7 +83,7 @@ Previous Topic:  Auto-loading Resources< Top of Page   ·   User Guide Home   ·   Next Topic:  Scaffolding

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html index 371bee5e8..a1145e43a 100644 --- a/user_guide/general/controllers.html +++ b/user_guide/general/controllers.html @@ -378,7 +378,7 @@ Previous Topic:  CodeIgniter URLs Top of Page   ·   User Guide Home   ·   Next Topic:  Reserved Names

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/core_classes.html b/user_guide/general/core_classes.html index a49c3f3fb..8a0ed2267 100644 --- a/user_guide/general/core_classes.html +++ b/user_guide/general/core_classes.html @@ -178,7 +178,7 @@ Previous Topic:  Creating Your Own L User Guide Home   ·   Next Topic:  Hooks - Extending the Core

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/creating_libraries.html b/user_guide/general/creating_libraries.html index 5f6a7100e..1d9900212 100644 --- a/user_guide/general/creating_libraries.html +++ b/user_guide/general/creating_libraries.html @@ -291,7 +291,7 @@ Previous Topic:  Using CodeIgniter Libraries< User Guide Home   ·   Next Topic:  Creating Core System Classes

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/credits.html b/user_guide/general/credits.html index a2d28613d..9210462a8 100644 --- a/user_guide/general/credits.html +++ b/user_guide/general/credits.html @@ -79,7 +79,7 @@ Previous Topic:  Change Log User Guide Home   ·   Next Topic:  Downloading CodeIgniter

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/errors.html b/user_guide/general/errors.html index 9da7017f6..c1bb69119 100644 --- a/user_guide/general/errors.html +++ b/user_guide/general/errors.html @@ -130,7 +130,7 @@ Previous Topic:  URI Routing User Guide Home   ·   Next Topic:  Page Caching

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/helpers.html b/user_guide/general/helpers.html index c61eecda5..06bc4d95b 100644 --- a/user_guide/general/helpers.html +++ b/user_guide/general/helpers.html @@ -178,7 +178,7 @@ Previous Topic:  Models User Guide Home   ·   Next Topic:  Plugins

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/hooks.html b/user_guide/general/hooks.html index 2797da368..8bc7dc53a 100644 --- a/user_guide/general/hooks.html +++ b/user_guide/general/hooks.html @@ -160,7 +160,7 @@ Previous Topic:  Creating Core Classes User Guide Home   ·   Next Topic:  Auto-loading Resources

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/libraries.html b/user_guide/general/libraries.html index 7908eea5a..d283c3590 100644 --- a/user_guide/general/libraries.html +++ b/user_guide/general/libraries.html @@ -87,7 +87,7 @@ Previous Topic:  Plugins User Guide Home   ·   Next Topic:  Creating Libraries

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/managing_apps.html b/user_guide/general/managing_apps.html index f3725492a..63e32bfbd 100644 --- a/user_guide/general/managing_apps.html +++ b/user_guide/general/managing_apps.html @@ -126,7 +126,7 @@ Previous Topic:  Profiling Your ApplicationUser Guide Home   ·   Next Topic:  Alternative PHP Syntax

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/models.html b/user_guide/general/models.html index 00ef9c1f4..efee5117a 100644 --- a/user_guide/general/models.html +++ b/user_guide/general/models.html @@ -244,7 +244,7 @@ Previous Topic:  Views User Guide Home   ·   Next Topic:  Helpers

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/plugins.html b/user_guide/general/plugins.html index bd8ebd80f..2a8d5c3e1 100644 --- a/user_guide/general/plugins.html +++ b/user_guide/general/plugins.html @@ -120,7 +120,7 @@ Previous Topic:  Helpers User Guide Home   ·   Next Topic:  Using Libraries

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/profiling.html b/user_guide/general/profiling.html index c7b45d127..1894fb371 100644 --- a/user_guide/general/profiling.html +++ b/user_guide/general/profiling.html @@ -97,7 +97,7 @@ Previous Topic:  Caching User Guide Home   ·   Next Topic:  Managing Applications

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/quick_reference.html b/user_guide/general/quick_reference.html index de89a03e8..581193e3d 100644 --- a/user_guide/general/quick_reference.html +++ b/user_guide/general/quick_reference.html @@ -70,7 +70,7 @@ Quick Reference Chart Top of Page   ·   User Guide Home

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/requirements.html b/user_guide/general/requirements.html index 297c42e09..e790b127a 100644 --- a/user_guide/general/requirements.html +++ b/user_guide/general/requirements.html @@ -75,7 +75,7 @@ Server Requirements User Guide Home   ·   Next Topic:  License Agreement

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/reserved_names.html b/user_guide/general/reserved_names.html index 13e530ed6..2b4232a6e 100644 --- a/user_guide/general/reserved_names.html +++ b/user_guide/general/reserved_names.html @@ -149,7 +149,7 @@ Previous Topic:  Controllers Top of Page   ·   User Guide Home   ·   Next Topic:  Views

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/routing.html b/user_guide/general/routing.html index a2c5a9676..6fa4e1abc 100644 --- a/user_guide/general/routing.html +++ b/user_guide/general/routing.html @@ -169,7 +169,7 @@ Previous Topic:  Scaffolding User Guide Home   ·   Next Topic:  Error Handling

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/scaffolding.html b/user_guide/general/scaffolding.html index 98e5fb066..3ffd89088 100644 --- a/user_guide/general/scaffolding.html +++ b/user_guide/general/scaffolding.html @@ -140,7 +140,7 @@ Previous Topic:  Common Functions& Top of Page   ·   User Guide Home   ·   Next Topic:  URI Routing

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/security.html b/user_guide/general/security.html index b11179206..6906404e5 100644 --- a/user_guide/general/security.html +++ b/user_guide/general/security.html @@ -146,7 +146,7 @@ Previous Topic:  Alternative PHP User Guide Home   ·   Next Topic:  PHP Style Guide

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/styleguide.html b/user_guide/general/styleguide.html index cce5a11ed..a52ed5a5f 100644 --- a/user_guide/general/styleguide.html +++ b/user_guide/general/styleguide.html @@ -680,7 +680,7 @@ Previous Topic:  Security User Guide Home   ·   Next Topic:  Writing Documentation

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/urls.html b/user_guide/general/urls.html index d26ae5735..6ac0d4108 100644 --- a/user_guide/general/urls.html +++ b/user_guide/general/urls.html @@ -144,7 +144,7 @@ segment based URLs.

Top of Page   ·   User Guide Home   ·   Next Topic:  Controllers

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/general/views.html b/user_guide/general/views.html index c7495252b..2dacf735b 100644 --- a/user_guide/general/views.html +++ b/user_guide/general/views.html @@ -267,7 +267,7 @@ Previous Topic:  Reserved Names User Guide Home   ·   Next Topic:  Models

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/array_helper.html b/user_guide/helpers/array_helper.html index bdbb6d8d8..b10b9fef8 100644 --- a/user_guide/helpers/array_helper.html +++ b/user_guide/helpers/array_helper.html @@ -112,7 +112,7 @@ Previous Topic:   Zip Encoding ClassTop of Page   ·   User Guide Home   ·   Next Topic:  Compatibility Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/compatibility_helper.html b/user_guide/helpers/compatibility_helper.html index 33b16c87c..8f32451c4 100644 --- a/user_guide/helpers/compatibility_helper.html +++ b/user_guide/helpers/compatibility_helper.html @@ -111,7 +111,7 @@ Previous Topic:  Array Helper User Guide Home   ·   Next Topic:  Cookie Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/cookie_helper.html b/user_guide/helpers/cookie_helper.html index 83a99cd44..ea727f4e7 100644 --- a/user_guide/helpers/cookie_helper.html +++ b/user_guide/helpers/cookie_helper.html @@ -141,7 +141,7 @@ Previous Topic:  Compatibility Hel Top of Page   ·   User Guide Home   ·   Next Topic:  Date Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/date_helper.html b/user_guide/helpers/date_helper.html index 191a2932a..72dafd11b 100644 --- a/user_guide/helpers/date_helper.html +++ b/user_guide/helpers/date_helper.html @@ -401,7 +401,7 @@ Previous Topic:  Cookie Helper User Guide Home   ·   Next Topic:  Directory Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/directory_helper.html b/user_guide/helpers/directory_helper.html index b9fab8108..898b5ac0b 100644 --- a/user_guide/helpers/directory_helper.html +++ b/user_guide/helpers/directory_helper.html @@ -133,7 +133,7 @@ Previous Topic:  Date Helper User Guide Home   ·   Next Topic:  Download Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/download_helper.html b/user_guide/helpers/download_helper.html index 0d7306e9b..f9af0e017 100644 --- a/user_guide/helpers/download_helper.html +++ b/user_guide/helpers/download_helper.html @@ -105,7 +105,7 @@ Previous Topic:  Directory Helper Top of Page   ·   User Guide Home   ·   Next Topic:  Email Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/email_helper.html b/user_guide/helpers/email_helper.html index 807e90c01..371ba5d89 100644 --- a/user_guide/helpers/email_helper.html +++ b/user_guide/helpers/email_helper.html @@ -95,7 +95,7 @@ Previous Topic:  Download Helper Top of Page   ·   User Guide Home   ·   Next Topic:  File Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/file_helper.html b/user_guide/helpers/file_helper.html index 7727a6924..9170d417a 100644 --- a/user_guide/helpers/file_helper.html +++ b/user_guide/helpers/file_helper.html @@ -171,7 +171,7 @@ Previous Topic:  Email Helper Top of Page   ·   User Guide Home   ·   Next Topic:  Form Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/form_helper.html b/user_guide/helpers/form_helper.html index db2551c3e..658b91b18 100644 --- a/user_guide/helpers/form_helper.html +++ b/user_guide/helpers/form_helper.html @@ -477,7 +477,7 @@ Previous Topic:  File Helper User Guide Home   ·   Next Topic:  HTML Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/html_helper.html b/user_guide/helpers/html_helper.html index 5301fb7c7..ec924241a 100644 --- a/user_guide/helpers/html_helper.html +++ b/user_guide/helpers/html_helper.html @@ -366,7 +366,7 @@ Previous Topic:  Form Helper Top of Page   ·   User Guide Home   ·   Next Topic:   Path Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/inflector_helper.html b/user_guide/helpers/inflector_helper.html index b9098beb5..251e3f360 100644 --- a/user_guide/helpers/inflector_helper.html +++ b/user_guide/helpers/inflector_helper.html @@ -144,7 +144,7 @@ Previous Topic:   HTML Helper User Guide Home   ·   Next Topic:  Number Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/language_helper.html b/user_guide/helpers/language_helper.html index 3418d6f26..fe0430d5f 100644 --- a/user_guide/helpers/language_helper.html +++ b/user_guide/helpers/language_helper.html @@ -91,7 +91,7 @@ Previous Topic:  Date Helper User Guide Home   ·   Next Topic:  Download Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/number_helper.html b/user_guide/helpers/number_helper.html index f90d9afdb..e4527223b 100644 --- a/user_guide/helpers/number_helper.html +++ b/user_guide/helpers/number_helper.html @@ -100,7 +100,7 @@ Previous Topic:  Inflector Helper User Guide Home   ·   Next Topic:  Path Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/path_helper.html b/user_guide/helpers/path_helper.html index ca888c0cd..23c0a0f6c 100644 --- a/user_guide/helpers/path_helper.html +++ b/user_guide/helpers/path_helper.html @@ -99,7 +99,7 @@ Previous Topic:  Number Helper User Guide Home   ·   Next Topic:  Security Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/security_helper.html b/user_guide/helpers/security_helper.html index f84ebaeb9..0743ab27b 100644 --- a/user_guide/helpers/security_helper.html +++ b/user_guide/helpers/security_helper.html @@ -118,7 +118,7 @@ Previous Topic:   Path Helper Top of Page   ·   User Guide Home   ·   Next Topic:  Smiley Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/smiley_helper.html b/user_guide/helpers/smiley_helper.html index 430aea69f..3c88bcf74 100644 --- a/user_guide/helpers/smiley_helper.html +++ b/user_guide/helpers/smiley_helper.html @@ -197,7 +197,7 @@ Previous Topic:  Security Helper User Guide Home   ·   Next Topic:  String Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/string_helper.html b/user_guide/helpers/string_helper.html index d799f0570..cfe64e137 100644 --- a/user_guide/helpers/string_helper.html +++ b/user_guide/helpers/string_helper.html @@ -169,7 +169,7 @@ Previous Topic:  Smiley Helper User Guide Home   ·   Next Topic:  Text Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/text_helper.html b/user_guide/helpers/text_helper.html index 94ab64712..1c7b46387 100644 --- a/user_guide/helpers/text_helper.html +++ b/user_guide/helpers/text_helper.html @@ -185,7 +185,7 @@ Previous Topic:  String Helper User Guide Home   ·   Next Topic:  Typography Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/typography_helper.html b/user_guide/helpers/typography_helper.html index 8e52e4ff4..7a560aa0b 100644 --- a/user_guide/helpers/typography_helper.html +++ b/user_guide/helpers/typography_helper.html @@ -105,7 +105,7 @@ Previous Topic:  Text Helper User Guide Home   ·   Next Topic:  URL Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html index b7e2aa52b..6e410d7d9 100644 --- a/user_guide/helpers/url_helper.html +++ b/user_guide/helpers/url_helper.html @@ -282,7 +282,7 @@ Previous Topic:  Typography HelperUser Guide Home   ·   Next Topic:  XML Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/helpers/xml_helper.html b/user_guide/helpers/xml_helper.html index bae82076d..c6881a8b1 100644 --- a/user_guide/helpers/xml_helper.html +++ b/user_guide/helpers/xml_helper.html @@ -98,7 +98,7 @@ Previous Topic:  URL Helper Top of Page   ·   User Guide Home

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/index.html b/user_guide/index.html index b9825592b..c803fbfd5 100644 --- a/user_guide/index.html +++ b/user_guide/index.html @@ -90,7 +90,7 @@ minimizing the amount of code needed for a given task.

diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html index 9689dbb3f..667393fea 100644 --- a/user_guide/installation/downloads.html +++ b/user_guide/installation/downloads.html @@ -97,7 +97,7 @@ Previous Topic:  Credits User Guide Home   ·   Next Topic:  Installation Instructions

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/index.html b/user_guide/installation/index.html index 4c0d75865..8e3d3b642 100644 --- a/user_guide/installation/index.html +++ b/user_guide/installation/index.html @@ -90,7 +90,7 @@ Previous Topic:  Credits Next Topic:  Upgrading from a Previous Version

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/troubleshooting.html b/user_guide/installation/troubleshooting.html index 4b8c7eeb7..d8681b3be 100644 --- a/user_guide/installation/troubleshooting.html +++ b/user_guide/installation/troubleshooting.html @@ -83,7 +83,7 @@ Previous Topic:  Upgrading from a Previous Ve User Guide Home   ·   Next Topic:  CodeIgniter at a Glance

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_120.html b/user_guide/installation/upgrade_120.html index 39e2ee2c7..c4226a582 100644 --- a/user_guide/installation/upgrade_120.html +++ b/user_guide/installation/upgrade_120.html @@ -85,7 +85,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_130.html b/user_guide/installation/upgrade_130.html index c977f2176..145276331 100644 --- a/user_guide/installation/upgrade_130.html +++ b/user_guide/installation/upgrade_130.html @@ -196,7 +196,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_131.html b/user_guide/installation/upgrade_131.html index 217416d21..fed72d86e 100644 --- a/user_guide/installation/upgrade_131.html +++ b/user_guide/installation/upgrade_131.html @@ -95,7 +95,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_132.html b/user_guide/installation/upgrade_132.html index 1f8e3aab2..7fae18907 100644 --- a/user_guide/installation/upgrade_132.html +++ b/user_guide/installation/upgrade_132.html @@ -93,7 +93,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_133.html b/user_guide/installation/upgrade_133.html index 0f3052a4d..b23b39751 100644 --- a/user_guide/installation/upgrade_133.html +++ b/user_guide/installation/upgrade_133.html @@ -105,7 +105,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_140.html b/user_guide/installation/upgrade_140.html index 511b54e6e..053ffc70a 100644 --- a/user_guide/installation/upgrade_140.html +++ b/user_guide/installation/upgrade_140.html @@ -138,7 +138,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_141.html b/user_guide/installation/upgrade_141.html index 706bedff7..6df255ff3 100644 --- a/user_guide/installation/upgrade_141.html +++ b/user_guide/installation/upgrade_141.html @@ -141,7 +141,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_150.html b/user_guide/installation/upgrade_150.html index e139cc3fd..65020073d 100644 --- a/user_guide/installation/upgrade_150.html +++ b/user_guide/installation/upgrade_150.html @@ -171,7 +171,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_152.html b/user_guide/installation/upgrade_152.html index 771beed4f..009fb4b85 100644 --- a/user_guide/installation/upgrade_152.html +++ b/user_guide/installation/upgrade_152.html @@ -104,7 +104,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_153.html b/user_guide/installation/upgrade_153.html index 56314af5e..69ba01f33 100644 --- a/user_guide/installation/upgrade_153.html +++ b/user_guide/installation/upgrade_153.html @@ -93,7 +93,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_154.html b/user_guide/installation/upgrade_154.html index 688db3a1e..16df578ee 100644 --- a/user_guide/installation/upgrade_154.html +++ b/user_guide/installation/upgrade_154.html @@ -109,7 +109,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_160.html b/user_guide/installation/upgrade_160.html index b9c181ab3..ffe8b5e84 100644 --- a/user_guide/installation/upgrade_160.html +++ b/user_guide/installation/upgrade_160.html @@ -118,7 +118,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_161.html b/user_guide/installation/upgrade_161.html index c7d1159b3..04703f7c4 100644 --- a/user_guide/installation/upgrade_161.html +++ b/user_guide/installation/upgrade_161.html @@ -91,7 +91,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_162.html b/user_guide/installation/upgrade_162.html index 8db8f2eb1..339397ef6 100644 --- a/user_guide/installation/upgrade_162.html +++ b/user_guide/installation/upgrade_162.html @@ -99,7 +99,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_163.html b/user_guide/installation/upgrade_163.html index 2edd654ce..9f3551886 100644 --- a/user_guide/installation/upgrade_163.html +++ b/user_guide/installation/upgrade_163.html @@ -92,7 +92,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_170.html b/user_guide/installation/upgrade_170.html index 6f19c6bfd..45e2fe587 100644 --- a/user_guide/installation/upgrade_170.html +++ b/user_guide/installation/upgrade_170.html @@ -114,7 +114,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_171.html b/user_guide/installation/upgrade_171.html index 71d9d5ba6..bd724af71 100644 --- a/user_guide/installation/upgrade_171.html +++ b/user_guide/installation/upgrade_171.html @@ -91,7 +91,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_b11.html b/user_guide/installation/upgrade_b11.html index b59e860dc..4ea2e23a0 100644 --- a/user_guide/installation/upgrade_b11.html +++ b/user_guide/installation/upgrade_b11.html @@ -137,7 +137,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrading.html b/user_guide/installation/upgrading.html index 758a31051..4befa3501 100644 --- a/user_guide/installation/upgrading.html +++ b/user_guide/installation/upgrading.html @@ -93,7 +93,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/benchmark.html b/user_guide/libraries/benchmark.html index 25a24826a..adc230647 100644 --- a/user_guide/libraries/benchmark.html +++ b/user_guide/libraries/benchmark.html @@ -191,7 +191,7 @@ Previous Topic:   Security User Guide Home   ·   Next Topic:  Calendar Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/calendar.html b/user_guide/libraries/calendar.html index abfcee5be..036179002 100644 --- a/user_guide/libraries/calendar.html +++ b/user_guide/libraries/calendar.html @@ -242,7 +242,7 @@ Previous Topic:  Benchmark Class User Guide Home   ·   Next Topic:  Cart Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/cart.html b/user_guide/libraries/cart.html index bd3caef9f..44229162d 100644 --- a/user_guide/libraries/cart.html +++ b/user_guide/libraries/cart.html @@ -339,7 +339,7 @@ Previous Topic:  Calendar Class User Guide Home   ·   Next Topic:  Config Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/config.html b/user_guide/libraries/config.html index 8937a043a..bd022ea31 100644 --- a/user_guide/libraries/config.html +++ b/user_guide/libraries/config.html @@ -174,7 +174,7 @@ Previous Topic:  Calendaring Class User Guide Home   ·   Next Topic:  Database Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/email.html b/user_guide/libraries/email.html index b6cdd0527..ad6de0545 100644 --- a/user_guide/libraries/email.html +++ b/user_guide/libraries/email.html @@ -300,7 +300,7 @@ Previous Topic:  Database Class User Guide Home   ·   Next Topic:  Encryption Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/encryption.html b/user_guide/libraries/encryption.html index 3cf501a2b..28d2f4db3 100644 --- a/user_guide/libraries/encryption.html +++ b/user_guide/libraries/encryption.html @@ -175,7 +175,7 @@ Previous Topic:  Email Class User Guide Home   ·   Next Topic:  File Uploading Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html index 1051dcbb1..6feb0ccd8 100644 --- a/user_guide/libraries/file_uploading.html +++ b/user_guide/libraries/file_uploading.html @@ -441,7 +441,7 @@ Previous Topic:  Encryption Helper User Guide Home   ·   Next Topic:  Form Validation Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html index 97178ff51..3069054ae 100644 --- a/user_guide/libraries/form_validation.html +++ b/user_guide/libraries/form_validation.html @@ -1214,7 +1214,7 @@ Previous Topic:  File Uploading ClassUser Guide Home   ·   Next Topic:  FTP Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/ftp.html b/user_guide/libraries/ftp.html index 9d78553b9..a3626e13b 100644 --- a/user_guide/libraries/ftp.html +++ b/user_guide/libraries/ftp.html @@ -296,7 +296,7 @@ Previous Topic:  Form Validation Class< User Guide Home   ·   Next Topic:  HTML Table Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/image_lib.html b/user_guide/libraries/image_lib.html index a87c17640..6f6fec0c0 100644 --- a/user_guide/libraries/image_lib.html +++ b/user_guide/libraries/image_lib.html @@ -659,7 +659,7 @@ Previous Topic:  HTML Table Class User Guide Home   ·   Next Topic:  Input Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/input.html b/user_guide/libraries/input.html index 4363ce2f2..025f8c0a5 100644 --- a/user_guide/libraries/input.html +++ b/user_guide/libraries/input.html @@ -224,7 +224,7 @@ Previous Topic:  Image Manipulation Class User Guide Home   ·   Next Topic:  Loader Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/language.html b/user_guide/libraries/language.html index fc8886dfd..59f3515db 100644 --- a/user_guide/libraries/language.html +++ b/user_guide/libraries/language.html @@ -130,7 +130,7 @@ Previous Topic:  Loader Class User Guide Home   ·   Next Topic:  Output Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html index afe3a9cc2..a19fe6654 100644 --- a/user_guide/libraries/loader.html +++ b/user_guide/libraries/loader.html @@ -207,7 +207,7 @@ Previous Topic:  Input Class User Guide Home   ·   Next Topic:  Language Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/output.html b/user_guide/libraries/output.html index 845883130..6d75fe7b2 100644 --- a/user_guide/libraries/output.html +++ b/user_guide/libraries/output.html @@ -138,7 +138,7 @@ Previous Topic:  Language Class User Guide Home   ·   Next Topic:  Pagination Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html index deb25b3ab..4a6dd7caa 100644 --- a/user_guide/libraries/pagination.html +++ b/user_guide/libraries/pagination.html @@ -211,7 +211,7 @@ Previous Topic:  Output Class User Guide Home   ·   Next Topic:  Session Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/parser.html b/user_guide/libraries/parser.html index a80226f04..53de71ee2 100644 --- a/user_guide/libraries/parser.html +++ b/user_guide/libraries/parser.html @@ -201,7 +201,7 @@ Previous Topic:  Trackback Class User Guide Home   ·   Next Topic:  Typography

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/sessions.html b/user_guide/libraries/sessions.html index 984e4edcb..922a5c02c 100644 --- a/user_guide/libraries/sessions.html +++ b/user_guide/libraries/sessions.html @@ -304,7 +304,7 @@ Previous Topic:  Pagination Class User Guide Home   ·   Next Topic:  Trackback Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html index 287d8af0c..77d399cf5 100644 --- a/user_guide/libraries/table.html +++ b/user_guide/libraries/table.html @@ -285,7 +285,7 @@ Previous Topic:  FTP Class   &mi User Guide Home   ·   Next Topic:  Image Manipulation Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/trackback.html b/user_guide/libraries/trackback.html index 5cdd5bcb5..95de3668e 100644 --- a/user_guide/libraries/trackback.html +++ b/user_guide/libraries/trackback.html @@ -239,7 +239,7 @@ Previous Topic:  Session Class User Guide Home   ·   Next Topic:  Template Parser Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/typography.html b/user_guide/libraries/typography.html index b2fdc179a..e165d0def 100644 --- a/user_guide/libraries/typography.html +++ b/user_guide/libraries/typography.html @@ -153,7 +153,7 @@ Previous Topic:  Template Parser User Guide Home   ·   Next Topic:  Unit Testing Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/unit_testing.html b/user_guide/libraries/unit_testing.html index 74d05ba89..b38c2d79a 100644 --- a/user_guide/libraries/unit_testing.html +++ b/user_guide/libraries/unit_testing.html @@ -198,7 +198,7 @@ Previous Topic:  Typography Class User Guide Home   ·   Next Topic:  URI Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html index 81e0741c7..977f97c2f 100644 --- a/user_guide/libraries/uri.html +++ b/user_guide/libraries/uri.html @@ -245,7 +245,7 @@ Previous Topic:  Unit Testing Class User Guide Home   ·   Next Topic:  User Agent Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/user_agent.html b/user_guide/libraries/user_agent.html index f0677dfd4..7b215a605 100644 --- a/user_guide/libraries/user_agent.html +++ b/user_guide/libraries/user_agent.html @@ -194,7 +194,7 @@ Previous Topic:  URI Class User Guide Home   ·   Next Topic:  XML-RPC Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/validation.html b/user_guide/libraries/validation.html index 46abc469d..4de9f9f85 100644 --- a/user_guide/libraries/validation.html +++ b/user_guide/libraries/validation.html @@ -733,7 +733,7 @@ Previous Topic:  User Agent Class User Guide Home   ·   Next Topic:  XML-RPC Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html index 419b4d410..791229303 100644 --- a/user_guide/libraries/xmlrpc.html +++ b/user_guide/libraries/xmlrpc.html @@ -510,7 +510,7 @@ Previous Topic:  User Agent Class User Guide Home   ·   Next Topic:  Zip Encoding Class

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/zip.html b/user_guide/libraries/zip.html index ddbf32898..c9999246e 100644 --- a/user_guide/libraries/zip.html +++ b/user_guide/libraries/zip.html @@ -271,7 +271,7 @@ Previous Topic:   XML-RPC Class User Guide Home   ·   Next Topic:  Array Helper

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/license.html b/user_guide/license.html index 8c950bd3b..37ff58b3c 100644 --- a/user_guide/license.html +++ b/user_guide/license.html @@ -60,7 +60,7 @@ License Agreement

CodeIgniter License Agreement

-

Copyright (c) 2008, EllisLab, Inc.
+

Copyright (c) 2008 - 2009, EllisLab, Inc.
All rights reserved.

This license is a legal agreement between you and EllisLab Inc. for the use of CodeIgniter Software (the "Software"). By obtaining the Software you agree to comply with the terms and conditions of this license.

@@ -100,7 +100,7 @@ Previous Topic:  Server Requiremen User Guide Home   ·   Next Topic:  Change Log

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/overview/appflow.html b/user_guide/overview/appflow.html index 45e6f4fe6..766e66822 100644 --- a/user_guide/overview/appflow.html +++ b/user_guide/overview/appflow.html @@ -88,7 +88,7 @@ Previous Topic:  CodeIgniter Features User Guide Home   ·   Next Topic:  Model-View-Controller

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/overview/at_a_glance.html b/user_guide/overview/at_a_glance.html index 1c3f7ac5e..15d3049bf 100644 --- a/user_guide/overview/at_a_glance.html +++ b/user_guide/overview/at_a_glance.html @@ -165,7 +165,7 @@ Previous Topic:  Getting Started User Guide Home   ·   Next Topic:  CodeIgniter Features

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/overview/features.html b/user_guide/overview/features.html index 0ce17f59d..7d9875bff 100644 --- a/user_guide/overview/features.html +++ b/user_guide/overview/features.html @@ -113,7 +113,7 @@ Previous Topic:  CodeIgniter At a GlanceUser Guide Home   ·   Next Topic:  Application Flow Chart

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/overview/getting_started.html b/user_guide/overview/getting_started.html index a46b03b82..d73812771 100644 --- a/user_guide/overview/getting_started.html +++ b/user_guide/overview/getting_started.html @@ -85,7 +85,7 @@ our Wiki to see code examples posted User Guide Home   ·   Next Topic:  CodeIgniter At a Glance

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/overview/goals.html b/user_guide/overview/goals.html index ec7d8f95c..0b3a2f3fe 100644 --- a/user_guide/overview/goals.html +++ b/user_guide/overview/goals.html @@ -91,7 +91,7 @@ Previous Topic:  Model-View-Controller User Guide Home   ·   Next Topic:  Getting Started

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/overview/index.html b/user_guide/overview/index.html index 3200e177a..ebca6d509 100644 --- a/user_guide/overview/index.html +++ b/user_guide/overview/index.html @@ -77,7 +77,7 @@ Introduction diff --git a/user_guide/overview/mvc.html b/user_guide/overview/mvc.html index 78d49015d..ece54be33 100644 --- a/user_guide/overview/mvc.html +++ b/user_guide/overview/mvc.html @@ -93,7 +93,7 @@ Previous Topic:  Application Flow Chart User Guide Home   ·   Next Topic:  Architectural Goals

-

CodeIgniter  ·  Copyright © 2006-2008  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006-2009  ·  Ellislab, Inc.

diff --git a/user_guide/toc.html b/user_guide/toc.html index 269c756df..e89ddb907 100644 --- a/user_guide/toc.html +++ b/user_guide/toc.html @@ -200,7 +200,7 @@ Table of Contents -- cgit v1.2.3-24-g4f1b