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 crate::bare::GitBare;
|
||||
use crate::error::GitResult;
|
||||
use crate::paginate;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
use gix::object::tree::EntryKind;
|
||||
|
||||
use crate::bare::GitBare;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
use crate::bare::GitBare;
|
||||
use crate::error::{GitError, GitResult};
|
||||
use crate::pb::{GetTreeRequest, ListTreeRequest, Tree};
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
use gix::object::tree::EntryKind;
|
||||
|
||||
use crate::bare::GitBare;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
pub mod find_files;
|
||||
pub mod get_file_metadata;
|
||||
pub mod get_tree;
|
||||
|
||||
Reference in New Issue
Block a user