-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNOTICE
More file actions
47 lines (32 loc) · 1.46 KB
/
Copy pathNOTICE
File metadata and controls
47 lines (32 loc) · 1.46 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
Persisting
==========
Copyright 2026 Persisting contributors.
Persisting first-party source code is licensed under the Apache License,
Version 2.0. See the repository root `LICENSE` file.
Third-party notices
===================
fuser
-----
`vendor/fuser` contains a modified copy of the fuser project:
https://github.com/cberner/fuser
Copyright its authors and contributors. It is distributed under the MIT
License; see `vendor/fuser/LICENSE.md`.
libkrun, krun-vmm, and krun-devices
-----------------------------------
`vendor/libkrun`, `vendor/krun-vmm`, and `vendor/krun-devices` contain pinned,
modified copies of libkrun 1.19.3 and its VMM/device crates:
https://github.com/containers/libkrun
Copyright Red Hat, Inc. and the upstream authors and contributors. They are
distributed under the Apache License, Version 2.0. Persisting's modifications
add the mountless copy-on-write virtio-fs backend used by pVisor.
agentgateway test fixtures
--------------------------
Regression fixtures under `crates/persisting-gateway/tests/fixtures/` may
include materials originally published under Apache-2.0 by the agentgateway
project. Those files remain under their upstream Apache-2.0 terms as noted in
`crates/persisting-gateway/tests/fixtures/README.md`.
dldb
----
The standalone Python package under `persisting/dldb` is distributed under
its existing MIT license declaration and is excluded from the main Persisting
Python wheel. Its package metadata identifies its original author.