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 | ad5228c1ffb4924caa547a19609171bb8cd783fc (patch) | |
| tree | 219fc3b3a9baa38216dd17fb7664f0688e95ee8f /internal/repl/repl_test.go | |
| parent | 515ce3752b5470ade8cd9f956f9d8f9cc80ac06f (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 'internal/repl/repl_test.go')
| -rw-r--r-- | internal/repl/repl_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/repl/repl_test.go b/internal/repl/repl_test.go index 6a8f20d..2200b2a 100644 --- a/internal/repl/repl_test.go +++ b/internal/repl/repl_test.go @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) 2026 Paul Buetow + package repl import ( |
