Salome HOME
lot 12 GUI p.1
[modules/hydro.git] / check_copyright.py
index b306ea217dc8a08e81fa7427fc0c3c409a60ee2a..49775fe57f120ff9a84d631a4902f876e2530f48 100644 (file)
@@ -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 ):