Salome HOME
Copyright update: 2016 V7_8_0a2 V7_8_0b1
authorvsr <vsr@opencascade.com>
Tue, 22 Mar 2016 17:16:36 +0000 (20:16 +0300)
committervsr <vsr@opencascade.com>
Tue, 22 Mar 2016 17:16:36 +0000 (20:16 +0300)
34 files changed:
AUTHORS [deleted file]
CMakeLists.txt
ChangeLog [deleted file]
INSTALL [deleted file]
NEWS [deleted file]
README
SIERPINSKY_version.h.in
SalomeSIERPINSKYConfig.cmake.in
adm_local/CMakeLists.txt
adm_local/cmake_files/CMakeLists.txt
adm_local/cmake_files/FindLibGd.cmake
adm_local/cmake_files/FindSalomeLibGd.cmake
adm_local/cmake_files/FindSalomeSIERPINSKY.cmake
adm_local/unix/CMakeLists.txt
adm_local/unix/config_files/CMakeLists.txt
adm_local/unix/config_files/check_SIERPINSKY.m4
adm_local/unix/config_files/check_gd.m4
adm_local/unix/make_common_starter.am
bin/CMakeLists.txt
idl/CMakeLists.txt
idl/Sierpinsky.idl
resources/CMakeLists.txt
resources/SIERPINSKYCatalog.xml.in
resources/SalomeApp.xml.in
src/CMakeLists.txt
src/Sierpinsky/CMakeLists.txt
src/Sierpinsky/SIERPINSKY_Gen_i.cxx
src/Sierpinsky/SIERPINSKY_Gen_i.hxx
src/SierpinskyGUI/CMakeLists.txt
src/SierpinskyGUI/SierpinskyGUI.cxx
src/SierpinskyGUI/SierpinskyGUI.h
src/SierpinskyGUI/SierpinskyGUI.hxx
src/SierpinskyGUI/SierpinskyGUI_RunDlg.cxx
src/SierpinskyGUI/SierpinskyGUI_RunDlg.h

diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644 (file)
index e69de29..0000000
index f9464290edcfc9d4cd14a3403fe8710ac960b008..9056666c75d45d294666bf29397a0e2ba35dc878 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  OPEN CASCADE
+# Copyright (C) 2012-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/INSTALL b/INSTALL
deleted file mode 100644 (file)
index db625a3..0000000
--- a/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-SALOME2 : SIERPINSKY module (sample)
diff --git a/NEWS b/NEWS
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/README b/README
index 7831fab0271ef2a9690dbaf4de55dc39230ff2d5..c97d67eee8361c7848ff399d2a984b00d1ee940b 100755 (executable)
--- a/README
+++ b/README
-============================================================
-README for:
-* Randomizer module : version 0.2
-* Sierpinsky module : version 0.2
-============================================================
+******************************
+About SALOME SIERPINSKY sample
+******************************
 
-Contents of this file:
+SIERPINSKY is a simple example of SALOME module written in C++ and
+implementing services via CORBA interface. It works in conjunction
+with SALOME RANDOMIZER sample module; with latter it interfers by means
+of CORBA services (see below).
 
-1. Introduction.
-2. Prerequisites.
-3. Installation.
-4. Launching.
-5. Functionality.
-6. Testing.
+RANDOMIZER and SIERPINSKY modules implement simple interface to calculate
+Sierpinsky fields.
 
-=======================================================
-1. Introduction.
-=======================================================
+For more information please visit the SALOME platform web site:
 
-Randomizer and Sierpinsky SALOME-based modules implement simple interface to calculate Sierpinsky fields.
+  <http://www.salome-platform.org/>
 
-=======================================================
-2. Prerequisites.
-=======================================================
+=======
+License
+=======
 
-SALOME platform.
-All other products are those used by SALOME.
+SALOME platform is distributed under the GNU Lesser General Public License.
+See COPYING file for more details.
 
-=======================================================
-3. Installation.
-=======================================================
+Also, additional information can be found at SALOME platform web site:
 
-The compilation procedure is exactly the same as for other SALOME modules:
+  <http://www.salome-platform.org/downloads/license/>
 
-3.1. install SALOME with all prerequisite products;
-3.2. unpack Randomizer and Sierpinsky modules sources;
-3.3  set environment:
+============
+Installation
+============
 
-   source <salome_install_dir>/env_products.csh
+--------------
+Pre-requisites
+--------------
 
