Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions check_copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading