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.
