aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-03-01 18:33:42 +1300
committerArslaan Pathan <[email protected]>2026-03-01 18:33:42 +1300
commita2138c2aeb636f408d866e046e7b00c011192942 (patch)
tree78d9bbc65b5c1d782c00556676450111bf472e27
parenteea8cb2d43e616f2d5a7d5eb9960c16fd785168f (diff)
downloadkiiro-a2138c2aeb636f408d866e046e7b00c011192942.tar.xz
kiiro-a2138c2aeb636f408d866e046e7b00c011192942.zip
Add license headers as per the ARPL
-rw-r--r--cmd/kiiro/main.go3
-rw-r--r--internal/build/build.go3
-rw-r--r--internal/git/git.go3
-rw-r--r--internal/manifest/manifest.go3
-rw-r--r--internal/registry/registry.go3
-rw-r--r--internal/repo/repo.go3
6 files changed, 18 insertions, 0 deletions
diff --git a/cmd/kiiro/main.go b/cmd/kiiro/main.go
index 84c8b5e..f94810b 100644
--- a/cmd/kiiro/main.go
+++ b/cmd/kiiro/main.go
@@ -1,3 +1,6 @@
+// Copyright (c) 2026 Arslaan Pathan
+// This software is licensed under the ARPL. See LICENSE for details.
+
package main
import (
diff --git a/internal/build/build.go b/internal/build/build.go
index 3758729..1331a00 100644
--- a/internal/build/build.go
+++ b/internal/build/build.go
@@ -1,3 +1,6 @@
+// Copyright (c) 2026 Arslaan Pathan
+// This software is licensed under the ARPL. See LICENSE for details.
+
package build
import (
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"
diff --git a/internal/manifest/manifest.go b/internal/manifest/manifest.go
index 5914b0e..aea7fbe 100644
--- a/internal/manifest/manifest.go
+++ b/internal/manifest/manifest.go
@@ -1,3 +1,6 @@
+// Copyright (c) 2026 Arslaan Pathan
+// This software is licensed under the ARPL. See LICENSE for details.
+
package manifest
type KiiroToml struct {
diff --git a/internal/registry/registry.go b/internal/registry/registry.go
index b2a276f..b6e8746 100644
--- a/internal/registry/registry.go
+++ b/internal/registry/registry.go
@@ -1 +1,4 @@
+// Copyright (c) 2026 Arslaan Pathan
+// This software is licensed under the ARPL. See LICENSE for details.
+
package registry
diff --git a/internal/repo/repo.go b/internal/repo/repo.go
index 6c3ccef..3f12223 100644
--- a/internal/repo/repo.go
+++ b/internal/repo/repo.go
@@ -1,3 +1,6 @@
+// Copyright (c) 2026 Arslaan Pathan
+// This software is licensed under the ARPL. See LICENSE for details.
+
package repo
type PackageListing struct {