Salome HOME
Update copyright notes
[tools/install.git] / config_files / SWIG-1.3.24.sh
index 9ae3ab932a4a12da32a02c83b77f9b6d5f4114ed..d6e2018eef57527c08c1f70e3ff19475d7c6010e 100755 (executable)
@@ -1,5 +1,17 @@
 #!/bin/sh
 
+####################################################################################
+#  File      : SWIG-1.3.24.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(){
 if [ -n "`which swig 2>/dev/null`" ]; then
     ver=`swig -version 2>&1 | grep -i version | awk '{ print $3 }' | sed -e 's/^\([0-9.]*\)\(.*\)/\1/'`