From 52b27a7af82813bf78ff5255633ed5ea6da1cd33 Mon Sep 17 00:00:00 2001 From: Load Accumulator Date: Fri, 3 Nov 2023 12:28:03 +0100 Subject: [PATCH] [META] License script(as I have taken a fair bit) --- setup | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup b/setup index 6193bbe..4829b61 100755 --- a/setup +++ b/setup @@ -1,5 +1,11 @@ #!/bin/bash +# Code taken in part from https://github.com/rlalik/setup-cpp-compiler, created by +# RafaƂ Lalik ( (c) 2021 ). +# +# The original source is under MIT license; which I believe is compatible with the +# modified license of the Telodendria project. + COMPILER=$2 SSL=$3