-   where <salome_install_dir> is a directory where SALOME is installed to.
+SALOME platform relies on a set of third-party softwares; some of them are needed
+at build time only, while other ones are needed in runtime also.
 
-3.4 create build directory for Randomizer module:
+For more information about the pre-requisites please visit SALOME platform web
+site:
 
-   mkdir RANDOMIZER_BUILD
-   cd RANDOMIZER_BUILD
+* Check Release Notes and Software Requirements of the latest SALOME release at
 
-3.5 make and install Randomizer module:
+  <http://www.salome-platform.org/downloads/current-version/>
 
-   cmake -DCMAKE_BUILD_TYPE=<Mode> -DCMAKE_INSTALL_PREFIX=${RANDOMIZER_install_dir} ${RANDOMIZER_src_dir}
-   make
-   make install
+* Pre-requisites page at SALOME web site:
 
-   where <Mode> is build mode (Release or Debug),
-   <RANDOMIZER_src_dir> is a Randomizer module sources directory and 
-   <RANDOMIZER_install_dir> is a directory where you want to install the Randomizer module.
+  <http://www.salome-platform.org/downloads/license/>
 
-3.6. Repeat 3.4, 3.5 steps for Sierpinsky module.
+Note: SALOME SIERPINSKY needs SALOME KERNEL, SALOME GUI, SALOME RANDOMIZER and,
+optionally, SALOME Mesh modules as pre-requisites.
 
-Launch 'cmake --help' command to learn more about configuration options.
+------------------
+Basic Installation
+------------------
 
-=======================================================
-4. Launching.
-=======================================================
+The build procedure of the SALOME platform is implemented with CMake.
+In order to build the module you have to do the following actions:
 
-To launch SALOME application the following steps should be performed:
+1. Set up environment for pre-requisites (see "Pre-requisites" section above).
 
-4.1. set environment:
+2. Create a build directory:
 
-   source <salome_install_dir>/env_products.csh
+   % mkdir SIERPINSKY_BUILD
 
-   where <salome_install_dir> is a directory where SALOME is installed to.
+3. Configure the build procedure:
 
-4.3. add Randomizer and Sierpinsky modules environment:
+   % cd SIERPINSKY_BUILD
+   % cmake -DCMAKE_BUILD_TYPE=<mode> -DCMAKE_INSTALL_PREFIX=<installation_directory> <path_to_src_dir>
 
-   setenv RANDOMIZER_ROOT_DIR <RANDOMIZER_install_dir>
-   setenv SIERPINSKY_ROOT_DIR <SIERPINSKY_install_dir>
+   where
+   - <mode> is either Release or Debug (default: Release);
+   - <installation_directory> is a destination folder to install SALOME SIERPINSKY
+     module (default: /usr);
+   - <path_to_src_dir> is a path to the SALOME SIERPINSKY sources directory.
 
-   where <RANDOMIZER_install_dir> and <SIERPINSKY_install_dir> are the directories where
-   you have installed Randomizer and Sierpinsky modules correspondingly (see paragraph 3 above).
+   Note: by default (if CMAKE_INSTALL_PREFIX option is not given), SALOME SIERPINSKY
+   module will be configured for installation to the /usr directory that requires
+   root permissions to complete the installation.
 
-4.4. launch SALOME:
+4. Build and install:
 
-   ${KERNEL_ROOT_DIR}/bin/salome/runSalome --modules=SMESH,VISU,RANDOMIZER,SIERPINSKY
-   
-=======================================================
-5. Functionality.
-=======================================================
+   % make
+   % make install
 
-5.1 Randomizer module
+   This will install SALOME SIERPINSKY module to the <installation_directory>
+   specified to cmake command on the previous step.
 
-Randomizer module is implemented as pure Python module. It does not have any GUI.
-The IDL interface includes two methods:
+-------------------
+Custom installation
+-------------------
+
+SALOME SIERPINSKY module supports a set of advanced configuration options;
+for more details learn CMakeLists.txt file in the root source directory.
+
+You can also use other options of cmake command to customize your installation.
+Learn more about available options by typing
+
+   % cmake --help
+
+=============
+Functionality
+=============
+
+* RANDOMIZER module
+
+SALOME RANDOMIZER module is implemented as pure Python module. It does not have
+any GUI. The IDL interface includes two methods:
 
 - void InitPoint( out double theX, out double theY );
 
@@ -100,24 +115,30 @@ The IDL interface includes two methods:
 
   to calculate next random iteration step: the integer value in range {1,3}.
 
