Skip to content

Commit

Permalink
Exclude frameworks from copyright check
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Sep 9, 2024
1 parent 38dcac5 commit 59a6e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check_copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ list=$(git grep "${options[@]}" -- \
'*.'{c,cc,cmake,h,js,m,mm,py,rb,sh,swift} \
CMakeLists.txt '**/CMakeLists.txt' \
':(exclude)third_party/**' \
':(exclude)FirebaseVertexAI/Sample/Frameworks/**' \
':(exclude)**/third_party/**')

# Allow copyrights before 2020 without LLC.
Expand Down

0 comments on commit 59a6e6d

Please sign in to comment.