chore(copyright): add copyright headers to all source files

This commit is contained in:
zhenyi
2026-06-12 15:06:39 +08:00
parent 70f2f7d63d
commit 44fe5a519b
139 changed files with 278 additions and 0 deletions
+2
View File
@@ -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
+2
View File
@@ -1,3 +1,5 @@
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
//! Git hooks management for GitKS.
//!
//! Supports three layers of hooks:
+2
View File
@@ -1,3 +1,5 @@
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
//! Hook execution runner.
//!
//! Executes server hooks, custom hooks, and gRPC callback hooks
+2
View File
@@ -1,3 +1,5 @@
//! Copyright (c) 2022-2026 GitDataAi All rights reserved.
//! Hook content sanitization.
//!
//! Validates custom hook scripts to prevent dangerous commands.