mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-14 01:20:43 -05:00
hack: add AGPL license to api submodule
Also adapt check-licenses script to allow AGPL for api module.
This commit is contained in:
parent
50646b2a10
commit
f757b5bf56
2 changed files with 664 additions and 0 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue