From 847322260c354716e6e58597b0d140097e5da136 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Fri, 7 Oct 2022 10:25:41 +0200 Subject: [PATCH] chore change license things --- api.go | 2 +- api_test.go | 2 +- benchmark_test.go | 2 +- change.go | 2 +- change_test.go | 2 +- constants.go | 2 +- doc.go | 2 +- env.go | 2 +- env_test.go | 2 +- error.go | 2 +- error_test.go | 2 +- export.go | 2 +- export_test.go | 2 +- file.go | 2 +- file_test.go | 2 +- filesystem.go | 2 +- filesystem_test.go | 2 +- flags.go | 2 +- flags_test.go | 2 +- format.go | 2 +- format_test.go | 2 +- http-handler.go | 2 +- http-handler_test.go | 2 +- import.go | 2 +- import_test.go | 2 +- integration_test.go | 2 +- properties.go | 4 ++-- properties_test.go | 2 +- settings.go | 2 +- settings_test.go | 2 +- stream.go | 2 +- stream_test.go | 2 +- tags.go | 2 +- tags_test.go | 2 +- watch.go | 2 +- watch_test.go | 2 +- 36 files changed, 37 insertions(+), 37 deletions(-) diff --git a/api.go b/api.go index b8e79fd..ceef69d 100644 --- a/api.go +++ b/api.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/api_test.go b/api_test.go index 4bce996..eeaac84 100644 --- a/api_test.go +++ b/api_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/benchmark_test.go b/benchmark_test.go index 094f9d7..3f9b66b 100644 --- a/benchmark_test.go +++ b/benchmark_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/change.go b/change.go index d031649..18c63d9 100644 --- a/change.go +++ b/change.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/change_test.go b/change_test.go index 0d4e8e7..2b8d8ad 100644 --- a/change_test.go +++ b/change_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/constants.go b/constants.go index 8506736..4e60933 100644 --- a/constants.go +++ b/constants.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/doc.go b/doc.go index aa1bcca..8f3ba28 100644 --- a/doc.go +++ b/doc.go @@ -1,7 +1,7 @@ // This package provides a simple way to configure a program. // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published diff --git a/env.go b/env.go index 87dd684..50ac0d1 100644 --- a/env.go +++ b/env.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/env_test.go b/env_test.go index 9dbf42d..93fb42a 100644 --- a/env_test.go +++ b/env_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/error.go b/error.go index a02a0d6..25de874 100644 --- a/error.go +++ b/error.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/error_test.go b/error_test.go index 4ba827a..4697724 100644 --- a/error_test.go +++ b/error_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/export.go b/export.go index 82ed43d..bbeba7f 100644 --- a/export.go +++ b/export.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/export_test.go b/export_test.go index 2133e86..261f691 100644 --- a/export_test.go +++ b/export_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/file.go b/file.go index 3870c9c..7adc224 100644 --- a/file.go +++ b/file.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/file_test.go b/file_test.go index 4b05aa2..61649a1 100644 --- a/file_test.go +++ b/file_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/filesystem.go b/filesystem.go index 302bff4..9cf5b95 100644 --- a/filesystem.go +++ b/filesystem.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/filesystem_test.go b/filesystem_test.go index a236696..3e3f350 100644 --- a/filesystem_test.go +++ b/filesystem_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/flags.go b/flags.go index 44dcfb7..904947b 100644 --- a/flags.go +++ b/flags.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/flags_test.go b/flags_test.go index 195180c..24a7da0 100644 --- a/flags_test.go +++ b/flags_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/format.go b/format.go index e3f3e31..8bdaa9c 100644 --- a/format.go +++ b/format.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/format_test.go b/format_test.go index a14897b..36a931b 100644 --- a/format_test.go +++ b/format_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/http-handler.go b/http-handler.go index 058846c..c865f42 100644 --- a/http-handler.go +++ b/http-handler.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/http-handler_test.go b/http-handler_test.go index 2f84e6f..1955070 100644 --- a/http-handler_test.go +++ b/http-handler_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/import.go b/import.go index 687869a..6ec9e29 100644 --- a/import.go +++ b/import.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/import_test.go b/import_test.go index 9502c36..c1e94f9 100644 --- a/import_test.go +++ b/import_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/integration_test.go b/integration_test.go index 0f0337d..89e6e90 100644 --- a/integration_test.go +++ b/integration_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/properties.go b/properties.go index bc783ee..17a337c 100644 --- a/properties.go +++ b/properties.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration @@ -31,7 +31,7 @@ func getMapForProperties[C any](c C) (map[string]string, []error) { default: errors = append(errors, newUnsupportedReflectKindError(field.Type())) } - + }) return m, errors diff --git a/properties_test.go b/properties_test.go index b6dbc8b..ed49efa 100644 --- a/properties_test.go +++ b/properties_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/settings.go b/settings.go index dfbbce0..118d9db 100644 --- a/settings.go +++ b/settings.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/settings_test.go b/settings_test.go index c0326e4..131151a 100644 --- a/settings_test.go +++ b/settings_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/stream.go b/stream.go index 4c3f77c..4ad5621 100644 --- a/stream.go +++ b/stream.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/stream_test.go b/stream_test.go index 44db5df..f6fe724 100644 --- a/stream_test.go +++ b/stream_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/tags.go b/tags.go index 3142e90..962b5c8 100644 --- a/tags.go +++ b/tags.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/tags_test.go b/tags_test.go index d21da60..0856679 100644 --- a/tags_test.go +++ b/tags_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/watch.go b/watch.go index 3d7ad7e..a1d3d7a 100644 --- a/watch.go +++ b/watch.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration diff --git a/watch_test.go b/watch_test.go index 76aa310..d66c210 100644 --- a/watch_test.go +++ b/watch_test.go @@ -1,5 +1,5 @@ // Copyright 2022 schukai GmbH -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0 package configuration -- GitLab