-  The functionality of this module is used by Sierpinsky module to calculate Sierpinsky fields.
+The functionality of this module is used by SIERPINSKY module to calculate
+Sierpinsky fields.
 
-5.2. Sierpinsky module.
+* SIERPINSKY module
 
 The engine interface includes the following methods:
 
-- void Init( in double X1, in double Y1, in double X2, in double Y2, in double X3, in double Y3 );
+- void Init( in double X1, in double Y1, in double X2, in double Y2, in double X3,
+             in double Y3 );
 
-  to initialize the engine with three points which will be used as reference points in the calculations;
+  to initialize the engine with three points which will be used as reference points
+  in the calculations;
 
 - void Reset();
 
-  to initializes the engine with three default reference points: (0.5, 1), (0, 0), (1, 0);
+  to initializes the engine with three default reference points: (0.5, 1), (0, 0),
+  (1, 0);
 
-- void NextPoint( in double X, in double Y, in long iter, out double nextX, out double nextY );
+- void NextPoint( in double X, in double Y, in long iter, out double nextX,
+                  out double nextY );
 
-  calculates next iteration point, basing on the previous one and the iteration step given from 
-  Randomizer engine; this method is called subsequently in the loop to generate the points cloud;
+  calculates next iteration point, basing on the previous one and the iteration
+  step given from RANDOMIZER engine; this method is called subsequently in the loop
+  to generate the points cloud;
 
 - boolean ExportToJPEG( in string fileName, in long size );
 
@@ -127,70 +148,44 @@ The engine interface includes the following methods:
 
   exports the collected points data to the MED file.
 
-  The Init() and Reset() methods clear the collected points data and prepare engine to the new calculations.
-  The JPEG file can be viewed with help of any image viewer supporting JPEG format.
-  The MED files created by ExportToMED() method can be then imported in the Post-Pro (VISU) module for the
-  visualization (see below).
-
-=======================================================
-6. Testing.
-=======================================================
-
-6.1. GUI mode.
-
-Launch SALOME (see paragraph 4) and create a new study. To activate Sierpinsky module click the corresponding
-button on the 'Components' toolbar or select it in the components combo-box.
-
-The only action of the Sierpinsky module's GUI is available via 'Sierpinsky' main menu - it is a 'Run' command
-(there is also corresponding button on the toolbar).
-This command opens 'Run Sierpinsky Algo' dialog box which allows:
-
-- to define a start point for the calculations; if 'Random' checkbox is turned on, the start point will
-be generated automatically via Randomizer module functionality;
-
-- to define three reference points for the algo; if 'Random' checkbox is turned on, the reference points
-will be generated automatically via Randomizer module functionality; if 'Default' checkbox is turned on
-the default values will be used;
-
-- to enter the number of the points to be calculated;
-
-- to create JPEG image after calculcations finishing; 'Image size' parameter defines the size of the image side
-in pixels;
-
-- to export results to the MED file after calculcations finishing; 'Mesh size' parameter defines the mesh range.
-
-- to import generated MED file automatically to the Post-Pro (VISU) module for the further visualisation.
-
-After pressing the 'Start' button the calculation begins. It is possible to stop the calculation by pressing 
-'Stop' button. The progress bar in the lower part of the dialog box displays the calculation status.
+  The Init() and Reset() methods clear the collected points data and prepare engine
+  to the new calculations. The JPEG file can be viewed with help of any image viewer
+  supporting JPEG format. The MED files created by ExportToMED() method can be then
+  imported in the SALOME ParaVis module for the visualization (see below).
 
-6.2. Visualization.
+=====
+Usage
+=====
 
-Activate Post-Pro (VISU) module by clicking the corresponding button on the 'Components' toolbar.
-Select 'File - Import from file' menu command. Select the MED file, click 'Open' button. The MED file is imported
-to the study.
-Note: the MED file can be automatically imported to the study after finishing of the calculations
-(see previous paragraph).
+* Start SALOME:
 
-Select 'Post-Pro/<med_file>.med/Sierpinsky/Families/onNodes' object in the Object Browser, invoke context popup
-menu by mouse right-button click and select 'Display Only' command. The cloud of points is displayed in the viewer.
-Note: the visualizaion of mesh is only possible in the VTK viewer.
+   ${KERNEL_ROOT_DIR}/bin/salome/runSalome --modules=SMESH,RANDOMIZER,SIERPINSKY
 
-6.3. Supervision.
+* Create new study: menu File - New
 
