From 6f114361bd9c0ad3ffeaf9f201e2e8b4429a132f Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 30 Sep 2012 12:40:29 -0400 Subject: [PATCH] Updated copyright, website and contact email --- classes/API/Common.php | 6 +++--- classes/API/Google/Profanity.php | 2 +- classes/API/Tinychat.php | 2 +- classes/Cache.php | 6 +++--- classes/Config.php | 6 +++--- classes/Controller.php | 4 ++-- classes/Convert.php | 2 +- classes/Database.php | 2 +- classes/Database/Common.php | 6 +++--- classes/Database/PDO/Common.php | 2 +- classes/Database/PDO/MySQL.php | 6 +++--- classes/Database/PDO/PostgreSQL.php | 6 +++--- classes/Database/PDO/SQLite.php | 6 +++--- classes/Date.php | 2 +- classes/Display/Common.php | 6 +++--- classes/Display/JSON.php | 6 +++--- classes/Display/PHP.php | 6 +++--- classes/Display/RSS.php | 6 +++--- classes/Display/XML.php | 6 +++--- classes/Dynamic.php | 6 +++--- classes/Error.php | 6 +++--- classes/File.php | 2 +- classes/Form.php | 2 +- classes/Log.php | 2 +- classes/Model.php | 2 +- classes/Module.php | 2 +- classes/Object.php | 2 +- classes/Profiler.php | 2 +- classes/Security.php | 2 +- classes/Session.php | 6 +++--- classes/String.php | 2 +- 31 files changed, 62 insertions(+), 62 deletions(-) diff --git a/classes/API/Common.php b/classes/API/Common.php index c75777c..5f041e6 100644 --- a/classes/API/Common.php +++ b/classes/API/Common.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/API/Google/Profanity.php b/classes/API/Google/Profanity.php index e67ba04..af33c34 100644 --- a/classes/API/Google/Profanity.php +++ b/classes/API/Google/Profanity.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/API/Tinychat.php b/classes/API/Tinychat.php index f615154..065cd9d 100644 --- a/classes/API/Tinychat.php +++ b/classes/API/Tinychat.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/Cache.php b/classes/Cache.php index 75656a1..2d9458b 100644 --- a/classes/Cache.php +++ b/classes/Cache.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/Config.php b/classes/Config.php index ee0951c..429d567 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/Controller.php b/classes/Controller.php index 2423ee2..fb53762 100644 --- a/classes/Controller.php +++ b/classes/Controller.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://github.com/joshtronic/pickles + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/Convert.php b/classes/Convert.php index fe4a2ab..c8ff1b2 100644 --- a/classes/Convert.php +++ b/classes/Convert.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/Database.php b/classes/Database.php index 149f5ba..52d189b 100644 --- a/classes/Database.php +++ b/classes/Database.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/Database/Common.php b/classes/Database/Common.php index d229614..b58e1bb 100644 --- a/classes/Database/Common.php +++ b/classes/Database/Common.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/Database/PDO/Common.php b/classes/Database/PDO/Common.php index 02cf981..0dee3e9 100644 --- a/classes/Database/PDO/Common.php +++ b/classes/Database/PDO/Common.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/Database/PDO/MySQL.php b/classes/Database/PDO/MySQL.php index 026052d..dab0c50 100644 --- a/classes/Database/PDO/MySQL.php +++ b/classes/Database/PDO/MySQL.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/Database/PDO/PostgreSQL.php b/classes/Database/PDO/PostgreSQL.php index 997225f..f5d76c9 100644 --- a/classes/Database/PDO/PostgreSQL.php +++ b/classes/Database/PDO/PostgreSQL.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/Database/PDO/SQLite.php b/classes/Database/PDO/SQLite.php index 1dcf857..dbc50a2 100644 --- a/classes/Database/PDO/SQLite.php +++ b/classes/Database/PDO/SQLite.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/Date.php b/classes/Date.php index 50a42bf..f70639c 100644 --- a/classes/Date.php +++ b/classes/Date.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/Display/Common.php b/classes/Display/Common.php index 1b99af7..4095658 100644 --- a/classes/Display/Common.php +++ b/classes/Display/Common.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/Display/JSON.php b/classes/Display/JSON.php index 7206e4e..db56981 100644 --- a/classes/Display/JSON.php +++ b/classes/Display/JSON.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/Display/PHP.php b/classes/Display/PHP.php index b76e4d2..614a717 100644 --- a/classes/Display/PHP.php +++ b/classes/Display/PHP.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/Display/RSS.php b/classes/Display/RSS.php index ec950f3..7176d95 100644 --- a/classes/Display/RSS.php +++ b/classes/Display/RSS.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/Display/XML.php b/classes/Display/XML.php index 1558ccf..ec30888 100644 --- a/classes/Display/XML.php +++ b/classes/Display/XML.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/Dynamic.php b/classes/Dynamic.php index bbfdbf9..8087a49 100644 --- a/classes/Dynamic.php +++ b/classes/Dynamic.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/Error.php b/classes/Error.php index f9f8449..6c8285d 100644 --- a/classes/Error.php +++ b/classes/Error.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/File.php b/classes/File.php index 6893a47..89809a3 100644 --- a/classes/File.php +++ b/classes/File.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/Form.php b/classes/Form.php index 8f295b1..372202a 100644 --- a/classes/Form.php +++ b/classes/Form.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/Log.php b/classes/Log.php index c76080e..808d2b1 100644 --- a/classes/Log.php +++ b/classes/Log.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/Model.php b/classes/Model.php index 9e66c2e..04698db 100644 --- a/classes/Model.php +++ b/classes/Model.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/Module.php b/classes/Module.php index c4c1692..079a1ed 100644 --- a/classes/Module.php +++ b/classes/Module.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/Object.php b/classes/Object.php index 4363984..877bebf 100644 --- a/classes/Object.php +++ b/classes/Object.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/Profiler.php b/classes/Profiler.php index ffdc4ea..9779b67 100644 --- a/classes/Profiler.php +++ b/classes/Profiler.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/Security.php b/classes/Security.php index 430de6a..099aa35 100644 --- a/classes/Security.php +++ b/classes/Security.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES diff --git a/classes/Session.php b/classes/Session.php index 71a710f..d82e0f0 100644 --- a/classes/Session.php +++ b/classes/Session.php @@ -8,11 +8,11 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman - * @copyright Copyright 2007-2011, Josh Sherman + * @author Josh Sherman + * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES - * @link http://p.ickl.es + * @link https://github.com/joshtronic/pickles */ /** diff --git a/classes/String.php b/classes/String.php index 0223878..209e8a2 100644 --- a/classes/String.php +++ b/classes/String.php @@ -8,7 +8,7 @@ * Licensed under The MIT License * Redistribution of these files must retain the above copyright notice. * - * @author Josh Sherman + * @author Josh Sherman * @copyright Copyright 2007-2012, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES