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