diff options
| author | wjames5 <will@tekimaki.com> | 2009-10-01 13:45:31 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-10-01 13:45:31 +0000 |
| commit | 1117b0fcdf61292e403a92d8aa580974f87c3849 (patch) | |
| tree | 5664e97cd736c3b78c3d50f8ee0f4a399ca30b21 /index.php | |
| parent | 65c3c473ea82cf2ce38df072636cc64eac3448cb (diff) | |
| download | articles-1117b0fcdf61292e403a92d8aa580974f87c3849.tar.gz articles-1117b0fcdf61292e403a92d8aa580974f87c3849.tar.bz2 articles-1117b0fcdf61292e403a92d8aa580974f87c3849.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,8 +1,8 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_articles/index.php,v 1.24 2008/06/25 22:21:06 spiderr Exp $ +// $Header: /cvsroot/bitweaver/_bit_articles/index.php,v 1.25 2009/10/01 13:45:27 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' ); |
