licenses.list.txt 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. ====================BSD-1-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. * 1. Redistributions of source code must retain the above copyright
  6. * notice, this list of conditions and the following disclaimer.
  7. *
  8. * THIS SOFTWARE IS PROVIDED BY Berkeley Software Design, Inc. ``AS IS'' AND
  9. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  10. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  11. * ARE DISCLAIMED. IN NO EVENT SHALL Berkeley Software Design, Inc. BE LIABLE
  12. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  13. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  14. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  15. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  16. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  17. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  18. * SUCH DAMAGE.
  19. ====================BSD-2-Clause====================
  20. Redistribution and use in source and binary forms, with or without modification,
  21. are permitted provided that the following conditions are met:
  22. * Redistributions of source code must retain the above copyright notice, this
  23. list of conditions and the following disclaimer.
  24. * Redistributions in binary form must reproduce the above copyright notice,
  25. this list of conditions and the following disclaimer in the documentation
  26. and/or other materials provided with the distribution.
  27. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  28. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  29. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  30. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  31. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  32. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  33. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  34. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  35. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  36. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  37. ====================BSD-3-Clause====================
  38. * Redistribution and use in source and binary forms, with or without
  39. * modification, are permitted provided that the following conditions
  40. * are met:
  41. * 1. Redistributions of source code must retain the above copyright
  42. * notice, this list of conditions and the following disclaimer.
  43. * 2. Redistributions in binary form must reproduce the above copyright
  44. * notice, this list of conditions and the following disclaimer in the
  45. * documentation and/or other materials provided with the distribution.
  46. * 3. Neither the name of the University nor the names of its contributors
  47. * may be used to endorse or promote products derived from this software
  48. * without specific prior written permission.
  49. *
  50. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  51. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  52. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  53. * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  54. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  55. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  56. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  57. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  58. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  59. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  60. * SUCH DAMAGE.
  61. ====================BSD-3-Clause====================
  62. * SPDX-License-Identifier: BSD-3-Clause
  63. ====================COPYRIGHT====================
  64. * Copyright (c) 1988 Regents of the University of California.
  65. * All rights reserved.
  66. ====================COPYRIGHT====================
  67. * Copyright (c) 1989, 1993
  68. * The Regents of the University of California. All rights reserved.
  69. ====================COPYRIGHT====================
  70. * Copyright (c) 1990, 1993
  71. * The Regents of the University of California. All rights reserved.
  72. ====================COPYRIGHT====================
  73. * Copyright (c) 1991, 1993
  74. * The Regents of the University of California. All rights reserved.
  75. ====================COPYRIGHT====================
  76. * Copyright (c) 1995, 1999
  77. * Berkeley Software Design, Inc. All rights reserved.
  78. ====================COPYRIGHT====================
  79. * Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org>
  80. ====================COPYRIGHT====================
  81. * Copyright (c) 2000, 2002 Todd C. Miller <millert@openbsd.org>
  82. ====================COPYRIGHT====================
  83. * Copyright (c) 2000-2002, 2007, 2010
  84. * Todd C. Miller <millert@openbsd.org>
  85. ====================COPYRIGHT====================
  86. * Copyright (c) 2007 Todd C. Miller <millert@openbsd.org>
  87. ====================COPYRIGHT====================
  88. * Copyright (c) 2008 Otto Moerbeek <otto@drijf.net>
  89. ====================COPYRIGHT====================
  90. * Copyright (c) 2011 The FreeBSD Foundation
  91. * All rights reserved.
  92. ====================COPYRIGHT====================
  93. Copyright (c) 2013, Kenneth MacKay
  94. All rights reserved.
  95. ====================ISC====================
  96. * Permission to use, copy, modify, and distribute this software for any
  97. * purpose with or without fee is hereby granted, provided that the above
  98. * copyright notice and this permission notice appear in all copies.
  99. *
  100. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  101. * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  102. * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  103. * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  104. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  105. * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  106. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.