From 015b0d7cb43e480c698fb483df3cc7c0e0aa7c0c Mon Sep 17 00:00:00 2001
From: Suguru Hirahara <acioustick@noreply.codeberg.org>
Date: Wed, 5 Mar 2025 00:25:49 +0900
Subject: [PATCH] Add license information to files in examples

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
---
 examples/host.yml         | 5 +++++
 examples/hosts.license    | 8 ++++++++
 examples/vars.yml.license | 9 +++++++++
 3 files changed, 22 insertions(+)
 create mode 100644 examples/hosts.license
 create mode 100644 examples/vars.yml.license

diff --git a/examples/host.yml b/examples/host.yml
index 85d2f3170..cd43db4da 100644
--- a/examples/host.yml
+++ b/examples/host.yml
@@ -1,3 +1,8 @@
+# SPDX-FileCopyrightText: 2022 MDAD project contributors
+# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
+#
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
 ---
 
 # This is a host file for usage with the `../bin/ansible-all-hosts.sh` script,
diff --git a/examples/hosts.license b/examples/hosts.license
new file mode 100644
index 000000000..91ac0d395
--- /dev/null
+++ b/examples/hosts.license
@@ -0,0 +1,8 @@
+SPDX-FileCopyrightText: 2017 - 2024 Slavi Pantaleev
+SPDX-FileCopyrightText: 2019 Dan Arnfield
+SPDX-FileCopyrightText: 2019 MDAD project contributors
+SPDX-FileCopyrightText: 2021 Aaron Raimist
+SPDX-FileCopyrightText: 2023 David Holdeman
+SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
+
+SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/examples/vars.yml.license b/examples/vars.yml.license
new file mode 100644
index 000000000..a0845f66a
--- /dev/null
+++ b/examples/vars.yml.license
@@ -0,0 +1,9 @@
+SPDX-FileCopyrightText: 2017 - 2024 Slavi Pantaleev
+SPDX-FileCopyrightText: 2018 Hugues Morisset
+SPDX-FileCopyrightText: 2018 MDAD project contributors
+SPDX-FileCopyrightText: 2020 Olaf Schoenwald
+SPDX-FileCopyrightText: 2021 Kim Brose
+SPDX-FileCopyrightText: 2022 Marko Weltzer
+SPDX-FileCopyrightText: 2024 Suguru Hirahara
+
+SPDX-License-Identifier: AGPL-3.0-or-later