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 | a94e1ab7284457f43b9937227fda1c0e79c29c27 (patch) | |
| tree | 9db041a39524e8ddd62b94a5edd36ca635248491 /liberty_plugins | |
| parent | 69ae15025f20c397e7697c6b45bfc88bcb65a3f8 (diff) | |
| download | rss-a94e1ab7284457f43b9937227fda1c0e79c29c27.tar.gz rss-a94e1ab7284457f43b9937227fda1c0e79c29c27.tar.bz2 rss-a94e1ab7284457f43b9937227fda1c0e79c29c27.zip | |
fix LGPL license ref from non-existant license.txt file to lgpl url
Diffstat (limited to 'liberty_plugins')
| -rw-r--r-- | liberty_plugins/data.rss.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/liberty_plugins/data.rss.php b/liberty_plugins/data.rss.php index 6d5a277..6b0a607 100644 --- a/liberty_plugins/data.rss.php +++ b/liberty_plugins/data.rss.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ * @package liberty * @subpackage plugins_data */ @@ -8,7 +8,7 @@ // | Copyright (c) 2004, bitweaver.org // +----------------------------------------------------------------------+ // | 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 // | // | For comments, please use phpdocu.sourceforge.net documentation standards!!! // | -> see http://phpdocu.sourceforge.net/ @@ -17,7 +17,7 @@ // | Reworked for Bitweaver (& Undoubtedly Screwed-Up) // | by: StarRider <starrrider@users.sourceforge.net> // +----------------------------------------------------------------------+ -// $Id: data.rss.php,v 1.2 2008/11/09 09:08:55 squareing Exp $ +// $Id: data.rss.php,v 1.3 2009/10/01 13:45:47 wjames5 Exp $ /** * definitions |