-Activate YACS module by clicking the corresponding button on the 'Components' toolbar.
-There are two sample YACS schemas which allow to test the Randomizer and Sierpinsky modules
-functionality. These files can be found in the <SIERPINSKY_install_dir>/share/salome/resources directory
-where <SIERPINSKY_install_dir> is the directory where you have installed Sierpinsky module (see paragraph 3).
+* Activate SIERPINSKY module: click the corresponding button on the 'Components' toolbar
+  or select it in the "Components" combo-box.
 
-Call 'YACS - Import Schema' menu command, then browse to the 'schema1.xml' or 'schema2.xml' file and click 'Open' button.
-To prepare the schema for execution, call 'YACS - Run Current Schema' menu command or just click the corresponding toolbar button.
-Then launch the ready schema by calling 'YACS - Start/Resume execution' menu command.
+  The only action of the SIERPINSKY module's GUI is available via 'Sierpinsky' main menu
+  - it is a 'Run' command (there is also corresponding button on the toolbar).
+  This command opens 'Run Sierpinsky Algo' dialog box which allows:
+  - Defining a start point for the calculations; if 'Random' checkbox is turned on, the
+    start point will be generated automatically via RANDOMIZER module functionality.
+  - Defining three reference points for the algo; if 'Random' checkbox is turned on, the
+    reference points will be generated automatically via RANDOMIZER module functionality;
+    if 'Default' checkbox is turned on the default values will be used.
+  - Entering the number of the points to be calculated.
+  - Creating JPEG image after the calculcations are finished; 'Image size' parameter defines
+    the size of the image side in pixels.
+  - Exporting results to the MED file after the calculcations are finished; 'Mesh size'
+    parameter defines the mesh range.
 
-The both schemas implement simple loop to perform calculations. The first schema uses default parameters and 
-exports the generated data to the JPEG file after calculation finishing.
+    After pressing the 'Start' button the calculation begins. It is possible to stop the
+    calculation by pressing 'Stop' button. The progress bar in the lower part of the dialog
+    box displays the calculation status.
 
-The second schema is some more complicated. It uses random start and reference points. After the calculations finishing
-it exports the data to the JPEG file and to the MED file, then automatically imports the MED file to the Post-Pro
-module and displays it in the new 3d viewer (the 'ImportToVisu' inline node performs the importation and visualizing).
+===============
+Troubleshooting
+===============
 
+Please, send a mail to webmaster.salome@opencascade.com.
index f45b28a7185de39f7ec796f757962e6b944fa854..f6d13d527a3fb7d35f8d6264476fd54985f15a45 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2015  OPEN CASCADE
+// Copyright (C) 2005-2016  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 53d9a3e3ed1fcd1d2f365313aa967d6f243d009f..49de3686c5b678f7289f77b7fc7c2ea8ece94484 100644 (file)
@@ -5,7 +5,7 @@
 #
 
 ###############################################################
-# Copyright (C) 2007-2015  OPEN CASCADE
+# Copyright (C) 2007-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 970b5fcb3da661fac13045cbe6058f4f469c5e60..ae8a84bc529d58d0c7fbdd52fcd5452cf7cae488 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  OPEN CASCADE
+# Copyright (C) 2007-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 3a64b1ae01c17f64d8c4ab69a06e26955c79f943..cf611a550001dadd9c993a5d9cdcae0af6888f2e 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  OPEN CASCADE
+# Copyright (C) 2012-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 3e6a4fab8ef96daaf1b7ce58119c34d5b6260282..688520148e37b09947890acc9b2465e0ca687ec6 100644 (file)
@@ -6,7 +6,7 @@
 #
 
 #########################################################################
