From d6c3adf66e13e45ad3749ff7671d98ed2468fe9c Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 28 Jul 2025 17:26:17 +0300 Subject: [PATCH] Correct license refernce in example (#1567) Signed-off-by: Emmanuel Ferdman --- examples/iam-deny/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/iam-deny/README.md b/examples/iam-deny/README.md index a1bc80a1e17..ad41eacc240 100644 --- a/examples/iam-deny/README.md +++ b/examples/iam-deny/README.md @@ -163,5 +163,5 @@ Contributions are welcome! Please refer to the main repository's contributing gu ## License -Licensed under the Apache License, Version 2.0. See the [LICENSE](../../../LICENSE) file for the full license text. -(Note: Adjust the path to the main LICENSE file if this example is moved). \ No newline at end of file +Licensed under the Apache License, Version 2.0. See the [LICENSE](../../LICENSE) file for the full license text. +(Note: Adjust the path to the main LICENSE file if this example is moved).