From b6bf79a1837626f02cdc55935989adc15390a3b0 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Thu, 31 Jan 2019 14:37:34 +0100 Subject: [PATCH] improvements --- do-copyright.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/do-copyright.py b/do-copyright.py index 7f7028355..882b6fb72 100755 --- a/do-copyright.py +++ b/do-copyright.py @@ -60,9 +60,7 @@ def checkNote(filename): isSame = False print "need update: " + filename + " new=\'" + noteLines[iLine+1] + "\' vs old=\'" + lines[startNote+iLine].rstrip('\n') + "\'" break - - print filename + " > " + str(len(startNote)) + " " + str(startNote) + " " + str(endNote) + " " + str(isSame) - + # check if notice is the same, or we need to remove multiple notices... if isSame and len(startNote)<=1: return -- GitLab