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