From 3eeb74197594de9cbcf6af3d70fc46123aafcec6 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 09:56:28 +0000 Subject: [PATCH] website: Add text copy of license (cherry-pick #16559) (#16574) website: Add text copy of license (#16559) * website: Add License According to the root LICENSE, the website is licensed under Creative Commons: CC BY-SA 4.0 license. To match the root of the project and the EE dir, a text copy of the license is now included. Updates AUTH-1246 * Update LICENSE * Create LICENSE for proprietary logo assets Added license information for proprietary assets. --------- Signed-off-by: Dominic R Co-authored-by: Dominic R Co-authored-by: Dewi Roberts --- website/LICENSE | 6 ++++++ website/static/img/LICENSE | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 website/LICENSE create mode 100644 website/static/img/LICENSE diff --git a/website/LICENSE b/website/LICENSE new file mode 100644 index 0000000000..1bf0bcacae --- /dev/null +++ b/website/LICENSE @@ -0,0 +1,6 @@ +Except where otherwise noted, the contents of this repository are licensed under +the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). + +EXCEPTION: The contents of the `static/img/` directory (including logo and wordmark +images) are copyrighted and not licensed under CC BY-SA. All rights reserved +for those files. diff --git a/website/static/img/LICENSE b/website/static/img/LICENSE new file mode 100644 index 0000000000..9fd0e2366d --- /dev/null +++ b/website/static/img/LICENSE @@ -0,0 +1,3 @@ +This directory contains proprietary logo and wordmark assets. + +These files are NOT covered by the Creative Commons license applied to the rest of the parent website folder. All rights reserved.