chore(copyright): add copyright headers to all source files
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
//! Repository snapshot and move operations.
|
||||
//!
|
||||
//! Supports:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
//! Snapshot and move operations.
|
||||
//!
|
||||
//! Core operations for creating, restoring, and verifying repository snapshots
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
//! Snapshot storage backend abstraction.
|
||||
//!
|
||||
//! Currently implements local filesystem storage.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
//! Bundle applicator for restoring snapshots to git repositories.
|
||||
//!
|
||||
//! Uses `git bundle unbundle` to apply pack data to a bare repository.
|
||||
|
||||
Reference in New Issue
Block a user