-
Notifications
You must be signed in to change notification settings - Fork 0
/
COPYING
103 lines (94 loc) · 4.85 KB
/
COPYING
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
Original software and documentation (newsyslog.c & manual pages):
Copyright 1987, 1988, 1989 by the Massachusetts Institute of Technology
Permission to use, copy, modify, and distribute this software
and its documentation for any purpose and without fee is
hereby granted, provided that the above copyright notice
appear in all copies and that both that copyright notice and
this permission notice appear in supporting documentation,
and that the names of M.I.T. and the M.I.T. S.I.P.B. not be
used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
M.I.T. and the M.I.T. S.I.P.B. make no representations about
the suitability of this software for any purpose. It is
provided "as is" without express or implied warranty.
Other additional source files may be separately copyright. Please
inspect each for any additional copyright terms.
Complete Package and noted individual files:
/*
* This work is Copyright (c) by Planix, Inc.
*
* Years of publication: 1997,1998,1999,2000,2001,2002,2003,2007
*
* This is a near-public-domain equivalent copyright license.
*
* Redistribution of this software in both source and binary forms, with
* or without modification, alone or as part of a collective work or as
* a component in a new work, is permitted provided that all of the
* following conditions are met:
*
* 1. Re-distributions of this software in its original source code
* form, either alone or as part of a collective work, must retain
* this entire copyright notice, and the following disclaimer,
* without alteration, in each file that contains any part of this
* software.
*
* 2. Re-distributions of this software in any binary form (or indeed in
* any translation into any other language from the original source
* code, either human or computer), either alone or as a part of a
* collective work, or as a component in a new work, must reproduce
* this entire copyright notice, and the following disclaimer,
* without alteration, in either the documentation (as text files in
* electronic media, or in printed matter), and/or any original
* header files from this software as per the previous term, and/or
* other materials provided as part of the distribution.
*
* 3. Other software including this software, or any derivative of this
* software, as a component must grant this license in full for those
* parts of the work which are made up of this software. I.e. anyone
* granted license to the new work may extract this software
* (including any derivative form of this software) from that work
* and use this software under this license regardless of what
* restrictions the license for the new work may impose or the rights
* it may grant.
*
* 4. All collective works including this software or any derivative,
* and all new works including this software or any derivative as a
* component, must also include the following acknowledgment, either
* alone or as part of this entire copyright license, in any printed
* documentation accompanying a physical distribution (if there is
* printed documentation), and in a plain text file separate from the
* archive files (but perhaps along with other similar
* acknowledgments) on any electronic, magnetic, optical, or other
* data storage medium:
*
* This product includes software developed by Greg A. Woods.
*
* 5. The name of the author may NOT be used to endorse or promote
* products derived from this software without specific prior written
* permission. The use of the author's name strictly to meet the
* requirements of the previous terms is not to be considered
* promotion or endorsement under this term.
*
* 6. Altered versions (derivative works) must be plainly marked as
* such, and must not be misrepresented as being the original
* software. This copyright notice, and the following disclaimer,
* must not be removed from any derivative work and must not be
* changed in any way.
*
* All other rights are reserved.
*
* DISCLAIMER:
*
* THIS SOFTWARE IS PROVIDED BY GREG A. WOODS ``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 AUTHOR 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.
*/
#ident "@(#)newsyslog:COPYING:$Format:%D:%ci:%cN:%h$"