summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-10-01 13:45:31 +0000
committerwjames5 <will@tekimaki.com>2009-10-01 13:45:31 +0000
commit2d02f577f4cbd699550fdce8d05c0cc2d9371fc1 (patch)
tree8e30b58ac75fda7008040156cdd6d3d59cd61fcc
parent9ab7cffc4d74056654cacbaad153a0b3f18e1099 (diff)
downloadblogs-2d02f577f4cbd699550fdce8d05c0cc2d9371fc1.tar.gz
blogs-2d02f577f4cbd699550fdce8d05c0cc2d9371fc1.tar.bz2
blogs-2d02f577f4cbd699550fdce8d05c0cc2d9371fc1.zip
fix LGPL license ref from non-existant license.txt file to lgpl url
-rw-r--r--BitBlogPost.php8
-rw-r--r--crosspost.php4
-rw-r--r--display_bitblog_inc.php4
-rw-r--r--edit.php4
-rw-r--r--liberty_plugins/data.blog.php6
-rw-r--r--list_blogs.php4
-rw-r--r--post.php4
-rw-r--r--print_blog_post.php4
-rw-r--r--rankings.php4
-rw-r--r--send_post.php4
-rw-r--r--view.php4
-rw-r--r--view_post.php4
-rw-r--r--view_post_image.php4
13 files changed, 29 insertions, 29 deletions
diff --git a/BitBlogPost.php b/BitBlogPost.php
index 4b35f77..e146d87 100644
--- a/BitBlogPost.php
+++ b/BitBlogPost.php
@@ -1,12 +1,12 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_blogs/BitBlogPost.php,v 1.141 2009/08/20 17:48:28 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_blogs/BitBlogPost.php,v 1.142 2009/10/01 13:45:31 wjames5 Exp $
*
* 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
*
- * $Id: BitBlogPost.php,v 1.141 2009/08/20 17:48:28 wjames5 Exp $
+ * $Id: BitBlogPost.php,v 1.142 2009/10/01 13:45:31 wjames5 Exp $
*
* Virtual base class (as much as one can have such things in PHP) for all
* derived tikiwiki classes that require database access.
@@ -16,7 +16,7 @@
*
* @author drewslater <andrew@andrewslater.com>, spiderr <spider@steelsun.com>
*
- * @version $Revision: 1.141 $ $Date: 2009/08/20 17:48:28 $ $Author: wjames5 $
+ * @version $Revision: 1.142 $ $Date: 2009/10/01 13:45:31 $ $Author: wjames5 $
*/
/**
diff --git a/crosspost.php b/crosspost.php
index adf3d24..e88cbcc 100644
--- a/crosspost.php
+++ b/crosspost.php
@@ -1,12 +1,12 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/crosspost.php,v 1.8 2009/05/04 09:48:42 lsces Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/crosspost.php,v 1.9 2009/10/01 13:45:31 wjames5 Exp $
* @package blogs
* @subpackage functions
*
* @copyright Copyright (c) 2004-2006, 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.
*/
/**
diff --git a/display_bitblog_inc.php b/display_bitblog_inc.php
index 75f33b0..7188a07 100644
--- a/display_bitblog_inc.php
+++ b/display_bitblog_inc.php
@@ -1,12 +1,12 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/display_bitblog_inc.php,v 1.20 2008/10/20 21:40:09 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/display_bitblog_inc.php,v 1.21 2009/10/01 13:45:31 wjames5 Exp $
* @package blogs
* @subpackage functions
*
* @copyright Copyright (c) 2004-2006, 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.
*/
/**
diff --git a/edit.php b/edit.php
index eaa2cce..816e7d8 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/edit.php,v 1.35 2008/10/20 21:40:09 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/edit.php,v 1.36 2009/10/01 13:45:31 wjames5 Exp $
* @package blogs
* @subpackage functions
*/
@@ -11,7 +11,7 @@
// Copyright (c) 2004-2006, bitweaver.org
// 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.
/**
* required setup
diff --git a/liberty_plugins/data.blog.php b/liberty_plugins/data.blog.php
index 28fa3f9..9801719 100644
--- a/liberty_plugins/data.blog.php
+++ b/liberty_plugins/data.blog.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) 2005, 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/
@@ -18,7 +18,7 @@
// | by: wjames5
// | Reworked from: data.articles.php from wikiplugin_articles.php
// +----------------------------------------------------------------------+
-// $Id: data.blog.php,v 1.2 2008/11/09 09:08:55 squareing Exp $
+// $Id: data.blog.php,v 1.3 2009/10/01 13:45:31 wjames5 Exp $
/**
* definitions
diff --git a/list_blogs.php b/list_blogs.php
index 0177e4c..1ab35a6 100644
--- a/list_blogs.php
+++ b/list_blogs.php
@@ -1,13 +1,13 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/list_blogs.php,v 1.20 2008/10/20 21:40:09 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/list_blogs.php,v 1.21 2009/10/01 13:45:31 wjames5 Exp $
* @package blogs
* @subpackage functions
*/
// 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.
/**
* required setup
diff --git a/post.php b/post.php
index 448e7cb..862bb83 100644
--- a/post.php
+++ b/post.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/post.php,v 1.66 2008/10/25 01:22:03 wjames5 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/post.php,v 1.67 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.
/**
* required setup
diff --git a/print_blog_post.php b/print_blog_post.php
index 40d1855..149f2be 100644
--- a/print_blog_post.php
+++ b/print_blog_post.php
@@ -1,13 +1,13 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/print_blog_post.php,v 1.16 2007/05/16 16:47:07 wjames5 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/print_blog_post.php,v 1.17 2009/10/01 13:45:31 wjames5 Exp $
* @package blogs
* @subpackage functions
*/
// 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.
/**
* required setup
diff --git a/rankings.php b/rankings.php
index 302b3fd..c2916fd 100644
--- a/rankings.php
+++ b/rankings.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/rankings.php,v 1.12 2008/06/25 22:21:07 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/rankings.php,v 1.13 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.
/**
* required setup
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;
diff --git a/view.php b/view.php
index 96930e3..1f5dbfe 100644
--- a/view.php
+++ b/view.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/view.php,v 1.21 2007/11/05 21:35:22 wjames5 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/view.php,v 1.22 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.
/**
* required setup
diff --git a/view_post.php b/view_post.php
index 560e08e..d59df4a 100644
--- a/view_post.php
+++ b/view_post.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/view_post.php,v 1.17 2008/04/23 21:59:21 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/view_post.php,v 1.18 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.
/**
* required setup
diff --git a/view_post_image.php b/view_post_image.php
index bff29b1..512ba60 100644
--- a/view_post_image.php
+++ b/view_post_image.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/view_post_image.php,v 1.4 2008/06/25 22:21:07 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/view_post_image.php,v 1.5 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.
/**
* required setup