From 59a6e6d31745f2e1e3e4860b66447cf943c816c8 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Mon, 9 Sep 2024 15:22:10 -0400 Subject: [PATCH] Exclude frameworks from copyright check --- scripts/check_copyright.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check_copyright.sh b/scripts/check_copyright.sh index 8ccc634c5c7..a8bd78c7781 100755 --- a/scripts/check_copyright.sh +++ b/scripts/check_copyright.sh @@ -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.