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 | 2d02f577f4cbd699550fdce8d05c0cc2d9371fc1 (patch) | |
| tree | 8e30b58ac75fda7008040156cdd6d3d59cd61fcc /send_post.php | |
| parent | 9ab7cffc4d74056654cacbaad153a0b3f18e1099 (diff) | |
| download | blogs-2d02f577f4cbd699550fdce8d05c0cc2d9371fc1.tar.gz blogs-2d02f577f4cbd699550fdce8d05c0cc2d9371fc1.tar.bz2 blogs-2d02f577f4cbd699550fdce8d05c0cc2d9371fc1.zip | |
fix LGPL license ref from non-existant license.txt file to lgpl url
Diffstat (limited to 'send_post.php')
| -rw-r--r-- | send_post.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/send_post.php b/send_post.php index 64d93bb..4dbd790 100644 --- a/send_post.php +++ b/send_post.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_blogs/send_post.php,v 1.24 2009/07/28 14:37:27 wjames5 Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_blogs/send_post.php,v 1.25 2009/10/01 13:45:31 wjames5 Exp $ * @package blogs * @subpackage functions @@ -8,7 +8,7 @@ // 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. // Make sure all defines get created as fully qualified URI's $_REQUEST['uri_mode'] = TRUE; |
