Made license related changes

This commit is contained in:
2026-03-13 05:42:10 +06:00
parent a1bd439c75
commit 778894b488
7 changed files with 32 additions and 8 deletions

View File

@ -1,9 +1,10 @@
// SPDX-License-Identifier: Apache-2.0
// Modifications by M/S Omukk
// Package uffd implements a userfaultfd-based memory server for Firecracker
// snapshot restore. When a VM is restored from a snapshot, instead of loading
// the entire memory file upfront, the UFFD handler intercepts page faults
// and serves memory pages on demand from the snapshot's compact diff file.
//
// Inspired by e2b's UFFD implementation (Apache 2.0, modified by Omukk).
package uffd
/*