diff options
| author | wjames5 <will@tekimaki.com> | 2009-10-01 14:17:02 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-10-01 14:17:02 +0000 |
| commit | cfc84b151a1993031d81c79c61d57b2c396b6484 (patch) | |
| tree | f9676fd948f4958bac1db993f9c3fa5c93455206 | |
| parent | 3a32fa86426baa36f66506af7968bf3301a2e3fa (diff) | |
| download | newsletters-cfc84b151a1993031d81c79c61d57b2c396b6484.tar.gz newsletters-cfc84b151a1993031d81c79c61d57b2c396b6484.tar.bz2 newsletters-cfc84b151a1993031d81c79c61d57b2c396b6484.zip | |
remove ref to non-existant copyright.txt file
| -rw-r--r-- | BitNewsletter.php | 8 | ||||
| -rw-r--r-- | BitNewsletterEdition.php | 8 | ||||
| -rw-r--r-- | BitNewsletterMailer.php | 8 | ||||
| -rw-r--r-- | admin/admin_newsletter_subscriptions.php | 4 | ||||
| -rw-r--r-- | admin/admin_newsletters.php | 4 | ||||
| -rw-r--r-- | admin/send.php | 4 | ||||
| -rw-r--r-- | edition.php | 2 | ||||
| -rw-r--r-- | edition_edit.php | 2 | ||||
| -rw-r--r-- | index.php | 4 | ||||
| -rw-r--r-- | lookup_newsletter_edition_inc.php | 2 | ||||
| -rw-r--r-- | lookup_newsletter_inc.php | 2 | ||||
| -rw-r--r-- | newsletters.php | 4 | ||||
| -rw-r--r-- | sub.php | 4 | ||||
| -rw-r--r-- | track.php | 2 |
14 files changed, 29 insertions, 29 deletions
diff --git a/BitNewsletter.php b/BitNewsletter.php index bd7b4b4..56f845f 100644 --- a/BitNewsletter.php +++ b/BitNewsletter.php @@ -1,12 +1,12 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_newsletters/BitNewsletter.php,v 1.34 2009/10/01 13:45:44 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_newsletters/BitNewsletter.php,v 1.35 2009/10/01 14:17:02 wjames5 Exp $ * * 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 * - * $Id: BitNewsletter.php,v 1.34 2009/10/01 13:45:44 wjames5 Exp $ + * $Id: BitNewsletter.php,v 1.35 2009/10/01 14:17:02 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.34 $ $Date: 2009/10/01 13:45:44 $ $Author: wjames5 $ + * @version $Revision: 1.35 $ $Date: 2009/10/01 14:17:02 $ $Author: wjames5 $ */ /** diff --git a/BitNewsletterEdition.php b/BitNewsletterEdition.php index 603c775..35882ed 100644 --- a/BitNewsletterEdition.php +++ b/BitNewsletterEdition.php @@ -1,12 +1,12 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_newsletters/BitNewsletterEdition.php,v 1.33 2009/10/01 13:45:45 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_newsletters/BitNewsletterEdition.php,v 1.34 2009/10/01 14:17:02 wjames5 Exp $ * * 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 * - * $Id: BitNewsletterEdition.php,v 1.33 2009/10/01 13:45:45 wjames5 Exp $ + * $Id: BitNewsletterEdition.php,v 1.34 2009/10/01 14:17:02 wjames5 Exp $ * * Class that handles editions of newsletters * @package newsletters @@ -15,7 +15,7 @@ * * @author spiderr <spider@steelsun.com> * - * @version $Revision: 1.33 $ $Date: 2009/10/01 13:45:45 $ $Author: wjames5 $ + * @version $Revision: 1.34 $ $Date: 2009/10/01 14:17:02 $ $Author: wjames5 $ */ /** diff --git a/BitNewsletterMailer.php b/BitNewsletterMailer.php index 7561f17..b0e5128 100644 --- a/BitNewsletterMailer.php +++ b/BitNewsletterMailer.php @@ -1,12 +1,12 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_newsletters/BitNewsletterMailer.php,v 1.7 2009/10/01 13:45:45 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_newsletters/BitNewsletterMailer.php,v 1.8 2009/10/01 14:17:02 wjames5 Exp $ * * 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 * - * $Id: BitNewsletterMailer.php,v 1.7 2009/10/01 13:45:45 wjames5 Exp $ + * $Id: BitNewsletterMailer.php,v 1.8 2009/10/01 14:17:02 wjames5 Exp $ * * Class that handles editions of newsletters * @package newsletters @@ -15,7 +15,7 @@ * * @author spiderr <spider@steelsun.com> * - * @version $Revision: 1.7 $ $Date: 2009/10/01 13:45:45 $ $Author: wjames5 $ + * @version $Revision: 1.8 $ $Date: 2009/10/01 14:17:02 $ $Author: wjames5 $ */ /** diff --git a/admin/admin_newsletter_subscriptions.php b/admin/admin_newsletter_subscriptions.php index f30331b..0ae310d 100644 --- a/admin/admin_newsletter_subscriptions.php +++ b/admin/admin_newsletter_subscriptions.php @@ -1,9 +1,9 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/admin_newsletter_subscriptions.php,v 1.10 2009/10/01 13:45:45 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/admin_newsletter_subscriptions.php,v 1.11 2009/10/01 14:17:02 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/admin/admin_newsletters.php b/admin/admin_newsletters.php index 2387744..1e87ce5 100644 --- a/admin/admin_newsletters.php +++ b/admin/admin_newsletters.php @@ -1,9 +1,9 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/admin_newsletters.php,v 1.7 2009/10/01 13:45:45 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/admin_newsletters.php,v 1.8 2009/10/01 14:17:02 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/admin/send.php b/admin/send.php index b6fb334..4e3baea 100644 --- a/admin/send.php +++ b/admin/send.php @@ -1,9 +1,9 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/send.php,v 1.21 2009/10/01 13:45:45 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/send.php,v 1.22 2009/10/01 14:17:02 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/edition.php b/edition.php index 2a68569..9e1b2f4 100644 --- a/edition.php +++ b/edition.php @@ -1,7 +1,7 @@ <?php /** * Copyright (c) 2005 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 * * created 2005/12/10 diff --git a/edition_edit.php b/edition_edit.php index bc7785f..99d2c33 100644 --- a/edition_edit.php +++ b/edition_edit.php @@ -2,7 +2,7 @@ /** * * Copyright (c) 2005 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 * * created 2005/12/10 @@ -1,8 +1,8 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_newsletters/index.php,v 1.26 2009/10/01 13:45:45 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_newsletters/index.php,v 1.27 2009/10/01 14:17:02 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. +// 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/lookup_newsletter_edition_inc.php b/lookup_newsletter_edition_inc.php index 10d17af..7663ca2 100644 --- a/lookup_newsletter_edition_inc.php +++ b/lookup_newsletter_edition_inc.php @@ -1,7 +1,7 @@ <?php /** * Copyright (c) 2005 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 * * created 2005/12/10 diff --git a/lookup_newsletter_inc.php b/lookup_newsletter_inc.php index 4247827..203dc9e 100644 --- a/lookup_newsletter_inc.php +++ b/lookup_newsletter_inc.php @@ -1,7 +1,7 @@ <?php /** * Copyright (c) 2005 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 * * created 2005/12/10 diff --git a/newsletters.php b/newsletters.php index 7ce15b4..1a55dad 100644 --- a/newsletters.php +++ b/newsletters.php @@ -1,9 +1,9 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_newsletters/newsletters.php,v 1.12 2009/10/01 13:45:45 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_newsletters/newsletters.php,v 1.13 2009/10/01 14:17:02 wjames5 Exp $ * * Copyright (c) 2005 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 * Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. * created 2005/12/10 @@ -1,8 +1,8 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_newsletters/sub.php,v 1.10 2009/10/01 13:45:45 wjames5 Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_newsletters/sub.php,v 1.11 2009/10/01 14:17:02 wjames5 Exp $ * Copyright (c) 2005 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 * * created 2005/12/10 @@ -1,7 +1,7 @@ <?php /** * Copyright (c) 2005 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 * * created 2005/12/10 |
