Skip to content

Commit cd01f9b

Browse files
committed
Fix list-licenses.sh
1 parent efaa3c7 commit cd01f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/list-licenses/list-licenses.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ do
9797
done
9898

9999
# Special care for Rust
100-
find "${LIBS_PATH}/rust_vendor/" -name 'Cargo.toml' | xargs ${GREP_CMD} 'license = ' | (${GREP_CMD} -v -P 'MIT|Apache|MPL|ISC|BSD|Unicode|Zlib|CC0-1.0' && echo "Fatal error: unrecognized licenses in the Rust code" >&2 && exit 1 || true)
100+
find "${LIBS_PATH}/rust_vendor/" -name 'Cargo.toml' | xargs ${GREP_CMD} 'license = ' | (${GREP_CMD} -v -P 'MIT|Apache|MPL|ISC|BSD|Unicode|Zlib|CC0-1.0|CDLA' && echo "Fatal error: unrecognized licenses in the Rust code" >&2 && exit 1 || true)

0 commit comments

Comments
 (0)