diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-25 16:49:17 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-25 16:49:17 +0200 |
| commit | 3e12f15a8552ffadb79562cd1279806cef2aab83 (patch) | |
| tree | d4fb7a939eff28971b7cf9946de473fbf4a15e99 /Magefile.go | |
| parent | fffb525f726b178a9c8327c984f733bb1450730a (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.go | 3 |
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 |
