mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-25 08:15:18 -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
1 changed files with 10 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue