1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Fix copyright info.

This commit is contained in:
marj
2009-11-18 02:07:15 +00:00
parent 1919629a98
commit c8341dff2e
5 changed files with 49 additions and 52 deletions

View File

@@ -1,20 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2008-2009 e107 Inc (e107.org)
| Copyright (c) e107 Inc. 2001-2009 * Released under the terms and conditions of the
| http://e107.org * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| *
| Released under the terms and conditions of the *
| GNU General Public License (http://gnu.org). *
| * $Source: /cvs_backup/e107_0.8/e107_admin/menus.php,v $
| $Source: /cvs_backup/e107_0.8/e107_admin/menus.php,v $ * $Revision: 1.35 $
| $Revision: 1.34 $ * $Date: 2009-11-18 02:07:14 $
| $Date: 2009-08-28 16:11:02 $ * $Author: marj_nl_fr $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/ */
if(isset($_GET['configure'])) if(isset($_GET['configure']))
{ {
//Switch to Front-end //Switch to Front-end

View File

@@ -2,16 +2,16 @@
/* /*
* e107 website system * e107 website system
* *
* Copyright (C) 2001-2010 e107 Inc (e107.org) * Copyright (C) 2008-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the * Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
* *
* Administration UI handlers, admin helper functions * Administration UI handlers, admin helper functions
* *
* $Source: /cvs_backup/e107_0.8/e107_handlers/admin_handler.php,v $ * $Source: /cvs_backup/e107_0.8/e107_handlers/admin_handler.php,v $
* $Revision: 1.29 $ * $Revision: 1.30 $
* $Date: 2009-11-17 15:23:00 $ * $Date: 2009-11-18 02:07:14 $
* $Author: secretr $ * $Author: marj_nl_fr $
*/ */
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@@ -1,20 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2008-2009 e107 Inc (e107.org)
| Copyright (c) e107 Inc. 2001-2009 * Released under the terms and conditions of the
| http://e107.org * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| *
| Released under the terms and conditions of the *
| GNU General Public License (http://gnu.org). *
| * $Source: /cvs_backup/e107_0.8/e107_handlers/e_upgrade_class.php,v $
| $Source: /cvs_backup/e107_0.8/e107_handlers/e_upgrade_class.php,v $ * $Revision: 1.3 $
| $Revision: 1.2 $ * $Date: 2009-11-18 02:07:15 $
| $Date: 2009-11-05 09:15:12 $ * $Author: marj_nl_fr $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/ */
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
/** /**
Usage: A file with the following format should be stored on a server, and included in the releaseUrl attribute of theme.xml or plugin.xml Usage: A file with the following format should be stored on a server, and included in the releaseUrl attribute of theme.xml or plugin.xml

View File

@@ -1,20 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2008-2009 e107 Inc (e107.org)
| Copyright (c) e107 Inc. 2001-2009 * Released under the terms and conditions of the
| http://e107.org * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| *
| Released under the terms and conditions of the *
| GNU General Public License (http://gnu.org). *
| * $Source: /cvs_backup/e107_0.8/e107_handlers/menumanager_class.php,v $
| $Source: /cvs_backup/e107_0.8/e107_handlers/menumanager_class.php,v $ * $Revision: 1.11 $
| $Revision: 1.10 $ * $Date: 2009-11-18 02:07:14 $
| $Date: 2009-11-08 17:13:24 $ * $Author: marj_nl_fr $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/ */
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@@ -1,6 +1,6 @@
/* /*
* e107 website system (c) 2001-2008 Steve Dunstan (e107.org) * Copyright (C) 2008-2009 e107 Inc (e107.org)
* $Id: fs_admin_alt_nav.sc,v 1.5 2009-07-18 11:47:50 marj_nl_fr Exp $ * $Id: fs_admin_alt_nav.sc,v 1.6 2009-11-18 02:07:15 marj_nl_fr Exp $
*/ */
if (!ADMIN) return ''; if (!ADMIN) return '';