]> SALOME platform Git repositories - tools/hxx2salome.git/commitdiff
Salome HOME
ajout header copyright V4_1_5_BR V4_1_0_maintainance_FINAL V4_1_4 V4_1_4sp1 V4_1_4sp2 V4_1_5 V4_1_5rc1 V4_1_5rc2 V4_1_5rc3
authorcrouzet <crouzet>
Fri, 5 Dec 2008 10:34:45 +0000 (10:34 +0000)
committercrouzet <crouzet>
Fri, 5 Dec 2008 10:34:45 +0000 (10:34 +0000)
scripts/Makefile.am
scripts/SA_build
scripts/SA_new_cpp_component
scripts/hxx2salome
scripts/parse0.awk
scripts/parse01.awk
scripts/parse1.awk
scripts/parse2.awk
scripts/parse3.awk
scripts/renameSalomeModule
src/main.cpp

index 85f034fbe0dd42e3ae76f17e495fc21223cd3cd1..02dcd781fd1c04413b6f38f6d2006c316caf326f 100644 (file)
@@ -1,4 +1,7 @@
-
+# --
+# Copyright (C) CEA, EDF
+# Author : Nicolas Crouzet (CEA)
+# -- 
 bin_SCRIPTS = hxx2salome \
               parse01.awk \
               parse0.awk \
index f4238faf5463d949b3203028b7e4bdb848214196..6b139bc64c49dd93b6793b0da39d65c06dc33a8d 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/bash
 #
+# --
+# Copyright (C) CEA, EDF
+# Author : Nicolas Crouzet (CEA)
+# -- 
+#
 # Utility for building Salome Modules
 #
 # default directory containing sources. Look-up is performed first localy, then in this directory if present.
index e8ef4e085f108bf645b1d742e5589038c21d4bb0..12ca2e48f43a2589ef4f0c0e95d56ee8e6b60937 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/bash
+# --
+# Copyright (C) CEA, EDF
+# Author : Nicolas Crouzet (CEA)
+# -- 
 
 usage()
 {
index c8a7507948f176869a17236a30c05b55a69942f7..25f0bf56d7e7d0d18d923151561be1873bee0d67 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 #
+# --
+# Copyright (C) CEA, EDF
+# Author : Nicolas Crouzet (CEA)
+# -- 
 #
 # salome2 environment file (.bash or .sh) - can also be specified with -e option
 ENVIRON_FILE=
index ae194f4e7a37599ec8de903b55d4916fa79e83c9..c77dd1c4181a6299882f2d13320991e0c9c3f278 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 }
index 8bec01785f19515a9bc643fab390ac7d95f42b09..533a87ac2eb6faf4a35b62c8312cc99f4616c1a2 100644 (file)
@@ -1,4 +1,8 @@
 # This awk program deletes C like comments '*/  ...  /*'  
+# --
+# Copyright (C) CEA, EDF
+# Author : Nicolas Crouzet (CEA)
+# -- 
 {
     if (t = index($0, "/*")) {
        if (t > 1)
index 8d688d25f08b5e48b17a91165bf72901ba703dea..fc3907fc7249f720372bac469c7fc1cb0d0e7c03 100644 (file)
@@ -1,4 +1,8 @@
 # This awk program extract public functions of the class definition present in hxx interface
+# --
+# Copyright (C) CEA, EDF
+# Author : Nicolas Crouzet (CEA)
+# -- 
 
 BEGIN { public=0 }
 
index 2ecc2c785fb2dd601a34363b7013827dccb59e0a..576efcd5fc93a59476d2b1a20f3d53ca7729afd4 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 }
index 9d594d7042136a5e3f209e44aa3fdadeef82418d..0af6457b36178169d0317ea61cc3064947557860 100644 (file)
@@ -1,4 +1,8 @@
 # This awk program contains the type mapping tables - and the treatments
+# --
+# Copyright (C) CEA, EDF
+# Author : Nicolas Crouzet (CEA)
+# -- 
 # for code generation
 #
 BEGIN { 
index 8e9ab33102ce89ab2b9b73372b9793134b68772b..0802ee0081ba025c106e90d377f3162825b9ce8c 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/bash
+# --
+# Copyright (C) CEA, EDF
+# Author : Nicolas Crouzet (CEA)
+# -- 
 
 usage()
 {
index d6809f95a11d83bf472953815daf25bdc5ef1ae6..c801e8e5c10c3158183ad53e0cab254053088f47 100644 (file)
@@ -1,4 +1,7 @@
-
+// --
+// Copyright (C) CEA, EDF
+// Author : Marc Tajchman (CEA)
+// -- 
 
 #include <qapplication.h>
 #include "hxx2salome.h"