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