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.
|
||||
|
||||
//! Hook manager for GitKS.
|
||||
//!
|
||||
//! Manages the installation, listing, and removal of git hooks
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
//! Git hooks management for GitKS.
|
||||
//!
|
||||
//! Supports three layers of hooks:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
//! Hook execution runner.
|
||||
//!
|
||||
//! Executes server hooks, custom hooks, and gRPC callback hooks
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
|
||||
|
||||
//! Hook content sanitization.
|
||||
//!
|
||||
//! Validates custom hook scripts to prevent dangerous commands.
|
||||
|
||||
Reference in New Issue
Block a user