From 92068a324d08cfecb40c046c88efe0aadfe1c174 Mon Sep 17 00:00:00 2001 From: Kevin Broch Date: Mon, 19 Jun 2023 09:28:20 +0200 Subject: [PATCH 1/2] add symlink to allow github to detect license --- LICENSE | 1 + 1 file changed, 1 insertion(+) create mode 120000 LICENSE diff --git a/LICENSE b/LICENSE new file mode 120000 index 0000000..5431dc1 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +LICENSES/Apache-2.0.txt \ No newline at end of file From 88245aeadced1257a783738ac041cf9671511417 Mon Sep 17 00:00:00 2001 From: Kevin Broch Date: Mon, 19 Jun 2023 16:02:29 +0200 Subject: [PATCH 2/2] add symlink to allow github to detect license --- LICENSE => LICENSE.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt