COPYRIGHT 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. The compilation of software known as FreeBSD is distributed under the
  2. following terms:
  3. Copyright (c) 1992-2024 The FreeBSD Project.
  4. Redistribution and use in source and binary forms, with or without
  5. modification, are permitted provided that the following conditions
  6. are met:
  7. 1. Redistributions of source code must retain the above copyright
  8. notice, this list of conditions and the following disclaimer.
  9. 2. Redistributions in binary form must reproduce the above copyright
  10. notice, this list of conditions and the following disclaimer in the
  11. documentation and/or other materials provided with the distribution.
  12. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  13. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  14. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  15. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  16. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  17. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  18. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  19. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  20. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  21. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  22. SUCH DAMAGE.
  23. The 4.4BSD and 4.4BSD-Lite software is distributed under the following
  24. terms:
  25. All of the documentation and software included in the 4.4BSD and 4.4BSD-Lite
  26. Releases is copyrighted by The Regents of the University of California.
  27. Copyright 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
  28. The Regents of the University of California. All rights reserved.
  29. Redistribution and use in source and binary forms, with or without
  30. modification, are permitted provided that the following conditions
  31. are met:
  32. 1. Redistributions of source code must retain the above copyright
  33. notice, this list of conditions and the following disclaimer.
  34. 2. Redistributions in binary form must reproduce the above copyright
  35. notice, this list of conditions and the following disclaimer in the
  36. documentation and/or other materials provided with the distribution.
  37. 3. All advertising materials mentioning features or use of this software
  38. must display the following acknowledgement:
  39. This product includes software developed by the University of
  40. California, Berkeley and its contributors.
  41. 4. Neither the name of the University nor the names of its contributors
  42. may be used to endorse or promote products derived from this software
  43. without specific prior written permission.
  44. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  45. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  46. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  47. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  48. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  49. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  50. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  51. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  52. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  53. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  54. SUCH DAMAGE.
  55. The Institute of Electrical and Electronics Engineers and the American
  56. National Standards Committee X3, on Information Processing Systems have
  57. given us permission to reprint portions of their documentation.
  58. In the following statement, the phrase ``this text'' refers to portions
  59. of the system documentation.
  60. Portions of this text are reprinted and reproduced in electronic form in
  61. the second BSD Networking Software Release, from IEEE Std 1003.1-1988, IEEE
  62. Standard Portable Operating System Interface for Computer Environments
  63. (POSIX), copyright C 1988 by the Institute of Electrical and Electronics
  64. Engineers, Inc. In the event of any discrepancy between these versions
  65. and the original IEEE Standard, the original IEEE Standard is the referee
  66. document.
  67. In the following statement, the phrase ``This material'' refers to portions
  68. of the system documentation.
  69. This material is reproduced with permission from American National
  70. Standards Committee X3, on Information Processing Systems. Computer and
  71. Business Equipment Manufacturers Association (CBEMA), 311 First St., NW,
  72. Suite 500, Washington, DC 20001-2178. The developmental work of
  73. Programming Language C was completed by the X3J11 Technical Committee.
  74. The views and conclusions contained in the software and documentation are
  75. those of the authors and should not be interpreted as representing official
  76. policies, either expressed or implied, of the Regents of the University
  77. of California.
  78. NOTE: The copyright of UC Berkeley's Berkeley Software Distribution ("BSD")
  79. source has been updated. The copyright addendum may be found at
  80. ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change and is
  81. included below.
  82. July 22, 1999
  83. To All Licensees, Distributors of Any Version of BSD:
  84. As you know, certain of the Berkeley Software Distribution ("BSD") source
  85. code files require that further distributions of products containing all or
  86. portions of the software, acknowledge within their advertising materials
  87. that such products contain software developed by UC Berkeley and its
  88. contributors.
  89. Specifically, the provision reads:
  90. " * 3. All advertising materials mentioning features or use of this software
  91. * must display the following acknowledgement:
  92. * This product includes software developed by the University of
  93. * California, Berkeley and its contributors."
  94. Effective immediately, licensees and distributors are no longer required to
  95. include the acknowledgement within advertising materials. Accordingly, the
  96. foregoing paragraph of those BSD Unix files containing it is hereby deleted
  97. in its entirety.
  98. William Hoskins
  99. Director, Office of Technology Licensing
  100. University of California, Berkeley