COPYRIGHT 6.0 KB

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