From d96181c60f5ecfb647d1f5a76774b1b9968d489d Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Mon, 4 Nov 2013 17:36:04 -0500 Subject: [PATCH] Q4 2013, seemed like a good time to update the copyright notices --- LICENSE | 20 ++++++++++++++++++++ MIT-LICENSE.txt | 21 --------------------- classes/API/Common.php | 4 ++-- classes/API/Google/Profanity.php | 4 ++-- classes/API/Gravatar.php | 4 ++-- classes/API/Tinychat.php | 4 ++-- classes/Browser.php | 4 ++-- classes/Cache.php | 4 ++-- classes/Config.php | 4 ++-- classes/Controller.php | 4 ++-- classes/Convert.php | 4 ++-- classes/Database.php | 4 ++-- classes/Database/Common.php | 4 ++-- classes/Database/PDO/Common.php | 4 ++-- classes/Database/PDO/MySQL.php | 4 ++-- classes/Database/PDO/PostgreSQL.php | 4 ++-- classes/Database/PDO/SQLite.php | 4 ++-- classes/Date.php | 4 ++-- classes/Display/Common.php | 4 ++-- classes/Display/JSON.php | 4 ++-- classes/Display/PHP.php | 4 ++-- classes/Display/RSS.php | 4 ++-- classes/Display/XML.php | 4 ++-- classes/Distance.php | 4 ++-- classes/Dynamic.php | 4 ++-- classes/Error.php | 4 ++-- classes/File.php | 4 ++-- classes/Form.php | 4 ++-- classes/HTML.php | 4 ++-- classes/Log.php | 4 ++-- classes/Model.php | 4 ++-- classes/Module.php | 4 ++-- classes/Number.php | 4 ++-- classes/Object.php | 4 ++-- classes/Profiler.php | 4 ++-- classes/Security.php | 4 ++-- classes/Session.php | 4 ++-- classes/Sort.php | 4 ++-- classes/String.php | 4 ++-- classes/Time.php | 4 ++-- classes/Validate.php | 4 ++-- pickles.php | 4 ++-- 42 files changed, 100 insertions(+), 101 deletions(-) create mode 100644 LICENSE delete mode 100644 MIT-LICENSE.txt diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4854089 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2007-2013 Joshua Sherman + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt deleted file mode 100644 index 55e79a5..0000000 --- a/MIT-LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License - -Copyright (c) 2011 Josh Sherman, https://github.com/joshtronic/pickles - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/classes/API/Common.php b/classes/API/Common.php index 5f041e6..9937372 100644 --- a/classes/API/Common.php +++ b/classes/API/Common.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/API/Google/Profanity.php b/classes/API/Google/Profanity.php index af33c34..e7c63ca 100644 --- a/classes/API/Google/Profanity.php +++ b/classes/API/Google/Profanity.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/API/Gravatar.php b/classes/API/Gravatar.php index 226fe30..f7ecce8 100644 --- a/classes/API/Gravatar.php +++ b/classes/API/Gravatar.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2013, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/API/Tinychat.php b/classes/API/Tinychat.php index 065cd9d..31772d3 100644 --- a/classes/API/Tinychat.php +++ b/classes/API/Tinychat.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Browser.php b/classes/Browser.php index 9506456..35fe1bd 100644 --- a/classes/Browser.php +++ b/classes/Browser.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2013, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Cache.php b/classes/Cache.php index 1aba0fc..0aba116 100644 --- a/classes/Cache.php +++ b/classes/Cache.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Config.php b/classes/Config.php index 429d567..866dc00 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Controller.php b/classes/Controller.php index 038781d..9e83beb 100644 --- a/classes/Controller.php +++ b/classes/Controller.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2013, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Convert.php b/classes/Convert.php index 02c5bba..7aaf8b3 100644 --- a/classes/Convert.php +++ b/classes/Convert.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Database.php b/classes/Database.php index c31f46a..291548f 100644 --- a/classes/Database.php +++ b/classes/Database.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Database/Common.php b/classes/Database/Common.php index c962abd..3cd83ac 100644 --- a/classes/Database/Common.php +++ b/classes/Database/Common.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Database/PDO/Common.php b/classes/Database/PDO/Common.php index a5aca21..0c2305d 100644 --- a/classes/Database/PDO/Common.php +++ b/classes/Database/PDO/Common.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2013, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Database/PDO/MySQL.php b/classes/Database/PDO/MySQL.php index d6ee07d..69a21e4 100644 --- a/classes/Database/PDO/MySQL.php +++ b/classes/Database/PDO/MySQL.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Database/PDO/PostgreSQL.php b/classes/Database/PDO/PostgreSQL.php index fd8930b..c887079 100644 --- a/classes/Database/PDO/PostgreSQL.php +++ b/classes/Database/PDO/PostgreSQL.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Database/PDO/SQLite.php b/classes/Database/PDO/SQLite.php index 16efd14..fbb279e 100644 --- a/classes/Database/PDO/SQLite.php +++ b/classes/Database/PDO/SQLite.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Date.php b/classes/Date.php index 41455ba..52b00c7 100644 --- a/classes/Date.php +++ b/classes/Date.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Display/Common.php b/classes/Display/Common.php index ca1942e..0fd6c07 100644 --- a/classes/Display/Common.php +++ b/classes/Display/Common.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Display/JSON.php b/classes/Display/JSON.php index db56981..3d616a0 100644 --- a/classes/Display/JSON.php +++ b/classes/Display/JSON.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Display/PHP.php b/classes/Display/PHP.php index b537079..f6f38de 100644 --- a/classes/Display/PHP.php +++ b/classes/Display/PHP.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2013, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Display/RSS.php b/classes/Display/RSS.php index 785548e..41f5dec 100644 --- a/classes/Display/RSS.php +++ b/classes/Display/RSS.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Display/XML.php b/classes/Display/XML.php index ec30888..2077b2b 100644 --- a/classes/Display/XML.php +++ b/classes/Display/XML.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Distance.php b/classes/Distance.php index 1f94b46..f20a270 100644 --- a/classes/Distance.php +++ b/classes/Distance.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Dynamic.php b/classes/Dynamic.php index ea7d6ee..15416a7 100644 --- a/classes/Dynamic.php +++ b/classes/Dynamic.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2013, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Error.php b/classes/Error.php index 3ad0c63..2ca12c4 100644 --- a/classes/Error.php +++ b/classes/Error.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/File.php b/classes/File.php index 89809a3..224d3e5 100644 --- a/classes/File.php +++ b/classes/File.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Form.php b/classes/Form.php index adfe7b1..5c63dbd 100644 --- a/classes/Form.php +++ b/classes/Form.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2013, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/HTML.php b/classes/HTML.php index 4d5f283..2c1a879 100644 --- a/classes/HTML.php +++ b/classes/HTML.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2013, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Log.php b/classes/Log.php index 26d57ae..ad8712a 100644 --- a/classes/Log.php +++ b/classes/Log.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Model.php b/classes/Model.php index c5bf829..1db36d0 100644 --- a/classes/Model.php +++ b/classes/Model.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2013, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Module.php b/classes/Module.php index f0c931b..67e01d4 100644 --- a/classes/Module.php +++ b/classes/Module.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2013, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Number.php b/classes/Number.php index c7baaa6..2456435 100644 --- a/classes/Number.php +++ b/classes/Number.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Object.php b/classes/Object.php index 877bebf..4abd617 100644 --- a/classes/Object.php +++ b/classes/Object.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Profiler.php b/classes/Profiler.php index 9779b67..7c52b89 100644 --- a/classes/Profiler.php +++ b/classes/Profiler.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Security.php b/classes/Security.php index 2fe69f0..85bd07a 100644 --- a/classes/Security.php +++ b/classes/Security.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Session.php b/classes/Session.php index fbfeafa..ead03c8 100644 --- a/classes/Session.php +++ b/classes/Session.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2013, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Sort.php b/classes/Sort.php index 653263a..b3092b3 100644 --- a/classes/Sort.php +++ b/classes/Sort.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2013, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/String.php b/classes/String.php index 9e61e51..e9ad181 100644 --- a/classes/String.php +++ b/classes/String.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Time.php b/classes/Time.php index 758c976..8c549af 100644 --- a/classes/Time.php +++ b/classes/Time.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/classes/Validate.php b/classes/Validate.php index f5f85ea..25826ff 100644 --- a/classes/Validate.php +++ b/classes/Validate.php @@ -8,8 +8,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2012, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles diff --git a/pickles.php b/pickles.php index 32b2d36..a66b70e 100644 --- a/pickles.php +++ b/pickles.php @@ -13,8 +13,8 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2013, Josh Sherman + * @author Joshua Sherman + * @copyright Copyright 2007-2013, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles