mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-22 15:00:38 -04:00
Update check-licenses.sh
This commit is contained in:
parent
6b8a2a0063
commit
6b6b6df7e1
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,7 @@ while read line; do
|
||||||
|
|
||||||
AGPL-3.0)
|
AGPL-3.0)
|
||||||
case $pkg in
|
case $pkg in
|
||||||
github.com/edgelesssys/constellation*)
|
github.com/edgelesssys/constellation/*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
not_allowed
|
not_allowed
|
||||||
|
@ -45,6 +45,8 @@ while read line; do
|
||||||
|
|
||||||
Unknown)
|
Unknown)
|
||||||
case $pkg in
|
case $pkg in
|
||||||
|
github.com/edgelesssys/constellation/*)
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
not_allowed
|
not_allowed
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue