mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
we are fine to use AGPL-3.0 (#384)
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
92e4e4d95a
commit
276d25fe11
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user