licenses.list.txt 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. ====================BSD-3-Clause====================
  2. * Redistribution and use in source and binary forms, with or without
  3. * modification, are permitted provided that the following conditions
  4. * are met:
  5. *
  6. * 1. Redistributions of source code must retain the above copyright
  7. * notice, this list of conditions and the following disclaimer.
  8. * 2. Redistributions in binary form must reproduce the above copyright
  9. * notice, this list of conditions and the following disclaimer in the
  10. * documentation and/or other materials provided with the distribution.
  11. * 3. The name of the author may not be used to endorse or promote products
  12. * derived from this software without specific prior written permission.
  13. *
  14. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  15. * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  16. * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  17. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  18. * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  19. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  20. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  21. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  22. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  23. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  24. ====================BSD-3-Clause====================
  25. * Use of this file is governed by the BSD 3-clause license that
  26. * can be found in the LICENSE.txt file in the project root.
  27. ====================BSD-3-Clause====================
  28. * [The "BSD license"]
  29. ====================BSD-3-Clause====================
  30. // Redistribution and use in source and binary forms, with or without modification, are permitted
  31. // provided that the following conditions are met:
  32. //
  33. // 1. Redistributions of source code must retain the above copyright notice, this list of conditions
  34. // and the following disclaimer.
  35. //
  36. // 2. Redistributions in binary form must reproduce the above copyright notice, this list of
  37. // conditions and the following disclaimer in the documentation and/or other materials provided
  38. // with the distribution.
  39. //
  40. // 3. Neither the name of the copyright holder nor the names of its contributors may be used to
  41. // endorse or promote products derived from this software without specific prior written
  42. // permission.
  43. //
  44. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
  45. // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  46. // FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
  47. // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  48. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  49. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  50. // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
  51. // WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  52. ====================BSD-3-Clause====================
  53. // obligations required by the BSD 3-clause license that governs this file.
  54. ====================BSD-3-Clause====================
  55. Redistribution and use in source and binary forms, with or without
  56. modification, are permitted provided that the following conditions
  57. are met:
  58. 1. Redistributions of source code must retain the above copyright
  59. notice, this list of conditions and the following disclaimer.
  60. 2. Redistributions in binary form must reproduce the above copyright
  61. notice, this list of conditions and the following disclaimer in the
  62. documentation and/or other materials provided with the distribution.
  63. 3. Neither name of copyright holders nor the names of its contributors
  64. may be used to endorse or promote products derived from this software
  65. without specific prior written permission.
  66. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  67. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  68. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  69. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
  70. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  71. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  72. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  73. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  74. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  75. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  76. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  77. ====================BSD-3-Clause====================
  78. [![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/antlr/antlr4/master/LICENSE.txt)
  79. ====================COPYRIGHT====================
  80. * Copyright (c) 2012 Terence Parr
  81. * Copyright (c) 2012 Sam Harwell
  82. * All rights reserved.
  83. ====================COPYRIGHT====================
  84. /* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
  85. ====================COPYRIGHT====================
  86. /* Copyright (c) 2012-2021 The ANTLR Project. All rights reserved.
  87. ====================COPYRIGHT====================
  88. /* Copyright (c) 2021 The ANTLR Project. All rights reserved.
  89. ====================COPYRIGHT====================
  90. // Copyright 2012-2022 The ANTLR Project
  91. ====================COPYRIGHT====================
  92. Copyright (c) 2012-2022 The ANTLR Project. All rights reserved.
  93. ====================File: LICENSE.txt====================
  94. Copyright (c) 2012-2022 The ANTLR Project. All rights reserved.
  95. Redistribution and use in source and binary forms, with or without
  96. modification, are permitted provided that the following conditions
  97. are met:
  98. 1. Redistributions of source code must retain the above copyright
  99. notice, this list of conditions and the following disclaimer.
  100. 2. Redistributions in binary form must reproduce the above copyright
  101. notice, this list of conditions and the following disclaimer in the
  102. documentation and/or other materials provided with the distribution.
  103. 3. Neither name of copyright holders nor the names of its contributors
  104. may be used to endorse or promote products derived from this software
  105. without specific prior written permission.
  106. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  107. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  108. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  109. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
  110. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  111. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  112. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  113. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  114. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  115. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  116. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.