-# Copyright (C) 2013-2015  OPEN CASCADE
+# Copyright (C) 2013-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index b30b5ef3425f1401d57cbdeecd54dc5e1946ec1a..1fd9244ce373f4d7a5cfb6b77fe659b8b4ebaec7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015  OPEN CASCADE
+# Copyright (C) 2013-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 5c58e2327576538f2583c3709fc25e47ff3cc67e..44b820b923c8fa87e7991c53396d53e2ac47d633 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  OPEN CASCADE
+# Copyright (C) 2007-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index fa7c9a85c5ac42f963bb2a4e8b235813de091221..7ea28eb4a0ef9883444eaca52184feb2b739d0bf 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  OPEN CASCADE
+# Copyright (C) 2012-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index f64d308d28bafeee39e4a58a0c3173ff5cab49b3..ac1b3496b6ec5ce129d3b8c9a2d3de3622e16ae0 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  OPEN CASCADE
+# Copyright (C) 2007-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 4dabf89782d7306d11056a6ea2e8208408b17284..b5512f89d3e08e1df479e9dcbac1dba014a6baa7 100755 (executable)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2005-2015  OPEN CASCADE
+dnl Copyright (C) 2005-2016  OPEN CASCADE
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index 8d523b128a2f8b056ad243c42c20bf19df399758..4e4ba26e6e05ade6d9d5615b75fc383d9de6eac3 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2005-2015  OPEN CASCADE
+dnl Copyright (C) 2005-2016  OPEN CASCADE
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index 823ce4df449b9f00ad8118b53324942a9b14dec1..611fd9f83c8764652ecc2bc497f8e4d79f9f8bfb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2015  OPEN CASCADE
+# Copyright (C) 2005-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index d13d7284b4ea555bd8e3609eb3b4d63384bf3665..75c8db8ce6f7e9c556ff74a465ac0e9382a790f8 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  OPEN CASCADE
+# Copyright (C) 2012-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index a940ac9207f76dc5b3c3d13c1dce28397c25be27..b820397c514c74861c6bbe68b5b6eadbda9777a3 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  OPEN CASCADE
+# Copyright (C) 2012-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 3a3aa65beb0db21ddacb76ad9085c5d010412d9f..df00f88fb7abc352e924a55a8feaebe3a40f58eb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2015  OPEN CASCADE
+// Copyright (C) 2005-2016  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index a5666c3baa87558a48acb56b9713d3fd348c191e..518e1c649c6920756395bcba229f8ab4221aa596 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2015  OPEN CASCADE
+# Copyright (C) 2007-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index f0a6479ca76d2ecb54f186c620a289cf8c15696f..20f65ad2c4d463ce994a5a9f2fe8433070e4207c 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='us-ascii' ?>
 <!--
-  Copyright (C) 2005-2015  OPEN CASCADE
+  Copyright (C) 2005-2016  OPEN CASCADE
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
index 1c9033ac70800f343d8815beeb98201d1ab7206e..9cf6675ba0f19d4e2fff2459a97fa1f608da8813 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright (C) 2005-2015  OPEN CASCADE
+  Copyright (C) 2005-2016  OPEN CASCADE
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
index 1f6e0edfd4918704076b46a768e0e070afd2498b..299af74b189c929cb3b829dc00ca6fa31bccc613 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  OPEN CASCADE
+# Copyright (C) 2012-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 4965465da8dc03680df6b5cb94d0a06dc3915a42..427b114083bac7be6f6b8d95ffa2160f6b84c090 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  OPEN CASCADE
+# Copyright (C) 2012-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 9f17ee48554967c37ed3171322ed738e4c6de5ce..6d2192705f13b4e6078a3021a4eae578a5044864 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2015  OPEN CASCADE
+// Copyright (C) 2005-2016  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index a3a54464aeadb0677162b20d419d136de1d50519..6693a89e00dfdf794d6f9f3ab39ef4cb6cf6049b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2015  OPEN CASCADE
+// Copyright (C) 2005-2016  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 732ce778110fca7bc18b405ac7a98e39326ebd32..fa3327b526a75c552fbc144c58a5e853a77a59d8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  OPEN CASCADE
+# Copyright (C) 2012-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 4238c33e0807ad14df31a3424173d9daf85b9599..8417f63e1f4b620835a5acb25d1e844be94cc461 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2015  OPEN CASCADE
+// Copyright (C) 2005-2016  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 50e75fe1cb7322689e361d62aa9b40eb3b6b0529..a6f40d16a16252b2e97af0755779bc596b520204 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2015  OPEN CASCADE
+// Copyright (C) 2005-2016  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 7f0c584b4ed9188daf6b61046a95772724394344..6d02b8d1851349e5d96c1fad7a8301dc6d13eaf0 100755 (executable)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2015  OPEN CASCADE
+// Copyright (C) 2005-2016  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 435680dcfe2ced70b2eb5891debb495dd36da381..bdf7b4c62bb162031a9ec949f4a372611213418d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2015  OPEN CASCADE
+// Copyright (C) 2005-2016  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 31684c7c9b5cd97e92f399e81cf1584aa114450c..1e797386b77fa76aac19402c65acd8f17bdf112b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2015  OPEN CASCADE
+// Copyright (C) 2005-2016  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public