-
Notifications
You must be signed in to change notification settings - Fork 0
/
COPYRIGHT
165 lines (158 loc) · 10.8 KB
/
COPYRIGHT
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
ksh 93u+m general copyright notice
########################################################################
# #
# The KornShell 93u+m distribution #
# Copyright (c) 2020-2024 Contributors to ksh 93u+m #
# <https://github.com/ksh93/ksh> #
# Derived from AT&T's ast package (see below) #
# Licensed under the Eclipse Public License, Version 2.0 #
# #
# A copy of the License is available at #
# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html #
# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) #
# #
# CONTRIBUTORS #
# #
# Martijn Dekker <[email protected]> #
# Johnothan King <[email protected]> #
# K. Eugene Carlson <[email protected]> #
# hyenias <[email protected]> #
# Anuradha Weeraman <[email protected]> #
# Lev Kujawski <[email protected]> #
# Phi <[email protected]> #
# atheik <[email protected]> #
# Vincent Mihalkovic <[email protected]> #
# Ryan Schmidt <[email protected]> #
# Harald van Dijk <[email protected]> #
# Chase <[email protected]> #
# rymrg <[email protected]> #
# hyousatsu <[email protected]> #
# Trey Valenta <[email protected]> #
# Sterling Jensen <[email protected]> #
# Marc Wilson <[email protected]> #
# Govind Kamat <[email protected]> #
# Cy Schubert <[email protected]> #
# Andy Fiddaman <[email protected]> #
# #
# ALSO INCLUDES BACKPORTED CONTRIBUTIONS BY #
# #
# David Korn <[email protected]> #
# Glenn Fowler <[email protected]> #
# Lefteris Koutsofios <[email protected]> #
# Siteshwar Vashisht <[email protected]> #
# Kurtis Rader <[email protected]> #
# Roland Mainz <[email protected]> #
# Finnbarr P. Murphy <[email protected]> #
# Lijo George <[email protected]> #
# OpenSUSE ksh 93u+ patch authors #
# Red Hat ksh 93u+ patch authors #
# Solaris ksh 93u+ patch authors #
# Debian ksh 93u+ patch authors #
# Apple ksh 93u+ patch authors #
# Graphviz maintainers (libast, sfio) #
# #
########################################################################
ast package general copyright notice
########################################################################
# #
# This software is part of the ast package #
# Copyright (c) 1986-2014 AT&T Intellectual Property #
# and is licensed under the #
# Eclipse Public License, Version 1.0 #
# by AT&T Intellectual Property #
# #
# A copy of the License is available at #
# http://www.eclipse.org/org/documents/epl-v10.html #
# (with md5 checksum b35adb5213ca9657e911e9befb180842) #
# #
# Information and Software Systems Research #
# AT&T Research #
# Florham Park NJ #
# #
# CONTRIBUTORS #
# #
# Glenn Fowler <[email protected]> #
# David Korn <[email protected]> #
# Phong Vo <[email protected]> #
# Roland Mainz <[email protected]> #
# Karsten Fleischer <[email protected]> #
# Adam Edgar <[email protected]> #
# Adam Buchsbaum <[email protected]> #
# Aman Shaikh <[email protected]> #
# Bala Krishnamurthy <[email protected]> #
# Brian Russell <[email protected]> #
# Robin Chen <[email protected]> #
# Don Caldwell <[email protected]> #
# Lefty Koutsofios <[email protected]> #
# Bob Gruber <[email protected]> #
# Jia Wang <[email protected]> #
# Jeff Fellin <[email protected]> #
# Jeff Korn <@google.com> #
# Kathleen Fisher <[email protected]> #
# Ken Church <@microsoft.com> #
# Brian Kernighan <[email protected]> #
# Dennis Ritchie <[email protected]> #
# Doug McIlroy <[email protected]> #
# Eduardo Krell <[email protected]> #
# John Snyder <[email protected]> #
# Herman Rao <[email protected]> #
# AST users mailgroup <[email protected]> #
# AST developers mailgroup <[email protected]> #
# #
########################################################################
bsd package general copyright notice
########################################################################
# #
# This software is part of the BSD package #
# Copyright (c) 1979-2012 The Regents of the University of California #
# #
# 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. Neither the name of the University nor the names of its #
# contributors may be used to endorse or promote products derived #
# from this software without specific prior written permission. #
# #
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "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 REGENTS #
# OR CONTRIBUTORS 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. #
# #
# CONTRIBUTORS #
# #
# Bill Joy #
# #
########################################################################
OpenBSD License (arc4random.c, arc4random.h):
/*
* Copyright (c) 1996, David Mazieres <[email protected]>
* Copyright (c) 2008, Damien Miller <[email protected]>
* Copyright (c) 2013, Markus Friedl <[email protected]>
* Copyright (c) 2014, Theo de Raadt <[email protected]>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/