diff options
| author | wjames5 <will@tekimaki.com> | 2009-10-01 13:45:45 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-10-01 13:45:45 +0000 |
| commit | 3a32fa86426baa36f66506af7968bf3301a2e3fa (patch) | |
| tree | 82c0f7afa58a8bca803fa987630c37b85c0e427a /index.php | |
| parent | dd87965ac3a4d4a7dd4f53ae6494af45cd1bc1b5 (diff) | |
| download | newsletters-3a32fa86426baa36f66506af7968bf3301a2e3fa.tar.gz newsletters-3a32fa86426baa36f66506af7968bf3301a2e3fa.tar.bz2 newsletters-3a32fa86426baa36f66506af7968bf3301a2e3fa.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,9 +1,9 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_newsletters/index.php,v 1.25 2008/06/25 22:21:14 spiderr Exp $ +// $Header: /cvsroot/bitweaver/_bit_newsletters/index.php,v 1.26 2009/10/01 13:45:45 wjames5 Exp $ // Copyright (c) 2006 - bitweaver.org - Christian Fowler, Max Kremmel, 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' ); |
