hack: add AGPL license to api submodule

Also adapt check-licenses script to allow AGPL for api module.
This commit is contained in:
Otto Bittner 2023-02-15 15:24:22 +01:00
parent 50646b2a10
commit f757b5bf56
2 changed files with 664 additions and 0 deletions

View file

@ -40,6 +40,8 @@ go-licenses csv ./... | {
case ${pkg} in
github.com/edgelesssys/constellation/v2) ;;
github.com/edgelesssys/constellation/v2/operators/constellation-node-operator/v2/api/v1alpha1) ;;
*)
not_allowed
;;
@ -48,6 +50,7 @@ go-licenses csv ./... | {
Unknown)
case ${pkg} in
*)
not_allowed
;;