We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
third_party
1 parent 1aad9da commit f18260fCopy full SHA for f18260f
scripts/check_copyright.sh
@@ -24,6 +24,7 @@ options=(
24
list=$(git grep "${options[@]}" -- \
25
'*.'{c,cc,cmake,h,js,m,mm,py,rb,sh,swift} \
26
CMakeLists.txt '**/CMakeLists.txt' \
27
+ ':(exclude)third_party/**' \
28
':(exclude)**/third_party/**')
29
30
# Allow copyrights before 2020 without LLC.
0 commit comments