summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-10-01 14:17:03 +0000
committerwjames5 <will@tekimaki.com>2009-10-01 14:17:03 +0000
commit13f6da5b8c292f3bc77a75ff68a7559631527b27 (patch)
treea3d2dad179314c18d62d26a4a92c5e0e097e50f5
parenta94e1ab7284457f43b9937227fda1c0e79c29c27 (diff)
downloadrss-13f6da5b8c292f3bc77a75ff68a7559631527b27.tar.gz
rss-13f6da5b8c292f3bc77a75ff68a7559631527b27.tar.bz2
rss-13f6da5b8c292f3bc77a75ff68a7559631527b27.zip
remove ref to non-existant copyright.txt file
-rw-r--r--admin/admin_rss_inc.php4
-rw-r--r--admin/admin_rssmodules.php4
-rw-r--r--index.php6
-rw-r--r--liberty_plugins/data.rss.php6
-rw-r--r--rss_lib.php6
5 files changed, 13 insertions, 13 deletions
diff --git a/admin/admin_rss_inc.php b/admin/admin_rss_inc.php
index 32eb79b..0d9926a 100644
--- a/admin/admin_rss_inc.php
+++ b/admin/admin_rss_inc.php
@@ -1,9 +1,9 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_rss/admin/admin_rss_inc.php,v 1.9 2009/10/01 13:45:47 wjames5 Exp $
+// $Header: /cvsroot/bitweaver/_bit_rss/admin/admin_rss_inc.php,v 1.10 2009/10/01 14:17:03 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.
+// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
foreach( $gBitSystem->mPackages as $pkg => $pkgInfo ) {
diff --git a/admin/admin_rssmodules.php b/admin/admin_rssmodules.php
index 86a592a..3beee61 100644
--- a/admin/admin_rssmodules.php
+++ b/admin/admin_rssmodules.php
@@ -1,9 +1,9 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_rss/admin/admin_rssmodules.php,v 1.7 2009/10/01 13:45:47 wjames5 Exp $
+// $Header: /cvsroot/bitweaver/_bit_rss/admin/admin_rssmodules.php,v 1.8 2009/10/01 14:17:03 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.
+// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// Initialization
diff --git a/index.php b/index.php
index 34eb71f..13d9f8b 100644
--- a/index.php
+++ b/index.php
@@ -1,14 +1,14 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_rss/index.php,v 1.8 2009/10/01 13:45:47 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_rss/index.php,v 1.9 2009/10/01 14:17:03 wjames5 Exp $
*
* Copyright ( c ) 2004 bitweaver.org
* Copyright ( c ) 2003 tikwiki.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.
+ * All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: index.php,v 1.8 2009/10/01 13:45:47 wjames5 Exp $
+ * $Id: index.php,v 1.9 2009/10/01 14:17:03 wjames5 Exp $
* @package pigeonholes
* @subpackage functions
*/
diff --git a/liberty_plugins/data.rss.php b/liberty_plugins/data.rss.php
index 6b0a607..f75c19a 100644
--- a/liberty_plugins/data.rss.php
+++ b/liberty_plugins/data.rss.php
@@ -1,13 +1,13 @@
<?php
/**
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
* @package liberty
* @subpackage plugins_data
*/
// +----------------------------------------------------------------------+
// | Copyright (c) 2004, bitweaver.org
// +----------------------------------------------------------------------+
-// | All Rights Reserved. See copyright.txt for details and a complete list of authors.
+// | All Rights Reserved. See below for details and a complete list of authors.
// | 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!!!
@@ -17,7 +17,7 @@
// | Reworked for Bitweaver (& Undoubtedly Screwed-Up)
// | by: StarRider <starrrider@users.sourceforge.net>
// +----------------------------------------------------------------------+
-// $Id: data.rss.php,v 1.3 2009/10/01 13:45:47 wjames5 Exp $
+// $Id: data.rss.php,v 1.4 2009/10/01 14:17:03 wjames5 Exp $
/**
* definitions
diff --git a/rss_lib.php b/rss_lib.php
index 4e73679..08b449e 100644
--- a/rss_lib.php
+++ b/rss_lib.php
@@ -1,15 +1,15 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_rss/rss_lib.php,v 1.18 2009/10/01 13:45:47 wjames5 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_rss/rss_lib.php,v 1.19 2009/10/01 14:17:03 wjames5 Exp $
* @package rss
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.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.
+ * All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: rss_lib.php,v 1.18 2009/10/01 13:45:47 wjames5 Exp $
+ * $Id: rss_lib.php,v 1.19 2009/10/01 14:17:03 wjames5 Exp $
*/
/**