-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathThirdPartySoftware.txt
More file actions
51 lines (36 loc) · 2.06 KB
/
ThirdPartySoftware.txt
File metadata and controls
51 lines (36 loc) · 2.06 KB
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
Third-Party Software
EtcPal incorporates components of the following third-party software, under the
respective terms of the license of each third-party software component.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RSA Data Security, Inc. MD5 Message-Digest Algorithm
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The following sources in this repository are derived from the RSA Data
Security, Inc. MD5 Message-Digest algorithm:
src/etcpal/thirdparty/md5.h
src/etcpal/thirdparty/md5.c
See the license information at the top of those source files for more details.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mirek/rb_tree (https://github.com/mirek/rb_tree)
Public domain, under the Unlicense (http://unlicense.org)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The following sources in this repository are based on sources obtained from
mirek/rb_tree:
include/etcpal/rbtree.h
src/etcpal/rbtree.c
See the license information at the top of those source files for more details.
NOTE: This software uses the Unlicense - the author is credited here as a
courtesy, but software which includes EtcPal does not need to provide
attribution for mirek/rb_tree if not desired.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clibs/sha1 (https://github.com/clibs/sha1)
By Steve Reid <steve@edmweb.com>, released to the public domain
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The following sources in this repository are based on sources obtained from
clibs/sha1:
src/etcpal/thirdparty/sha1.h
src/etcpal/thirdparty/sha1.c
See the license information at the top of those source files for more details.
NOTE: This software states that it is released to the public domain - the
author is credited here as a courtesy, but software which includes EtcPal does
not need to provide attribution for clibs/sha1 if not desired.