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.
|
||||
|
||||
use std::process::{Command, Stdio};
|
||||
|
||||
use tokio_stream::wrappers::ReceiverStream;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
use std::process::Command;
|
||||
|
||||
use crate::bare::GitBare;
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
pub mod get_archive;
|
||||
pub mod list_archive_entries;
|
||||
|
||||
Reference in New Issue
Block a user