From: Mario Limonciello Date: Fri, 6 Dec 2024 18:23:30 +0000 (-0600) Subject: Add top level license file. X-Git-Tag: 20241210~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2727215631f01cb601b21fe2e2fe7654472a3d5a;p=thirdparty%2Flinux-firmware.git Add top level license file. This is to avoid Gitlab UI showing the wrong thing. Signed-off-by: Mario Limonciello --- 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",