Add license header to git_test

Amolith created

Change summary

git/git_test.go | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

git/git_test.go 🔗

@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
+//
+// SPDX-License-Identifier: Apache-2.0
+
 package git
 
 import (