forked from 386bsd/386bsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
COPYRGHT.TXT
133 lines (79 loc) · 4.25 KB
/
COPYRGHT.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
386BSD Release 1.0
Copyright
/*
* Copyright (c) 1989-1994 William F. Jolitz, TeleMuse.
* All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this
* software must display the following acknowledgement:
* This software is a component of "386BSD" developed by
* William F. Jolitz, TeleMuse.
* 4. Neither the name of the developer nor the name "386BSD"
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
* 5. Non-commercial distribution of the complete source and/or binary
* release at no charge to the user (such as from an official Internet
* archive site) is permitted.
* 6. Commercial distribution and sale of the complete source and/or binary
* release on any media, including that of floppies, tape, or CD-ROM, or
* through a per-charge download such as that of a BBS, is not permitted
* without specific prior written permission.
* 7. Non-commercial and/or commercial distribution of an incomplete,
* altered, or otherwise modified source and/or binary release is not
* permitted.
* 8. Non-commercial and/or commercial incorporation and distribution of
* any components, programs, files, and other modules derived from the
* source and/or binary release is not permitted without specific prior
* written permission, except where stated by the author as in the
* copyright disclaimer of the source code component, program, file, or
* other module in question.
*
* 386BSD WAS DEVELOPED BY WILLIAM F. JOLITZ.
* 386BSD IS INTENDED FOR RESEARCH AND EDUCATIONAL PURPOSES.
* THIS SOFTWARE SHOULD NOT BE CONSIDERED TO BE A COMMERCIAL PRODUCT.
* THE DEVELOPER URGES THAT USERS WHO REQUIRE A COMMERCIAL PRODUCT
* NOT MAKE USE OF THIS WORK.
*
* FOR USERS WHO WISH TO UNDERSTAND THE 386BSD SYSTEM DEVELOPED
* BY WILLIAM F. JOLITZ, WE RECOMMEND THE USER STUDY WRITTEN
* REFERENCES SUCH AS THE "PORTING UNIX TO THE 386" SERIES
* (BEGINNING JANUARY 1991 "DR. DOBBS JOURNAL", USA AND BEGINNING
* JUNE 1991 "IX MAGAZIN", FORMERLY "UNIX MAGAZIN", GERMANY) BY
386BSD Copyright 1 August 1994
* WILLIAM AND LYNNE JOLITZ, THE "386BSD REFERENCE CD-ROM" KERNEL SOURCE
* ANNOTATIONS AND OTHER 386BSD MATERIALS AND WRITINGS BY WILLIAM & LYNNE
* JOLITZ, AS WELL AS OTHER BOOKS ON UNIX AND THE ON-LINE 386BSD
* USER MANUAL BEFORE USE. A BOOK DISCUSSING THE INTERNALS OF 386BSD
* RELEASE 1.0 ENTITLED "386BSD FROM THE INSIDE OUT" IS PENDING.
*
* THIS SOFTWARE IS PROVIDED BY THE DEVELOPER ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE DEVELOPER BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
* Any questions regarding this copyright notice may be directed to:
* Lynne Greer Jolitz
* 386BSD Release 1.0
* c/o Dr. Dobbs Journal
* 411 Borel Avenue
* San Mateo, California 94402 USA
* +1-510-420-0174 (FAX)
*
*/
386BSD Copyright 2 August 1994