licenses.php 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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-2020
  19. the Initial Developer. All Rights Reserved.
  20. Contributor(s):
  21. Mark J Crane <[email protected]>
  22. //-----------------------------------------------------------------------------------
  23. 3rd Party Licenses
  24. //-----------------------------------------------------------------------------------
  25. PHPMailer
  26. http://code.google.com/a/apache-extras.org/p/phpmailer/
  27. License: LGPL
  28. //-----------------------------------------------------------------------------------
  29. POP3Class
  30. http://www.phpclasses.org/package/2-PHP-Access-to-e-mail-mailboxes-using-the-POP3-protocol.html
  31. Copyright (c) 1999-2005, Manuel Lemos
  32. License: BSD
  33. //-----------------------------------------------------------------------------------
  34. jQuery
  35. https://jquery.com/
  36. Copyright 2019 The jQuery Foundation
  37. License: MIT
  38. https://jquery.org/license/#source-code
  39. //-----------------------------------------------------------------------------------
  40. Bootstrap
  41. https://getbootstrap.com/
  42. Copyright (c) 2011-2019 Twitter, Inc.
  43. Copyright (c) 2011-2019 The Bootstrap Authors
  44. License: MIT
  45. https://github.com/twbs/bootstrap/blob/v4.3.1/LICENSE
  46. //-----------------------------------------------------------------------------------
  47. FontAwesome
  48. https://fontawesome.com
  49. Copyright Fonticons, Inc.
  50. Icon License: CC BY 4.0
  51. Font License: SIL OFL 1.1
  52. Code License: MIT
  53. https://fontawesome.com/license/free
  54. //-----------------------------------------------------------------------------------
  55. Tempus Dominus (jQuery plugin)
  56. https://tempusdominus.github.io/bootstrap-4/
  57. Copyright (c) 2016 Tempus Dominus
  58. License: MIT
  59. https://github.com/tempusdominus/bootstrap-4/blob/master/LICENSE
  60. //-----------------------------------------------------------------------------------
  61. Ace (Ajax.org Cloud9 Editor)
  62. https://ace.c9.io/
  63. Copyright (c) 2010, Ajax.org B.V.
  64. License: BSD
  65. https://github.com/ajaxorg/ace/blob/master/LICENSE
  66. //-----------------------------------------------------------------------------------
  67. Moment.js
  68. https://momentjs.com/
  69. Copyright (c) JS Foundation and other contributors
  70. License: MIT
  71. https://github.com/moment/moment/blob/develop/LICENSE
  72. //-----------------------------------------------------------------------------------
  73. jQuery Password Strength Meter
  74. https://github.com/ablanco/jquery.pwstrength.bootstrap
  75. Copyright (c) 2010 Tane Piper <[email protected]>
  76. License: MIT
  77. https://github.com/ablanco/jquery.pwstrength.bootstrap/blob/master/MIT-LICENSE.txt
  78. //-----------------------------------------------------------------------------------
  79. */
  80. ?>