From f690c2205d799e19933a29a917ea1e286df5968a Mon Sep 17 00:00:00 2001 From: Dominic R Date: Tue, 2 Sep 2025 17:28:04 -0400 Subject: [PATCH] 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 Signed-off-by: Dominic R * Update LICENSE Signed-off-by: Dominic R * Create LICENSE for proprietary logo assets Added license information for proprietary assets. Signed-off-by: Dominic R --------- Signed-off-by: Dominic R --- 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.