summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-10-01 14:17:04 +0000
committerwjames5 <will@tekimaki.com>2009-10-01 14:17:04 +0000
commitbf0acecbf2ca7a01a6affa989e43a00b4cacc46a (patch)
tree01d060555b321f0a6091ffb9dda677f45ebfb123
parentfaf83972bdc8bed4ac70ea9835a9a4e00cdddf35 (diff)
downloadsearch-bf0acecbf2ca7a01a6affa989e43a00b4cacc46a.tar.gz
search-bf0acecbf2ca7a01a6affa989e43a00b4cacc46a.tar.bz2
search-bf0acecbf2ca7a01a6affa989e43a00b4cacc46a.zip
remove ref to non-existant copyright.txt filepre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGE
-rw-r--r--admin/admin_search_inc.php4
-rw-r--r--directory_search.php6
-rw-r--r--index.php4
-rw-r--r--modules/mod_global_search.php6
-rw-r--r--modules/mod_package_search.php6
-rw-r--r--refresh.php6
-rw-r--r--refresh_functions.php6
-rw-r--r--search_lib.php6
-rw-r--r--searchstats_lib.php6
-rw-r--r--stats.php6
10 files changed, 28 insertions, 28 deletions
diff --git a/admin/admin_search_inc.php b/admin/admin_search_inc.php
index 1084871..95d860f 100644
--- a/admin/admin_search_inc.php
+++ b/admin/admin_search_inc.php
@@ -1,9 +1,9 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_search/admin/admin_search_inc.php,v 1.16 2009/10/01 13:45:47 wjames5 Exp $
+// $Header: /cvsroot/bitweaver/_bit_search/admin/admin_search_inc.php,v 1.17 2009/10/01 14:17:04 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
-// All Rights Reserved. See copyright.txt for details and a complete list of authors.
+// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
$feedback = array();
diff --git a/directory_search.php b/directory_search.php
index 5606fd6..7cca04a 100644
--- a/directory_search.php
+++ b/directory_search.php
@@ -1,14 +1,14 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/directory_search.php,v 1.9 2009/10/01 13:45:47 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_search/directory_search.php,v 1.10 2009/10/01 14:17:04 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
* Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
- * All Rights Reserved. See copyright.txt for details and a complete list of authors.
+ * All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: directory_search.php,v 1.9 2009/10/01 13:45:47 wjames5 Exp $
+ * $Id: directory_search.php,v 1.10 2009/10/01 14:17:04 wjames5 Exp $
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage functions
diff --git a/index.php b/index.php
index d4d4522..16b6824 100644
--- a/index.php
+++ b/index.php
@@ -1,9 +1,9 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.26 2009/10/01 13:45:47 wjames5 Exp $
+// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.27 2009/10/01 14:17:04 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
-// All Rights Reserved. See copyright.txt for details and a complete list of authors.
+// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// Initialization
diff --git a/modules/mod_global_search.php b/modules/mod_global_search.php
index dade94a..4fe9d72 100644
--- a/modules/mod_global_search.php
+++ b/modules/mod_global_search.php
@@ -1,14 +1,14 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_global_search.php,v 1.10 2009/10/01 13:45:47 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_global_search.php,v 1.11 2009/10/01 14:17:04 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
* Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
- * All Rights Reserved. See copyright.txt for details and a complete list of authors.
+ * All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: mod_global_search.php,v 1.10 2009/10/01 13:45:47 wjames5 Exp $
+ * $Id: mod_global_search.php,v 1.11 2009/10/01 14:17:04 wjames5 Exp $
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage modules
diff --git a/modules/mod_package_search.php b/modules/mod_package_search.php
index 9bf6420..a22b69f 100644
--- a/modules/mod_package_search.php
+++ b/modules/mod_package_search.php
@@ -1,14 +1,14 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_package_search.php,v 1.14 2009/10/01 13:45:47 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_package_search.php,v 1.15 2009/10/01 14:17:04 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
* Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
- * All Rights Reserved. See copyright.txt for details and a complete list of authors.
+ * All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: mod_package_search.php,v 1.14 2009/10/01 13:45:47 wjames5 Exp $
+ * $Id: mod_package_search.php,v 1.15 2009/10/01 14:17:04 wjames5 Exp $
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage modules
diff --git a/refresh.php b/refresh.php
index 724f41d..034735e 100644
--- a/refresh.php
+++ b/refresh.php
@@ -1,14 +1,14 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/refresh.php,v 1.8 2009/10/01 13:45:47 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_search/refresh.php,v 1.9 2009/10/01 14:17:04 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
* Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
- * All Rights Reserved. See copyright.txt for details and a complete list of authors.
+ * All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: refresh.php,v 1.8 2009/10/01 13:45:47 wjames5 Exp $
+ * $Id: refresh.php,v 1.9 2009/10/01 14:17:04 wjames5 Exp $
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage functions
diff --git a/refresh_functions.php b/refresh_functions.php
index 15f5c95..056188a 100644
--- a/refresh_functions.php
+++ b/refresh_functions.php
@@ -1,14 +1,14 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/refresh_functions.php,v 1.32 2009/10/01 13:45:47 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_search/refresh_functions.php,v 1.33 2009/10/01 14:17:04 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
* Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
- * All Rights Reserved. See copyright.txt for details and a complete list of authors.
+ * All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: refresh_functions.php,v 1.32 2009/10/01 13:45:47 wjames5 Exp $
+ * $Id: refresh_functions.php,v 1.33 2009/10/01 14:17:04 wjames5 Exp $
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage functions
diff --git a/search_lib.php b/search_lib.php
index 69d06f8..75df74f 100644
--- a/search_lib.php
+++ b/search_lib.php
@@ -1,14 +1,14 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/search_lib.php,v 1.42 2009/10/01 13:45:47 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_search/search_lib.php,v 1.43 2009/10/01 14:17:04 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
* Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
- * All Rights Reserved. See copyright.txt for details and a complete list of authors.
+ * All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: search_lib.php,v 1.42 2009/10/01 13:45:47 wjames5 Exp $
+ * $Id: search_lib.php,v 1.43 2009/10/01 14:17:04 wjames5 Exp $
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
*/
diff --git a/searchstats_lib.php b/searchstats_lib.php
index fb8dc0f..601054a 100644
--- a/searchstats_lib.php
+++ b/searchstats_lib.php
@@ -1,14 +1,14 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/searchstats_lib.php,v 1.8 2009/10/01 13:45:47 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_search/searchstats_lib.php,v 1.9 2009/10/01 14:17:04 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
* Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
- * All Rights Reserved. See copyright.txt for details and a complete list of authors.
+ * All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: searchstats_lib.php,v 1.8 2009/10/01 13:45:47 wjames5 Exp $
+ * $Id: searchstats_lib.php,v 1.9 2009/10/01 14:17:04 wjames5 Exp $
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
*/
diff --git a/stats.php b/stats.php
index f321661..ed5beeb 100644
--- a/stats.php
+++ b/stats.php
@@ -1,14 +1,14 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/stats.php,v 1.9 2009/10/01 13:45:47 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_search/stats.php,v 1.10 2009/10/01 14:17:04 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
* Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
- * All Rights Reserved. See copyright.txt for details and a complete list of authors.
+ * All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: stats.php,v 1.9 2009/10/01 13:45:47 wjames5 Exp $
+ * $Id: stats.php,v 1.10 2009/10/01 14:17:04 wjames5 Exp $
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage functions