Skip to content

Commit

Permalink
Update check_copyright.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-ge authored Jan 31, 2024
1 parent 241ff93 commit fba0b9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/check_copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ printbad() {
then
strfound=0
fi
if grep -Eq "Copyright \(c\) 202[0-9]-present Voedger Authors." $filename
then
strfound=0
fi
if grep -Eq "Copyright \(c\) 202[0-9]-present unTill Software Development Group B.V." $filename
then
strfound=0
Expand Down

0 comments on commit fba0b9e

Please sign in to comment.