Fork of FusionPBX but with LDAP kinda working
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
3.4 KiB

2 years ago
  1. <?php
  2. /*
  3. //-----------------------------------------------------------------------------------
  4. FusionPBX License
  5. http://www.fusionpbx.com
  6. Version: MPL 1.1
  7. The contents of this file are subject to the Mozilla Public License Version
  8. 1.1 (the "License"); you may not use this file except in compliance with
  9. the License. You may obtain a copy of the License at
  10. http://www.mozilla.org/MPL/
  11. Software distributed under the License is distributed on an "AS IS" basis,
  12. WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13. for the specific language governing rights and limitations under the
  14. License.
  15. The Original Code is FusionPBX
  16. The Initial Developer of the Original Code is
  17. Mark J Crane <markjcrane@fusionpbx.com>
  18. Portions created by the Initial Developer are Copyright (C) 2008-2019
  19. the Initial Developer. All Rights Reserved.
  20. Contributor(s):
  21. Mark J Crane <markjcrane@fusionpbx.com>
  22. //-----------------------------------------------------------------------------------
  23. 3rd Party Licenses
  24. //-----------------------------------------------------------------------------------
  25. FreeSWITCH
  26. http://www.freeswitch.org/
  27. License: MPL (Mozilla Public License)
  28. //-----------------------------------------------------------------------------------
  29. PHPMailer
  30. http://code.google.com/a/apache-extras.org/p/phpmailer/
  31. License: LGPL
  32. //-----------------------------------------------------------------------------------
  33. POP3Class
  34. http://www.phpclasses.org/package/2-PHP-Access-to-e-mail-mailboxes-using-the-POP3-protocol.html
  35. Copyright (c) 1999-2005, Manuel Lemos
  36. License: BSD
  37. //-----------------------------------------------------------------------------------
  38. jQuery
  39. https://jquery.com/
  40. Copyright 2019 The jQuery Foundation
  41. License: MIT
  42. https://jquery.org/license/#source-code
  43. //-----------------------------------------------------------------------------------
  44. Bootstrap
  45. https://getbootstrap.com/
  46. Copyright (c) 2011-2019 Twitter, Inc.
  47. Copyright (c) 2011-2019 The Bootstrap Authors
  48. License: MIT
  49. https://github.com/twbs/bootstrap/blob/v4.3.1/LICENSE
  50. //-----------------------------------------------------------------------------------
  51. FontAwesome
  52. https://fontawesome.com
  53. Copyright Fonticons, Inc.
  54. Icon License: CC BY 4.0
  55. Font License: SIL OFL 1.1
  56. Code License: MIT
  57. https://fontawesome.com/license/free
  58. //-----------------------------------------------------------------------------------
  59. Tempus Dominus (jQuery plugin)
  60. https://tempusdominus.github.io/bootstrap-4/
  61. Copyright (c) 2016 Tempus Dominus
  62. License: MIT
  63. https://github.com/tempusdominus/bootstrap-4/blob/master/LICENSE
  64. //-----------------------------------------------------------------------------------
  65. Ace (Ajax.org Cloud9 Editor)
  66. https://ace.c9.io/
  67. Copyright (c) 2010, Ajax.org B.V.
  68. License: BSD
  69. https://github.com/ajaxorg/ace/blob/master/LICENSE
  70. //-----------------------------------------------------------------------------------
  71. Moment.js
  72. https://momentjs.com/
  73. Copyright (c) JS Foundation and other contributors
  74. License: MIT
  75. https://github.com/moment/moment/blob/develop/LICENSE
  76. //-----------------------------------------------------------------------------------
  77. jQuery Password Strength Meter
  78. https://github.com/ablanco/jquery.pwstrength.bootstrap
  79. Copyright (c) 2010 Tane Piper <github@digitalspaghetti.me.uk>
  80. License: MIT
  81. https://github.com/ablanco/jquery.pwstrength.bootstrap/blob/master/MIT-LICENSE.txt
  82. //-----------------------------------------------------------------------------------
  83. */
  84. ?>