Skip to content
Snippets Groups Projects
Commit 4517ef62 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Update copyright check script


Update copyright check script for the new (old) email address

Change-Id: Ib3dbb3505362e57587832467d9a0323b8cde6272
Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
parent ecd183a3
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
for i in "$@" ; do for i in "$@" ; do
if test -f "$i" && test -s "$i" ; then if test -f "$i" && test -s "$i" ; then
if head -n 35 "$1" | grep "qt-info@nokia.com" > /dev/null 2>&1 ; then if head -n 35 "$1" | grep "info@qt.nokia.com" > /dev/null 2>&1 ; then
echo "$i: OLD EMAIL IN USE!" echo "$i: OLD EMAIL IN USE!"
elif head -n 35 "$i" | grep Copyright > /dev/null 2>&1 ; then elif head -n 35 "$i" | grep Copyright > /dev/null 2>&1 ; then
if head -n 35 "$i" | grep "GNU Lesser General Public License" > /dev/null 2>&1 && if head -n 35 "$i" | grep "GNU Lesser General Public License" > /dev/null 2>&1 &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment