diff options
Diffstat (limited to 'options')
| -rw-r--r-- | options/options.go | 7 | ||||
| -rw-r--r-- | options/options_test.go | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/options/options.go b/options/options.go index 110b212..22d645d 100644 --- a/options/options.go +++ b/options/options.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 options provides additional functions for type option.Option // that cannot be expressed as methods on the Option type itself. diff --git a/options/options_test.go b/options/options_test.go index 84a61da..fc9861f 100644 --- a/options/options_test.go +++ b/options/options_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 options |
