From d4187545ed19da32b48f3240677e78d36c8302bf Mon Sep 17 00:00:00 2001 From: Reiner Schinkoethe Date: Tue, 20 Jan 2026 07:57:17 +0100 Subject: [PATCH 1/5] chore: add disclaimer for workflows --- .github/Disclaimer_Workflows.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/Disclaimer_Workflows.md diff --git a/.github/Disclaimer_Workflows.md b/.github/Disclaimer_Workflows.md new file mode 100644 index 0000000..8d058c2 --- /dev/null +++ b/.github/Disclaimer_Workflows.md @@ -0,0 +1,9 @@ +IMPORTANT - PLEASE READ CAREFULLY: + +The content of repository describes how you can set up and use an environment which consists of or contains third-party software. +By following this documentation you agree that using such third-party software is done at your own discretion and risk. +No advice or information, whether oral or written, obtained by you from us or from this documentation shall create any warranty for +the third-party software. Additionally, by following these descriptions or using the contents of this documentation, you agree that +you are responsible for complying with all third party licenses applicable to such third-party software. All product names, logos, +and brands are property of their respective owners. All third-party company, product and service names used in this documentation +are for identification purposes only. Use of these names, logos, and brands does not imply endorsement. \ No newline at end of file From 9599b3742ef249ec3b14bad0d1ab41be1526c2e4 Mon Sep 17 00:00:00 2001 From: Reiner Schinkoethe Date: Tue, 20 Jan 2026 08:00:38 +0100 Subject: [PATCH 2/5] move disclaimer --- .github/{ => workflows}/Disclaimer_Workflows.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/Disclaimer_Workflows.md (100%) diff --git a/.github/Disclaimer_Workflows.md b/.github/workflows/Disclaimer_Workflows.md similarity index 100% rename from .github/Disclaimer_Workflows.md rename to .github/workflows/Disclaimer_Workflows.md From 2a5970337263cac13156c41a01cdf08111351649 Mon Sep 17 00:00:00 2001 From: Reiner Schinkoethe Date: Tue, 20 Jan 2026 08:19:24 +0100 Subject: [PATCH 3/5] chore: rename to disclaimer and move to basic folder --- .github/{workflows/Disclaimer_Workflows.md => Disclaimer.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows/Disclaimer_Workflows.md => Disclaimer.md} (100%) diff --git a/.github/workflows/Disclaimer_Workflows.md b/.github/Disclaimer.md similarity index 100% rename from .github/workflows/Disclaimer_Workflows.md rename to .github/Disclaimer.md From f87bfb729613da1ab28d32cfa354b3d279f53030 Mon Sep 17 00:00:00 2001 From: Reiner Schinkoethe Date: Tue, 20 Jan 2026 08:31:28 +0100 Subject: [PATCH 4/5] docs: add show disclaimer --- .github/workflows/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/README.md diff --git a/.github/workflows/README.md b/.github/workflows/README.md new file mode 100644 index 0000000..94c64fd --- /dev/null +++ b/.github/workflows/README.md @@ -0,0 +1 @@ +[Show Disclaimer](../Disclaimer.md) \ No newline at end of file From 3a86b127f4adce1ccbfc4670f35bea60a4cb573a Mon Sep 17 00:00:00 2001 From: Reiner Schinkoethe Date: Tue, 20 Jan 2026 08:34:17 +0100 Subject: [PATCH 5/5] docs: remove readme --- .github/workflows/README.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/workflows/README.md diff --git a/.github/workflows/README.md b/.github/workflows/README.md deleted file mode 100644 index 94c64fd..0000000 --- a/.github/workflows/README.md +++ /dev/null @@ -1 +0,0 @@ -[Show Disclaimer](../Disclaimer.md) \ No newline at end of file