Salome HOME
Merge from BR_QT4 17Feb09
[tools/hxx2salome.git] / scripts / parse2.awk
index 2ecc2c785fb2dd601a34363b7013827dccb59e0a..82c07a6945eda1c9394eaa67d207bf8256b357eb 100644 (file)
@@ -1,4 +1,8 @@
 # suppress blanks between type and indirection or reference operators (* and &)
+# --
+# Copyright (C) CEA, EDF
+# Author : Nicolas Crouzet (CEA)
+# --
 { gsub(/[ \t]+&/,"\\& ")
   gsub(/[ \t]+\*/,"* ")
   print $0 }