diff options
| author | wjames5 <will@tekimaki.com> | 2009-10-01 13:45:47 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-10-01 13:45:47 +0000 |
| commit | faf83972bdc8bed4ac70ea9835a9a4e00cdddf35 (patch) | |
| tree | f208b0c21bff5d199aa7ae33911ddc3a527985f6 | |
| parent | d4fb67b1ae338dcf91941f28f68be63052040c57 (diff) | |
| download | search-faf83972bdc8bed4ac70ea9835a9a4e00cdddf35.tar.gz search-faf83972bdc8bed4ac70ea9835a9a4e00cdddf35.tar.bz2 search-faf83972bdc8bed4ac70ea9835a9a4e00cdddf35.zip | |
fix LGPL license ref from non-existant license.txt file to lgpl url
| -rw-r--r-- | admin/admin_search_inc.php | 4 | ||||
| -rw-r--r-- | directory_search.php | 6 | ||||
| -rw-r--r-- | index.php | 4 | ||||
| -rw-r--r-- | modules/mod_global_search.php | 6 | ||||
| -rw-r--r-- | modules/mod_package_search.php | 6 | ||||
| -rw-r--r-- | refresh.php | 6 | ||||
| -rw-r--r-- | refresh_functions.php | 6 | ||||
| -rw-r--r-- | search_lib.php | 6 | ||||
| -rw-r--r-- | searchstats_lib.php | 6 | ||||
| -rw-r--r-- | stats.php | 6 |
10 files changed, 28 insertions, 28 deletions
diff --git a/admin/admin_search_inc.php b/admin/admin_search_inc.php index 70fc0b5..1084871 100644 --- a/admin/admin_search_inc.php +++ b/admin/admin_search_inc.php @@ -1,10 +1,10 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_search/admin/admin_search_inc.php,v 1.15 2008/01/26 23:19:59 nickpalmer Exp $ +// $Header: /cvsroot/bitweaver/_bit_search/admin/admin_search_inc.php,v 1.16 2009/10/01 13:45:47 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. -// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. +// 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 518e6ba..5606fd6 100644 --- a/directory_search.php +++ b/directory_search.php @@ -1,14 +1,14 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_search/directory_search.php,v 1.8 2008/06/25 22:21:23 spiderr Exp $ + * $Header: /cvsroot/bitweaver/_bit_search/directory_search.php,v 1.9 2009/10/01 13:45:47 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. - * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details * - * $Id: directory_search.php,v 1.8 2008/06/25 22:21:23 spiderr Exp $ + * $Id: directory_search.php,v 1.9 2009/10/01 13:45:47 wjames5 Exp $ * @author Luis Argerich (lrargerich@yahoo.com) * @package search * @subpackage functions @@ -1,10 +1,10 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.25 2008/08/31 23:39:37 laetzer Exp $ +// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.26 2009/10/01 13:45:47 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. -// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. +// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details. // Initialization require_once( '../bit_setup_inc.php' ); diff --git a/modules/mod_global_search.php b/modules/mod_global_search.php index 28b491e..dade94a 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.9 2008/04/09 08:16:03 lsces Exp $ + * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_global_search.php,v 1.10 2009/10/01 13:45:47 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. - * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details + * 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.9 2008/04/09 08:16:03 lsces Exp $ + * $Id: mod_global_search.php,v 1.10 2009/10/01 13:45:47 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 927df6a..9bf6420 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.13 2008/06/18 09:20:01 lsces Exp $ + * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_package_search.php,v 1.14 2009/10/01 13:45:47 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. - * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details + * 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.13 2008/06/18 09:20:01 lsces Exp $ + * $Id: mod_package_search.php,v 1.14 2009/10/01 13:45:47 wjames5 Exp $ * @author Luis Argerich (lrargerich@yahoo.com) * @package search * @subpackage modules diff --git a/refresh.php b/refresh.php index 40bc081..724f41d 100644 --- a/refresh.php +++ b/refresh.php @@ -1,14 +1,14 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_search/refresh.php,v 1.7 2007/12/04 17:42:09 joasch Exp $ + * $Header: /cvsroot/bitweaver/_bit_search/refresh.php,v 1.8 2009/10/01 13:45:47 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. - * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details * - * $Id: refresh.php,v 1.7 2007/12/04 17:42:09 joasch Exp $ + * $Id: refresh.php,v 1.8 2009/10/01 13:45:47 wjames5 Exp $ * @author Luis Argerich (lrargerich@yahoo.com) * @package search * @subpackage functions diff --git a/refresh_functions.php b/refresh_functions.php index 18968a8..15f5c95 100644 --- a/refresh_functions.php +++ b/refresh_functions.php @@ -1,14 +1,14 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_search/refresh_functions.php,v 1.31 2008/01/26 23:19:58 nickpalmer Exp $ + * $Header: /cvsroot/bitweaver/_bit_search/refresh_functions.php,v 1.32 2009/10/01 13:45:47 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. - * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details * - * $Id: refresh_functions.php,v 1.31 2008/01/26 23:19:58 nickpalmer Exp $ + * $Id: refresh_functions.php,v 1.32 2009/10/01 13:45:47 wjames5 Exp $ * @author Luis Argerich (lrargerich@yahoo.com) * @package search * @subpackage functions diff --git a/search_lib.php b/search_lib.php index c3b9271..69d06f8 100644 --- a/search_lib.php +++ b/search_lib.php @@ -1,14 +1,14 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_search/search_lib.php,v 1.41 2008/02/17 01:57:08 nickpalmer Exp $ + * $Header: /cvsroot/bitweaver/_bit_search/search_lib.php,v 1.42 2009/10/01 13:45:47 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. - * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details * - * $Id: search_lib.php,v 1.41 2008/02/17 01:57:08 nickpalmer Exp $ + * $Id: search_lib.php,v 1.42 2009/10/01 13:45:47 wjames5 Exp $ * @author Luis Argerich (lrargerich@yahoo.com) * @package search */ diff --git a/searchstats_lib.php b/searchstats_lib.php index 7b91284..fb8dc0f 100644 --- a/searchstats_lib.php +++ b/searchstats_lib.php @@ -1,14 +1,14 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_search/searchstats_lib.php,v 1.7 2007/01/06 09:46:24 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_search/searchstats_lib.php,v 1.8 2009/10/01 13:45:47 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. - * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details * - * $Id: searchstats_lib.php,v 1.7 2007/01/06 09:46:24 squareing Exp $ + * $Id: searchstats_lib.php,v 1.8 2009/10/01 13:45:47 wjames5 Exp $ * @author Luis Argerich (lrargerich@yahoo.com) * @package search */ @@ -1,14 +1,14 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_search/stats.php,v 1.8 2008/06/25 22:21:23 spiderr Exp $ + * $Header: /cvsroot/bitweaver/_bit_search/stats.php,v 1.9 2009/10/01 13:45:47 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. - * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details * - * $Id: stats.php,v 1.8 2008/06/25 22:21:23 spiderr Exp $ + * $Id: stats.php,v 1.9 2009/10/01 13:45:47 wjames5 Exp $ * @author Luis Argerich (lrargerich@yahoo.com) * @package search * @subpackage functions |
