diff --git a/LICENSE b/LICENSE index 4854089..a6c8f0c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2007-2013 Joshua Sherman +Copyright (c) 2007-2014 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 diff --git a/classes/API/AYAH.php b/classes/API/AYAH.php index cd84dc5..066cfdc 100644 --- a/classes/API/AYAH.php +++ b/classes/API/AYAH.php @@ -1,5 +1,25 @@ + * @copyright Copyright 2007-2014, Joshua Sherman + * @license http://www.opensource.org/licenses/mit-license.html + * @package PICKLES + * @link https://github.com/joshtronic/pickles + */ + +/** + * Are You A Human API Interface + * + * @link http://areyouahuman.com + */ class API_AYAH extends API_Common { public static function getHTML() diff --git a/classes/API/Common.php b/classes/API/Common.php index 9937372..28f50d6 100644 --- a/classes/API/Common.php +++ b/classes/API/Common.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 e7c63ca..5dfd920 100644 --- a/classes/API/Google/Profanity.php +++ b/classes/API/Google/Profanity.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 f7ecce8..f5b8d3b 100644 --- a/classes/API/Gravatar.php +++ b/classes/API/Gravatar.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 5a53ca6..3194128 100644 --- a/classes/Browser.php +++ b/classes/Browser.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 1d855af..1469b8f 100644 --- a/classes/Cache.php +++ b/classes/Cache.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 694e7a2..ed8b40a 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 aad2984..b8b498c 100644 --- a/classes/Controller.php +++ b/classes/Controller.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 9971259..3838420 100644 --- a/classes/Convert.php +++ b/classes/Convert.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 291548f..dcbfbfd 100644 --- a/classes/Database.php +++ b/classes/Database.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 3cd83ac..39dc726 100644 --- a/classes/Database/Common.php +++ b/classes/Database/Common.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 a75ded8..cc5e125 100644 --- a/classes/Database/PDO/Common.php +++ b/classes/Database/PDO/Common.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 69a21e4..43a1415 100644 --- a/classes/Database/PDO/MySQL.php +++ b/classes/Database/PDO/MySQL.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 c887079..68579ce 100644 --- a/classes/Database/PDO/PostgreSQL.php +++ b/classes/Database/PDO/PostgreSQL.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 fbb279e..d8ed2db 100644 --- a/classes/Database/PDO/SQLite.php +++ b/classes/Database/PDO/SQLite.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 52b00c7..4c40551 100644 --- a/classes/Date.php +++ b/classes/Date.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 b/classes/Display.php index 23ad71d..20ae7a6 100644 --- a/classes/Display.php +++ b/classes/Display.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 f20a270..238d411 100644 --- a/classes/Distance.php +++ b/classes/Distance.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 f9d18ea..9f068f0 100644 --- a/classes/Dynamic.php +++ b/classes/Dynamic.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 224d3e5..5a60b56 100644 --- a/classes/File.php +++ b/classes/File.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 ecd747f..014a045 100644 --- a/classes/Form.php +++ b/classes/Form.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 b7bf281..49e881f 100644 --- a/classes/HTML.php +++ b/classes/HTML.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 ad8712a..1836bf3 100644 --- a/classes/Log.php +++ b/classes/Log.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 a5f9a83..cd74518 100644 --- a/classes/Model.php +++ b/classes/Model.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 1122ec3..cd41ba0 100644 --- a/classes/Module.php +++ b/classes/Module.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 2456435..743ee93 100644 --- a/classes/Number.php +++ b/classes/Number.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 5ff13ce..f5a744c 100644 --- a/classes/Object.php +++ b/classes/Object.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 159684a..d855cbc 100644 --- a/classes/Profiler.php +++ b/classes/Profiler.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 02745a8..2d2a84e 100644 --- a/classes/Security.php +++ b/classes/Security.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 e5218b5..3219e07 100644 --- a/classes/Session.php +++ b/classes/Session.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 b3092b3..2714624 100644 --- a/classes/Sort.php +++ b/classes/Sort.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 c815bbb..185008d 100644 --- a/classes/String.php +++ b/classes/String.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 ebc8174..33c7aa1 100644 --- a/classes/Time.php +++ b/classes/Time.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 25826ff..6d31fec 100644 --- a/classes/Validate.php +++ b/classes/Validate.php @@ -9,7 +9,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, 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 6e96c9e..f61e72a 100644 --- a/pickles.php +++ b/pickles.php @@ -14,7 +14,7 @@ * Redistribution of these files must retain the above copyright notice. * * @author Joshua Sherman - * @copyright Copyright 2007-2013, Joshua Sherman + * @copyright Copyright 2007-2014, Joshua Sherman * @license http://www.opensource.org/licenses/mit-license.html * @package PICKLES * @link https://github.com/joshtronic/pickles