Salome HOME
lot 3 - coloring of section in OCC view see also refs #1838
[modules/hydro.git] / check_copyright.py
index 2f4e3cc2e632d6638f5b84cf5c862d27fad97fef..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 ):
@@ -34,3 +38,4 @@ def check_folder( theFolder ):
 check_folder( 'src/HYDROData' )
 check_folder( 'src/HYDROGUI' )
 check_folder( 'src/HYDROPy' )
+check_folder( 'src/HYDRO_tests' )