summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gt/main.go3
-rw-r--r--cmd/gt/main_test.go3
2 files changed, 6 insertions, 0 deletions
diff --git a/cmd/gt/main.go b/cmd/gt/main.go
index c571792..eccabf7 100644
--- a/cmd/gt/main.go
+++ b/cmd/gt/main.go
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: MIT
+// Copyright (c) 2026 Paul Buetow
+
// Package gt provides a command-line percentage calculator with RPN support.
//
// gt is a versatile calculator that supports both percentage calculations and
diff --git a/cmd/gt/main_test.go b/cmd/gt/main_test.go
index df4d59f..3ad91ab 100644
--- a/cmd/gt/main_test.go
+++ b/cmd/gt/main_test.go
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: MIT
+// Copyright (c) 2026 Paul Buetow
+
package main
import (