diff options
| author | Arslaan Pathan <[email protected]> | 2026-03-01 18:33:42 +1300 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-03-01 18:33:42 +1300 |
| commit | a2138c2aeb636f408d866e046e7b00c011192942 (patch) | |
| tree | 78d9bbc65b5c1d782c00556676450111bf472e27 /internal/git/git.go | |
| parent | eea8cb2d43e616f2d5a7d5eb9960c16fd785168f (diff) | |
| download | kiiro-a2138c2aeb636f408d866e046e7b00c011192942.tar.xz kiiro-a2138c2aeb636f408d866e046e7b00c011192942.zip | |
Add license headers as per the ARPL
Diffstat (limited to 'internal/git/git.go')
| -rw-r--r-- | internal/git/git.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/git/git.go b/internal/git/git.go index ed88e71..3dad292 100644 --- a/internal/git/git.go +++ b/internal/git/git.go @@ -1,3 +1,6 @@ +// Copyright (c) 2026 Arslaan Pathan +// This software is licensed under the ARPL. See LICENSE for details. + package git import "os/exec" |
