From 2727215631f01cb601b21fe2e2fe7654472a3d5a Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Fri, 6 Dec 2024 12:23:30 -0600 Subject: [PATCH] Add top level license file. This is to avoid Gitlab UI showing the wrong thing. Signed-off-by: Mario Limonciello --- LICENSE | 3 +++ check_whence.py | 1 + 2 files changed, 4 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..e587dc41 --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +VARIOUS +------- +Individual firmware binaries are released under licenses described in `WHENCE`. diff --git a/check_whence.py b/check_whence.py index 1fece4f4..42480892 100755 --- a/check_whence.py +++ b/check_whence.py @@ -83,6 +83,7 @@ def main(): ".pre-commit-config.yaml", "Dockerfile", "Makefile", + "LICENSE", "README.md", "WHENCE", "build_packages.py",