licenses.php 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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 <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  80. License: MIT
  81. https://github.com/ablanco/jquery.pwstrength.bootstrap/blob/master/MIT-LICENSE.txt
  82. //-----------------------------------------------------------------------------------
  83. */
  84. ?>