diff --git a/INSTALL b/INSTALL index aa83d87..328649e 100755 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ SeekQuarry/Yioop -- Open Source Pure PHP Search Engine, Crawler, and Indexer -Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org +Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org http://www.seekquarry.com/ diff --git a/LICENSE b/LICENSE index 493bf70..3c36214 100755 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ SeekQuarry/Yioop -- Open Source Pure PHP Search Engine, Crawler, and Indexer -Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org +Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org SeekQuarry is distributed under the terms of GNU LIBRARY GENERAL PUBLIC LICENSE reproduced below. diff --git a/README b/README index 376297e..1fd6bad 100755 --- a/README +++ b/README @@ -1,7 +1,7 @@ SeekQuarry/Yioop -- Open Source Pure PHP Search Engine, Crawler, and Indexer -Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org +Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org http://www.seekquarry.com/ diff --git a/bin/arc_tool.php b/bin/arc_tool.php index e2b9621..142ad7a 100755 --- a/bin/arc_tool.php +++ b/bin/arc_tool.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage bin * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/bin/fetcher.php b/bin/fetcher.php index 831038a..1d85996 100755 --- a/bin/fetcher.php +++ b/bin/fetcher.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage bin * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/bin/query_tool.php b/bin/query_tool.php index 4188f73..e22f79a 100644 --- a/bin/query_tool.php +++ b/bin/query_tool.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage bin * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/bin/queue_server.php b/bin/queue_server.php index 7835b4c..db41b6b 100755 --- a/bin/queue_server.php +++ b/bin/queue_server.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage bin * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/bot.php b/bot.php index 18c9485..533974d 100755 --- a/bot.php +++ b/bot.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -30,7 +30,7 @@ * @subpackage bot * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/configs/config.php b/configs/config.php index e8dd608..d5f8d81 100755 --- a/configs/config.php +++ b/configs/config.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -29,7 +29,7 @@ * @subpackage configs * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ if(!defined('BASE_DIR')) {echo "BAD REQUEST"; exit();} diff --git a/configs/createdb.php b/configs/createdb.php index 2ee0553..48f3584 100755 --- a/configs/createdb.php +++ b/configs/createdb.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -31,7 +31,7 @@ * @subpackage configs * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/configs/default_crawl.ini b/configs/default_crawl.ini index 3d53b9a..4c63cea 100644 --- a/configs/default_crawl.ini +++ b/configs/default_crawl.ini @@ -1,6 +1,6 @@ ; ***** BEGIN LICENSE BLOCK ***** ; SeekQuarry/Yioop Open Source Pure PHP Search Engine, Crawler, and Indexer -; Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org +; Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff --git a/controllers/admin_controller.php b/controllers/admin_controller.php index 4593302..007fac3 100755 --- a/controllers/admin_controller.php +++ b/controllers/admin_controller.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage controller * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/controllers/archive_controller.php b/controllers/archive_controller.php index e935115..303d77b 100755 --- a/controllers/archive_controller.php +++ b/controllers/archive_controller.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage controller * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/controllers/controller.php b/controllers/controller.php index 42778b1..84f5a8f 100755 --- a/controllers/controller.php +++ b/controllers/controller.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage controller * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/controllers/fetch_controller.php b/controllers/fetch_controller.php index b7dbc03..f0c15fd 100755 --- a/controllers/fetch_controller.php +++ b/controllers/fetch_controller.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage controller * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/controllers/search_controller.php b/controllers/search_controller.php index 7d1681b..c3690f3 100755 --- a/controllers/search_controller.php +++ b/controllers/search_controller.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage controller * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/controllers/settings_controller.php b/controllers/settings_controller.php index 42294f7..c1f2ba6 100755 --- a/controllers/settings_controller.php +++ b/controllers/settings_controller.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage controller * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/css/search.css b/css/search.css index 2090c4f..505fe86 100755 --- a/css/search.css +++ b/css/search.css @@ -2,7 +2,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -26,7 +26,7 @@ * @subpackage stylesheet * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/examples/search_api.php b/examples/search_api.php index 368939b..b20e642 100644 --- a/examples/search_api.php +++ b/examples/search_api.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage examples * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/index.php b/index.php index 86e1477..b324cd6 100755 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -31,7 +31,7 @@ * @package seek_quarry * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/archive_bundle_iterators/arc_archive_bundle_iterator.php b/lib/archive_bundle_iterators/arc_archive_bundle_iterator.php index bd77dcd..7120991 100644 --- a/lib/archive_bundle_iterators/arc_archive_bundle_iterator.php +++ b/lib/archive_bundle_iterators/arc_archive_bundle_iterator.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage iterator * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/archive_bundle_iterators/archive_bundle_iterator.php b/lib/archive_bundle_iterators/archive_bundle_iterator.php index a89eb8b..d1a5bf7 100644 --- a/lib/archive_bundle_iterators/archive_bundle_iterator.php +++ b/lib/archive_bundle_iterators/archive_bundle_iterator.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage iterator * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/archive_bundle_iterators/mediawiki_bundle_iterator.php b/lib/archive_bundle_iterators/mediawiki_bundle_iterator.php index 98ccbeb..7e96592 100644 --- a/lib/archive_bundle_iterators/mediawiki_bundle_iterator.php +++ b/lib/archive_bundle_iterators/mediawiki_bundle_iterator.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage iterator * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/archive_bundle_iterators/odp_rdf_bundle_iterator.php b/lib/archive_bundle_iterators/odp_rdf_bundle_iterator.php index d5c5b8d..f822df2 100644 --- a/lib/archive_bundle_iterators/odp_rdf_bundle_iterator.php +++ b/lib/archive_bundle_iterators/odp_rdf_bundle_iterator.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage iterator * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/archive_bundle_iterators/web_archive_bundle_iterator.php b/lib/archive_bundle_iterators/web_archive_bundle_iterator.php index 0712f0a..c8ea250 100644 --- a/lib/archive_bundle_iterators/web_archive_bundle_iterator.php +++ b/lib/archive_bundle_iterators/web_archive_bundle_iterator.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage iterator * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/bloom_filter_bundle.php b/lib/bloom_filter_bundle.php index 286c26b..f64991a 100644 --- a/lib/bloom_filter_bundle.php +++ b/lib/bloom_filter_bundle.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/bloom_filter_file.php b/lib/bloom_filter_file.php index b0f2047..49fd6fe 100755 --- a/lib/bloom_filter_file.php +++ b/lib/bloom_filter_file.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/compressors/compressor.php b/lib/compressors/compressor.php index 0c806b6..3614323 100755 --- a/lib/compressors/compressor.php +++ b/lib/compressors/compressor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/compressors/gzip_compressor.php b/lib/compressors/gzip_compressor.php index acaeb02..48efdb5 100755 --- a/lib/compressors/gzip_compressor.php +++ b/lib/compressors/gzip_compressor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/compressors/non_compressor.php b/lib/compressors/non_compressor.php index bf0c752..d17afe9 100755 --- a/lib/compressors/non_compressor.php +++ b/lib/compressors/non_compressor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/crawl_constants.php b/lib/crawl_constants.php index 68fd74a..8abb3bd 100644 --- a/lib/crawl_constants.php +++ b/lib/crawl_constants.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/crawl_daemon.php b/lib/crawl_daemon.php index 408437d..721b44f 100644 --- a/lib/crawl_daemon.php +++ b/lib/crawl_daemon.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/fetch_url.php b/lib/fetch_url.php index 84674d1..8559063 100755 --- a/lib/fetch_url.php +++ b/lib/fetch_url.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/file_cache.php b/lib/file_cache.php index e4f7b8c..799296c 100644 --- a/lib/file_cache.php +++ b/lib/file_cache.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/hash_table.php b/lib/hash_table.php index c52cb8c..4d639c1 100755 --- a/lib/hash_table.php +++ b/lib/hash_table.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/index_archive_bundle.php b/lib/index_archive_bundle.php index f3b87ad..3296c0f 100644 --- a/lib/index_archive_bundle.php +++ b/lib/index_archive_bundle.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/index_bundle_iterators/group_iterator.php b/lib/index_bundle_iterators/group_iterator.php index cb2572f..e5cf21d 100644 --- a/lib/index_bundle_iterators/group_iterator.php +++ b/lib/index_bundle_iterators/group_iterator.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage iterator * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/index_bundle_iterators/index_bundle_iterator.php b/lib/index_bundle_iterators/index_bundle_iterator.php index 62e697e..3a7f7f4 100644 --- a/lib/index_bundle_iterators/index_bundle_iterator.php +++ b/lib/index_bundle_iterators/index_bundle_iterator.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage iterator * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/index_bundle_iterators/intersect_iterator.php b/lib/index_bundle_iterators/intersect_iterator.php index ea64443..7d310c9 100644 --- a/lib/index_bundle_iterators/intersect_iterator.php +++ b/lib/index_bundle_iterators/intersect_iterator.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage iterator * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/index_bundle_iterators/negation_iterator.php b/lib/index_bundle_iterators/negation_iterator.php index fcc4d9d..5a14b49 100644 --- a/lib/index_bundle_iterators/negation_iterator.php +++ b/lib/index_bundle_iterators/negation_iterator.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage iterator * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/index_bundle_iterators/phrase_filter_iterator.php b/lib/index_bundle_iterators/phrase_filter_iterator.php index b1ba81c..b433d1a 100644 --- a/lib/index_bundle_iterators/phrase_filter_iterator.php +++ b/lib/index_bundle_iterators/phrase_filter_iterator.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage iterator * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/index_bundle_iterators/union_iterator.php b/lib/index_bundle_iterators/union_iterator.php index 5056ce2..84eb1bf 100644 --- a/lib/index_bundle_iterators/union_iterator.php +++ b/lib/index_bundle_iterators/union_iterator.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage iterator * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/index_bundle_iterators/word_iterator.php b/lib/index_bundle_iterators/word_iterator.php index 0fd17b6..7e42336 100644 --- a/lib/index_bundle_iterators/word_iterator.php +++ b/lib/index_bundle_iterators/word_iterator.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage iterator * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/index_dictionary.php b/lib/index_dictionary.php index be05d42..dbf69c5 100644 --- a/lib/index_dictionary.php +++ b/lib/index_dictionary.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/index_shard.php b/lib/index_shard.php index a904bc7..fd25afa 100644 --- a/lib/index_shard.php +++ b/lib/index_shard.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/indexing_plugins/indexing_plugin.php b/lib/indexing_plugins/indexing_plugin.php index 230b644..2977025 100644 --- a/lib/indexing_plugins/indexing_plugin.php +++ b/lib/indexing_plugins/indexing_plugin.php @@ -3,7 +3,8 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2011 Priya Gangaraju priya.gangaraju@gmail.com, Chris Pollett + * Copyright (C) 2011 - 2012 Priya Gangaraju priya.gangaraju@gmail.com, + * Chris Pollett * * LICENSE: * @@ -27,7 +28,7 @@ * @subpackage indexing_plugin * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2011 + * @copyright 2011 - 2012 * @filesource */ diff --git a/lib/locale_functions.php b/lib/locale_functions.php index fc84d6c..d1b15f2 100644 --- a/lib/locale_functions.php +++ b/lib/locale_functions.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -29,7 +29,7 @@ * @package seek_quarry * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/notifier.php b/lib/notifier.php index ac0525f..bd002d6 100755 --- a/lib/notifier.php +++ b/lib/notifier.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/persistent_structure.php b/lib/persistent_structure.php index 0eaf62e..e11cf4d 100755 --- a/lib/persistent_structure.php +++ b/lib/persistent_structure.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/phrase_parser.php b/lib/phrase_parser.php index 3cc7407..7fe2bfa 100755 --- a/lib/phrase_parser.php +++ b/lib/phrase_parser.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/priority_queue.php b/lib/priority_queue.php index 1c32b29..5a051a2 100755 --- a/lib/priority_queue.php +++ b/lib/priority_queue.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/bmp_processor.php b/lib/processors/bmp_processor.php index 5e3ac98..efdb543 100644 --- a/lib/processors/bmp_processor.php +++ b/lib/processors/bmp_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/doc_processor.php b/lib/processors/doc_processor.php index 8717001..5ba370f 100755 --- a/lib/processors/doc_processor.php +++ b/lib/processors/doc_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/epub_processor.php b/lib/processors/epub_processor.php index 1f29a99..0e85220 100644 --- a/lib/processors/epub_processor.php +++ b/lib/processors/epub_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/gif_processor.php b/lib/processors/gif_processor.php index c43a29c..4684c4d 100755 --- a/lib/processors/gif_processor.php +++ b/lib/processors/gif_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/html_processor.php b/lib/processors/html_processor.php index b08ad5f..1c8fbc1 100755 --- a/lib/processors/html_processor.php +++ b/lib/processors/html_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/image_processor.php b/lib/processors/image_processor.php index 33df6a3..eb3092e 100755 --- a/lib/processors/image_processor.php +++ b/lib/processors/image_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/jpg_processor.php b/lib/processors/jpg_processor.php index f15a50e..c6453e8 100755 --- a/lib/processors/jpg_processor.php +++ b/lib/processors/jpg_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/page_processor.php b/lib/processors/page_processor.php index 95a929b..5f99bbb 100644 --- a/lib/processors/page_processor.php +++ b/lib/processors/page_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/pdf_processor.php b/lib/processors/pdf_processor.php index d52f7c4..fa3a50d 100755 --- a/lib/processors/pdf_processor.php +++ b/lib/processors/pdf_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/png_processor.php b/lib/processors/png_processor.php index c17bdfb..12ac178 100755 --- a/lib/processors/png_processor.php +++ b/lib/processors/png_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/ppt_processor.php b/lib/processors/ppt_processor.php index f9c8805..14f7e6c 100755 --- a/lib/processors/ppt_processor.php +++ b/lib/processors/ppt_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/pptx_processor.php b/lib/processors/pptx_processor.php index a711861..9e09507 100644 --- a/lib/processors/pptx_processor.php +++ b/lib/processors/pptx_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ if(!defined('BASE_DIR')) {echo "BAD REQUEST"; exit();} diff --git a/lib/processors/rss_processor.php b/lib/processors/rss_processor.php index 10ade41..3333e31 100644 --- a/lib/processors/rss_processor.php +++ b/lib/processors/rss_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/rtf_processor.php b/lib/processors/rtf_processor.php index 12daa18..dbb520e 100755 --- a/lib/processors/rtf_processor.php +++ b/lib/processors/rtf_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/sitemap_processor.php b/lib/processors/sitemap_processor.php index d52305f..7ee7253 100644 --- a/lib/processors/sitemap_processor.php +++ b/lib/processors/sitemap_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/svg_processor.php b/lib/processors/svg_processor.php index 1df6479..8ed9446 100644 --- a/lib/processors/svg_processor.php +++ b/lib/processors/svg_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/text_processor.php b/lib/processors/text_processor.php index eb7c5c8..5faa570 100755 --- a/lib/processors/text_processor.php +++ b/lib/processors/text_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/xlsx_processor.php b/lib/processors/xlsx_processor.php index 1b25690..d79e165 100644 --- a/lib/processors/xlsx_processor.php +++ b/lib/processors/xlsx_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/processors/xml_processor.php b/lib/processors/xml_processor.php index 75ee115..ef6f083 100644 --- a/lib/processors/xml_processor.php +++ b/lib/processors/xml_processor.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage processor * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/stemmers/en_stemmer.php b/lib/stemmers/en_stemmer.php index 54f57eb..9611c02 100755 --- a/lib/stemmers/en_stemmer.php +++ b/lib/stemmers/en_stemmer.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -25,7 +25,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/string_array.php b/lib/string_array.php index b683de2..2eca033 100755 --- a/lib/string_array.php +++ b/lib/string_array.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/unit_test.php b/lib/unit_test.php index 64ab283..fce34fa 100644 --- a/lib/unit_test.php +++ b/lib/unit_test.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/upgrade_functions.php b/lib/upgrade_functions.php index 103d5c4..4c00d38 100644 --- a/lib/upgrade_functions.php +++ b/lib/upgrade_functions.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -29,7 +29,7 @@ * @package seek_quarry * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/url_parser.php b/lib/url_parser.php index d6f36d0..d137dbd 100755 --- a/lib/url_parser.php +++ b/lib/url_parser.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/utility.php b/lib/utility.php index b443035..5d64a9c 100755 --- a/lib/utility.php +++ b/lib/utility.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -29,7 +29,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ if(!defined('BASE_DIR')) {echo "BAD REQUEST"; exit();} diff --git a/lib/web_archive.php b/lib/web_archive.php index 9bc0175..ec225ab 100755 --- a/lib/web_archive.php +++ b/lib/web_archive.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/web_archive_bundle.php b/lib/web_archive_bundle.php index 3787e4c..a41ea28 100755 --- a/lib/web_archive_bundle.php +++ b/lib/web_archive_bundle.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/lib/web_queue_bundle.php b/lib/web_queue_bundle.php index 2c2ee3e..fc91b0a 100755 --- a/lib/web_queue_bundle.php +++ b/lib/web_queue_bundle.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage library * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/locale/extract_merge.php b/locale/extract_merge.php deleted file mode 100755 index b74184c..0000000 --- a/locale/extract_merge.php +++ /dev/null @@ -1,241 +0,0 @@ -<?php -/* ***** BEGIN LICENSE BLOCK ***** - * - * The contents of this file are copyright - * Chris Pollett 2009. - * - * Use of this file is permitted provided: - * - * (a) this copyright notice is retained, - * including in derived works. - * - * (b) any changes to this file are not - * publicly made available or used - * for commercial purposes without - * the express consent of Chris Pollett - * - * ***** END LICENSE BLOCK ***** */ - -/** - * extract.php - * - * Extracts strings of the - * SeekQuarry project for localization - * It then merges the data to each locale - * - * @author Chris Pollett - * - * @package seek_quarry - */ - -require_once "../configs/config.php"; - -$extract_dirs = array("controllers", "views"); -$extensions = array("php"); - -$strings = getTranslateStrings($extract_dirs, $extensions) ; -$general_ini = parse_ini_file(BASE_DIR."/locale/general.ini", true); -updateLocales($general_ini, $strings); - -function updateLocales($general_ini, $strings) -{ - $path = BASE_DIR."/locale"; - if(!$dh = @opendir($path)) { - die("Couldn't read locale directory!\n"); - } - while (($obj = readdir($dh)) !== false) { - if($obj == '.' || $obj == '..') { - continue; - } - $cur_path = $path . '/' . $obj; - if (is_dir($cur_path)) { - updateLocale($general_ini, $strings, $path, $obj); - } - } -} - -function updateLocale($general_ini, $strings, $dir, $locale) -{ - $old_configure = array(); - $cur_path = $dir . '/' . $locale; - if(file_exists($cur_path.'/configure.ini')) { - $old_configure = parse_ini_file($cur_path.'/configure.ini', true); - } - $n = array(); - $n[] = <<<EOT -;***** BEGIN LICENSE BLOCK ***** -; -; The contents of this file are copyright -; Chris Pollett 2009. -; -; Use of this file is permitted provided: -; -; (a) this copyright notice is retained, -; including in derived works. -; -; (b) any changes to this file are not -; publicly made available or used -; for commercial purposes without -; the express consent of Chris Pollett -; -; ***** END LICENSE BLOCK ***** -; -; configure.ini -; -; $locale configuration file -; -EOT; - foreach($general_ini as $general_name => $general_value) { - if(is_array($general_value)) { - $n[] = "[$general_name]"; - foreach($general_value as $name => $value) { - if(isset($old_configure[$general_name][$name])) { - $n[] = $name.' = "'.addslashes($old_configure[$general_name][$name]).'"'; - } else { - $n[] = $name.' = "'.$value.'"'; - } - } - } else { - if(isset($old_configure[$general_name])) { - $n[] = $general_name.' = "'.addslashes($old_configure[$general_name]).'"'; - } else { - $n[] = $name.' = "'.$value.'"'; - } - } - } - - $n[] = ";\n; Strings to translate on various pages\n;"; - $n[] = "[strings]"; - foreach($strings as $string) { - if( isset($string[0]) && $string[0] == ";") { - $n[] = $string; - } else { - if(isset($old_configure['strings'][$string])) { - $n[] = $string.' = "'.addslashes($old_configure['strings'][$string]).'"'; - } else { - $n[] = $string.' = ""'; - } - } - } - - $out = implode("\n", $n); - file_put_contents($cur_path.'/configure.ini', $out); -} - -function getTranslateStrings($extract_dirs, $extensions) -{ - $strings = array(); - foreach($extract_dirs as $dir) { - $path = BASE_DIR."/".$dir; - $dir_strings = traverseExtractRecursive($path, $extensions); - if(count($dir_strings) > 0) { - $strings[] = ";"; - $strings[] = "; $path"; - $strings = array_merge($strings, $dir_strings); - } - } - - return $strings; - -} - -function traverseExtractRecursive($dir, $extensions) -{ - $strings = array(); - - if(!$dh = @opendir($dir)) { - return array(); - } - - while (($obj = readdir($dh)) !== false) { - if($obj == '.' || $obj == '..') { - continue; - } - - $cur_path = $dir . '/' . $obj; - if (is_dir($cur_path)) { - $dir_strings = traverseExtractRecursive($cur_path, $extensions); - if(count($dir_strings) > 0) { - $strings[] = ";"; - $strings[] = "; $cur_path"; - $strings = array_merge($strings, $dir_strings); - } - } - - if(is_file($cur_path)) { - $path_parts = pathinfo($cur_path); - $extension = (isset($path_parts['extension'])) ? $path_parts['extension'] : ""; - if(in_array($extension, $extensions)) { - $lines = file($cur_path); - $num_lines = count($lines); - for($i = 0; $i < $num_lines; $i++) { - $num_matches = preg_match_all('/tl\(([[:word:]]+?)[(\))|(\s+\,)]/', $lines[$i], $to_translates); - if($num_matches > 0) { - $strings[] = ";"; - $strings[] = "; $obj line: $i"; - $strings = array_merge($strings, $to_translates[1]); - } - } - } - } - } - - return $strings; - closedir($dh); - - return; -} -?> - } - - return $strings; - -} - -function traverseExtractRecursive($dir, $extensions) -{ - $strings = array(); - - if(!$dh = @opendir($dir)) { - return array(); - } - - while (($obj = readdir($dh)) !== false) { - if($obj == '.' || $obj == '..') { - continue; - } - - $cur_path = $dir . '/' . $obj; - if (is_dir($cur_path)) { - $dir_strings = traverseExtractRecursive($cur_path, $extensions); - if(count($dir_strings) > 0) { - $strings[] = ";"; - $strings[] = "; $cur_path"; - $strings = array_merge($strings, $dir_strings); - } - } - - if(is_file($cur_path)) { - $path_parts = pathinfo($cur_path); - $extension = (isset($path_parts['extension'])) ? $path_parts['extension'] : ""; - if(in_array($extension, $extensions)) { - $lines = file($cur_path); - $num_lines = count($lines); - for($i = 0; $i < $num_lines; $i++) { - $num_matches = preg_match_all('/tl\(([[:word:]]+?)[(\))|(\s+\,)]/', $lines[$i], $to_translates); - if($num_matches > 0) { - $strings[] = ";"; - $strings[] = "; $obj line: $i"; - $strings = array_merge($strings, $to_translates[1]); - } - } - } - } - } - - return $strings; - closedir($dh); - - return; -} -?> diff --git a/locale/general.ini b/locale/general.ini deleted file mode 100755 index 7dec064..0000000 --- a/locale/general.ini +++ /dev/null @@ -1,31 +0,0 @@ -;***** BEGIN LICENSE BLOCK ***** -; -; The contents of this file are copyright -; Chris Pollett 2009. -; -; Use of this file is permitted provided: -; -; (a) this copyright notice is retained, -; including in derived works. -; -; (b) any changes to this file are not -; publicly made available or used -; for commercial purposes without -; the express consent of Chris Pollett -; -; ***** END LICENSE BLOCK ***** -; -; general.ini -; -; General localization data that affects -; the website globally. You can add new strings -; to this file as needed. These strings will be -; merged out to the individual locales when -; extract_merge.php is run. Values set in this -; file will serve as default merge values when -; the merge takes place. -; -[general] -takes place. -; -[general] diff --git a/models/activity_model.php b/models/activity_model.php index 86fde20..2847f23 100755 --- a/models/activity_model.php +++ b/models/activity_model.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage model * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/models/crawl_model.php b/models/crawl_model.php index b391303..69d0c17 100755 --- a/models/crawl_model.php +++ b/models/crawl_model.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage model * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/models/datasources/datasource_manager.php b/models/datasources/datasource_manager.php index 8bec04d..6088afa 100755 --- a/models/datasources/datasource_manager.php +++ b/models/datasources/datasource_manager.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage datasource_manager * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/models/datasources/mysql_manager.php b/models/datasources/mysql_manager.php index 4cd5e83..eb4c647 100755 --- a/models/datasources/mysql_manager.php +++ b/models/datasources/mysql_manager.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage datasource_manager * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/models/datasources/sqlite3_manager.php b/models/datasources/sqlite3_manager.php index b8c9426..d04646a 100644 --- a/models/datasources/sqlite3_manager.php +++ b/models/datasources/sqlite3_manager.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage datasource_manager * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/models/datasources/sqlite_manager.php b/models/datasources/sqlite_manager.php index d37e0f2..9c673f5 100644 --- a/models/datasources/sqlite_manager.php +++ b/models/datasources/sqlite_manager.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage datasource_manager * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/models/locale_model.php b/models/locale_model.php index a55cfb0..a0945a7 100644 --- a/models/locale_model.php +++ b/models/locale_model.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage model * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/models/model.php b/models/model.php index ab4e68b..6a52c94 100755 --- a/models/model.php +++ b/models/model.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage model * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/models/phrase_model.php b/models/phrase_model.php index e710b02..88bac10 100755 --- a/models/phrase_model.php +++ b/models/phrase_model.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage model * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/models/profile_model.php b/models/profile_model.php index ef7c68d..c97cec2 100644 --- a/models/profile_model.php +++ b/models/profile_model.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage model * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/models/role_model.php b/models/role_model.php index 4320fca..b90b529 100644 --- a/models/role_model.php +++ b/models/role_model.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage model * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/models/searchfilters_model.php b/models/searchfilters_model.php index a9fcdfe..0ec8caa 100644 --- a/models/searchfilters_model.php +++ b/models/searchfilters_model.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage model * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/models/signin_model.php b/models/signin_model.php index 8a2a2b6..b3e3ba0 100755 --- a/models/signin_model.php +++ b/models/signin_model.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage model * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/models/user_model.php b/models/user_model.php index c8f8246..b9f0e17 100755 --- a/models/user_model.php +++ b/models/user_model.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage model * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011s + * @copyright 2009 - 2012 * @filesource */ diff --git a/scripts/basic.js b/scripts/basic.js index a4c5cf3..9e2d54b 100755 --- a/scripts/basic.js +++ b/scripts/basic.js @@ -2,7 +2,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -26,7 +26,7 @@ * @subpackage javascript * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/scripts/mix.js b/scripts/mix.js index 8f91622..399095e 100644 --- a/scripts/mix.js +++ b/scripts/mix.js @@ -2,7 +2,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -26,7 +26,7 @@ * @subpackage javascript * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012s * @filesource */ diff --git a/tests/bloom_filter_file_test.php b/tests/bloom_filter_file_test.php index 0f41b4e..ec7eb74 100755 --- a/tests/bloom_filter_file_test.php +++ b/tests/bloom_filter_file_test.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ if(!defined('BASE_DIR')) {echo "BAD REQUEST"; exit();} diff --git a/tests/epub_processor_test.php b/tests/epub_processor_test.php index df188a9..9806c84 100644 --- a/tests/epub_processor_test.php +++ b/tests/epub_processor_test.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/tests/hash_table_test.php b/tests/hash_table_test.php index 42c91fc..e92b6ad 100755 --- a/tests/hash_table_test.php +++ b/tests/hash_table_test.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/tests/index.php b/tests/index.php index 7f836f2..05113f1 100644 --- a/tests/index.php +++ b/tests/index.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -30,7 +30,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/tests/index_shard_test.php b/tests/index_shard_test.php index 305b243..2aa7f2f 100644 --- a/tests/index_shard_test.php +++ b/tests/index_shard_test.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/tests/pptx_processor_test.php b/tests/pptx_processor_test.php index 49d4f2c..e2a994f 100644 --- a/tests/pptx_processor_test.php +++ b/tests/pptx_processor_test.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/tests/priority_queue_test.php b/tests/priority_queue_test.php index 08ff6a9..299ad3e 100755 --- a/tests/priority_queue_test.php +++ b/tests/priority_queue_test.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/tests/socket_experiment.php b/tests/socket_experiment.php index 1f35605..770b3b2 100755 --- a/tests/socket_experiment.php +++ b/tests/socket_experiment.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -40,7 +40,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/tests/string_array_test.php b/tests/string_array_test.php index db7258a..d392173 100644 --- a/tests/string_array_test.php +++ b/tests/string_array_test.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011s + * @copyright 2009 - 2012 * @filesource */ diff --git a/tests/string_cat_experiment.php b/tests/string_cat_experiment.php index 63c790d..0d92f0b 100644 --- a/tests/string_cat_experiment.php +++ b/tests/string_cat_experiment.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -30,7 +30,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/tests/url_parser_test.php b/tests/url_parser_test.php index 55078bf..debaf13 100644 --- a/tests/url_parser_test.php +++ b/tests/url_parser_test.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011s + * @copyright 2009 - 2012 * @filesource */ diff --git a/tests/web_archive_test.php b/tests/web_archive_test.php index b68b6d2..6c88fc3 100755 --- a/tests/web_archive_test.php +++ b/tests/web_archive_test.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/tests/web_queue_bundle_test.php b/tests/web_queue_bundle_test.php index f6c8b30..e102f01 100644 --- a/tests/web_queue_bundle_test.php +++ b/tests/web_queue_bundle_test.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/tests/xlsx_processor_test.php b/tests/xlsx_processor_test.php index d60147e..e901dc2 100644 --- a/tests/xlsx_processor_test.php +++ b/tests/xlsx_processor_test.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage test * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ if(!defined('BASE_DIR')) {echo "BAD REQUEST"; exit();} @@ -126,4 +126,4 @@ class XlsxProcessorTest extends UnitTest implements CrawlConstants } } } -?> \ No newline at end of file +?> diff --git a/views/admin_view.php b/views/admin_view.php index a3495bf..543da04 100755 --- a/views/admin_view.php +++ b/views/admin_view.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage view * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/crawlstatus_view.php b/views/crawlstatus_view.php index 941b770..75cc94f 100755 --- a/views/crawlstatus_view.php +++ b/views/crawlstatus_view.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage view * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/activity_element.php b/views/elements/activity_element.php index 0f9b562..bc845dc 100755 --- a/views/elements/activity_element.php +++ b/views/elements/activity_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/configure_element.php b/views/elements/configure_element.php index a546ec5..c97a9c9 100644 --- a/views/elements/configure_element.php +++ b/views/elements/configure_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/crawloptions_element.php b/views/elements/crawloptions_element.php index 3079c4d..4cb0d11 100644 --- a/views/elements/crawloptions_element.php +++ b/views/elements/crawloptions_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/editlocales_element.php b/views/elements/editlocales_element.php index f6afd37..7cf63d0 100644 --- a/views/elements/editlocales_element.php +++ b/views/elements/editlocales_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/editmix_element.php b/views/elements/editmix_element.php index 0bf4e23..e205af9 100644 --- a/views/elements/editmix_element.php +++ b/views/elements/editmix_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/element.php b/views/elements/element.php index d826a0e..d4c1a2c 100755 --- a/views/elements/element.php +++ b/views/elements/element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ if(!defined('BASE_DIR')) {echo "BAD REQUEST"; exit();} diff --git a/views/elements/language_element.php b/views/elements/language_element.php index c73b7f9..f18810f 100755 --- a/views/elements/language_element.php +++ b/views/elements/language_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/manageaccount_element.php b/views/elements/manageaccount_element.php index a1862d0..23c92af 100644 --- a/views/elements/manageaccount_element.php +++ b/views/elements/manageaccount_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/managecrawls_element.php b/views/elements/managecrawls_element.php index 23586e8..f01af37 100755 --- a/views/elements/managecrawls_element.php +++ b/views/elements/managecrawls_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/managelocales_element.php b/views/elements/managelocales_element.php index ac361de..5d7cff7 100644 --- a/views/elements/managelocales_element.php +++ b/views/elements/managelocales_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/managemachines_element.php b/views/elements/managemachines_element.php index 5f0b8ab..205d35b 100644 --- a/views/elements/managemachines_element.php +++ b/views/elements/managemachines_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/manageroles_element.php b/views/elements/manageroles_element.php index 72eeb68..5ef793f 100644 --- a/views/elements/manageroles_element.php +++ b/views/elements/manageroles_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/manageusers_element.php b/views/elements/manageusers_element.php index 600cc12..ff238d4 100644 --- a/views/elements/manageusers_element.php +++ b/views/elements/manageusers_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/mixcrawls_element.php b/views/elements/mixcrawls_element.php index e483a39..f4ce058 100644 --- a/views/elements/mixcrawls_element.php +++ b/views/elements/mixcrawls_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/pageoptions_element.php b/views/elements/pageoptions_element.php index 046c29e..68365fd 100644 --- a/views/elements/pageoptions_element.php +++ b/views/elements/pageoptions_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/searchfilters_element.php b/views/elements/searchfilters_element.php index c8dce63..990f964 100644 --- a/views/elements/searchfilters_element.php +++ b/views/elements/searchfilters_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/elements/signin_element.php b/views/elements/signin_element.php index 96b7fb0..70a9ab8 100755 --- a/views/elements/signin_element.php +++ b/views/elements/signin_element.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage element * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/fetch_view.php b/views/fetch_view.php index a38e7ee..9ebab07 100755 --- a/views/fetch_view.php +++ b/views/fetch_view.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage view * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/helpers/displayresults_helper.php b/views/helpers/displayresults_helper.php index 45dc0c5..cdcf30c 100644 --- a/views/helpers/displayresults_helper.php +++ b/views/helpers/displayresults_helper.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage helper * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/helpers/filetype_helper.php b/views/helpers/filetype_helper.php index dd4483e..9e7e6e5 100644 --- a/views/helpers/filetype_helper.php +++ b/views/helpers/filetype_helper.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage helper * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/helpers/helper.php b/views/helpers/helper.php index 9d9a32f..7f3d27d 100755 --- a/views/helpers/helper.php +++ b/views/helpers/helper.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage helper * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/helpers/options_helper.php b/views/helpers/options_helper.php index fd5225c..29c650b 100755 --- a/views/helpers/options_helper.php +++ b/views/helpers/options_helper.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage helper * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/helpers/pagination_helper.php b/views/helpers/pagination_helper.php index ad10555..04a9b82 100755 --- a/views/helpers/pagination_helper.php +++ b/views/helpers/pagination_helper.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage helper * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/layouts/layout.php b/views/layouts/layout.php index 287af71..a9f334f 100755 --- a/views/layouts/layout.php +++ b/views/layouts/layout.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage layout * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/layouts/rss_layout.php b/views/layouts/rss_layout.php index 49815d0..1e59b3e 100644 --- a/views/layouts/rss_layout.php +++ b/views/layouts/rss_layout.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage layout * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/layouts/web_layout.php b/views/layouts/web_layout.php index a10cbb5..d6214e3 100755 --- a/views/layouts/web_layout.php +++ b/views/layouts/web_layout.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage layout * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/nocache_view.php b/views/nocache_view.php index d1a594e..992cb94 100755 --- a/views/nocache_view.php +++ b/views/nocache_view.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage view * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/rss_view.php b/views/rss_view.php index a489329..fff8b97 100644 --- a/views/rss_view.php +++ b/views/rss_view.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage view * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/search_view.php b/views/search_view.php index f567bc8..e3b636f 100755 --- a/views/search_view.php +++ b/views/search_view.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage view * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/settings_view.php b/views/settings_view.php index e527709..08a39b7 100755 --- a/views/settings_view.php +++ b/views/settings_view.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage view * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/signin_view.php b/views/signin_view.php index 118ce40..187ebd4 100755 --- a/views/signin_view.php +++ b/views/signin_view.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage view * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */ diff --git a/views/view.php b/views/view.php index 1603405..52b561a 100755 --- a/views/view.php +++ b/views/view.php @@ -3,7 +3,7 @@ * SeekQuarry/Yioop -- * Open Source Pure PHP Search Engine, Crawler, and Indexer * - * Copyright (C) 2009, 2010, 2011 Chris Pollett chris@pollett.org + * Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org * * LICENSE: * @@ -27,7 +27,7 @@ * @subpackage view * @license http://www.gnu.org/licenses/ GPL3 * @link http://www.seekquarry.com/ - * @copyright 2009, 2010, 2011 + * @copyright 2009 - 2012 * @filesource */