From 8c8f487079ccef3e725d8f1d04e6847ae32130d1 Mon Sep 17 00:00:00 2001 From: rstatkevych-arista Date: Mon, 16 Mar 2026 12:19:41 +0000 Subject: [PATCH] Update check_copyright.sh --- check_copyright.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/check_copyright.sh b/check_copyright.sh index 7638d0cf..fd753694 100755 --- a/check_copyright.sh +++ b/check_copyright.sh @@ -41,6 +41,7 @@ files=`git diff-tree --no-commit-id --name-only --diff-filter=ACMR -r $branchBas grep -v 'docsrc/'` status=0 + for file in $files; do if egrep -q "$confidential" $file ; then # Need to omit the check_copyright script from this check as it will always fail