Salome HOME
Update copyright notes
[tools/install.git] / config_files / Numeric-22.0.sh
index 3921a1c97fd3c3e2e8d0daa37f77f166412e45d0..f2f1bb22e3fc1228eeb0d444380f3c105f2515cd 100755 (executable)
@@ -1,5 +1,17 @@
 #!/bin/sh
 
+####################################################################################
+#  File      : Numeric-22.0.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" == "22.0" ]; then