-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTHIRD_PARTY_LICENSES
More file actions
65 lines (47 loc) · 2.39 KB
/
THIRD_PARTY_LICENSES
File metadata and controls
65 lines (47 loc) · 2.39 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Third-Party Licenses
====================
The Buildcage Docker image includes the following third-party software.
Each component retains its original license. The Buildcage source code
itself is licensed under the MIT License (see LICENSE file).
------------------------------------------------------------------------------
HAProxy
Website : https://www.haproxy.org/
License : GNU General Public License v2.0 or later (GPL-2.0-or-later)
Source : https://git.haproxy.org/ or via Alpine Linux source packages
------------------------------------------------------------------------------
dnsmasq
Website : https://thekelleys.org.uk/dnsmasq/doc.html
License : GNU General Public License v2.0 or v3.0 (GPL-2.0-only OR GPL-3.0-only)
Source : https://thekelleys.org.uk/gitweb/?p=dnsmasq.git or via Alpine Linux
source packages
------------------------------------------------------------------------------
BuildKit (base image: moby/buildkit)
Website : https://github.com/moby/buildkit
License : Apache License 2.0 (Apache-2.0)
Source : https://github.com/moby/buildkit
------------------------------------------------------------------------------
CNI Plugins
Website : https://github.com/containernetworking/plugins
License : Apache License 2.0 (Apache-2.0)
Source : https://github.com/containernetworking/plugins
------------------------------------------------------------------------------
s6-overlay
Website : https://github.com/just-containers/s6-overlay
License : ISC License
Source : https://github.com/just-containers/s6-overlay
------------------------------------------------------------------------------
QuickJS
Website : https://bellard.org/quickjs/
License : MIT License
Source : https://github.com/nicedoc/nicedoc.io or https://bellard.org/quickjs/
------------------------------------------------------------------------------
Note on GPL components (HAProxy, dnsmasq):
These components are installed from the Alpine Linux official package
repository. Their source code is available through:
1. The upstream project repositories listed above
2. Alpine Linux source packages:
https://pkgs.alpinelinux.org/packages
The Buildcage source code (MIT License) is not derived from, linked to,
or combined with the GPL-licensed components. They are independent programs
distributed together in a Docker image as an aggregate work, consistent
with GPL v2 Section 2.