From ad5228c1ffb4924caa547a19609171bb8cd783fc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 25 Mar 2026 16:49:17 +0200 Subject: 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. --- internal/repl/repl.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/repl/repl.go') diff --git a/internal/repl/repl.go b/internal/repl/repl.go index 950156b..55fff97 100644 --- a/internal/repl/repl.go +++ b/internal/repl/repl.go @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) 2026 Paul Buetow + package repl import ( -- cgit v1.2.3