Salome HOME
Update copyright notes
[tools/install.git] / config_files / Numeric-23.7.sh
index 96a3df8342ff07b06473bcca3f267ada4b99efea..1b03b3550a040c0e9fbd42389ebbda7b27bd159b 100755 (executable)
@@ -1,5 +1,17 @@
 #!/bin/sh
 
+####################################################################################
+#  File      : Numeric-23.7.sh
+#  Created   : Thu Dec 18 12:01:00 2002
+#  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
+#  Project   : SALOME
+#  Module    : Installation Wizard
+#  Copyright : 2002-2006 CEA
+#
+#  This script is the part of the SALOME installation procedure.
+#
+####################################################################################
+
 check_version(){
 ver=`python -c 'import Numeric; print Numeric.__version__' 2>/dev/null`
 if [ "$ver" == "23.7" ]; then