aboutsummaryrefslogtreecommitdiff
path: root/internal/oldgit
diff options
context:
space:
mode:
Diffstat (limited to 'internal/oldgit')
-rw-r--r--internal/oldgit/oldgit.go3
-rw-r--r--internal/oldgit/patch.go3
2 files changed, 6 insertions, 0 deletions
diff --git a/internal/oldgit/oldgit.go b/internal/oldgit/oldgit.go
index d608d6d..4c99d6a 100644
--- a/internal/oldgit/oldgit.go
+++ b/internal/oldgit/oldgit.go
@@ -1,2 +1,5 @@
+// SPDX-License-Identifier: AGPL-3.0-only
+// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>
+
// Package oldgit provides deprecated functions that depend on go-git.
package oldgit
diff --git a/internal/oldgit/patch.go b/internal/oldgit/patch.go
index 329bdfb..30bf8e8 100644
--- a/internal/oldgit/patch.go
+++ b/internal/oldgit/patch.go
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: AGPL-3.0-only
+// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>
+
package oldgit
import (