|
| 1 | +Third-Party Licenses |
| 2 | +==================== |
| 3 | + |
| 4 | +The buildcage Docker image includes the following third-party software. |
| 5 | +Each component retains its original license. The buildcage source code |
| 6 | +itself is licensed under the MIT License (see LICENSE file). |
| 7 | + |
| 8 | +------------------------------------------------------------------------------ |
| 9 | + |
| 10 | +HAProxy |
| 11 | + Website : https://www.haproxy.org/ |
| 12 | + License : GNU General Public License v2.0 or later (GPL-2.0-or-later) |
| 13 | + Source : https://git.haproxy.org/ or via Alpine Linux source packages |
| 14 | + |
| 15 | +------------------------------------------------------------------------------ |
| 16 | + |
| 17 | +dnsmasq |
| 18 | + Website : https://thekelleys.org.uk/dnsmasq/doc.html |
| 19 | + License : GNU General Public License v2.0 or v3.0 (GPL-2.0-only OR GPL-3.0-only) |
| 20 | + Source : https://thekelleys.org.uk/gitweb/?p=dnsmasq.git or via Alpine Linux |
| 21 | + source packages |
| 22 | + |
| 23 | +------------------------------------------------------------------------------ |
| 24 | + |
| 25 | +BuildKit (base image: moby/buildkit) |
| 26 | + Website : https://github.com/moby/buildkit |
| 27 | + License : Apache License 2.0 (Apache-2.0) |
| 28 | + Source : https://github.com/moby/buildkit |
| 29 | + |
| 30 | +------------------------------------------------------------------------------ |
| 31 | + |
| 32 | +CNI Plugins |
| 33 | + Website : https://github.com/containernetworking/plugins |
| 34 | + License : Apache License 2.0 (Apache-2.0) |
| 35 | + Source : https://github.com/containernetworking/plugins |
| 36 | + |
| 37 | +------------------------------------------------------------------------------ |
| 38 | + |
| 39 | +s6-overlay |
| 40 | + Website : https://github.com/just-containers/s6-overlay |
| 41 | + License : ISC License |
| 42 | + Source : https://github.com/just-containers/s6-overlay |
| 43 | + |
| 44 | +------------------------------------------------------------------------------ |
| 45 | + |
| 46 | +QuickJS |
| 47 | + Website : https://bellard.org/quickjs/ |
| 48 | + License : MIT License |
| 49 | + Source : https://github.com/nicedoc/nicedoc.io or https://bellard.org/quickjs/ |
| 50 | + |
| 51 | +------------------------------------------------------------------------------ |
| 52 | + |
| 53 | +Note on GPL components (HAProxy, dnsmasq): |
| 54 | + |
| 55 | +These components are installed from the Alpine Linux official package |
| 56 | +repository. Their source code is available through: |
| 57 | + |
| 58 | + 1. The upstream project repositories listed above |
| 59 | + 2. Alpine Linux source packages: |
| 60 | + https://pkgs.alpinelinux.org/packages |
| 61 | + |
| 62 | +The buildcage source code (MIT License) is not derived from, linked to, |
| 63 | +or combined with the GPL-licensed components. They are independent programs |
| 64 | +distributed together in a Docker image as an aggregate work, consistent |
| 65 | +with GPL v2 Section 2. |
0 commit comments