[META] License script(as I have taken a fair bit)
This commit is contained in:
parent
070cce84f2
commit
52b27a7af8
1 changed files with 6 additions and 0 deletions
6
setup
6
setup
|
@ -1,5 +1,11 @@
|
||||||
#!/bin/bash
|
#!/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
|
COMPILER=$2
|
||||||
SSL=$3
|
SSL=$3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue