Salome HOME
Merge from BR_QT4 17Feb09
[tools/hxx2salome.git] / scripts / parse0.awk
index ae194f4e7a37599ec8de903b55d4916fa79e83c9..d2738146f3ea58da0ad11524b0fb9a2890384e21 100644 (file)
@@ -1,4 +1,8 @@
 # This awk program suppresses inline functions - but it doen't work if there is no inline function... Not used yet.
+# --
+# Copyright (C) CEA, EDF
+# Author : Nicolas Crouzet (CEA)
+# --
 BEGIN { RS="\f"}
 
 { gsub(/{[^{}]*}[ \t]*;?/,";");print }