From 62ef2fd56ee44d3035288d889c23214156cf25f3 Mon Sep 17 00:00:00 2001 From: marj Date: Wed, 18 Nov 2009 01:49:18 +0000 Subject: [PATCH] Fix copyright info. --- e107_files/e_jslib.php | 8 ++++---- e107_files/jslib/core/admin.js | 8 ++++---- e107_files/jslib/core/decorate.js | 8 ++++---- e107_files/jslib/core/tabs.js | 8 ++++---- e107_files/jslib/core/tooltip.js | 8 ++++---- e107_handlers/calendar/calendar_class.php | 8 ++++---- e107_handlers/date_handler.php | 8 ++++---- e107_handlers/js_manager.php | 8 ++++---- e107_handlers/jslib_handler.php | 8 ++++---- e107_plugins/_blank/_blank_setup.php | 8 ++++---- e107_plugins/download/download_setup.php | 8 ++++---- e107_plugins/forum/e_admin_events.php | 8 ++++---- e107_plugins/forum/forum_admin_class.php | 8 ++++---- e107_plugins/forum/forum_setup.php | 8 ++++---- e107_plugins/forum/forum_viewforum.php | 8 ++++---- e107_plugins/pm/pm_setup.php | 8 ++++---- e107_plugins/tinymce/tinymce_setup.php | 8 ++++---- 17 files changed, 68 insertions(+), 68 deletions(-) diff --git a/e107_files/e_jslib.php b/e107_files/e_jslib.php index b89882fa5..3a75d42a0 100644 --- a/e107_files/e_jslib.php +++ b/e107_files/e_jslib.php @@ -2,16 +2,16 @@ /* * e107 website system * - * Copyright (c) 2001-2008 e107 Developers (e107.org) + * Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://gnu.org). * * Javascript files consolidation script (gzip compression) * * $Source: /cvs_backup/e107_0.8/e107_files/e_jslib.php,v $ - * $Revision: 1.6 $ - * $Date: 2009-10-07 11:05:55 $ - * $Author: secretr $ + * $Revision: 1.7 $ + * $Date: 2009-11-18 01:49:18 $ + * $Author: marj_nl_fr $ * */ diff --git a/e107_files/jslib/core/admin.js b/e107_files/jslib/core/admin.js index ccf3e7425..7f9745058 100644 --- a/e107_files/jslib/core/admin.js +++ b/e107_files/jslib/core/admin.js @@ -1,16 +1,16 @@ /* * e107 website system * - * Copyright (c) 2001-2008 e107 Developers (e107.org) + * Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://gnu.org). * * e107 Admin Helper * * $Source: /cvs_backup/e107_0.8/e107_files/jslib/core/admin.js,v $ - * $Revision: 1.23 $ - * $Date: 2009-11-10 19:13:07 $ - * $Author: secretr $ + * $Revision: 1.24 $ + * $Date: 2009-11-18 01:49:18 $ + * $Author: marj_nl_fr $ * */ diff --git a/e107_files/jslib/core/decorate.js b/e107_files/jslib/core/decorate.js index 483666740..1b28113ac 100644 --- a/e107_files/jslib/core/decorate.js +++ b/e107_files/jslib/core/decorate.js @@ -1,7 +1,7 @@ /* * e107 website system * - * Copyright (c) 2001-2008 e107 Developers (e107.org) + * Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://gnu.org). * @@ -9,9 +9,9 @@ * Inspired by Magento' decorate JS functions (www.magentocommerce.com) * * $Source: /cvs_backup/e107_0.8/e107_files/jslib/core/decorate.js,v $ - * $Revision: 1.4 $ - * $Date: 2009-10-07 10:52:53 $ - * $Author: secretr $ + * $Revision: 1.5 $ + * $Date: 2009-11-18 01:49:18 $ + * $Author: marj_nl_fr $ * */ diff --git a/e107_files/jslib/core/tabs.js b/e107_files/jslib/core/tabs.js index 3f4127a95..c2c5c08c1 100644 --- a/e107_files/jslib/core/tabs.js +++ b/e107_files/jslib/core/tabs.js @@ -1,7 +1,7 @@ /* * e107 website system * - * Copyright (c) 2001-2008 e107 Developers (e107.org) + * Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://gnu.org). * @@ -11,9 +11,9 @@ * (unobtrusive Javascript) * * $Source: /cvs_backup/e107_0.8/e107_files/jslib/core/tabs.js,v $ - * $Revision: 1.3 $ - * $Date: 2008-12-18 16:55:46 $ - * $Author: secretr $ + * $Revision: 1.4 $ + * $Date: 2009-11-18 01:49:18 $ + * $Author: marj_nl_fr $ * */ diff --git a/e107_files/jslib/core/tooltip.js b/e107_files/jslib/core/tooltip.js index aea8346b7..a58e414f4 100644 --- a/e107_files/jslib/core/tooltip.js +++ b/e107_files/jslib/core/tooltip.js @@ -1,7 +1,7 @@ /* * e107 website system * - * Copyright (c) 2001-2008 e107 Developers (e107.org) + * Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://gnu.org). * @@ -9,9 +9,9 @@ * Create static/ajax tooltips (unobtrusive Javascript) * * $Source: /cvs_backup/e107_0.8/e107_files/jslib/core/tooltip.js,v $ - * $Revision: 1.1 $ - * $Date: 2008-12-08 23:40:18 $ - * $Author: secretr $ + * $Revision: 1.2 $ + * $Date: 2009-11-18 01:49:18 $ + * $Author: marj_nl_fr $ * */ diff --git a/e107_handlers/calendar/calendar_class.php b/e107_handlers/calendar/calendar_class.php index b3a1f7414..0b47b18cd 100755 --- a/e107_handlers/calendar/calendar_class.php +++ b/e107_handlers/calendar/calendar_class.php @@ -2,14 +2,14 @@ /* * e107 website system * - * Copyright (c) 2001-2008 e107 Inc. (e107.org) + * Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://gnu.org). * * $Source: /cvs_backup/e107_0.8/e107_handlers/calendar/calendar_class.php,v $ - * $Revision: 1.3 $ - * $Date: 2009-10-30 17:59:30 $ - * $Author: secretr $ + * $Revision: 1.4 $ + * $Date: 2009-11-18 01:49:18 $ + * $Author: marj_nl_fr $ * */ diff --git a/e107_handlers/date_handler.php b/e107_handlers/date_handler.php index 43eada510..752740171 100644 --- a/e107_handlers/date_handler.php +++ b/e107_handlers/date_handler.php @@ -2,14 +2,14 @@ /* * e107 website system * - * Copyright (c) 2001-2008 e107 Inc. (e107.org) + * Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://gnu.org). * * $Source: /cvs_backup/e107_0.8/e107_handlers/date_handler.php,v $ - * $Revision: 1.11 $ - * $Date: 2009-11-10 19:13:06 $ - * $Author: secretr $ + * $Revision: 1.12 $ + * $Date: 2009-11-18 01:49:18 $ + * $Author: marj_nl_fr $ * */ if (!defined('e107_INIT')) { exit; } diff --git a/e107_handlers/js_manager.php b/e107_handlers/js_manager.php index 017dbb06d..621a26390 100644 --- a/e107_handlers/js_manager.php +++ b/e107_handlers/js_manager.php @@ -2,14 +2,14 @@ /* * e107 website system * - * Copyright (c) 2001-2008 e107 Inc. (e107.org) + * Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://gnu.org). * * $Source: /cvs_backup/e107_0.8/e107_handlers/js_manager.php,v $ - * $Revision: 1.6 $ - * $Date: 2009-10-30 17:59:32 $ - * $Author: secretr $ + * $Revision: 1.7 $ + * $Date: 2009-11-18 01:49:18 $ + * $Author: marj_nl_fr $ * */ global $pref, $eplug_admin, $THEME_JSLIB, $THEME_CORE_JSLIB; diff --git a/e107_handlers/jslib_handler.php b/e107_handlers/jslib_handler.php index c3dff6018..2a420cde0 100644 --- a/e107_handlers/jslib_handler.php +++ b/e107_handlers/jslib_handler.php @@ -2,14 +2,14 @@ /* * e107 website system * - * Copyright (c) 2001-2008 e107 Developers (e107.org) + * Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://gnu.org). * * $Source: /cvs_backup/e107_0.8/e107_handlers/jslib_handler.php,v $ - * $Revision: 1.9 $ - * $Date: 2009-11-11 10:53:32 $ - * $Author: secretr $ + * $Revision: 1.10 $ + * $Date: 2009-11-18 01:49:18 $ + * $Author: marj_nl_fr $ * */ global $pref, $eplug_admin, $THEME_JSLIB, $THEME_CORE_JSLIB; diff --git a/e107_plugins/_blank/_blank_setup.php b/e107_plugins/_blank/_blank_setup.php index b3359f071..eb4ddb1a7 100644 --- a/e107_plugins/_blank/_blank_setup.php +++ b/e107_plugins/_blank/_blank_setup.php @@ -2,16 +2,16 @@ /* * e107 website system * -* Copyright ( c ) 2008-2009 e107 Inc (e107.org) +* Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * * Custom install/uninstall/update routines * * $Source: /cvs_backup/e107_0.8/e107_plugins/_blank/_blank_setup.php,v $ -* $Revision: 1.1 $ -* $Date: 2009-10-30 09:11:01 $ -* $Author: e107coders $ +* $Revision: 1.2 $ +* $Date: 2009-11-18 01:49:18 $ +* $Author: marj_nl_fr $ * */ diff --git a/e107_plugins/download/download_setup.php b/e107_plugins/download/download_setup.php index b94342d0e..b25d1fc0c 100644 --- a/e107_plugins/download/download_setup.php +++ b/e107_plugins/download/download_setup.php @@ -2,16 +2,16 @@ /* * e107 website system * -* Copyright ( c ) 2001-2008 e107 Inc (e107.org) +* Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * * Custom download install/uninstall/update routines * * $Source: /cvs_backup/e107_0.8/e107_plugins/download/download_setup.php,v $ -* $Revision: 1.2 $ -* $Date: 2009-10-21 12:53:00 $ -* $Author: e107coders $ +* $Revision: 1.3 $ +* $Date: 2009-11-18 01:49:18 $ +* $Author: marj_nl_fr $ * */ diff --git a/e107_plugins/forum/e_admin_events.php b/e107_plugins/forum/e_admin_events.php index 3d97eb5df..e94cc250e 100755 --- a/e107_plugins/forum/e_admin_events.php +++ b/e107_plugins/forum/e_admin_events.php @@ -2,16 +2,16 @@ /* * e107 website system * -* Copyright ( c ) 2001-2008 e107 Inc (e107.org) +* Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * * Check for admin events being triggered * * $Source: /cvs_backup/e107_0.8/e107_plugins/forum/e_admin_events.php,v $ -* $Revision: 1.2 $ -* $Date: 2008-12-03 17:21:15 $ -* $Author: mcfly_e107 $ +* $Revision: 1.3 $ +* $Date: 2009-11-18 01:49:18 $ +* $Author: marj_nl_fr $ * */ function plugin_forum_admin_events($type, $parms) diff --git a/e107_plugins/forum/forum_admin_class.php b/e107_plugins/forum/forum_admin_class.php index 4bc0599a4..ad68c7926 100755 --- a/e107_plugins/forum/forum_admin_class.php +++ b/e107_plugins/forum/forum_admin_class.php @@ -2,16 +2,16 @@ /* * e107 website system * -* Copyright ( c ) 2001-2008 e107 Inc (e107.org) +* Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * * Forum admin functions * * $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_admin_class.php,v $ -* $Revision: 1.13 $ -* $Date: 2009-05-09 19:54:18 $ -* $Author: e107steved $ +* $Revision: 1.14 $ +* $Date: 2009-11-18 01:49:18 $ +* $Author: marj_nl_fr $ * */ class forumAdmin diff --git a/e107_plugins/forum/forum_setup.php b/e107_plugins/forum/forum_setup.php index 3a0d6ff77..27269def6 100644 --- a/e107_plugins/forum/forum_setup.php +++ b/e107_plugins/forum/forum_setup.php @@ -2,16 +2,16 @@ /* * e107 website system * -* Copyright ( c ) 2001-2008 e107 Inc (e107.org) +* Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * * Custom forum install/uninstall/update routines * * $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_setup.php,v $ -* $Revision: 1.3 $ -* $Date: 2009-10-22 04:14:45 $ -* $Author: e107coders $ +* $Revision: 1.4 $ +* $Date: 2009-11-18 01:49:18 $ +* $Author: marj_nl_fr $ * */ diff --git a/e107_plugins/forum/forum_viewforum.php b/e107_plugins/forum/forum_viewforum.php index ecd28f86a..99bd5b969 100644 --- a/e107_plugins/forum/forum_viewforum.php +++ b/e107_plugins/forum/forum_viewforum.php @@ -2,16 +2,16 @@ /* * e107 website system * -* Copyright ( c ) 2001-2008 e107 Inc (e107.org) +* Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * * View specific forums * * $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_viewforum.php,v $ -* $Revision: 1.14 $ -* $Date: 2009-09-08 02:00:42 $ -* $Author: mcfly_e107 $ +* $Revision: 1.15 $ +* $Date: 2009-11-18 01:49:18 $ +* $Author: marj_nl_fr $ * */ diff --git a/e107_plugins/pm/pm_setup.php b/e107_plugins/pm/pm_setup.php index 41ae7bca8..023706573 100644 --- a/e107_plugins/pm/pm_setup.php +++ b/e107_plugins/pm/pm_setup.php @@ -2,14 +2,14 @@ /* * e107 website system * -* Copyright ( c ) 2008-2009 e107 Inc (e107.org) +* Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * * $Source: /cvs_backup/e107_0.8/e107_plugins/pm/pm_setup.php,v $ -* $Revision: 1.2 $ -* $Date: 2009-10-21 12:53:00 $ -* $Author: e107coders $ +* $Revision: 1.3 $ +* $Date: 2009-11-18 01:49:18 $ +* $Author: marj_nl_fr $ * */ diff --git a/e107_plugins/tinymce/tinymce_setup.php b/e107_plugins/tinymce/tinymce_setup.php index a22831a91..b89baaa35 100644 --- a/e107_plugins/tinymce/tinymce_setup.php +++ b/e107_plugins/tinymce/tinymce_setup.php @@ -2,16 +2,16 @@ /* * e107 website system * -* Copyright ( c ) 2001-2008 e107 Inc (e107.org) +* Copyright (C) 2008-2009 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * * Custom TinyMce install/uninstall/update routines * * $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/tinymce_setup.php,v $ -* $Revision: 1.3 $ -* $Date: 2009-10-30 09:13:37 $ -* $Author: e107coders $ +* $Revision: 1.4 $ +* $Date: 2009-11-18 01:49:18 $ +* $Author: marj_nl_fr $ * */