we are fine to use AGPL-3.0 (#384)

Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
Fabian Kammel 2022-08-19 15:57:01 +02:00 committed by GitHub
parent 92e4e4d95a
commit 276d25fe11

View File

@ -33,10 +33,18 @@ while read line; do
esac
;;
AGPL-3.0)
case $pkg in
github.com/edgelesssys/constellation*)
;;
*)
not_allowed
;;
esac
;;
Unknown)
case $pkg in
github.com/edgelesssys/constellation/*)
;;
*)
not_allowed
;;