summaryrefslogtreecommitdiff
path: root/Magefile.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-25 16:49:17 +0200
committerPaul Buetow <paul@buetow.org>2026-03-25 16:49:17 +0200
commit3e12f15a8552ffadb79562cd1279806cef2aab83 (patch)
treed4fb7a939eff28971b7cf9946de473fbf4a15e99 /Magefile.go
parentfffb525f726b178a9c8327c984f733bb1450730a (diff)
docs: Add SPDX license headers to all .go source files
- Added 'SPDX-License-Identifier: MIT' and 'Copyright (c) 2026 Paul Buetow' headers - Files updated: 24 .go files across cmd/gt/, internal/calculator/, internal/repl/, internal/rpn/ The MIT license from LICENSE file is reflected in all source files.
Diffstat (limited to 'Magefile.go')
-rw-r--r--Magefile.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/Magefile.go b/Magefile.go
index df9ce4d..05ec508 100644
--- a/Magefile.go
+++ b/Magefile.go
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: MIT
+// Copyright (c) 2026 Paul Buetow
+
//go:build mage
package main