-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
44 lines (33 loc) · 1.63 KB
/
Copy pathNOTICE
File metadata and controls
44 lines (33 loc) · 1.63 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
AegisBPF
Copyright 2026 Eren Arı and AegisBPF contributors
This product includes software developed by AegisBPF contributors
(https://github.com/ErenAri/Aegis-BPF).
Licensed under the Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
----------------------------------------------------------------------
Third-party components
----------------------------------------------------------------------
This product bundles or links against the following third-party
components. Each component remains under its own license; see the
SBOMs (sbom/, release artifacts) for the complete list.
* TweetNaCl (vendored under src/tweetnacl.{c,h})
Public domain. See https://tweetnacl.cr.yp.to/.
Modifications applied: see src/tweetnacl_safe.hpp and
docs/SECURITY_FIX_TWEETNACL_MEMORY.md.
* libbpf (linked at runtime)
Dual-licensed LGPL-2.1-only OR BSD-2-Clause.
See https://github.com/libbpf/libbpf.
* Linux kernel BPF code (bpf/aegis*.bpf.h, bpf/aegis*.c)
The BPF programs themselves carry the dual "BSD/GPL" license string
at load time as required by the BPF subsystem
(`char LICENSE[] SEC("license") = "Dual BSD/GPL";`). The Apache-2.0
license above governs the userspace daemon, operator, and supporting
scripts.
* htmx (operator console, fetched via CDN at runtime)
BSD 2-Clause. See https://htmx.org/.
* Tailwind CSS (operator console, fetched via CDN at runtime)
MIT. See https://tailwindcss.com/.
* Go module dependencies (operator/)
Various permissive licenses (Apache-2.0, BSD-2/3-Clause, MIT) as
enumerated in operator/go.sum and the project SBOM.