Loading tools/build-license-metadata.sh +1 −0 Original line number Diff line number Diff line Loading @@ -201,6 +201,7 @@ calculate_effective_conditions() { for d in ${depfiles}; do if cat "${d}" | egrep -q 'effective_condition\s*:.*restricted' ; then lconditions="${lconditions}${lconditions:+ }restricted" break fi done ;; Loading Loading
tools/build-license-metadata.sh +1 −0 Original line number Diff line number Diff line Loading @@ -201,6 +201,7 @@ calculate_effective_conditions() { for d in ${depfiles}; do if cat "${d}" | egrep -q 'effective_condition\s*:.*restricted' ; then lconditions="${lconditions}${lconditions:+ }restricted" break fi done ;; Loading