From 8ad6341d63af373e59b669f020d6a8885b76425d Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Fri, 7 Oct 2022 10:24:58 +0200
Subject: [PATCH] chore change license things

---
 LICENSE             | 2 +-
 api.go              | 2 +-
 api_test.go         | 2 +-
 command.go          | 2 +-
 command_test.go     | 2 +-
 doc.go              | 2 +-
 error.go            | 2 +-
 error_test.go       | 2 +-
 execute.go          | 2 +-
 execute_test.go     | 2 +-
 flag.go             | 2 +-
 flag_test.go        | 2 +-
 integration_test.go | 2 +-
 parse.go            | 2 +-
 pathfind.go         | 2 +-
 pathfind_test.go    | 2 +-
 readme_test.go      | 2 +-
 setting.go          | 2 +-
 setting_test.go     | 2 +-
 shadow.go           | 2 +-
 shadow_test.go      | 2 +-
 tags.go             | 2 +-
 tags_test.go        | 2 +-
 23 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/LICENSE b/LICENSE
index ba923ab..22686f9 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
                     GNU AFFERO GENERAL PUBLIC LICENSE
                        Version 3, 19 November 2007
-                              AGPL-3.0-or-later
+                              AGPL-3.0
 
  Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
diff --git a/api.go b/api.go
index b219b55..04f187d 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 xflags
 
diff --git a/api_test.go b/api_test.go
index 8474137..d402296 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 xflags
 
diff --git a/command.go b/command.go
index a523d15..ff7f554 100644
--- a/command.go
+++ b/command.go
@@ -1,5 +1,5 @@
 // Copyright 2022 schukai GmbH
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: AGPL-3.0
 
 package xflags
 
diff --git a/command_test.go b/command_test.go
index 9afdf83..f7cb51d 100644
--- a/command_test.go
+++ b/command_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 xflags
 
diff --git a/doc.go b/doc.go
index 01eada3..b252df1 100644
--- a/doc.go
+++ b/doc.go
@@ -2,7 +2,7 @@
 // with subcommands. It is based on the flags package from
 
 // 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/error.go b/error.go
index 9aa6a32..a0eca94 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 xflags
 
diff --git a/error_test.go b/error_test.go
index e05a12a..ddc568a 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 xflags
 
diff --git a/execute.go b/execute.go
index 5acb3ae..447787b 100644
--- a/execute.go
+++ b/execute.go
@@ -1,5 +1,5 @@
 // Copyright 2022 schukai GmbH
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: AGPL-3.0
 
 package xflags
 
diff --git a/execute_test.go b/execute_test.go
index 5d2f670..aebd1bf 100644
--- a/execute_test.go
+++ b/execute_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 xflags
 
diff --git a/flag.go b/flag.go
index 79970a3..10cdbfc 100644
--- a/flag.go
+++ b/flag.go
@@ -1,5 +1,5 @@
 // Copyright 2022 schukai GmbH
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: AGPL-3.0
 
 package xflags
 
diff --git a/flag_test.go b/flag_test.go
index 802d06f..b162036 100644
--- a/flag_test.go
+++ b/flag_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 xflags
 
diff --git a/integration_test.go b/integration_test.go
index 5107d7a..d478674 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 xflags
 
diff --git a/parse.go b/parse.go
index 5df9a73..5d10b05 100644
--- a/parse.go
+++ b/parse.go
@@ -1,5 +1,5 @@
 // Copyright 2022 schukai GmbH
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: AGPL-3.0
 
 package xflags
 
diff --git a/pathfind.go b/pathfind.go
index 29c1644..3b23e8e 100644
--- a/pathfind.go
+++ b/pathfind.go
@@ -1,5 +1,5 @@
 // Copyright 2022 schukai GmbH
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: AGPL-3.0
 
 package xflags
 
diff --git a/pathfind_test.go b/pathfind_test.go
index 4471512..6a4e7cd 100644
--- a/pathfind_test.go
+++ b/pathfind_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 xflags
 
diff --git a/readme_test.go b/readme_test.go
index cb3a04e..8f9a2fb 100644
--- a/readme_test.go
+++ b/readme_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 xflags
 
diff --git a/setting.go b/setting.go
index 9b3d3e6..d2e7445 100644
--- a/setting.go
+++ b/setting.go
@@ -1,5 +1,5 @@
 // Copyright 2022 schukai GmbH
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: AGPL-3.0
 
 package xflags
 
diff --git a/setting_test.go b/setting_test.go
index b202cff..699ced4 100644
--- a/setting_test.go
+++ b/setting_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 xflags
 
diff --git a/shadow.go b/shadow.go
index e11e572..a05534f 100644
--- a/shadow.go
+++ b/shadow.go
@@ -1,5 +1,5 @@
 // Copyright 2022 schukai GmbH
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: AGPL-3.0
 
 package xflags
 
diff --git a/shadow_test.go b/shadow_test.go
index 177ea48..5a0b052 100644
--- a/shadow_test.go
+++ b/shadow_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 xflags
 
diff --git a/tags.go b/tags.go
index 790f634..bf400a0 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 xflags
 
diff --git a/tags_test.go b/tags_test.go
index 319b8b7..f648504 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 xflags
 
-- 
GitLab