summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-10-01 13:45:45 +0000
committerwjames5 <will@tekimaki.com>2009-10-01 13:45:45 +0000
commit3a32fa86426baa36f66506af7968bf3301a2e3fa (patch)
tree82c0f7afa58a8bca803fa987630c37b85c0e427a
parentdd87965ac3a4d4a7dd4f53ae6494af45cd1bc1b5 (diff)
downloadnewsletters-3a32fa86426baa36f66506af7968bf3301a2e3fa.tar.gz
newsletters-3a32fa86426baa36f66506af7968bf3301a2e3fa.tar.bz2
newsletters-3a32fa86426baa36f66506af7968bf3301a2e3fa.zip
fix LGPL license ref from non-existant license.txt file to lgpl url
-rw-r--r--BitNewsletter.php8
-rw-r--r--BitNewsletterEdition.php8
-rw-r--r--BitNewsletterMailer.php8
-rw-r--r--admin/admin_newsletter_subscriptions.php4
-rw-r--r--admin/admin_newsletters.php4
-rw-r--r--admin/send.php4
-rw-r--r--edition.php2
-rw-r--r--edition_edit.php2
-rw-r--r--index.php4
-rw-r--r--lookup_newsletter_edition_inc.php2
-rw-r--r--lookup_newsletter_inc.php2
-rw-r--r--newsletters.php4
-rw-r--r--sub.php4
-rw-r--r--track.php2
14 files changed, 29 insertions, 29 deletions
diff --git a/BitNewsletter.php b/BitNewsletter.php
index 43e3ca5..bd7b4b4 100644
--- a/BitNewsletter.php
+++ b/BitNewsletter.php
@@ -1,12 +1,12 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_newsletters/BitNewsletter.php,v 1.33 2009/04/02 14:08:08 bitweaver Exp $
+ * $Header: /cvsroot/bitweaver/_bit_newsletters/BitNewsletter.php,v 1.34 2009/10/01 13:45:44 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: BitNewsletter.php,v 1.33 2009/04/02 14:08:08 bitweaver Exp $
+ * $Id: BitNewsletter.php,v 1.34 2009/10/01 13:45:44 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.33 $ $Date: 2009/04/02 14:08:08 $ $Author: bitweaver $
+ * @version $Revision: 1.34 $ $Date: 2009/10/01 13:45:44 $ $Author: wjames5 $
*/
/**
diff --git a/BitNewsletterEdition.php b/BitNewsletterEdition.php
index 596e966..603c775 100644
--- a/BitNewsletterEdition.php
+++ b/BitNewsletterEdition.php
@@ -1,12 +1,12 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_newsletters/BitNewsletterEdition.php,v 1.32 2008/10/20 21:40:10 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_newsletters/BitNewsletterEdition.php,v 1.33 2009/10/01 13:45:45 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: BitNewsletterEdition.php,v 1.32 2008/10/20 21:40:10 spiderr Exp $
+ * $Id: BitNewsletterEdition.php,v 1.33 2009/10/01 13:45:45 wjames5 Exp $
*
* Class that handles editions of newsletters
* @package newsletters
@@ -15,7 +15,7 @@
*
* @author spiderr <spider@steelsun.com>
*
- * @version $Revision: 1.32 $ $Date: 2008/10/20 21:40:10 $ $Author: spiderr $
+ * @version $Revision: 1.33 $ $Date: 2009/10/01 13:45:45 $ $Author: wjames5 $
*/
/**
diff --git a/BitNewsletterMailer.php b/BitNewsletterMailer.php
index 65f7fae..7561f17 100644
--- a/BitNewsletterMailer.php
+++ b/BitNewsletterMailer.php
@@ -1,12 +1,12 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_newsletters/BitNewsletterMailer.php,v 1.6 2009/05/30 18:32:52 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_newsletters/BitNewsletterMailer.php,v 1.7 2009/10/01 13:45:45 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: BitNewsletterMailer.php,v 1.6 2009/05/30 18:32:52 wjames5 Exp $
+ * $Id: BitNewsletterMailer.php,v 1.7 2009/10/01 13:45:45 wjames5 Exp $
*
* Class that handles editions of newsletters
* @package newsletters
@@ -15,7 +15,7 @@
*
* @author spiderr <spider@steelsun.com>
*
- * @version $Revision: 1.6 $ $Date: 2009/05/30 18:32:52 $ $Author: wjames5 $
+ * @version $Revision: 1.7 $ $Date: 2009/10/01 13:45:45 $ $Author: wjames5 $
*/
/**
diff --git a/admin/admin_newsletter_subscriptions.php b/admin/admin_newsletter_subscriptions.php
index 931324e..f30331b 100644
--- a/admin/admin_newsletter_subscriptions.php
+++ b/admin/admin_newsletter_subscriptions.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/admin_newsletter_subscriptions.php,v 1.9 2008/09/19 01:34:37 laetzer Exp $
+// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/admin_newsletter_subscriptions.php,v 1.10 2009/10/01 13:45:45 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.
-// 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' );
diff --git a/admin/admin_newsletters.php b/admin/admin_newsletters.php
index c32b2a4..2387744 100644
--- a/admin/admin_newsletters.php
+++ b/admin/admin_newsletters.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/admin_newsletters.php,v 1.6 2008/09/19 01:34:37 laetzer Exp $
+// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/admin_newsletters.php,v 1.7 2009/10/01 13:45:45 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.
-// 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' );
diff --git a/admin/send.php b/admin/send.php
index fb82302..b6fb334 100644
--- a/admin/send.php
+++ b/admin/send.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/send.php,v 1.20 2008/06/25 22:21:14 spiderr Exp $
+// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/send.php,v 1.21 2009/10/01 13:45:45 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.
-// 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' );
diff --git a/edition.php b/edition.php
index ff2f9a0..2a68569 100644
--- a/edition.php
+++ b/edition.php
@@ -2,7 +2,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
*
* created 2005/12/10
*
diff --git a/edition_edit.php b/edition_edit.php
index a15992b..bc7785f 100644
--- a/edition_edit.php
+++ b/edition_edit.php
@@ -3,7 +3,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
*
* created 2005/12/10
*
diff --git a/index.php b/index.php
index 82d3c5d..0f2bed9 100644
--- a/index.php
+++ b/index.php
@@ -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' );
diff --git a/lookup_newsletter_edition_inc.php b/lookup_newsletter_edition_inc.php
index 6f1e447..10d17af 100644
--- a/lookup_newsletter_edition_inc.php
+++ b/lookup_newsletter_edition_inc.php
@@ -2,7 +2,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
*
* created 2005/12/10
*
diff --git a/lookup_newsletter_inc.php b/lookup_newsletter_inc.php
index d26a8b4..4247827 100644
--- a/lookup_newsletter_inc.php
+++ b/lookup_newsletter_inc.php
@@ -2,7 +2,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
*
* created 2005/12/10
*
diff --git a/newsletters.php b/newsletters.php
index f08cc98..7ce15b4 100644
--- a/newsletters.php
+++ b/newsletters.php
@@ -1,10 +1,10 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_newsletters/newsletters.php,v 1.11 2008/09/19 01:34:37 laetzer Exp $
+ * $Header: /cvsroot/bitweaver/_bit_newsletters/newsletters.php,v 1.12 2009/10/01 13:45:45 wjames5 Exp $
*
* 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
* Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
* created 2005/12/10
*
diff --git a/sub.php b/sub.php
index 0a6b7d0..cfd9e50 100644
--- a/sub.php
+++ b/sub.php
@@ -1,9 +1,9 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_newsletters/sub.php,v 1.9 2009/04/01 15:57:52 bitweaver Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_newsletters/sub.php,v 1.10 2009/10/01 13:45:45 wjames5 Exp $
* 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
*
* created 2005/12/10
*
diff --git a/track.php b/track.php
index d39ecb3..b2ba6a0 100644
--- a/track.php
+++ b/track.php
@@ -2,7 +2,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
*
* created 2005/12/10
*