From 6815f09b8781a77ed4503d2b80ebef2a60de3ac5 Mon Sep 17 00:00:00 2001 From: Jakub Sujak Date: Fri, 24 Jan 2025 10:55:01 +0000 Subject: [PATCH] Add a top-level symbolic link to LICENSE file - GitLab and GitHub UIs can only find the project license if it is a LICENSE file in the top-level directory. - Adds extra clarity around which LICENSE file under LICENSES/ directory belongs to the project (and not the dependencies). Signed-off-by: Jakub Sujak --- LICENSE | 1 + 1 file changed, 1 insertion(+) create mode 120000 LICENSE diff --git a/LICENSE b/LICENSE new file mode 120000 index 00000000..5431dc12 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +LICENSES/Apache-2.0.txt \ No newline at end of file -- GitLab