added the copywrite comment header in source files that lacked it

This commit is contained in:
Celestino Amoroso 2024-04-13 06:00:22 +02:00
parent b9ea96f649
commit f03ae555fc
9 changed files with 28 additions and 1 deletions

View File

@ -1,4 +1,7 @@
// preset.go // Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
// All rights reserved.
// control.go
package expr package expr
import "strings" import "strings"

View File

@ -1,3 +1,6 @@
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
// All rights reserved.
// func-import.go // func-import.go
package expr package expr

View File

@ -1,3 +1,6 @@
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
// All rights reserved.
// funcs-math.go // funcs-math.go
package expr package expr

View File

@ -1,3 +1,6 @@
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
// All rights reserved.
// helpers.go // helpers.go
package expr package expr

View File

@ -1,3 +1,6 @@
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
// All rights reserved.
// helpers_test.go // helpers_test.go
package expr package expr

View File

@ -1,3 +1,6 @@
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
// All rights reserved.
// it-range.go // it-range.go
package expr package expr

View File

@ -1,3 +1,6 @@
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
// All rights reserved.
// iterator.go // iterator.go
package expr package expr

View File

@ -1,3 +1,6 @@
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
// All rights reserved.
// simple-func-store.go // simple-func-store.go
package expr package expr

View File

@ -1,3 +1,6 @@
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
// All rights reserved.
// simple-var-store.go // simple-var-store.go
package expr package expr