[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> copyright.php (source)

   1  <?php
   2  /**
   3  * Mambo Copyright
   4  * @package Mambo
   5  * @author Mambo Foundation Inc see README.php
   6  * @copyright (C) 2000 - 2009 Mambo Foundation Inc.
   7  * @license GNU/GPL Version 2, see LICENSE.php
   8  *
   9  * Redistributions of files must retain the above copyright notice.
  10  *
  11  * Mambo is free software; you can redistribute it and/or
  12  * modify it under the terms of the GNU General Public License
  13  * as published by the Free Software Foundation; version 2 of the License.
  14  *
  15  */
  16  
  17  // no direct access
  18  defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
  19  
  20  /* 
  21  Mambo is a Trademark of the Mambo Foundation, Inc. http://www.mambo-foundation.org
  22  
  23  Mambo was originally developed by Miro International Pty Ltd in 2000. Mambo became Open Source software in April, 2001 under a GNU/GPL license. Miro assigned the copyright in Mambo to The Mambo Foundation in 2005 to ensure that Mambo remained free Open Source software owned and managed by the community.
  24  */
  25  /*
  26  Third Party Tools:
  27  
  28  1) JSCookMenu - http://www.cs.ucla.edu/%7Eheng/JSCookMenu/index.html
  29      License - http://www.cs.ucla.edu/%7Eheng/JSCookMenu/copyright.html
  30  
  31  2) TinyMCE - http://tinymce.moxiecode.com/
  32      License (LGPL) - http://www.gnu.org/copyleft/lesser.html
  33  
  34  3) PCLZip/PCLTar - http://www.phpconcept.net
  35      License (LGPL) - http://www.gnu.org/copyleft/lesser.html
  36  
  37  4) phpGACL - http://phpgacl.sf.net">phpGACL
  38      License (LGPL) - http://www.gnu.org/copyleft/lesser.html
  39  
  40  5) Calendar - http://dynarch.com/mishoo/calendar.epl
  41      License (LGPL) - http://www.gnu.org/copyleft/lesser.html
  42  
  43  6) overLIB - http://www.bosrup.com/web/overlib
  44      License - http://www.bosrup.com/web/overlib/?License
  45  
  46  7) XP-Style Tabs - http://webfx.eae.net
  47      License - Public Domain
  48  
  49  8) phpMailer - http://phpmailer.sourceforge.net
  50      License (LGPL) - http://www.gnu.org/copyleft/lesser.html
  51  
  52  9) Feedcreator - http://www.bitfolge.de/rsscreator-en.html
  53      License (LGPL) - http://www.gnu.org/copyleft/lesser.html
  54  
  55  10) Cache_Lite - http://pear.php.net
  56      License (LGPL) - http://www.gnu.org/copyleft/lesser.html
  57  
  58  11) GeSHi - http://qbnz.com/highlighter
  59      License (GPL) - http://www.gnu.org/licenses/gpl.html
  60  
  61  12) PHP VCard
  62      License (LGPL) - http://www.gnu.org/copyleft/lesser.html
  63  
  64  13) SpamStop - http://www.dpaulus.de
  65      License (GPL) - http://www.gnu.org/licenses/gpl.html
  66      
  67  14) Tango Base Icon Library - http://tango.freedesktop.org/Tango_Desktop_Project
  68      License (Creative Commons) - http://creativecommons.org/licenses/by-sa/2.5/
  69  */
  70  
  71  ?>