From 221022f675502f7659cfcaa89d53b15f21869d0f Mon Sep 17 00:00:00 2001 From: wjames5 Date: Wed, 29 Apr 2009 14:29:24 +0000 Subject: remove treasury ref --- plugins/mime.audio.php | 6 +++--- plugins/mime.image.php | 6 +++--- plugins/mime.pbase.php | 6 +++--- plugins/mime.pdf.php | 6 +++--- plugins/mime.video.php | 6 +++--- 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 @@ - * @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 @@ - * @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 @@ - * @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 @@ - * @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 @@ - * @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' ); -- cgit v1.3