From b7704666cefc5c8916eb59bc0020ac9d6f982944 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 21 Mar 2016 19:30:50 +0300 Subject: [PATCH] Copyright update: 2016 --- AUTHORS | 0 CMakeLists.txt | 2 +- ChangeLog | 0 HEXABLOCKPLUGIN_version.h.in | 2 +- INSTALL | 1 - NEWS | 0 README | 109 ++++++++++++++++++ SalomeHEXABLOCKPLUGINConfig.cmake.in | 2 +- adm_local/CMakeLists.txt | 2 +- adm_local/cmake_files/CMakeLists.txt | 2 +- .../FindSalomeHEXABLOCKPLUGIN.cmake | 2 +- adm_local/unix/CMakeLists.txt | 2 +- adm_local/unix/config_files/CMakeLists.txt | 2 +- .../config_files/check_HEXABLOCKPLUGIN.m4 | 2 +- bin/CMakeLists.txt | 2 +- idl/CMakeLists.txt | 2 +- idl/HEXABLOCKPlugin_Algorithm.idl | 2 +- resources/CMakeLists.txt | 2 +- resources/HEXABLOCKPlugin.xml | 2 +- resources/SalomeApp.xml | 2 +- src/CMakeLists.txt | 2 +- src/GUI/CMakeLists.txt | 2 +- .../HEXABLOCKPluginGUI_HypothesisCreator.cxx | 2 +- .../HEXABLOCKPluginGUI_HypothesisCreator.h | 2 +- src/HEXABLOCKPlugin/CMakeLists.txt | 2 +- src/HEXABLOCKPlugin/HEXABLOCKPlugin_Defs.hxx | 2 +- .../HEXABLOCKPlugin_FromSkin_3D.cxx | 2 +- .../HEXABLOCKPlugin_FromSkin_3D.hxx | 2 +- .../HEXABLOCKPlugin_HEXABLOCK.cxx | 2 +- .../HEXABLOCKPlugin_HEXABLOCK.hxx | 2 +- .../HEXABLOCKPlugin_HEXABLOCK_i.cxx | 2 +- .../HEXABLOCKPlugin_HEXABLOCK_i.hxx | 2 +- .../HEXABLOCKPlugin_Hypothesis.cxx | 2 +- .../HEXABLOCKPlugin_Hypothesis.hxx | 2 +- .../HEXABLOCKPlugin_Hypothesis_i.cxx | 2 +- .../HEXABLOCKPlugin_Hypothesis_i.hxx | 2 +- src/HEXABLOCKPlugin/HEXABLOCKPlugin_i.cxx | 2 +- src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx | 2 +- src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.hxx | 2 +- 39 files changed, 143 insertions(+), 35 deletions(-) delete mode 100755 AUTHORS delete mode 100755 ChangeLog delete mode 100755 INSTALL delete mode 100755 NEWS diff --git a/AUTHORS b/AUTHORS deleted file mode 100755 index e69de29..0000000 diff --git a/CMakeLists.txt b/CMakeLists.txt index ba8107d..8d96a9e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2016 CEA/DEN, EDF R&D # # 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 100755 index e69de29..0000000 diff --git a/HEXABLOCKPLUGIN_version.h.in b/HEXABLOCKPLUGIN_version.h.in index 6e13477..f06c045 100755 --- a/HEXABLOCKPLUGIN_version.h.in +++ b/HEXABLOCKPLUGIN_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2015 CEA/DEN, EDF R&D +// Copyright (C) 2009-2016 CEA/DEN, EDF R&D // // 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/INSTALL b/INSTALL deleted file mode 100755 index 9953d28..0000000 --- a/INSTALL +++ /dev/null @@ -1 +0,0 @@ -SALOME2 : HEXABLOCKPLUGIN module (SMESH plugin) diff --git a/NEWS b/NEWS deleted file mode 100755 index e69de29..0000000 diff --git a/README b/README index e69de29..073fdf3 100755 --- a/README +++ b/README @@ -0,0 +1,109 @@ +****************************** +About SALOME HexaBlock plug-in +****************************** + +SALOME HexaBlock plug-in implements meshing of the CAD models created with +the SALOME HexaBlock module. + +SALOME HexaBlock plug-in is integrated into SALOME platform via the SALOME Mesh +module. + +For more information please visit the SALOME platform web site: + + + +======= +License +======= + +SALOME platform is distributed under the GNU Lesser General Public License. +See COPYING file for more details. + +Also, additional information can be found at SALOME platform web site: + + + +============ +Installation +============ + +-------------- +Pre-requisites +-------------- + +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. + +For more information about the pre-requisites please visit SALOME platform web +site: + +* Check Release Notes and Software Requirements of the latest SALOME release at + + + +* Pre-requisites page at SALOME web site: + + + +Note: SALOME HexaBlock plug-in needs SALOME KERNEL, SALOME GUI, SALOME Geometry, +SALOME Mesh and SALOME HexaBlock as pre-requisites. + +------------------ +Basic Installation +------------------ + +The build procedure of the SALOME platform is implemented with CMake. +In order to build the plug-in you have to do the following actions: + +1. Set up environment for pre-requisites (see "Pre-requisites" section above). + +2. Create a build directory: + + % mkdir HEXABLOCKPLUGIN_BUILD + +3. Configure the build procedure: + + % cd HEXABLOCKPLUGIN_BUILD + % cmake -DCMAKE_BUILD_TYPE= -DCMAKE_INSTALL_PREFIX= + + where + - is either Release or Debug (default: Release); + - is a destination folder to install SALOME HexaBlock + plug-in (default: /usr); + - is a path to the SALOME HexaBlock plug-in sources directory. + + Note: by default (if CMAKE_INSTALL_PREFIX option is not given), SALOME HexaBlock + plug-in will be configured for installation to the /usr directory that requires + root permissions to complete the installation. + +4. Build and install: + + % make + % make install + + This will install SALOME HexaBlock plug-in to the + specified to cmake command on the previous step. + +------------------- +Custom installation +------------------- + +SALOME HexaBlock plug-in 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 + +============= +Documentation +============= + +The directory doc contains additional documentation file of SALOME HexaBlock plug-in. + +=============== +Troubleshooting +=============== + +Please, send a mail to webmaster.salome@opencascade.com. diff --git a/SalomeHEXABLOCKPLUGINConfig.cmake.in b/SalomeHEXABLOCKPLUGINConfig.cmake.in index d062ecf..c52eedf 100644 --- a/SalomeHEXABLOCKPLUGINConfig.cmake.in +++ b/SalomeHEXABLOCKPLUGINConfig.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2015 CEA/DEN, EDF R&D +# Copyright (C) 2013-2016 CEA/DEN, EDF R&D # # 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/adm_local/CMakeLists.txt b/adm_local/CMakeLists.txt index bf1c7c5..907360e 100755 --- a/adm_local/CMakeLists.txt +++ b/adm_local/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2016 CEA/DEN, EDF R&D # # 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/adm_local/cmake_files/CMakeLists.txt b/adm_local/cmake_files/CMakeLists.txt index 6f3a114..7f9f9bc 100755 --- a/adm_local/cmake_files/CMakeLists.txt +++ b/adm_local/cmake_files/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2016 CEA/DEN, EDF R&D # # 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/adm_local/cmake_files/FindSalomeHEXABLOCKPLUGIN.cmake b/adm_local/cmake_files/FindSalomeHEXABLOCKPLUGIN.cmake index a3299a6..6b4c31e 100644 --- a/adm_local/cmake_files/FindSalomeHEXABLOCKPLUGIN.cmake +++ b/adm_local/cmake_files/FindSalomeHEXABLOCKPLUGIN.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2015 CEA/DEN, EDF R&D +# Copyright (C) 2007-2016 CEA/DEN, EDF R&D # # 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/adm_local/unix/CMakeLists.txt b/adm_local/unix/CMakeLists.txt index 0e75219..90c9fba 100755 --- a/adm_local/unix/CMakeLists.txt +++ b/adm_local/unix/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2016 CEA/DEN, EDF R&D # # 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/adm_local/unix/config_files/CMakeLists.txt b/adm_local/unix/config_files/CMakeLists.txt index 1768f30..83e7b1d 100755 --- a/adm_local/unix/config_files/CMakeLists.txt +++ b/adm_local/unix/config_files/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2016 CEA/DEN, EDF R&D # # 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/adm_local/unix/config_files/check_HEXABLOCKPLUGIN.m4 b/adm_local/unix/config_files/check_HEXABLOCKPLUGIN.m4 index bf65154..96b116a 100755 --- a/adm_local/unix/config_files/check_HEXABLOCKPLUGIN.m4 +++ b/adm_local/unix/config_files/check_HEXABLOCKPLUGIN.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2009-2015 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2016 CEA/DEN, EDF R&D 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 diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index b77384f..0f238dc 100755 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2016 CEA/DEN, EDF R&D # # 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/idl/CMakeLists.txt b/idl/CMakeLists.txt index ed434ef..b8e86c2 100755 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2016 CEA/DEN, EDF R&D # # 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/idl/HEXABLOCKPlugin_Algorithm.idl b/idl/HEXABLOCKPlugin_Algorithm.idl index 51023ef..749cec6 100755 --- a/idl/HEXABLOCKPlugin_Algorithm.idl +++ b/idl/HEXABLOCKPlugin_Algorithm.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2015 CEA/DEN, EDF R&D +// Copyright (C) 2009-2016 CEA/DEN, EDF R&D // // 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/resources/CMakeLists.txt b/resources/CMakeLists.txt index 4b95e2c..59388e6 100755 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2016 CEA/DEN, EDF R&D # # 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/resources/HEXABLOCKPlugin.xml b/resources/HEXABLOCKPlugin.xml index fd86807..9577793 100755 --- a/resources/HEXABLOCKPlugin.xml +++ b/resources/HEXABLOCKPlugin.xml @@ -1,7 +1,7 @@