diff options
Diffstat (limited to 'option')
| -rw-r--r-- | option/option.go | 7 | ||||
| -rw-r--r-- | option/option_test.go | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/option/option.go b/option/option.go index 39fc56d..5efae9c 100644 --- a/option/option.go +++ b/option/option.go @@ -1,8 +1,5 @@ -/******************************************************************************* -* Copyright 2025 Stefan Majewsky <majewsky@gmx.net> -* SPDX-License-Identifier: Apache-2.0 -* Refer to the file "LICENSE" for details. -*******************************************************************************/ +// SPDX-FileCopyrightText: 2025 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 // Package optional provides an Option type for Go. // A value of the Option type will be in one of two states: "Some" (containing a value) or "None" (containing no value). diff --git a/option/option_test.go b/option/option_test.go index 28e6d49..cc1396f 100644 --- a/option/option_test.go +++ b/option/option_test.go @@ -1,8 +1,5 @@ -/******************************************************************************* -* Copyright 2025 Stefan Majewsky <majewsky@gmx.net> -* SPDX-License-Identifier: Apache-2.0 -* Refer to the file "LICENSE" for details. -*******************************************************************************/ +// SPDX-FileCopyrightText: 2025 Stefan Majewsky <majewsky@gmx.net> +// SPDX-License-Identifier: Apache-2.0 package option |
