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,3 +1,11 @@
// SPDX-License-Identifier: Apache-2.0
// Modifications by M/S Omukk
//
// Modifications by Omukk (Wrenn Sandbox): replaced errgroup with WaitGroup
// + semaphore, replaced fdexit abstraction with pipe, integrated with
// snapshot.Header-based DiffFileSource instead of block.ReadonlyDevice,
// fixed EAGAIN handling in poll loop.
package uffd
/*