123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?php
- /*
- //-----------------------------------------------------------------------------------
- FusionPBX License
- http://www.fusionpbx.com
- Version: MPL 1.1
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
- The Original Code is FusionPBX
- The Initial Developer of the Original Code is
- Mark J Crane <[email protected]>
- Portions created by the Initial Developer are Copyright (C) 2008-2019
- the Initial Developer. All Rights Reserved.
- Contributor(s):
- Mark J Crane <[email protected]>
- //-----------------------------------------------------------------------------------
- 3rd Party Licenses
- //-----------------------------------------------------------------------------------
- FreeSWITCH
- http://www.freeswitch.org/
- License: MPL (Mozilla Public License)
- //-----------------------------------------------------------------------------------
- PHPMailer
- http://code.google.com/a/apache-extras.org/p/phpmailer/
- License: LGPL
- //-----------------------------------------------------------------------------------
- POP3Class
- http://www.phpclasses.org/package/2-PHP-Access-to-e-mail-mailboxes-using-the-POP3-protocol.html
- Copyright (c) 1999-2005, Manuel Lemos
- License: BSD
- //-----------------------------------------------------------------------------------
- jQuery
- https://jquery.com/
- Copyright 2019 The jQuery Foundation
- License: MIT
- https://jquery.org/license/#source-code
- //-----------------------------------------------------------------------------------
- Bootstrap
- https://getbootstrap.com/
- Copyright (c) 2011-2019 Twitter, Inc.
- Copyright (c) 2011-2019 The Bootstrap Authors
- License: MIT
- https://github.com/twbs/bootstrap/blob/v4.3.1/LICENSE
- //-----------------------------------------------------------------------------------
- FontAwesome
- https://fontawesome.com
- Copyright Fonticons, Inc.
- Icon License: CC BY 4.0
- Font License: SIL OFL 1.1
- Code License: MIT
- https://fontawesome.com/license/free
- //-----------------------------------------------------------------------------------
- Tempus Dominus (jQuery plugin)
- https://tempusdominus.github.io/bootstrap-4/
- Copyright (c) 2016 Tempus Dominus
- License: MIT
- https://github.com/tempusdominus/bootstrap-4/blob/master/LICENSE
- //-----------------------------------------------------------------------------------
- Ace (Ajax.org Cloud9 Editor)
- https://ace.c9.io/
- Copyright (c) 2010, Ajax.org B.V.
- License: BSD
- https://github.com/ajaxorg/ace/blob/master/LICENSE
- //-----------------------------------------------------------------------------------
- Moment.js
- https://momentjs.com/
- Copyright (c) JS Foundation and other contributors
- License: MIT
- https://github.com/moment/moment/blob/develop/LICENSE
- //-----------------------------------------------------------------------------------
- jQuery Password Strength Meter
- https://github.com/ablanco/jquery.pwstrength.bootstrap
- Copyright (c) 2010 Tane Piper <[email protected]>
- License: MIT
- https://github.com/ablanco/jquery.pwstrength.bootstrap/blob/master/MIT-LICENSE.txt
- //-----------------------------------------------------------------------------------
- */
- ?>
|