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 /index.php | |
| 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
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' ); |
