X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=check_copyright.py;h=49775fe57f120ff9a84d631a4902f876e2530f48;hb=ccf0c94c7ad984eddae21372ca02edbaf1d6bb1e;hp=b306ea217dc8a08e81fa7427fc0c3c409a60ee2a;hpb=e744ba34fd38d6744d11b54cd15b6f86350695b2;p=modules%2Fhydro.git diff --git a/check_copyright.py b/check_copyright.py index b306ea21..49775fe5 100644 --- a/check_copyright.py +++ b/check_copyright.py @@ -6,6 +6,10 @@ theCopyright_line2 = '// This library is free software; you can redistribute it def check_file( theFile ): global files + + if theFile=='src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx': + return True; #in the file the unicode is used + #print 'Checking %s...' % theFile aLines = open( theFile, 'r' ).readlines() if( len( aLines )==0 ):