summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-04-29 14:29:24 +0000
committerwjames5 <will@tekimaki.com>2009-04-29 14:29:24 +0000
commit221022f675502f7659cfcaa89d53b15f21869d0f (patch)
tree0eecc492ce494f773a9859e95b7cc4655f639c4e
parent8224489973c2819b67a620eba8736eb65dc41c5f (diff)
downloadliberty-221022f675502f7659cfcaa89d53b15f21869d0f.tar.gz
liberty-221022f675502f7659cfcaa89d53b15f21869d0f.tar.bz2
liberty-221022f675502f7659cfcaa89d53b15f21869d0f.zip
remove treasury ref
-rw-r--r--plugins/mime.audio.php6
-rw-r--r--plugins/mime.image.php6
-rw-r--r--plugins/mime.pbase.php6
-rw-r--r--plugins/mime.pdf.php6
-rw-r--r--plugins/mime.video.php6
5 files changed, 15 insertions, 15 deletions
diff --git a/plugins/mime.audio.php b/plugins/mime.audio.php
index c0d97cc..09515ed 100644
--- a/plugins/mime.audio.php
+++ b/plugins/mime.audio.php
@@ -1,9 +1,9 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.audio.php,v 1.28 2009/01/02 20:38:02 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.audio.php,v 1.29 2009/04/29 14:29:24 wjames5 Exp $
*
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.28 $
+ * @version $Revision: 1.29 $
* created Thursday May 08, 2008
* @package liberty
* @subpackage liberty_mime_handler
@@ -16,7 +16,7 @@ global $gLibertySystem;
/**
* This is the name of the plugin - max char length is 16
- * As a naming convention, the treasury mime handler definition should start with:
+ * As a naming convention, the liberty mime handler definition should start with:
* PLUGIN_MIME_GUID_
*/
define( 'PLUGIN_MIME_GUID_AUDIO', 'mimeaudio' );
diff --git a/plugins/mime.image.php b/plugins/mime.image.php
index c40c71d..ea28854 100644
--- a/plugins/mime.image.php
+++ b/plugins/mime.image.php
@@ -1,9 +1,9 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.image.php,v 1.25 2009/02/06 02:55:21 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.image.php,v 1.26 2009/04/29 14:29:24 wjames5 Exp $
*
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.25 $
+ * @version $Revision: 1.26 $
* created Thursday May 08, 2008
* @package liberty
* @subpackage liberty_mime_handler
@@ -16,7 +16,7 @@ global $gLibertySystem;
/**
* This is the name of the plugin - max char length is 16
- * As a naming convention, the treasury mime handler definition should start with:
+ * As a naming convention, the liberty mime handler definition should start with:
* PLUGIN_MIME_GUID_
*/
define( 'PLUGIN_MIME_GUID_IMAGE', 'mimeimage' );
diff --git a/plugins/mime.pbase.php b/plugins/mime.pbase.php
index b391c10..cdb323b 100644
--- a/plugins/mime.pbase.php
+++ b/plugins/mime.pbase.php
@@ -1,9 +1,9 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.pbase.php,v 1.6 2008/09/15 10:32:07 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.pbase.php,v 1.7 2009/04/29 14:29:24 wjames5 Exp $
*
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.6 $
+ * @version $Revision: 1.7 $
* created Thursday May 08, 2008
* @package liberty
* @subpackage liberty_mime_handler
@@ -16,7 +16,7 @@ global $gLibertySystem;
/**
* This is the name of the plugin - max char length is 16
- * As a naming convention, the treasury mime handler definition should start with:
+ * As a naming convention, the liberty mime handler definition should start with:
* PLUGIN_MIME_GUID_
*/
define( 'PLUGIN_MIME_GUID_PBASE', 'mimepbase' );
diff --git a/plugins/mime.pdf.php b/plugins/mime.pdf.php
index d41eb63..afdb295 100644
--- a/plugins/mime.pdf.php
+++ b/plugins/mime.pdf.php
@@ -1,9 +1,9 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.pdf.php,v 1.1 2009/01/15 20:34:41 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.pdf.php,v 1.2 2009/04/29 14:29:24 wjames5 Exp $
*
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
* created Thursday May 08, 2008
* @package liberty
* @subpackage liberty_mime_handler
@@ -16,7 +16,7 @@ global $gLibertySystem;
/**
* This is the name of the plugin - max char length is 16
- * As a naming convention, the treasury mime handler definition should start with:
+ * As a naming convention, the liberty mime handler definition should start with:
* PLUGIN_MIME_GUID_
*/
define( 'PLUGIN_MIME_GUID_PDF', 'mimepdf' );
diff --git a/plugins/mime.video.php b/plugins/mime.video.php
index 473cb97..e9cf531 100644
--- a/plugins/mime.video.php
+++ b/plugins/mime.video.php
@@ -1,9 +1,9 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.video.php,v 1.5 2009/01/16 13:03:12 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.video.php,v 1.6 2009/04/29 14:29:24 wjames5 Exp $
*
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
* created Thursday May 08, 2008
* @package liberty
* @subpackage liberty_mime_handler
@@ -16,7 +16,7 @@ global $gLibertySystem;
/**
* This is the name of the plugin - max char length is 16
- * As a naming convention, the treasury mime handler definition should start with:
+ * As a naming convention, the liberty mime handler definition should start with:
* PLUGIN_MIME_GUID_
*/
define( 'PLUGIN_MIME_GUID_VIDEO', 'mimevideo' );