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::{GitError, GitResult};
|
||||
use crate::pb::{CreateTagRequest, GetTagRequest, Tag};
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
use crate::bare::GitBare;
|
||||
use crate::error::{GitError, GitResult};
|
||||
use crate::pb::DeleteTagRequest;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
use gix::bstr::ByteSlice;
|
||||
|
||||
use crate::bare::GitBare;
|
||||
|
||||
@@ -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.
|
||||
|
||||
pub mod create_tag;
|
||||
pub mod delete_tag;
|
||||
pub mod get_tag;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
use crate::bare::GitBare;
|
||||
use crate::error::GitResult;
|
||||
use crate::pb::{VerifiedSignature, VerifyTagRequest};
|
||||
|
||||
Reference in New Issue
Block a user