-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLICENSE
137 lines (133 loc) · 3.41 KB
/
LICENSE
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
Files
maclib/libcrypto.dylib,
maclib/libcrypto-0.9.7-export-list,
maclib/Makefile,
posix-io-for-windows/*
are placed in the Public Domain.
Files
chcon_u.c,
chmod_u.c,
chown_u.c,
chroot_u.c,
clear_u.c,
cmp_u.c,
date*,
defmain.sh,
df*,
dmesg*,
exists_u.c,
getenforce_u.c,
getevent_u.c,
getevent.h,
getopt_u.c,
hd_u.c,
hostname_u.c,
id_u.c,
ifconfig_u.c,
include/*,
insmod_u.c,
ioctl_u.c,
isptrace1allowed_u.c,
kill_u.c,
kill1_u.c,
libgetopt/getopt.c,
libgetopt/getopt.h,
link.c,
ln_u.c,
ls_u.c,
lsmod_u.c,
maclib/libgetopt.a,
Makefile,
md5_u.c,
mkdir_u.c,
mknod_u.c,
mkswap_u.c,
more_u.c,
mtd.h,
mtdread*,
mv_u.c,
notify_u.c,
nt.mk,
pe-struct.h,
printenv*,
ps_u.c,
r.c,
r_u.c,
readtty_u.c,
reboot_u.c,
restorecon_u.c,
rm_u.c,
rmdir*,
rmmod_u.c,
rotatefb_u.c,
route_u.c,
runcon_u.c,
schedtop_u.c,
sendevent_u.c,
service*.c,
setconsole_u.c,
setenforce_u.c,
setkey_u.c,
setpgrp_u.c,
setsebool*,
swapoff_u.c,
swapon_u.c,
sync_u.c,
tee_u.c,
timefunc.h,
timetag_u.c,
toolbox.c,
touch_u.c,
uname_u.c,
unlink.c,
vmstat*,
wcelib/*,
which_u.c
are under the GNU-GPL-2+; the full text of GNU-GPL-2 can be found in the GPL-2 file.
In addition, as a special exception, the copyright holders give
permission to link the code of portions of this program with the
OpenSSL library under certain conditions as described in each
individual source file, and distribute linked combinations
including the two.
You must obey the GNU General Public License in all respects
for all of the code used other than OpenSSL. If you modify
file(s) with this exception, you may extend this exception to your
version of the file(s), but you are not obligated to do so. If you
do not wish to do so, delete this exception statement from your
version. If you delete this exception statement from all source
files in the program, then also delete it here.
Files
cat_u.c,
dd_u.c,
du_u.c,
iftop*,
lsof*,
netstat*,
printf_u.c,
renice_u.c,
sleep_u.c,
top_u.c,
uptime*
are under the modified BSD license:
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 <ORGANIZATION> 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 COPYRIGHT HOLDERS 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.