From 2edaa599076428e9090d79f729341e0f20bc0b01 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 16 Apr 2020 10:54:33 +0300 Subject: [PATCH] Copyright update 2020 --- CMakeLists.txt | 2 +- CTestTestfileInstall.cmake | 2 +- PARAVIS_version.h.in | 2 +- SalomePARAVISConfig.cmake.in | 2 +- bin/CMakeLists.txt | 2 +- bin/paravis_setenv.py | 2 +- bin/paravis_test.py | 2 +- doc/CMakeLists.txt | 2 +- doc/dev/CMakeLists.txt | 2 +- doc/dev/conf.py.in | 2 +- doc/doxygen/CMakeLists.txt | 2 +- doc/doxygen/static/footer.html | 2 +- examples/CMakeLists.txt | 2 +- examples/command_line/CMakeLists.txt | 2 +- examples/command_line/dataset.py | 2 +- examples/command_line/medio.py | 2 +- examples/command_line/medviewer.py | 2 +- examples/command_line/run_demo.py | 3 ++- idl/CMakeLists.txt | 2 +- idl/PARAVIS.idl | 2 +- resources/CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- src/Insitu/CMakeLists.txt | 19 +++++++++++++++++++ .../VisualizationComponent/CMakeLists.txt | 18 ++++++++++++++++++ .../VisualizationComponent.cxx | 2 +- .../VisualizationComponent.hxx | 2 +- .../VisualizationLibrary/CMakeLists.txt | 18 ++++++++++++++++++ src/Insitu/VisualizationLibrary/visu.cxx | 2 +- src/Insitu/VisualizationLibrary/visu.hxx | 2 +- src/Macro/CMakeLists.txt | 2 +- src/Macro/ShowSalomeObject.py | 2 +- src/Macro/annotate_groups.py | 2 +- src/PVGUI/CMakeLists.txt | 2 +- src/PVGUI/PVGUI_DataModel.cxx | 2 +- src/PVGUI/PVGUI_DataModel.h | 2 +- src/PVGUI/PVGUI_Module.cxx | 2 +- src/PVGUI/PVGUI_Module.h | 2 +- src/PVGUI/PVGUI_Module_actions.cxx | 2 +- src/PVGUI/PVGUI_Module_widgets.cxx | 2 +- src/PVGUI/PVGUI_ParaViewSettingsPane.cxx | 2 +- src/PVGUI/PVGUI_ParaViewSettingsPane.h | 2 +- src/PV_SWIG/CMakeLists.txt | 2 +- src/PV_SWIG/paravisSM.py | 2 +- src/PV_SWIG/pvserver.py | 2 +- src/PV_SWIG/pvsimple.py | 2 +- src/Plugins/ArrayRenamer/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/ArrayRenamerModule/CMakeLists.txt | 19 +++++++++++++++++++ .../vtkArrayRenamerFilter.cxx | 2 +- .../vtkArrayRenamerFilter.h | 2 +- .../ArrayRenamer/plugin/CMakeLists.txt | 2 +- .../plugin/pqArraysEditorPropertyWidget.cxx | 2 +- .../plugin/pqArraysEditorPropertyWidget.h | 2 +- .../ArrayRenamer/plugin/pqEditComponents.h | 2 +- src/Plugins/CMakeLists.txt | 2 +- src/Plugins/DevelopedSurface/CMakeLists.txt | 19 +++++++++++++++++++ .../IO/vtkDevelopedSurface.cxx | 2 +- .../DevelopedSurface/plugin/CMakeLists.txt | 19 +++++++++++++++++++ .../DevelopedSurfaceModule/CMakeLists.txt | 19 +++++++++++++++++++ .../DevelopedSurfaceModule/VTKMEDTraits.hxx | 2 +- .../DevelopedSurfaceModule/VTKToMEDMem.cxx | 2 +- .../DevelopedSurfaceModule/VTKToMEDMem.h | 2 +- .../vtkDevelopedSurface.cxx | 2 +- .../vtkDevelopedSurface.h | 2 +- .../plugin/Test/CMakeLists.txt | 2 +- .../plugin/Test/test_dev_surface.py | 2 +- .../plugin/Test/test_dev_surface2.py | 2 +- .../plugin/Test/test_dev_surface3.py | 2 +- src/Plugins/DevelopedSurface/scripts/pp.py | 2 +- src/Plugins/DevelopedSurface/scripts/pp1.py | 2 +- src/Plugins/DevelopedSurface/scripts/pp2.py | 2 +- src/Plugins/DevelopedSurface/scripts/test.py | 2 +- .../DifferenceTimesteps/CMakeLists.txt | 19 +++++++++++++++++++ .../DifferenceTimesteps/plugin/CMakeLists.txt | 19 +++++++++++++++++++ .../DifferenceTimestepsModule/CMakeLists.txt | 19 +++++++++++++++++++ .../vtkDifferenceTimestepsFilter.cxx | 2 +- .../vtkDifferenceTimestepsFilter.h | 2 +- src/Plugins/ElevationSurface/CMakeLists.txt | 19 +++++++++++++++++++ .../ElevationSurface/plugin/CMakeLists.txt | 18 ++++++++++++++++++ .../ElevationSurfaceModule/CMakeLists.txt | 19 +++++++++++++++++++ .../vtkElevationSurfaceFilter.cxx | 2 +- .../vtkElevationSurfaceFilter.h | 2 +- src/Plugins/EllipseBuilder/CMakeLists.txt | 19 +++++++++++++++++++ .../EllipseBuilder/plugin/CMakeLists.txt | 19 +++++++++++++++++++ .../EllipseBuilderModule/CMakeLists.txt | 19 +++++++++++++++++++ .../vtkEllipseBuilderFilter.cxx | 2 +- .../vtkEllipseBuilderFilter.h | 2 +- src/Plugins/GaussToCell/CMakeLists.txt | 19 +++++++++++++++++++ src/Plugins/GaussToCell/plugin/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/GaussToCellModule/CMakeLists.txt | 19 +++++++++++++++++++ .../GaussToCellModule/vtkGaussToCell.cxx | 2 +- .../plugin/GaussToCellModule/vtkGaussToCell.h | 2 +- src/Plugins/GaussToCell/script/TestCase.py | 2 +- src/Plugins/JSONReader/CMakeLists.txt | 19 +++++++++++++++++++ src/Plugins/JSONReader/Test/CMakeLists.txt | 2 +- .../JSONReader/Test/JSONParserTest.cxx | 2 +- src/Plugins/JSONReader/Test/MainTest.hxx | 2 +- .../JSONReader/Test/vtkJSONParserTest.cxx | 2 +- .../JSONReader/Test/vtkJSONParserTest.hxx | 2 +- src/Plugins/JSONReader/plugin/CMakeLists.txt | 18 ++++++++++++++++++ .../plugin/JSONParserModule/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/JSONParserModule/vtkJSONParser.cxx | 2 +- .../plugin/JSONParserModule/vtkJSONParser.h | 2 +- .../plugin/JSONReaderModule/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/JSONReaderModule/vtkJSONReader.cxx | 2 +- .../plugin/JSONReaderModule/vtkJSONReader.h | 2 +- src/Plugins/MEDReader/CMakeLists.txt | 19 +++++++++++++++++++ src/Plugins/MEDReader/CTestConfig.cmake | 18 ++++++++++++++++++ .../Plugin/ParaViewPlugin/CMakeLists.txt.old | 2 +- src/Plugins/MEDReader/plugin/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/MEDLoaderForPV/CMakeLists.txt | 19 +++++++++++++++++++ .../MEDFileFieldRepresentationTree.cxx | 2 +- .../MEDFileFieldRepresentationTree.hxx | 2 +- .../plugin/MEDLoaderForPV/MEDLoaderForPV.h | 2 +- .../plugin/MEDLoaderForPV/MEDTimeReq.cxx | 2 +- .../plugin/MEDLoaderForPV/MEDTimeReq.hxx | 2 +- .../plugin/MEDLoaderForPV/MEDUtilities.cxx | 2 +- .../plugin/MEDLoaderForPV/MEDUtilities.hxx | 2 +- .../MEDLoaderForPV/vtkGenerateVectors.cxx | 2 +- .../MEDLoaderForPV/vtkGenerateVectors.h | 2 +- .../plugin/MEDReaderIO/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/MEDReaderIO/VTKMEDTraits.hxx | 2 +- .../plugin/MEDReaderIO/vtkELNOFilter.cxx | 2 +- .../plugin/MEDReaderIO/vtkELNOFilter.h | 2 +- .../plugin/MEDReaderIO/vtkELNOMeshFilter.cxx | 2 +- .../plugin/MEDReaderIO/vtkELNOMeshFilter.h | 2 +- .../MEDReaderIO/vtkELNOSurfaceFilter.cxx | 2 +- .../plugin/MEDReaderIO/vtkELNOSurfaceFilter.h | 2 +- .../plugin/MEDReaderIO/vtkExtractCellType.cxx | 2 +- .../plugin/MEDReaderIO/vtkExtractCellType.h | 2 +- .../plugin/MEDReaderIO/vtkExtractGroup.cxx | 2 +- .../plugin/MEDReaderIO/vtkExtractGroup.h | 2 +- .../vtkInformationGaussDoubleVectorKey.h | 2 +- .../vtkMEDQuadraturePointsGenerator.cxx | 2 +- .../vtkMEDQuadraturePointsGenerator.h | 2 +- .../plugin/MEDReaderIO/vtkMEDReader.cxx | 2 +- .../plugin/MEDReaderIO/vtkMEDReader.h | 2 +- .../MEDReaderIO/vtkPVMetaDataInformation.cxx | 2 +- .../MEDReaderIO/vtkPVMetaDataInformation.h | 2 +- .../plugin/ParaViewPlugin/CMakeLists.txt | 19 +++++++++++++++++++ .../ParaViewPlugin/VectBoolSpreadSheet.cxx | 2 +- .../ParaViewPlugin/VectBoolSpreadSheet.h | 2 +- .../plugin/ParaViewPlugin/VectBoolWidget.cxx | 2 +- .../plugin/ParaViewPlugin/VectBoolWidget.h | 2 +- .../ParaViewPlugin/pqAbstractFieldsWidget.cxx | 2 +- .../ParaViewPlugin/pqAbstractFieldsWidget.h | 2 +- .../pqExtractGroupFieldsWidget.cxx | 2 +- .../pqExtractGroupFieldsWidget.h | 2 +- .../pqMEDReaderFieldsWidget.cxx | 2 +- .../ParaViewPlugin/pqMEDReaderFieldsWidget.h | 2 +- .../ParaViewPlugin/pqMEDReaderGraphUtils.cxx | 2 +- .../ParaViewPlugin/pqMEDReaderGraphUtils.h | 2 +- .../pqMEDReaderReloadWidget.cxx | 2 +- .../ParaViewPlugin/pqMEDReaderReloadWidget.h | 2 +- .../pqMEDReaderTimeModeWidget.cxx | 2 +- .../pqMEDReaderTimeModeWidget.h | 2 +- .../pqMEDReaderTimesFlagsWidget.cxx | 2 +- .../pqMEDReaderTimesFlagsWidget.h | 2 +- .../pqMEDReaderVectorsWidget.cxx | 2 +- .../ParaViewPlugin/pqMEDReaderVectorsWidget.h | 2 +- .../MEDReader/plugin/Test/CMakeLists.txt | 19 +++++++++++++++++++ .../MEDReader/plugin/Test/MEDReaderHelper.py | 2 +- .../MEDReader/plugin/Test/testMEDReader0.py | 2 +- .../MEDReader/plugin/Test/testMEDReader1.py | 2 +- .../MEDReader/plugin/Test/testMEDReader10.py | 2 +- .../MEDReader/plugin/Test/testMEDReader13.py | 2 +- .../MEDReader/plugin/Test/testMEDReader14.py | 2 +- .../MEDReader/plugin/Test/testMEDReader15.py | 2 +- .../MEDReader/plugin/Test/testMEDReader16.py | 2 +- .../MEDReader/plugin/Test/testMEDReader17.py | 2 +- .../MEDReader/plugin/Test/testMEDReader18.py | 2 +- .../MEDReader/plugin/Test/testMEDReader19.py | 2 +- .../MEDReader/plugin/Test/testMEDReader2.py | 2 +- .../MEDReader/plugin/Test/testMEDReader20.py | 2 +- .../MEDReader/plugin/Test/testMEDReader21.py | 2 +- .../MEDReader/plugin/Test/testMEDReader3.py | 2 +- .../MEDReader/plugin/Test/testMEDReader4.py | 2 +- .../MEDReader/plugin/Test/testMEDReader5.py | 2 +- .../MEDReader/plugin/Test/testMEDReader6.py | 2 +- .../MEDReader/plugin/Test/testMEDReader7.py | 2 +- .../MEDReader/plugin/Test/testMEDReader8.py | 2 +- .../MEDReader/plugin/Test/testMEDReader9.py | 2 +- src/Plugins/MEDWriter/CMakeLists.txt | 19 +++++++++++++++++++ src/Plugins/MEDWriter/plugin/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/MEDWriterIO/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/MEDWriterIO/VTKMEDTraits.hxx | 2 +- .../plugin/MEDWriterIO/VTKToMEDMem.cxx | 2 +- .../plugin/MEDWriterIO/VTKToMEDMem.h | 2 +- .../plugin/MEDWriterIO/vtkMEDWriter.cxx | 2 +- .../plugin/MEDWriterIO/vtkMEDWriter.h | 2 +- .../MEDWriter/plugin/Test/TestMEDWriter0.py | 2 +- src/Plugins/ParaGEOMCorba/CMakeLists.txt | 2 +- .../ParaGEOMCorba/plugin/CMakeLists.txt | 2 +- .../plugin/ParaGEOMCorbaModule/CMakeLists.txt | 2 +- .../vtkParaGEOMCorbaSource.cxx | 2 +- .../vtkParaGEOMCorbaSource.h | 2 +- .../ParaMEDCorba/plugin/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/ParaMEDCorbaModule/CMakeLists.txt | 19 +++++++++++++++++++ .../ParaMEDMEM2VTK_defines.hxx | 2 +- .../vtkParaMEDCorbaSource.cxx | 2 +- .../vtkParaMEDCorbaSource.h | 2 +- .../plugin/ParaMEDMEM2VTK/CMakeLists.txt | 19 +++++++++++++++++++ .../VTKMEDCouplingCMeshClient.cxx | 2 +- .../VTKMEDCouplingCMeshClient.hxx | 2 +- .../VTKMEDCouplingCurveLinearMeshClient.cxx | 2 +- .../VTKMEDCouplingCurveLinearMeshClient.hxx | 2 +- .../VTKMEDCouplingFieldClient.cxx | 2 +- .../VTKMEDCouplingFieldClient.hxx | 2 +- .../VTKMEDCouplingMeshClient.cxx | 2 +- .../VTKMEDCouplingMeshClient.hxx | 2 +- .../VTKMEDCouplingMultiFieldsClient.cxx | 2 +- .../VTKMEDCouplingMultiFieldsClient.hxx | 2 +- .../VTKMEDCouplingUMeshClient.cxx | 2 +- .../VTKMEDCouplingUMeshClient.hxx | 2 +- .../ParaMEDMEM2VTK/VTKParaMEDFieldClient.cxx | 2 +- .../ParaMEDMEM2VTK/VTKParaMEDFieldClient.hxx | 2 +- .../ParaMEDCorba/plugin/testParaMEDCorba.cxx | 2 +- src/Plugins/ParaSMESHCorba/CMakeLists.txt | 2 +- .../ParaSMESHCorba/plugin/CMakeLists.txt | 2 +- .../ParaSMESHCorbaModule/CMakeLists.txt | 2 +- .../vtkParaSMESHCorbaSource.cxx | 2 +- .../vtkParaSMESHCorbaSource.h | 2 +- src/Plugins/ScaleVector/CMakeLists.txt | 19 +++++++++++++++++++ src/Plugins/ScaleVector/plugin/CMakeLists.txt | 18 ++++++++++++++++++ .../plugin/ScaleVectorModule/CMakeLists.txt | 19 +++++++++++++++++++ .../vtkScaleVectorFilter.cxx | 2 +- .../ScaleVectorModule/vtkScaleVectorFilter.h | 2 +- src/Plugins/SimpleMode/CMakeLists.txt | 19 +++++++++++++++++++ src/Plugins/SimpleMode/plugin/CMakeLists.txt | 18 ++++++++++++++++++ .../plugin/SimpleModeModule/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/SimpleModeModule/vtkSimpleMode.cxx | 2 +- .../plugin/SimpleModeModule/vtkSimpleMode.h | 2 +- src/Plugins/StaticMesh/CMakeLists.txt | 19 +++++++++++++++++++ src/Plugins/StaticMesh/plugin/CMakeLists.txt | 18 ++++++++++++++++++ .../plugin/StaticMeshModule/CMakeLists.txt | 19 +++++++++++++++++++ src/Plugins/TableReader/CMakeLists.txt | 19 +++++++++++++++++++ src/Plugins/TableReader/plugin/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/TableReaderModule/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/TableReaderModule/TableParser.cxx | 2 +- .../plugin/TableReaderModule/TableParser.h | 2 +- .../TableReaderModule/vtkVisuTableReader.cxx | 2 +- .../TableReaderModule/vtkVisuTableReader.h | 2 +- .../plugin/TableTo3DModule/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/TableTo3DModule/vtkTableTo3D.cxx | 2 +- .../plugin/TableTo3DModule/vtkTableTo3D.h | 2 +- src/Plugins/View/CMakeLists.txt | 2 +- src/Plugins/View/MyDisplay.cxx | 2 +- src/Plugins/View/MyDisplay.h | 2 +- src/Plugins/View/MyView.cxx | 2 +- src/Plugins/View/MyView.h | 2 +- src/Plugins/VoroGauss/CMakeLists.txt | 19 +++++++++++++++++++ src/Plugins/VoroGauss/plugin/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/VoroGaussModule/CMakeLists.txt | 19 +++++++++++++++++++ .../plugin/VoroGaussModule/vtkVoroGauss.cxx | 2 +- .../plugin/VoroGaussModule/vtkVoroGauss.h | 2 +- src/Plugins/VoroGauss/script/TestCase.py | 2 +- test/CMakeLists.txt | 2 +- test/standalone/CMakeLists.txt | 2 +- test/standalone/gui/CMakeLists.txt | 2 +- test/standalone/gui/PLMainWindow.cxx | 2 +- test/standalone/gui/PLMainWindow.hxx | 2 +- test/standalone/gui/PLViewTab.cxx | 2 +- test/standalone/gui/PLViewTab.hxx | 2 +- test/standalone/gui/PVViewer_Behaviors.cxx | 2 +- test/standalone/gui/PVViewer_Behaviors.h | 2 +- test/standalone/gui/PVViewer_Core.cxx | 2 +- test/standalone/gui/PVViewer_Core.h | 2 +- test/standalone/gui/PVViewer_GUIElements.cxx | 2 +- test/standalone/gui/PVViewer_GUIElements.h | 2 +- test/standalone/gui/main.cpp | 2 +- test/standalone/simple/CMakeLists.txt | 2 +- .../simple/Container_init_python.cxx | 2 +- .../simple/Container_init_python.hxx | 2 +- test/standalone/simple/PyInterp.h | 2 +- test/standalone/simple/PyInterp_Utils.h | 2 +- test/standalone/simple/simple_gil.cxx | 2 +- 275 files changed, 1222 insertions(+), 222 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0c2ce45..89707e4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/CTestTestfileInstall.cmake b/CTestTestfileInstall.cmake index 03f5db5e..508b6d5a 100644 --- a/CTestTestfileInstall.cmake +++ b/CTestTestfileInstall.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 CEA/DEN, EDF R&D +# Copyright (C) 2015-2020 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/PARAVIS_version.h.in b/PARAVIS_version.h.in index b03878e4..ced2233c 100644 --- a/PARAVIS_version.h.in +++ b/PARAVIS_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/SalomePARAVISConfig.cmake.in b/SalomePARAVISConfig.cmake.in index 071d1009..21c83c69 100644 --- a/SalomePARAVISConfig.cmake.in +++ b/SalomePARAVISConfig.cmake.in @@ -5,7 +5,7 @@ # ############################################################### -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/bin/CMakeLists.txt b/bin/CMakeLists.txt index 6823c56a..6d3c44d2 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/bin/paravis_setenv.py b/bin/paravis_setenv.py index b1b68d82..ba3f396e 100644 --- a/bin/paravis_setenv.py +++ b/bin/paravis_setenv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/bin/paravis_test.py b/bin/paravis_test.py index c3a41227..428c9bc5 100644 --- a/bin/paravis_test.py +++ b/bin/paravis_test.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2018-2019 CEA/DEN, EDF R&D +# Copyright (C) 2018-2020 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/doc/CMakeLists.txt b/doc/CMakeLists.txt index b59ac9db..843a80de 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/doc/dev/CMakeLists.txt b/doc/dev/CMakeLists.txt index b0511a21..694c6f57 100644 --- a/doc/dev/CMakeLists.txt +++ b/doc/dev/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D +# Copyright (C) 2012-2020 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/doc/dev/conf.py.in b/doc/dev/conf.py.in index 80b8ce20..2bc2cf9f 100644 --- a/doc/dev/conf.py.in +++ b/doc/dev/conf.py.in @@ -54,7 +54,7 @@ master_doc = 'index' # General information about the project. project = 'PARAVIS, Module architecture - Conception' -copyright = '2010-2017 CEA/DEN, EDF R&D, A. Bruneton' +copyright = '2010-2020 CEA/DEN, EDF R&D, A. Bruneton' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/doxygen/CMakeLists.txt b/doc/doxygen/CMakeLists.txt index 49278292..2d708ebe 100644 --- a/doc/doxygen/CMakeLists.txt +++ b/doc/doxygen/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/doc/doxygen/static/footer.html b/doc/doxygen/static/footer.html index 0c4d205f..0abc7880 100644 --- a/doc/doxygen/static/footer.html +++ b/doc/doxygen/static/footer.html @@ -4,7 +4,7 @@ diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 185a838c..e471d875 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/examples/command_line/CMakeLists.txt b/examples/command_line/CMakeLists.txt index 3952c5ff..6068ad26 100644 --- a/examples/command_line/CMakeLists.txt +++ b/examples/command_line/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/examples/command_line/dataset.py b/examples/command_line/dataset.py index 53c6e8b4..4edc6bfb 100644 --- a/examples/command_line/dataset.py +++ b/examples/command_line/dataset.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 CEA/DEN, EDF R&D +# Copyright (C) 2014-2020 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/examples/command_line/medio.py b/examples/command_line/medio.py index 909533ae..f731ec82 100644 --- a/examples/command_line/medio.py +++ b/examples/command_line/medio.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 CEA/DEN, EDF R&D +# Copyright (C) 2014-2020 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/examples/command_line/medviewer.py b/examples/command_line/medviewer.py index 4071334b..641a841e 100644 --- a/examples/command_line/medviewer.py +++ b/examples/command_line/medviewer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 CEA/DEN, EDF R&D +# Copyright (C) 2014-2020 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/examples/command_line/run_demo.py b/examples/command_line/run_demo.py index ee9871a4..697f65e5 100644 --- a/examples/command_line/run_demo.py +++ b/examples/command_line/run_demo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 CEA/DEN, EDF R&D +# Copyright (C) 2014-2020 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 @@ -16,6 +16,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + # To be run in SALOME environment (salome shell) # A SALOME session MUST have been started (salome -t) diff --git a/idl/CMakeLists.txt b/idl/CMakeLists.txt index db331ec4..1aed4bff 100644 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2019 CEA/DEN, EDF R&D +# Copyright (C) 2016-2020 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/PARAVIS.idl b/idl/PARAVIS.idl index c4fb6557..c4ac0300 100644 --- a/idl/PARAVIS.idl +++ b/idl/PARAVIS.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2019 CEA/DEN, EDF R&D +// Copyright (C) 2016-2020 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 37ce558f..3d95d6a4 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/CMakeLists.txt b/src/CMakeLists.txt index 793a49be..752cb83f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/Insitu/CMakeLists.txt b/src/Insitu/CMakeLists.txt index bb8efca2..73e77d5e 100644 --- a/src/Insitu/CMakeLists.txt +++ b/src/Insitu/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + IF(SALOME_PARAVIS_BUILD_INSITU) ADD_SUBDIRECTORY(VisualizationComponent) ADD_SUBDIRECTORY(VisualizationLibrary) diff --git a/src/Insitu/VisualizationComponent/CMakeLists.txt b/src/Insitu/VisualizationComponent/CMakeLists.txt index 132a0df6..26f30c63 100644 --- a/src/Insitu/VisualizationComponent/CMakeLists.txt +++ b/src/Insitu/VisualizationComponent/CMakeLists.txt @@ -1,3 +1,21 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# # --- options --- # additional include directories diff --git a/src/Insitu/VisualizationComponent/VisualizationComponent.cxx b/src/Insitu/VisualizationComponent/VisualizationComponent.cxx index 88c69245..36bfec5c 100644 --- a/src/Insitu/VisualizationComponent/VisualizationComponent.cxx +++ b/src/Insitu/VisualizationComponent/VisualizationComponent.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2019 CEA/DEN, EDF R&D +// Copyright (C) 2016-2020 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/src/Insitu/VisualizationComponent/VisualizationComponent.hxx b/src/Insitu/VisualizationComponent/VisualizationComponent.hxx index 957b67b8..88777492 100644 --- a/src/Insitu/VisualizationComponent/VisualizationComponent.hxx +++ b/src/Insitu/VisualizationComponent/VisualizationComponent.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2019 CEA/DEN, EDF R&D +// Copyright (C) 2016-2020 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/src/Insitu/VisualizationLibrary/CMakeLists.txt b/src/Insitu/VisualizationLibrary/CMakeLists.txt index 41547dd7..fd7495dd 100644 --- a/src/Insitu/VisualizationLibrary/CMakeLists.txt +++ b/src/Insitu/VisualizationLibrary/CMakeLists.txt @@ -1,3 +1,21 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# SET(BUILD_SHARED_LIBS TRUE) diff --git a/src/Insitu/VisualizationLibrary/visu.cxx b/src/Insitu/VisualizationLibrary/visu.cxx index 408f8a0b..89028e67 100644 --- a/src/Insitu/VisualizationLibrary/visu.cxx +++ b/src/Insitu/VisualizationLibrary/visu.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2019 CEA/DEN, EDF R&D +// Copyright (C) 2016-2020 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/src/Insitu/VisualizationLibrary/visu.hxx b/src/Insitu/VisualizationLibrary/visu.hxx index ae57c907..2dce52bc 100644 --- a/src/Insitu/VisualizationLibrary/visu.hxx +++ b/src/Insitu/VisualizationLibrary/visu.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2019 CEA/DEN, EDF R&D +// Copyright (C) 2016-2020 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/src/Macro/CMakeLists.txt b/src/Macro/CMakeLists.txt index 87dd6d1a..ea1824af 100644 --- a/src/Macro/CMakeLists.txt +++ b/src/Macro/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/Macro/ShowSalomeObject.py b/src/Macro/ShowSalomeObject.py index da4e0a43..8088d6ab 100644 --- a/src/Macro/ShowSalomeObject.py +++ b/src/Macro/ShowSalomeObject.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 CEA/DEN, EDF R&D +# Copyright (C) 2014-2020 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/src/Macro/annotate_groups.py b/src/Macro/annotate_groups.py index 3eea9b7f..d2f28723 100644 --- a/src/Macro/annotate_groups.py +++ b/src/Macro/annotate_groups.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 CEA/DEN, EDF R&D +# Copyright (C) 2014-2020 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/src/PVGUI/CMakeLists.txt b/src/PVGUI/CMakeLists.txt index bf2396b2..3c92aef4 100644 --- a/src/PVGUI/CMakeLists.txt +++ b/src/PVGUI/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/PVGUI/PVGUI_DataModel.cxx b/src/PVGUI/PVGUI_DataModel.cxx index e4a840d2..2d7da3bd 100644 --- a/src/PVGUI/PVGUI_DataModel.cxx +++ b/src/PVGUI/PVGUI_DataModel.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/PVGUI/PVGUI_DataModel.h b/src/PVGUI/PVGUI_DataModel.h index f98d3b2e..e16134f7 100644 --- a/src/PVGUI/PVGUI_DataModel.h +++ b/src/PVGUI/PVGUI_DataModel.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/PVGUI/PVGUI_Module.cxx b/src/PVGUI/PVGUI_Module.cxx index 02cc5916..71097938 100644 --- a/src/PVGUI/PVGUI_Module.cxx +++ b/src/PVGUI/PVGUI_Module.cxx @@ -1,6 +1,6 @@ // PARAVIS : ParaView wrapper SALOME module // -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/PVGUI/PVGUI_Module.h b/src/PVGUI/PVGUI_Module.h index 3cdc4bb7..ce6e29ef 100644 --- a/src/PVGUI/PVGUI_Module.h +++ b/src/PVGUI/PVGUI_Module.h @@ -1,6 +1,6 @@ // PARAVIS : ParaView wrapper SALOME module // -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/PVGUI/PVGUI_Module_actions.cxx b/src/PVGUI/PVGUI_Module_actions.cxx index 2825186a..e126f5a5 100644 --- a/src/PVGUI/PVGUI_Module_actions.cxx +++ b/src/PVGUI/PVGUI_Module_actions.cxx @@ -1,6 +1,6 @@ // PARAVIS : ParaView wrapper SALOME module // -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/PVGUI/PVGUI_Module_widgets.cxx b/src/PVGUI/PVGUI_Module_widgets.cxx index 00a79396..e3c423dd 100644 --- a/src/PVGUI/PVGUI_Module_widgets.cxx +++ b/src/PVGUI/PVGUI_Module_widgets.cxx @@ -1,6 +1,6 @@ // PARAVIS : ParaView wrapper SALOME module // -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/PVGUI/PVGUI_ParaViewSettingsPane.cxx b/src/PVGUI/PVGUI_ParaViewSettingsPane.cxx index d8280186..07cb3a11 100644 --- a/src/PVGUI/PVGUI_ParaViewSettingsPane.cxx +++ b/src/PVGUI/PVGUI_ParaViewSettingsPane.cxx @@ -1,6 +1,6 @@ // PARAVIS : ParaView wrapper SALOME module // -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/PVGUI/PVGUI_ParaViewSettingsPane.h b/src/PVGUI/PVGUI_ParaViewSettingsPane.h index 26020811..6eb69ea3 100644 --- a/src/PVGUI/PVGUI_ParaViewSettingsPane.h +++ b/src/PVGUI/PVGUI_ParaViewSettingsPane.h @@ -1,6 +1,6 @@ // PARAVIS : ParaView wrapper SALOME module // -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/PV_SWIG/CMakeLists.txt b/src/PV_SWIG/CMakeLists.txt index 26e10fd0..7ce308df 100644 --- a/src/PV_SWIG/CMakeLists.txt +++ b/src/PV_SWIG/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/PV_SWIG/paravisSM.py b/src/PV_SWIG/paravisSM.py index 75fac335..893a6a27 100644 --- a/src/PV_SWIG/paravisSM.py +++ b/src/PV_SWIG/paravisSM.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/PV_SWIG/pvserver.py b/src/PV_SWIG/pvserver.py index 01d264a2..349def30 100644 --- a/src/PV_SWIG/pvserver.py +++ b/src/PV_SWIG/pvserver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/PV_SWIG/pvsimple.py b/src/PV_SWIG/pvsimple.py index ad5e6a48..fba3caa3 100644 --- a/src/PV_SWIG/pvsimple.py +++ b/src/PV_SWIG/pvsimple.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/Plugins/ArrayRenamer/CMakeLists.txt b/src/Plugins/ArrayRenamer/CMakeLists.txt index a37cb906..72c1b45a 100644 --- a/src/Plugins/ArrayRenamer/CMakeLists.txt +++ b/src/Plugins/ArrayRenamer/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(ArrayRenamer) find_package(ParaView REQUIRED) diff --git a/src/Plugins/ArrayRenamer/plugin/ArrayRenamerModule/CMakeLists.txt b/src/Plugins/ArrayRenamer/plugin/ArrayRenamerModule/CMakeLists.txt index 43cd0118..e3f63841 100644 --- a/src/Plugins/ArrayRenamer/plugin/ArrayRenamerModule/CMakeLists.txt +++ b/src/Plugins/ArrayRenamer/plugin/ArrayRenamerModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkArrayRenamerFilter ) diff --git a/src/Plugins/ArrayRenamer/plugin/ArrayRenamerModule/vtkArrayRenamerFilter.cxx b/src/Plugins/ArrayRenamer/plugin/ArrayRenamerModule/vtkArrayRenamerFilter.cxx index e496254d..a855baf6 100644 --- a/src/Plugins/ArrayRenamer/plugin/ArrayRenamerModule/vtkArrayRenamerFilter.cxx +++ b/src/Plugins/ArrayRenamer/plugin/ArrayRenamerModule/vtkArrayRenamerFilter.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 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/src/Plugins/ArrayRenamer/plugin/ArrayRenamerModule/vtkArrayRenamerFilter.h b/src/Plugins/ArrayRenamer/plugin/ArrayRenamerModule/vtkArrayRenamerFilter.h index df69eefa..7b58eefb 100644 --- a/src/Plugins/ArrayRenamer/plugin/ArrayRenamerModule/vtkArrayRenamerFilter.h +++ b/src/Plugins/ArrayRenamer/plugin/ArrayRenamerModule/vtkArrayRenamerFilter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 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/src/Plugins/ArrayRenamer/plugin/CMakeLists.txt b/src/Plugins/ArrayRenamer/plugin/CMakeLists.txt index de6bb36d..ea960ac6 100644 --- a/src/Plugins/ArrayRenamer/plugin/CMakeLists.txt +++ b/src/Plugins/ArrayRenamer/plugin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 CEA/DEN, EDF R&D +# Copyright (C) 2014-2020 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/src/Plugins/ArrayRenamer/plugin/pqArraysEditorPropertyWidget.cxx b/src/Plugins/ArrayRenamer/plugin/pqArraysEditorPropertyWidget.cxx index 26be2760..beddbc91 100644 --- a/src/Plugins/ArrayRenamer/plugin/pqArraysEditorPropertyWidget.cxx +++ b/src/Plugins/ArrayRenamer/plugin/pqArraysEditorPropertyWidget.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 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/src/Plugins/ArrayRenamer/plugin/pqArraysEditorPropertyWidget.h b/src/Plugins/ArrayRenamer/plugin/pqArraysEditorPropertyWidget.h index 4cdb8cf2..67c1be60 100644 --- a/src/Plugins/ArrayRenamer/plugin/pqArraysEditorPropertyWidget.h +++ b/src/Plugins/ArrayRenamer/plugin/pqArraysEditorPropertyWidget.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 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/src/Plugins/ArrayRenamer/plugin/pqEditComponents.h b/src/Plugins/ArrayRenamer/plugin/pqEditComponents.h index c5ca3940..a255ae83 100644 --- a/src/Plugins/ArrayRenamer/plugin/pqEditComponents.h +++ b/src/Plugins/ArrayRenamer/plugin/pqEditComponents.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 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/src/Plugins/CMakeLists.txt b/src/Plugins/CMakeLists.txt index 787639a9..79598aa2 100644 --- a/src/Plugins/CMakeLists.txt +++ b/src/Plugins/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/Plugins/DevelopedSurface/CMakeLists.txt b/src/Plugins/DevelopedSurface/CMakeLists.txt index 69224e42..11e91b38 100644 --- a/src/Plugins/DevelopedSurface/CMakeLists.txt +++ b/src/Plugins/DevelopedSurface/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(DevelopedSurfacePlugin) find_package(ParaView REQUIRED) diff --git a/src/Plugins/DevelopedSurface/IO/vtkDevelopedSurface.cxx b/src/Plugins/DevelopedSurface/IO/vtkDevelopedSurface.cxx index 04b25eff..d8fc646a 100644 --- a/src/Plugins/DevelopedSurface/IO/vtkDevelopedSurface.cxx +++ b/src/Plugins/DevelopedSurface/IO/vtkDevelopedSurface.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/DevelopedSurface/plugin/CMakeLists.txt b/src/Plugins/DevelopedSurface/plugin/CMakeLists.txt index 2fc9c0aa..69e52f2c 100644 --- a/src/Plugins/DevelopedSurface/plugin/CMakeLists.txt +++ b/src/Plugins/DevelopedSurface/plugin/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + # Common CMake macros # =================== set(TMP_CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}) diff --git a/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/CMakeLists.txt b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/CMakeLists.txt index 0afb641a..f1882184 100644 --- a/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/CMakeLists.txt +++ b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkDevelopedSurface VTKToMEDMem diff --git a/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/VTKMEDTraits.hxx b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/VTKMEDTraits.hxx index 4efcdc24..ab25734a 100644 --- a/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/VTKMEDTraits.hxx +++ b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/VTKMEDTraits.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 CEA/DEN, EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/VTKToMEDMem.cxx b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/VTKToMEDMem.cxx index a443f4fa..93eb8f04 100644 --- a/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/VTKToMEDMem.cxx +++ b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/VTKToMEDMem.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 CEA/DEN, EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/VTKToMEDMem.h b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/VTKToMEDMem.h index 6f36d77f..8256941d 100644 --- a/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/VTKToMEDMem.h +++ b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/VTKToMEDMem.h @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 CEA/DEN, EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.cxx b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.cxx index 1ae36be5..ea305df0 100644 --- a/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.cxx +++ b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.h b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.h index d3bf7348..1491c60f 100644 --- a/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.h +++ b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.h @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/DevelopedSurface/plugin/Test/CMakeLists.txt b/src/Plugins/DevelopedSurface/plugin/Test/CMakeLists.txt index ccd6d186..11762463 100644 --- a/src/Plugins/DevelopedSurface/plugin/Test/CMakeLists.txt +++ b/src/Plugins/DevelopedSurface/plugin/Test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 EDF R&D +# Copyright (C) 2017-2020 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/src/Plugins/DevelopedSurface/plugin/Test/test_dev_surface.py b/src/Plugins/DevelopedSurface/plugin/Test/test_dev_surface.py index 0b3f2b05..0f4b95d8 100644 --- a/src/Plugins/DevelopedSurface/plugin/Test/test_dev_surface.py +++ b/src/Plugins/DevelopedSurface/plugin/Test/test_dev_surface.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 EDF R&D +# Copyright (C) 2017-2020 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/src/Plugins/DevelopedSurface/plugin/Test/test_dev_surface2.py b/src/Plugins/DevelopedSurface/plugin/Test/test_dev_surface2.py index d52406b8..9b4c6879 100644 --- a/src/Plugins/DevelopedSurface/plugin/Test/test_dev_surface2.py +++ b/src/Plugins/DevelopedSurface/plugin/Test/test_dev_surface2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 EDF R&D +# Copyright (C) 2017-2020 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/src/Plugins/DevelopedSurface/plugin/Test/test_dev_surface3.py b/src/Plugins/DevelopedSurface/plugin/Test/test_dev_surface3.py index ba748b88..9e036eec 100644 --- a/src/Plugins/DevelopedSurface/plugin/Test/test_dev_surface3.py +++ b/src/Plugins/DevelopedSurface/plugin/Test/test_dev_surface3.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 EDF R&D +# Copyright (C) 2017-2020 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/src/Plugins/DevelopedSurface/scripts/pp.py b/src/Plugins/DevelopedSurface/scripts/pp.py index bf5d413b..b9d4bd58 100644 --- a/src/Plugins/DevelopedSurface/scripts/pp.py +++ b/src/Plugins/DevelopedSurface/scripts/pp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 EDF R&D +# Copyright (C) 2017-2020 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/src/Plugins/DevelopedSurface/scripts/pp1.py b/src/Plugins/DevelopedSurface/scripts/pp1.py index 2eaf059a..4e52284f 100644 --- a/src/Plugins/DevelopedSurface/scripts/pp1.py +++ b/src/Plugins/DevelopedSurface/scripts/pp1.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 EDF R&D +# Copyright (C) 2017-2020 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/src/Plugins/DevelopedSurface/scripts/pp2.py b/src/Plugins/DevelopedSurface/scripts/pp2.py index 65783346..9169f600 100644 --- a/src/Plugins/DevelopedSurface/scripts/pp2.py +++ b/src/Plugins/DevelopedSurface/scripts/pp2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 EDF R&D +# Copyright (C) 2017-2020 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/src/Plugins/DevelopedSurface/scripts/test.py b/src/Plugins/DevelopedSurface/scripts/test.py index f456fa47..01df22d0 100644 --- a/src/Plugins/DevelopedSurface/scripts/test.py +++ b/src/Plugins/DevelopedSurface/scripts/test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 EDF R&D +# Copyright (C) 2017-2020 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/src/Plugins/DifferenceTimesteps/CMakeLists.txt b/src/Plugins/DifferenceTimesteps/CMakeLists.txt index f851e446..dbbb12c8 100644 --- a/src/Plugins/DifferenceTimesteps/CMakeLists.txt +++ b/src/Plugins/DifferenceTimesteps/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(DifferenceTimesteps) find_package(ParaView REQUIRED) diff --git a/src/Plugins/DifferenceTimesteps/plugin/CMakeLists.txt b/src/Plugins/DifferenceTimesteps/plugin/CMakeLists.txt index 8d73d9b3..d1ae06a4 100644 --- a/src/Plugins/DifferenceTimesteps/plugin/CMakeLists.txt +++ b/src/Plugins/DifferenceTimesteps/plugin/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(qrc_files) if(PARAVIEW_USE_QT) list(APPEND qrc_files pqDifferenceTimesteps.qrc) diff --git a/src/Plugins/DifferenceTimesteps/plugin/DifferenceTimestepsModule/CMakeLists.txt b/src/Plugins/DifferenceTimesteps/plugin/DifferenceTimestepsModule/CMakeLists.txt index 09bffebe..e89db9bb 100644 --- a/src/Plugins/DifferenceTimesteps/plugin/DifferenceTimestepsModule/CMakeLists.txt +++ b/src/Plugins/DifferenceTimesteps/plugin/DifferenceTimestepsModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkDifferenceTimestepsFilter ) diff --git a/src/Plugins/DifferenceTimesteps/plugin/DifferenceTimestepsModule/vtkDifferenceTimestepsFilter.cxx b/src/Plugins/DifferenceTimesteps/plugin/DifferenceTimestepsModule/vtkDifferenceTimestepsFilter.cxx index 6953fbbd..99866cbf 100644 --- a/src/Plugins/DifferenceTimesteps/plugin/DifferenceTimestepsModule/vtkDifferenceTimestepsFilter.cxx +++ b/src/Plugins/DifferenceTimesteps/plugin/DifferenceTimestepsModule/vtkDifferenceTimestepsFilter.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 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/src/Plugins/DifferenceTimesteps/plugin/DifferenceTimestepsModule/vtkDifferenceTimestepsFilter.h b/src/Plugins/DifferenceTimesteps/plugin/DifferenceTimestepsModule/vtkDifferenceTimestepsFilter.h index 79fd79b4..52c2de17 100644 --- a/src/Plugins/DifferenceTimesteps/plugin/DifferenceTimestepsModule/vtkDifferenceTimestepsFilter.h +++ b/src/Plugins/DifferenceTimesteps/plugin/DifferenceTimestepsModule/vtkDifferenceTimestepsFilter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 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/src/Plugins/ElevationSurface/CMakeLists.txt b/src/Plugins/ElevationSurface/CMakeLists.txt index 4760549d..80f4a35b 100644 --- a/src/Plugins/ElevationSurface/CMakeLists.txt +++ b/src/Plugins/ElevationSurface/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(ElevationSurface) find_package(ParaView REQUIRED) diff --git a/src/Plugins/ElevationSurface/plugin/CMakeLists.txt b/src/Plugins/ElevationSurface/plugin/CMakeLists.txt index 28519fcd..076f8f98 100644 --- a/src/Plugins/ElevationSurface/plugin/CMakeLists.txt +++ b/src/Plugins/ElevationSurface/plugin/CMakeLists.txt @@ -1,3 +1,21 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# paraview_add_plugin(ElevationSurface VERSION "1.0" diff --git a/src/Plugins/ElevationSurface/plugin/ElevationSurfaceModule/CMakeLists.txt b/src/Plugins/ElevationSurface/plugin/ElevationSurfaceModule/CMakeLists.txt index a2304025..a05f631c 100644 --- a/src/Plugins/ElevationSurface/plugin/ElevationSurfaceModule/CMakeLists.txt +++ b/src/Plugins/ElevationSurface/plugin/ElevationSurfaceModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkElevationSurfaceFilter ) diff --git a/src/Plugins/ElevationSurface/plugin/ElevationSurfaceModule/vtkElevationSurfaceFilter.cxx b/src/Plugins/ElevationSurface/plugin/ElevationSurfaceModule/vtkElevationSurfaceFilter.cxx index e102b351..7e340cb3 100644 --- a/src/Plugins/ElevationSurface/plugin/ElevationSurfaceModule/vtkElevationSurfaceFilter.cxx +++ b/src/Plugins/ElevationSurface/plugin/ElevationSurfaceModule/vtkElevationSurfaceFilter.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ElevationSurface/plugin/ElevationSurfaceModule/vtkElevationSurfaceFilter.h b/src/Plugins/ElevationSurface/plugin/ElevationSurfaceModule/vtkElevationSurfaceFilter.h index 2dbf1a01..3ca1f2e1 100644 --- a/src/Plugins/ElevationSurface/plugin/ElevationSurfaceModule/vtkElevationSurfaceFilter.h +++ b/src/Plugins/ElevationSurface/plugin/ElevationSurfaceModule/vtkElevationSurfaceFilter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/EllipseBuilder/CMakeLists.txt b/src/Plugins/EllipseBuilder/CMakeLists.txt index bf4ec51f..cafe8168 100644 --- a/src/Plugins/EllipseBuilder/CMakeLists.txt +++ b/src/Plugins/EllipseBuilder/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(EllipseBuilderFilter) find_package(ParaView REQUIRED) diff --git a/src/Plugins/EllipseBuilder/plugin/CMakeLists.txt b/src/Plugins/EllipseBuilder/plugin/CMakeLists.txt index 92990fd9..583b56af 100644 --- a/src/Plugins/EllipseBuilder/plugin/CMakeLists.txt +++ b/src/Plugins/EllipseBuilder/plugin/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(qrc_files) if(PARAVIEW_USE_QT) list(APPEND qrc_files pqEllipseBuilder.qrc) diff --git a/src/Plugins/EllipseBuilder/plugin/EllipseBuilderModule/CMakeLists.txt b/src/Plugins/EllipseBuilder/plugin/EllipseBuilderModule/CMakeLists.txt index 7379275c..a1f8c934 100644 --- a/src/Plugins/EllipseBuilder/plugin/EllipseBuilderModule/CMakeLists.txt +++ b/src/Plugins/EllipseBuilder/plugin/EllipseBuilderModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkEllipseBuilderFilter ) diff --git a/src/Plugins/EllipseBuilder/plugin/EllipseBuilderModule/vtkEllipseBuilderFilter.cxx b/src/Plugins/EllipseBuilder/plugin/EllipseBuilderModule/vtkEllipseBuilderFilter.cxx index f8f1020f..610cca94 100644 --- a/src/Plugins/EllipseBuilder/plugin/EllipseBuilderModule/vtkEllipseBuilderFilter.cxx +++ b/src/Plugins/EllipseBuilder/plugin/EllipseBuilderModule/vtkEllipseBuilderFilter.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 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/src/Plugins/EllipseBuilder/plugin/EllipseBuilderModule/vtkEllipseBuilderFilter.h b/src/Plugins/EllipseBuilder/plugin/EllipseBuilderModule/vtkEllipseBuilderFilter.h index c6ded89e..b28655f5 100644 --- a/src/Plugins/EllipseBuilder/plugin/EllipseBuilderModule/vtkEllipseBuilderFilter.h +++ b/src/Plugins/EllipseBuilder/plugin/EllipseBuilderModule/vtkEllipseBuilderFilter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 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/src/Plugins/GaussToCell/CMakeLists.txt b/src/Plugins/GaussToCell/CMakeLists.txt index 18938fe5..d68719bf 100644 --- a/src/Plugins/GaussToCell/CMakeLists.txt +++ b/src/Plugins/GaussToCell/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(GaussToCellPlugin) find_package(ParaView REQUIRED) diff --git a/src/Plugins/GaussToCell/plugin/CMakeLists.txt b/src/Plugins/GaussToCell/plugin/CMakeLists.txt index 32593afb..785901d4 100644 --- a/src/Plugins/GaussToCell/plugin/CMakeLists.txt +++ b/src/Plugins/GaussToCell/plugin/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + # Common CMake macros # =================== set(TMP_CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}) diff --git a/src/Plugins/GaussToCell/plugin/GaussToCellModule/CMakeLists.txt b/src/Plugins/GaussToCell/plugin/GaussToCellModule/CMakeLists.txt index 25ced302..b83e4ed1 100644 --- a/src/Plugins/GaussToCell/plugin/GaussToCellModule/CMakeLists.txt +++ b/src/Plugins/GaussToCell/plugin/GaussToCellModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkGaussToCell ) diff --git a/src/Plugins/GaussToCell/plugin/GaussToCellModule/vtkGaussToCell.cxx b/src/Plugins/GaussToCell/plugin/GaussToCellModule/vtkGaussToCell.cxx index d3873c9d..7961b8ca 100644 --- a/src/Plugins/GaussToCell/plugin/GaussToCellModule/vtkGaussToCell.cxx +++ b/src/Plugins/GaussToCell/plugin/GaussToCellModule/vtkGaussToCell.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 EDF R&D +// Copyright (C) 2018-2020 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/src/Plugins/GaussToCell/plugin/GaussToCellModule/vtkGaussToCell.h b/src/Plugins/GaussToCell/plugin/GaussToCellModule/vtkGaussToCell.h index da91fce9..1d6cc23e 100644 --- a/src/Plugins/GaussToCell/plugin/GaussToCellModule/vtkGaussToCell.h +++ b/src/Plugins/GaussToCell/plugin/GaussToCellModule/vtkGaussToCell.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 EDF R&D +// Copyright (C) 2018-2020 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/src/Plugins/GaussToCell/script/TestCase.py b/src/Plugins/GaussToCell/script/TestCase.py index 35f68723..29a08263 100644 --- a/src/Plugins/GaussToCell/script/TestCase.py +++ b/src/Plugins/GaussToCell/script/TestCase.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2019 CEA/DEN, EDF R&D +# Copyright (C) 2018-2020 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/src/Plugins/JSONReader/CMakeLists.txt b/src/Plugins/JSONReader/CMakeLists.txt index 63ccaf4e..91a10a88 100644 --- a/src/Plugins/JSONReader/CMakeLists.txt +++ b/src/Plugins/JSONReader/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(JSONReader) find_package(ParaView REQUIRED) diff --git a/src/Plugins/JSONReader/Test/CMakeLists.txt b/src/Plugins/JSONReader/Test/CMakeLists.txt index 7a35f140..0f12227b 100644 --- a/src/Plugins/JSONReader/Test/CMakeLists.txt +++ b/src/Plugins/JSONReader/Test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 CEA/DEN, EDF R&D +# Copyright (C) 2015-2020 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/src/Plugins/JSONReader/Test/JSONParserTest.cxx b/src/Plugins/JSONReader/Test/JSONParserTest.cxx index 360b3c2f..f1cd7147 100644 --- a/src/Plugins/JSONReader/Test/JSONParserTest.cxx +++ b/src/Plugins/JSONReader/Test/JSONParserTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2019 CEA/DEN, EDF R&D +// Copyright (C) 2015-2020 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/src/Plugins/JSONReader/Test/MainTest.hxx b/src/Plugins/JSONReader/Test/MainTest.hxx index 330fb8c2..7205333f 100644 --- a/src/Plugins/JSONReader/Test/MainTest.hxx +++ b/src/Plugins/JSONReader/Test/MainTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2019 CEA/DEN, EDF R&D +// Copyright (C) 2015-2020 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/src/Plugins/JSONReader/Test/vtkJSONParserTest.cxx b/src/Plugins/JSONReader/Test/vtkJSONParserTest.cxx index 922856ce..86204229 100644 --- a/src/Plugins/JSONReader/Test/vtkJSONParserTest.cxx +++ b/src/Plugins/JSONReader/Test/vtkJSONParserTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2019 CEA/DEN, EDF R&D +// Copyright (C) 2015-2020 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/src/Plugins/JSONReader/Test/vtkJSONParserTest.hxx b/src/Plugins/JSONReader/Test/vtkJSONParserTest.hxx index c95d0060..68bc4b3e 100644 --- a/src/Plugins/JSONReader/Test/vtkJSONParserTest.hxx +++ b/src/Plugins/JSONReader/Test/vtkJSONParserTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2019 CEA/DEN, EDF R&D +// Copyright (C) 2015-2020 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/src/Plugins/JSONReader/plugin/CMakeLists.txt b/src/Plugins/JSONReader/plugin/CMakeLists.txt index b3440dac..0e1a6e4e 100644 --- a/src/Plugins/JSONReader/plugin/CMakeLists.txt +++ b/src/Plugins/JSONReader/plugin/CMakeLists.txt @@ -1,3 +1,21 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# paraview_add_plugin(JSONReader VERSION "1.0" diff --git a/src/Plugins/JSONReader/plugin/JSONParserModule/CMakeLists.txt b/src/Plugins/JSONReader/plugin/JSONParserModule/CMakeLists.txt index d05b267b..af4c065d 100644 --- a/src/Plugins/JSONReader/plugin/JSONParserModule/CMakeLists.txt +++ b/src/Plugins/JSONReader/plugin/JSONParserModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkJSONParser ) diff --git a/src/Plugins/JSONReader/plugin/JSONParserModule/vtkJSONParser.cxx b/src/Plugins/JSONReader/plugin/JSONParserModule/vtkJSONParser.cxx index 13fce7ed..2ed434e1 100644 --- a/src/Plugins/JSONReader/plugin/JSONParserModule/vtkJSONParser.cxx +++ b/src/Plugins/JSONReader/plugin/JSONParserModule/vtkJSONParser.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2019 CEA/DEN, EDF R&D +// Copyright (C) 2015-2020 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/src/Plugins/JSONReader/plugin/JSONParserModule/vtkJSONParser.h b/src/Plugins/JSONReader/plugin/JSONParserModule/vtkJSONParser.h index 324cd5a7..6f05d843 100644 --- a/src/Plugins/JSONReader/plugin/JSONParserModule/vtkJSONParser.h +++ b/src/Plugins/JSONReader/plugin/JSONParserModule/vtkJSONParser.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2019 CEA/DEN, EDF R&D +// Copyright (C) 2015-2020 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/src/Plugins/JSONReader/plugin/JSONReaderModule/CMakeLists.txt b/src/Plugins/JSONReader/plugin/JSONReaderModule/CMakeLists.txt index 8da5aab2..e933d7f5 100644 --- a/src/Plugins/JSONReader/plugin/JSONReaderModule/CMakeLists.txt +++ b/src/Plugins/JSONReader/plugin/JSONReaderModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkJSONReader ) diff --git a/src/Plugins/JSONReader/plugin/JSONReaderModule/vtkJSONReader.cxx b/src/Plugins/JSONReader/plugin/JSONReaderModule/vtkJSONReader.cxx index 6160f29d..bcc3b862 100644 --- a/src/Plugins/JSONReader/plugin/JSONReaderModule/vtkJSONReader.cxx +++ b/src/Plugins/JSONReader/plugin/JSONReaderModule/vtkJSONReader.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2019 CEA/DEN, EDF R&D +// Copyright (C) 2015-2020 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/src/Plugins/JSONReader/plugin/JSONReaderModule/vtkJSONReader.h b/src/Plugins/JSONReader/plugin/JSONReaderModule/vtkJSONReader.h index 4ab5c9cd..817b04cf 100644 --- a/src/Plugins/JSONReader/plugin/JSONReaderModule/vtkJSONReader.h +++ b/src/Plugins/JSONReader/plugin/JSONReaderModule/vtkJSONReader.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2019 CEA/DEN, EDF R&D +// Copyright (C) 2015-2020 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/src/Plugins/MEDReader/CMakeLists.txt b/src/Plugins/MEDReader/CMakeLists.txt index 050c1bdd..99d2cace 100644 --- a/src/Plugins/MEDReader/CMakeLists.txt +++ b/src/Plugins/MEDReader/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(MEDReader) diff --git a/src/Plugins/MEDReader/CTestConfig.cmake b/src/Plugins/MEDReader/CTestConfig.cmake index 72307349..848aafa2 100644 --- a/src/Plugins/MEDReader/CTestConfig.cmake +++ b/src/Plugins/MEDReader/CTestConfig.cmake @@ -1,3 +1,21 @@ +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + ## This file should be placed in the root directory of your project. ## Then modify the CMakeLists.txt file in the root directory of your ## project to incorporate the testing dashboard. diff --git a/src/Plugins/MEDReader/Plugin/ParaViewPlugin/CMakeLists.txt.old b/src/Plugins/MEDReader/Plugin/ParaViewPlugin/CMakeLists.txt.old index 605b7fe3..b326ad55 100644 --- a/src/Plugins/MEDReader/Plugin/ParaViewPlugin/CMakeLists.txt.old +++ b/src/Plugins/MEDReader/Plugin/ParaViewPlugin/CMakeLists.txt.old @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/CMakeLists.txt b/src/Plugins/MEDReader/plugin/CMakeLists.txt index ad1f1027..a3d7a779 100644 --- a/src/Plugins/MEDReader/plugin/CMakeLists.txt +++ b/src/Plugins/MEDReader/plugin/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + # Common CMake macros # =================== set(TMP_CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}) diff --git a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/CMakeLists.txt b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/CMakeLists.txt index 54dc38b7..6cbbdd87 100644 --- a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/CMakeLists.txt +++ b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + add_library(MEDLoaderForPV SHARED MEDFileFieldRepresentationTree.cxx MEDTimeReq.cxx MEDUtilities.cxx vtkGenerateVectors.cxx) target_include_directories(MEDLoaderForPV PRIVATE . ${MEDCOUPLING_INCLUDE_DIRS}) diff --git a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.cxx b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.cxx index 3a67b540..94d57f98 100644 --- a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.cxx +++ b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.hxx b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.hxx index 36a1adf5..420753a3 100644 --- a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.hxx +++ b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDFileFieldRepresentationTree.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDLoaderForPV.h b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDLoaderForPV.h index f60b5c73..a29c9122 100644 --- a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDLoaderForPV.h +++ b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDLoaderForPV.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDTimeReq.cxx b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDTimeReq.cxx index fa104990..3d03b13a 100644 --- a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDTimeReq.cxx +++ b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDTimeReq.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDTimeReq.hxx b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDTimeReq.hxx index 49546196..481f6201 100644 --- a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDTimeReq.hxx +++ b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDTimeReq.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDUtilities.cxx b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDUtilities.cxx index 0150a4e2..bcd0c044 100644 --- a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDUtilities.cxx +++ b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDUtilities.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDUtilities.hxx b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDUtilities.hxx index 25a04600..0a7fcdec 100644 --- a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDUtilities.hxx +++ b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/MEDUtilities.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDLoaderForPV/vtkGenerateVectors.cxx b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/vtkGenerateVectors.cxx index 36bc6bea..56cc3164 100644 --- a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/vtkGenerateVectors.cxx +++ b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/vtkGenerateVectors.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDLoaderForPV/vtkGenerateVectors.h b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/vtkGenerateVectors.h index e7a45d53..69bbd307 100644 --- a/src/Plugins/MEDReader/plugin/MEDLoaderForPV/vtkGenerateVectors.h +++ b/src/Plugins/MEDReader/plugin/MEDLoaderForPV/vtkGenerateVectors.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/CMakeLists.txt b/src/Plugins/MEDReader/plugin/MEDReaderIO/CMakeLists.txt index 2c69c54f..e9015953 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/CMakeLists.txt +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkELNOFilter vtkELNOMeshFilter diff --git a/src/Plugins/MEDReader/plugin/MEDReaderIO/VTKMEDTraits.hxx b/src/Plugins/MEDReader/plugin/MEDReaderIO/VTKMEDTraits.hxx index 4efcdc24..ab25734a 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/VTKMEDTraits.hxx +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/VTKMEDTraits.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 CEA/DEN, EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOFilter.cxx b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOFilter.cxx index dc756b8b..c1de8c06 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOFilter.cxx +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOFilter.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOFilter.h b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOFilter.h index 01138027..9ff053a6 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOFilter.h +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOFilter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOMeshFilter.cxx b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOMeshFilter.cxx index c7d3798e..64258061 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOMeshFilter.cxx +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOMeshFilter.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOMeshFilter.h b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOMeshFilter.h index f0045c3a..20881ebb 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOMeshFilter.h +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOMeshFilter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOSurfaceFilter.cxx b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOSurfaceFilter.cxx index c5c92516..d29f1aa2 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOSurfaceFilter.cxx +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOSurfaceFilter.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOSurfaceFilter.h b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOSurfaceFilter.h index 99de2d47..96ad9127 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOSurfaceFilter.h +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkELNOSurfaceFilter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractCellType.cxx b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractCellType.cxx index af4d2465..a56b4041 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractCellType.cxx +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractCellType.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractCellType.h b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractCellType.h index 560c0cdb..624b9e62 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractCellType.h +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractCellType.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractGroup.cxx b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractGroup.cxx index 7bf32f5d..8f41041b 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractGroup.cxx +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractGroup.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractGroup.h b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractGroup.h index bea981ea..ebfee7f7 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractGroup.h +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkExtractGroup.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkInformationGaussDoubleVectorKey.h b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkInformationGaussDoubleVectorKey.h index 9c0d5288..c280c035 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkInformationGaussDoubleVectorKey.h +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkInformationGaussDoubleVectorKey.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDQuadraturePointsGenerator.cxx b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDQuadraturePointsGenerator.cxx index bfc25d59..0afd22b9 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDQuadraturePointsGenerator.cxx +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDQuadraturePointsGenerator.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDQuadraturePointsGenerator.h b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDQuadraturePointsGenerator.h index 4578aa2e..392c71c2 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDQuadraturePointsGenerator.h +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDQuadraturePointsGenerator.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDReader.cxx b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDReader.cxx index 129ec3b3..8cdaafbc 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDReader.cxx +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDReader.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDReader.h b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDReader.h index b5301817..a142ff5b 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDReader.h +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDReader.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkPVMetaDataInformation.cxx b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkPVMetaDataInformation.cxx index 9d6754e0..b3d3de04 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkPVMetaDataInformation.cxx +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkPVMetaDataInformation.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkPVMetaDataInformation.h b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkPVMetaDataInformation.h index fbf7bfe3..8002aeb9 100644 --- a/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkPVMetaDataInformation.h +++ b/src/Plugins/MEDReader/plugin/MEDReaderIO/vtkPVMetaDataInformation.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/CMakeLists.txt b/src/Plugins/MEDReader/plugin/ParaViewPlugin/CMakeLists.txt index 15a5c803..f7c596eb 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/CMakeLists.txt +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(interfaces) set(ui_files) set(sources) diff --git a/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolSpreadSheet.cxx b/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolSpreadSheet.cxx index 4bd937fc..5d27edb5 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolSpreadSheet.cxx +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolSpreadSheet.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolSpreadSheet.h b/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolSpreadSheet.h index 82d06b9e..41070234 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolSpreadSheet.h +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolSpreadSheet.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolWidget.cxx b/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolWidget.cxx index 24c7aead..abd65ac0 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolWidget.cxx +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolWidget.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolWidget.h b/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolWidget.h index b0cc0567..dc28c576 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolWidget.h +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/VectBoolWidget.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqAbstractFieldsWidget.cxx b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqAbstractFieldsWidget.cxx index cdaae619..82711f69 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqAbstractFieldsWidget.cxx +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqAbstractFieldsWidget.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqAbstractFieldsWidget.h b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqAbstractFieldsWidget.h index 10d01984..99b8e1e4 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqAbstractFieldsWidget.h +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqAbstractFieldsWidget.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqExtractGroupFieldsWidget.cxx b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqExtractGroupFieldsWidget.cxx index 3dd3d2ef..5e11c300 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqExtractGroupFieldsWidget.cxx +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqExtractGroupFieldsWidget.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqExtractGroupFieldsWidget.h b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqExtractGroupFieldsWidget.h index 34add9bb..3fb5fb21 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqExtractGroupFieldsWidget.h +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqExtractGroupFieldsWidget.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderFieldsWidget.cxx b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderFieldsWidget.cxx index 29151f03..3965a35d 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderFieldsWidget.cxx +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderFieldsWidget.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderFieldsWidget.h b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderFieldsWidget.h index a11dc1f9..8999666e 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderFieldsWidget.h +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderFieldsWidget.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderGraphUtils.cxx b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderGraphUtils.cxx index c347ce68..c3523d6d 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderGraphUtils.cxx +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderGraphUtils.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderGraphUtils.h b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderGraphUtils.h index cb91d537..2a74f1ab 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderGraphUtils.h +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderGraphUtils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderReloadWidget.cxx b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderReloadWidget.cxx index 82323c9f..fda7a535 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderReloadWidget.cxx +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderReloadWidget.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderReloadWidget.h b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderReloadWidget.h index 1dd3ff17..61c38e09 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderReloadWidget.h +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderReloadWidget.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimeModeWidget.cxx b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimeModeWidget.cxx index bf5f8e8f..d9a0b337 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimeModeWidget.cxx +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimeModeWidget.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimeModeWidget.h b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimeModeWidget.h index 437de291..cf49eb94 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimeModeWidget.h +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimeModeWidget.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimesFlagsWidget.cxx b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimesFlagsWidget.cxx index 23d840b5..4adab70a 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimesFlagsWidget.cxx +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimesFlagsWidget.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimesFlagsWidget.h b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimesFlagsWidget.h index 742d13d9..f7eac37d 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimesFlagsWidget.h +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderTimesFlagsWidget.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderVectorsWidget.cxx b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderVectorsWidget.cxx index cede7b73..1c8cb7e4 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderVectorsWidget.cxx +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderVectorsWidget.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderVectorsWidget.h b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderVectorsWidget.h index dd2e34a8..f14047e6 100644 --- a/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderVectorsWidget.h +++ b/src/Plugins/MEDReader/plugin/ParaViewPlugin/pqMEDReaderVectorsWidget.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/MEDReader/plugin/Test/CMakeLists.txt b/src/Plugins/MEDReader/plugin/Test/CMakeLists.txt index e949f80d..87f3f112 100644 --- a/src/Plugins/MEDReader/plugin/Test/CMakeLists.txt +++ b/src/Plugins/MEDReader/plugin/Test/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + if (PARAVIEW_ENABLE_PYTHON) file(GLOB pythonTests *.py) list(FILTER pythonTests EXCLUDE REGEX ".*MEDReaderHelper.py$") diff --git a/src/Plugins/MEDReader/plugin/Test/MEDReaderHelper.py b/src/Plugins/MEDReader/plugin/Test/MEDReaderHelper.py index 7d970f0f..f5f69a59 100644 --- a/src/Plugins/MEDReader/plugin/Test/MEDReaderHelper.py +++ b/src/Plugins/MEDReader/plugin/Test/MEDReaderHelper.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2019 CEA/DEN, EDF R&D +# Copyright (C) 2019-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader0.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader0.py index a8af4345..5a06c163 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader0.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader0.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader1.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader1.py index 6c730c2c..bb78fd4e 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader1.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader1.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader10.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader10.py index 6cd5dc55..28d844ee 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader10.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader10.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader13.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader13.py index 84925fd5..2b43c54c 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader13.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader13.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader14.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader14.py index e8eca2c1..97c4a9a3 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader14.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader14.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader15.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader15.py index f3ea0e24..f9b084a4 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader15.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader15.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader16.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader16.py index cc31f6c7..85c1856a 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader16.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader16.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader17.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader17.py index 893ff4e1..3b6d2106 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader17.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader17.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader18.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader18.py index fc668781..59f1c3f1 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader18.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader18.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2015-2019 CEA/DEN, EDF R&D +# Copyright (C) 2015-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader19.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader19.py index 0b476e1f..a4053436 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader19.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader19.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2015-2019 CEA/DEN, EDF R&D +# Copyright (C) 2015-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader2.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader2.py index 5374a13d..4a996d77 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader2.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader2.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader20.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader20.py index b8447ce1..3a2e811d 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader20.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader20.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2016-2019 CEA/DEN, EDF R&D +# Copyright (C) 2016-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader21.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader21.py index 133fee3d..e291d5eb 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader21.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader21.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2015-2019 CEA/DEN, EDF R&D +# Copyright (C) 2015-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader3.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader3.py index a3ffac6e..3c078450 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader3.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader3.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader4.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader4.py index 4253bb39..d41af2f4 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader4.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader4.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader5.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader5.py index f278a8e2..65cddf3f 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader5.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader5.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader6.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader6.py index 159121f4..2636380c 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader6.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader6.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader7.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader7.py index d7f40b13..155854d2 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader7.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader7.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader8.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader8.py index 85814275..e1390e99 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader8.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader8.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDReader/plugin/Test/testMEDReader9.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader9.py index 4945528f..726b62cc 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader9.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader9.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2019 CEA/DEN, EDF R&D +# Copyright (C) 2007-2020 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/src/Plugins/MEDWriter/CMakeLists.txt b/src/Plugins/MEDWriter/CMakeLists.txt index eee16d45..625c304a 100644 --- a/src/Plugins/MEDWriter/CMakeLists.txt +++ b/src/Plugins/MEDWriter/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(MEDWriterPlugin) find_package(ParaView REQUIRED) diff --git a/src/Plugins/MEDWriter/plugin/CMakeLists.txt b/src/Plugins/MEDWriter/plugin/CMakeLists.txt index 7577343b..7f989e77 100644 --- a/src/Plugins/MEDWriter/plugin/CMakeLists.txt +++ b/src/Plugins/MEDWriter/plugin/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + # Common CMake macros # =================== set(TMP_CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}) diff --git a/src/Plugins/MEDWriter/plugin/MEDWriterIO/CMakeLists.txt b/src/Plugins/MEDWriter/plugin/MEDWriterIO/CMakeLists.txt index 62652928..1d47c90e 100644 --- a/src/Plugins/MEDWriter/plugin/MEDWriterIO/CMakeLists.txt +++ b/src/Plugins/MEDWriter/plugin/MEDWriterIO/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes VTKToMEDMem vtkMEDWriter diff --git a/src/Plugins/MEDWriter/plugin/MEDWriterIO/VTKMEDTraits.hxx b/src/Plugins/MEDWriter/plugin/MEDWriterIO/VTKMEDTraits.hxx index 4efcdc24..ab25734a 100644 --- a/src/Plugins/MEDWriter/plugin/MEDWriterIO/VTKMEDTraits.hxx +++ b/src/Plugins/MEDWriter/plugin/MEDWriterIO/VTKMEDTraits.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 CEA/DEN, EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/MEDWriter/plugin/MEDWriterIO/VTKToMEDMem.cxx b/src/Plugins/MEDWriter/plugin/MEDWriterIO/VTKToMEDMem.cxx index a443f4fa..93eb8f04 100644 --- a/src/Plugins/MEDWriter/plugin/MEDWriterIO/VTKToMEDMem.cxx +++ b/src/Plugins/MEDWriter/plugin/MEDWriterIO/VTKToMEDMem.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 CEA/DEN, EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/MEDWriter/plugin/MEDWriterIO/VTKToMEDMem.h b/src/Plugins/MEDWriter/plugin/MEDWriterIO/VTKToMEDMem.h index 6f36d77f..8256941d 100644 --- a/src/Plugins/MEDWriter/plugin/MEDWriterIO/VTKToMEDMem.h +++ b/src/Plugins/MEDWriter/plugin/MEDWriterIO/VTKToMEDMem.h @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 CEA/DEN, EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/MEDWriter/plugin/MEDWriterIO/vtkMEDWriter.cxx b/src/Plugins/MEDWriter/plugin/MEDWriterIO/vtkMEDWriter.cxx index 1dfa3708..d44702ab 100644 --- a/src/Plugins/MEDWriter/plugin/MEDWriterIO/vtkMEDWriter.cxx +++ b/src/Plugins/MEDWriter/plugin/MEDWriterIO/vtkMEDWriter.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2016 CEA/DEN, EDF R&D +// Copyright (C) 2016-2020 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/src/Plugins/MEDWriter/plugin/MEDWriterIO/vtkMEDWriter.h b/src/Plugins/MEDWriter/plugin/MEDWriterIO/vtkMEDWriter.h index 8cc663c2..67b20d6a 100644 --- a/src/Plugins/MEDWriter/plugin/MEDWriterIO/vtkMEDWriter.h +++ b/src/Plugins/MEDWriter/plugin/MEDWriterIO/vtkMEDWriter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2016 CEA/DEN, EDF R&D +// Copyright (C) 2016-2020 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/src/Plugins/MEDWriter/plugin/Test/TestMEDWriter0.py b/src/Plugins/MEDWriter/plugin/Test/TestMEDWriter0.py index 8cf8cb79..a3057ab3 100644 --- a/src/Plugins/MEDWriter/plugin/Test/TestMEDWriter0.py +++ b/src/Plugins/MEDWriter/plugin/Test/TestMEDWriter0.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2019 CEA/DEN, EDF R&D +# Copyright (C) 2016-2020 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/src/Plugins/ParaGEOMCorba/CMakeLists.txt b/src/Plugins/ParaGEOMCorba/CMakeLists.txt index c4dd0315..2bc49c12 100644 --- a/src/Plugins/ParaGEOMCorba/CMakeLists.txt +++ b/src/Plugins/ParaGEOMCorba/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/Plugins/ParaGEOMCorba/plugin/CMakeLists.txt b/src/Plugins/ParaGEOMCorba/plugin/CMakeLists.txt index fe34202e..54f1e297 100644 --- a/src/Plugins/ParaGEOMCorba/plugin/CMakeLists.txt +++ b/src/Plugins/ParaGEOMCorba/plugin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/Plugins/ParaGEOMCorba/plugin/ParaGEOMCorbaModule/CMakeLists.txt b/src/Plugins/ParaGEOMCorba/plugin/ParaGEOMCorbaModule/CMakeLists.txt index ef396ec2..e1a5986f 100644 --- a/src/Plugins/ParaGEOMCorba/plugin/ParaGEOMCorbaModule/CMakeLists.txt +++ b/src/Plugins/ParaGEOMCorba/plugin/ParaGEOMCorbaModule/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/Plugins/ParaGEOMCorba/plugin/ParaGEOMCorbaModule/vtkParaGEOMCorbaSource.cxx b/src/Plugins/ParaGEOMCorba/plugin/ParaGEOMCorbaModule/vtkParaGEOMCorbaSource.cxx index dbc204d9..7263b0ce 100644 --- a/src/Plugins/ParaGEOMCorba/plugin/ParaGEOMCorbaModule/vtkParaGEOMCorbaSource.cxx +++ b/src/Plugins/ParaGEOMCorba/plugin/ParaGEOMCorbaModule/vtkParaGEOMCorbaSource.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaGEOMCorba/plugin/ParaGEOMCorbaModule/vtkParaGEOMCorbaSource.h b/src/Plugins/ParaGEOMCorba/plugin/ParaGEOMCorbaModule/vtkParaGEOMCorbaSource.h index 176f358e..96affb13 100644 --- a/src/Plugins/ParaGEOMCorba/plugin/ParaGEOMCorbaModule/vtkParaGEOMCorbaSource.h +++ b/src/Plugins/ParaGEOMCorba/plugin/ParaGEOMCorbaModule/vtkParaGEOMCorbaSource.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/CMakeLists.txt b/src/Plugins/ParaMEDCorba/plugin/CMakeLists.txt index b55a755f..81dcb16b 100644 --- a/src/Plugins/ParaMEDCorba/plugin/CMakeLists.txt +++ b/src/Plugins/ParaMEDCorba/plugin/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/ParaMEDMEM2VTK ) paraview_add_plugin(ParaMEDCorbaPlugin diff --git a/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/CMakeLists.txt b/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/CMakeLists.txt index f2257e29..b2baff28 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/CMakeLists.txt +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + include_directories( ${FIELDS_ROOT_DIR}/include/salome ) diff --git a/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/ParaMEDMEM2VTK_defines.hxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/ParaMEDMEM2VTK_defines.hxx index f67126ae..4f3d88ae 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/ParaMEDMEM2VTK_defines.hxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/ParaMEDMEM2VTK_defines.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/vtkParaMEDCorbaSource.cxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/vtkParaMEDCorbaSource.cxx index 5aa24839..002ba6a3 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/vtkParaMEDCorbaSource.cxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/vtkParaMEDCorbaSource.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/vtkParaMEDCorbaSource.h b/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/vtkParaMEDCorbaSource.h index 4fce88ba..6801be53 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/vtkParaMEDCorbaSource.h +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDCorbaModule/vtkParaMEDCorbaSource.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/CMakeLists.txt b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/CMakeLists.txt index 7005a614..b9d008db 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/CMakeLists.txt +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + include_directories( ${OMNIORB_INCLUDE_DIR} ${FIELDS_ROOT_DIR}/include/salome diff --git a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCMeshClient.cxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCMeshClient.cxx index 67fbb5e5..b6b06875 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCMeshClient.cxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCMeshClient.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCMeshClient.hxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCMeshClient.hxx index 07117236..70d7a158 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCMeshClient.hxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCMeshClient.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCurveLinearMeshClient.cxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCurveLinearMeshClient.cxx index 54b73a3e..95697cfa 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCurveLinearMeshClient.cxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCurveLinearMeshClient.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCurveLinearMeshClient.hxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCurveLinearMeshClient.hxx index 25385ea5..0cd505bd 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCurveLinearMeshClient.hxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingCurveLinearMeshClient.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingFieldClient.cxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingFieldClient.cxx index 2bbb6298..d303c70c 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingFieldClient.cxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingFieldClient.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingFieldClient.hxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingFieldClient.hxx index 94d8a6a0..415bbde3 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingFieldClient.hxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingFieldClient.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMeshClient.cxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMeshClient.cxx index 114df1bd..2396a85c 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMeshClient.cxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMeshClient.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMeshClient.hxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMeshClient.hxx index 39d504cd..3a53b4e4 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMeshClient.hxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMeshClient.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMultiFieldsClient.cxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMultiFieldsClient.cxx index c3c080a0..5f37bd5a 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMultiFieldsClient.cxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMultiFieldsClient.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMultiFieldsClient.hxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMultiFieldsClient.hxx index e2206879..82eade39 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMultiFieldsClient.hxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingMultiFieldsClient.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingUMeshClient.cxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingUMeshClient.cxx index 69af2c16..ba44eddb 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingUMeshClient.cxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingUMeshClient.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingUMeshClient.hxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingUMeshClient.hxx index 5c25c1dc..12150fb1 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingUMeshClient.hxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKMEDCouplingUMeshClient.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKParaMEDFieldClient.cxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKParaMEDFieldClient.cxx index c66ed3ac..dda66b0b 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKParaMEDFieldClient.cxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKParaMEDFieldClient.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKParaMEDFieldClient.hxx b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKParaMEDFieldClient.hxx index d174160c..bd2e3367 100644 --- a/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKParaMEDFieldClient.hxx +++ b/src/Plugins/ParaMEDCorba/plugin/ParaMEDMEM2VTK/VTKParaMEDFieldClient.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaMEDCorba/plugin/testParaMEDCorba.cxx b/src/Plugins/ParaMEDCorba/plugin/testParaMEDCorba.cxx index fef277aa..fc1bccda 100644 --- a/src/Plugins/ParaMEDCorba/plugin/testParaMEDCorba.cxx +++ b/src/Plugins/ParaMEDCorba/plugin/testParaMEDCorba.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaSMESHCorba/CMakeLists.txt b/src/Plugins/ParaSMESHCorba/CMakeLists.txt index f759f825..83810c7c 100644 --- a/src/Plugins/ParaSMESHCorba/CMakeLists.txt +++ b/src/Plugins/ParaSMESHCorba/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/Plugins/ParaSMESHCorba/plugin/CMakeLists.txt b/src/Plugins/ParaSMESHCorba/plugin/CMakeLists.txt index 806bff19..48593ad4 100644 --- a/src/Plugins/ParaSMESHCorba/plugin/CMakeLists.txt +++ b/src/Plugins/ParaSMESHCorba/plugin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/Plugins/ParaSMESHCorba/plugin/ParaSMESHCorbaModule/CMakeLists.txt b/src/Plugins/ParaSMESHCorba/plugin/ParaSMESHCorbaModule/CMakeLists.txt index 7372964b..162c08b7 100644 --- a/src/Plugins/ParaSMESHCorba/plugin/ParaSMESHCorbaModule/CMakeLists.txt +++ b/src/Plugins/ParaSMESHCorba/plugin/ParaSMESHCorbaModule/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/Plugins/ParaSMESHCorba/plugin/ParaSMESHCorbaModule/vtkParaSMESHCorbaSource.cxx b/src/Plugins/ParaSMESHCorba/plugin/ParaSMESHCorbaModule/vtkParaSMESHCorbaSource.cxx index d03c5917..f5988263 100644 --- a/src/Plugins/ParaSMESHCorba/plugin/ParaSMESHCorbaModule/vtkParaSMESHCorbaSource.cxx +++ b/src/Plugins/ParaSMESHCorba/plugin/ParaSMESHCorbaModule/vtkParaSMESHCorbaSource.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ParaSMESHCorba/plugin/ParaSMESHCorbaModule/vtkParaSMESHCorbaSource.h b/src/Plugins/ParaSMESHCorba/plugin/ParaSMESHCorbaModule/vtkParaSMESHCorbaSource.h index 2dc1fa18..8e35f661 100644 --- a/src/Plugins/ParaSMESHCorba/plugin/ParaSMESHCorbaModule/vtkParaSMESHCorbaSource.h +++ b/src/Plugins/ParaSMESHCorba/plugin/ParaSMESHCorbaModule/vtkParaSMESHCorbaSource.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ScaleVector/CMakeLists.txt b/src/Plugins/ScaleVector/CMakeLists.txt index 5b8091ba..8ffe7efe 100644 --- a/src/Plugins/ScaleVector/CMakeLists.txt +++ b/src/Plugins/ScaleVector/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(ScaleVector) find_package(ParaView REQUIRED) diff --git a/src/Plugins/ScaleVector/plugin/CMakeLists.txt b/src/Plugins/ScaleVector/plugin/CMakeLists.txt index 783f761a..c55c14ba 100644 --- a/src/Plugins/ScaleVector/plugin/CMakeLists.txt +++ b/src/Plugins/ScaleVector/plugin/CMakeLists.txt @@ -1,3 +1,21 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# paraview_add_plugin(ScaleVector VERSION "1.0" diff --git a/src/Plugins/ScaleVector/plugin/ScaleVectorModule/CMakeLists.txt b/src/Plugins/ScaleVector/plugin/ScaleVectorModule/CMakeLists.txt index 7dd8e550..aa6cacd4 100644 --- a/src/Plugins/ScaleVector/plugin/ScaleVectorModule/CMakeLists.txt +++ b/src/Plugins/ScaleVector/plugin/ScaleVectorModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkScaleVectorFilter ) diff --git a/src/Plugins/ScaleVector/plugin/ScaleVectorModule/vtkScaleVectorFilter.cxx b/src/Plugins/ScaleVector/plugin/ScaleVectorModule/vtkScaleVectorFilter.cxx index 8ed96b1c..ec9edbda 100644 --- a/src/Plugins/ScaleVector/plugin/ScaleVectorModule/vtkScaleVectorFilter.cxx +++ b/src/Plugins/ScaleVector/plugin/ScaleVectorModule/vtkScaleVectorFilter.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/ScaleVector/plugin/ScaleVectorModule/vtkScaleVectorFilter.h b/src/Plugins/ScaleVector/plugin/ScaleVectorModule/vtkScaleVectorFilter.h index db6c62c5..83b676db 100644 --- a/src/Plugins/ScaleVector/plugin/ScaleVectorModule/vtkScaleVectorFilter.h +++ b/src/Plugins/ScaleVector/plugin/ScaleVectorModule/vtkScaleVectorFilter.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/SimpleMode/CMakeLists.txt b/src/Plugins/SimpleMode/CMakeLists.txt index 4fbf2cb9..99cb20d0 100644 --- a/src/Plugins/SimpleMode/CMakeLists.txt +++ b/src/Plugins/SimpleMode/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(SimpleModePlugin) find_package(ParaView REQUIRED) diff --git a/src/Plugins/SimpleMode/plugin/CMakeLists.txt b/src/Plugins/SimpleMode/plugin/CMakeLists.txt index 9daa2c66..2c92a40c 100644 --- a/src/Plugins/SimpleMode/plugin/CMakeLists.txt +++ b/src/Plugins/SimpleMode/plugin/CMakeLists.txt @@ -1,3 +1,21 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# paraview_add_plugin(SimpleModePlugin VERSION "1.0" diff --git a/src/Plugins/SimpleMode/plugin/SimpleModeModule/CMakeLists.txt b/src/Plugins/SimpleMode/plugin/SimpleModeModule/CMakeLists.txt index 51a29e9f..0d9c9957 100644 --- a/src/Plugins/SimpleMode/plugin/SimpleModeModule/CMakeLists.txt +++ b/src/Plugins/SimpleMode/plugin/SimpleModeModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkSimpleMode ) diff --git a/src/Plugins/SimpleMode/plugin/SimpleModeModule/vtkSimpleMode.cxx b/src/Plugins/SimpleMode/plugin/SimpleModeModule/vtkSimpleMode.cxx index a7262c36..1a6ac09e 100644 --- a/src/Plugins/SimpleMode/plugin/SimpleModeModule/vtkSimpleMode.cxx +++ b/src/Plugins/SimpleMode/plugin/SimpleModeModule/vtkSimpleMode.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 CEA/DEN, EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/SimpleMode/plugin/SimpleModeModule/vtkSimpleMode.h b/src/Plugins/SimpleMode/plugin/SimpleModeModule/vtkSimpleMode.h index dd2a2a7c..9111561b 100644 --- a/src/Plugins/SimpleMode/plugin/SimpleModeModule/vtkSimpleMode.h +++ b/src/Plugins/SimpleMode/plugin/SimpleModeModule/vtkSimpleMode.h @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 CEA/DEN, EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/StaticMesh/CMakeLists.txt b/src/Plugins/StaticMesh/CMakeLists.txt index 527c65fa..587a82a0 100644 --- a/src/Plugins/StaticMesh/CMakeLists.txt +++ b/src/Plugins/StaticMesh/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(StaticMesh) find_package(ParaView REQUIRED) diff --git a/src/Plugins/StaticMesh/plugin/CMakeLists.txt b/src/Plugins/StaticMesh/plugin/CMakeLists.txt index 940edc2f..e802b7ed 100644 --- a/src/Plugins/StaticMesh/plugin/CMakeLists.txt +++ b/src/Plugins/StaticMesh/plugin/CMakeLists.txt @@ -1,3 +1,21 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# paraview_add_plugin(StaticMesh VERSION "1.0" diff --git a/src/Plugins/StaticMesh/plugin/StaticMeshModule/CMakeLists.txt b/src/Plugins/StaticMesh/plugin/StaticMeshModule/CMakeLists.txt index 3069c470..ce3f0e9a 100644 --- a/src/Plugins/StaticMesh/plugin/StaticMeshModule/CMakeLists.txt +++ b/src/Plugins/StaticMesh/plugin/StaticMeshModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(private_classes vtkStaticDataSetSurfaceFilter vtkStaticEnSight6BinaryReader diff --git a/src/Plugins/TableReader/CMakeLists.txt b/src/Plugins/TableReader/CMakeLists.txt index ec7566b5..9ac7f672 100644 --- a/src/Plugins/TableReader/CMakeLists.txt +++ b/src/Plugins/TableReader/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(TableReaderPlugin) find_package(ParaView REQUIRED) diff --git a/src/Plugins/TableReader/plugin/CMakeLists.txt b/src/Plugins/TableReader/plugin/CMakeLists.txt index 47066645..99b9a2ee 100644 --- a/src/Plugins/TableReader/plugin/CMakeLists.txt +++ b/src/Plugins/TableReader/plugin/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + paraview_add_plugin(TableReaderPlugin VERSION "1.0" MODULES TableReaderModule TableTo3DModule diff --git a/src/Plugins/TableReader/plugin/TableReaderModule/CMakeLists.txt b/src/Plugins/TableReader/plugin/TableReaderModule/CMakeLists.txt index 33b4cb4a..3deaed29 100644 --- a/src/Plugins/TableReader/plugin/TableReaderModule/CMakeLists.txt +++ b/src/Plugins/TableReader/plugin/TableReaderModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkVisuTableReader ) diff --git a/src/Plugins/TableReader/plugin/TableReaderModule/TableParser.cxx b/src/Plugins/TableReader/plugin/TableReaderModule/TableParser.cxx index 9a3d0c14..88f2de13 100644 --- a/src/Plugins/TableReader/plugin/TableReaderModule/TableParser.cxx +++ b/src/Plugins/TableReader/plugin/TableReaderModule/TableParser.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/TableReader/plugin/TableReaderModule/TableParser.h b/src/Plugins/TableReader/plugin/TableReaderModule/TableParser.h index 7406ac5a..f8be4349 100644 --- a/src/Plugins/TableReader/plugin/TableReaderModule/TableParser.h +++ b/src/Plugins/TableReader/plugin/TableReaderModule/TableParser.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/TableReader/plugin/TableReaderModule/vtkVisuTableReader.cxx b/src/Plugins/TableReader/plugin/TableReaderModule/vtkVisuTableReader.cxx index fd160085..0d8a1b96 100644 --- a/src/Plugins/TableReader/plugin/TableReaderModule/vtkVisuTableReader.cxx +++ b/src/Plugins/TableReader/plugin/TableReaderModule/vtkVisuTableReader.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/TableReader/plugin/TableReaderModule/vtkVisuTableReader.h b/src/Plugins/TableReader/plugin/TableReaderModule/vtkVisuTableReader.h index e843a969..4e9f4e82 100644 --- a/src/Plugins/TableReader/plugin/TableReaderModule/vtkVisuTableReader.h +++ b/src/Plugins/TableReader/plugin/TableReaderModule/vtkVisuTableReader.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/TableReader/plugin/TableTo3DModule/CMakeLists.txt b/src/Plugins/TableReader/plugin/TableTo3DModule/CMakeLists.txt index 2bf1e311..5cbed932 100644 --- a/src/Plugins/TableReader/plugin/TableTo3DModule/CMakeLists.txt +++ b/src/Plugins/TableReader/plugin/TableTo3DModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkTableTo3D ) diff --git a/src/Plugins/TableReader/plugin/TableTo3DModule/vtkTableTo3D.cxx b/src/Plugins/TableReader/plugin/TableTo3DModule/vtkTableTo3D.cxx index c0b4fa51..cb7954f6 100644 --- a/src/Plugins/TableReader/plugin/TableTo3DModule/vtkTableTo3D.cxx +++ b/src/Plugins/TableReader/plugin/TableTo3DModule/vtkTableTo3D.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/TableReader/plugin/TableTo3DModule/vtkTableTo3D.h b/src/Plugins/TableReader/plugin/TableTo3DModule/vtkTableTo3D.h index cd415983..dba53ca5 100644 --- a/src/Plugins/TableReader/plugin/TableTo3DModule/vtkTableTo3D.h +++ b/src/Plugins/TableReader/plugin/TableTo3DModule/vtkTableTo3D.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/View/CMakeLists.txt b/src/Plugins/View/CMakeLists.txt index 9c709046..d514b1d5 100644 --- a/src/Plugins/View/CMakeLists.txt +++ b/src/Plugins/View/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/src/Plugins/View/MyDisplay.cxx b/src/Plugins/View/MyDisplay.cxx index 35f5a1c7..d05dc34b 100644 --- a/src/Plugins/View/MyDisplay.cxx +++ b/src/Plugins/View/MyDisplay.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/View/MyDisplay.h b/src/Plugins/View/MyDisplay.h index 0d59d906..c1a12626 100644 --- a/src/Plugins/View/MyDisplay.h +++ b/src/Plugins/View/MyDisplay.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/View/MyView.cxx b/src/Plugins/View/MyView.cxx index ee885b95..416faca2 100644 --- a/src/Plugins/View/MyView.cxx +++ b/src/Plugins/View/MyView.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/View/MyView.h b/src/Plugins/View/MyView.h index 6dcb5bd0..1df5a991 100644 --- a/src/Plugins/View/MyView.h +++ b/src/Plugins/View/MyView.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/src/Plugins/VoroGauss/CMakeLists.txt b/src/Plugins/VoroGauss/CMakeLists.txt index b17fe445..05896751 100644 --- a/src/Plugins/VoroGauss/CMakeLists.txt +++ b/src/Plugins/VoroGauss/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + cmake_minimum_required(VERSION 3.8) project(VoroGaussPlugin) find_package(ParaView REQUIRED) diff --git a/src/Plugins/VoroGauss/plugin/CMakeLists.txt b/src/Plugins/VoroGauss/plugin/CMakeLists.txt index 34320a00..a04bcefe 100644 --- a/src/Plugins/VoroGauss/plugin/CMakeLists.txt +++ b/src/Plugins/VoroGauss/plugin/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + # Common CMake macros # =================== set(TMP_CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}) diff --git a/src/Plugins/VoroGauss/plugin/VoroGaussModule/CMakeLists.txt b/src/Plugins/VoroGauss/plugin/VoroGaussModule/CMakeLists.txt index 85da8f9e..675a2223 100644 --- a/src/Plugins/VoroGauss/plugin/VoroGaussModule/CMakeLists.txt +++ b/src/Plugins/VoroGauss/plugin/VoroGaussModule/CMakeLists.txt @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2020 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + set(classes vtkVoroGauss ) diff --git a/src/Plugins/VoroGauss/plugin/VoroGaussModule/vtkVoroGauss.cxx b/src/Plugins/VoroGauss/plugin/VoroGaussModule/vtkVoroGauss.cxx index 57856383..e583f634 100644 --- a/src/Plugins/VoroGauss/plugin/VoroGaussModule/vtkVoroGauss.cxx +++ b/src/Plugins/VoroGauss/plugin/VoroGaussModule/vtkVoroGauss.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/VoroGauss/plugin/VoroGaussModule/vtkVoroGauss.h b/src/Plugins/VoroGauss/plugin/VoroGaussModule/vtkVoroGauss.h index ca43c643..79c5a5e3 100644 --- a/src/Plugins/VoroGauss/plugin/VoroGaussModule/vtkVoroGauss.h +++ b/src/Plugins/VoroGauss/plugin/VoroGaussModule/vtkVoroGauss.h @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 EDF R&D +// Copyright (C) 2017-2020 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/src/Plugins/VoroGauss/script/TestCase.py b/src/Plugins/VoroGauss/script/TestCase.py index 69e23f16..caae4b97 100644 --- a/src/Plugins/VoroGauss/script/TestCase.py +++ b/src/Plugins/VoroGauss/script/TestCase.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 EDF R&D +# Copyright (C) 2017-2020 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/test/CMakeLists.txt b/test/CMakeLists.txt index 1726d21b..b2c8effe 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/test/standalone/CMakeLists.txt b/test/standalone/CMakeLists.txt index b1bc797b..e7b5d8f5 100644 --- a/test/standalone/CMakeLists.txt +++ b/test/standalone/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/test/standalone/gui/CMakeLists.txt b/test/standalone/gui/CMakeLists.txt index 06ce8b9f..50587ff6 100644 --- a/test/standalone/gui/CMakeLists.txt +++ b/test/standalone/gui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/test/standalone/gui/PLMainWindow.cxx b/test/standalone/gui/PLMainWindow.cxx index 3c03eee4..f0f64bc2 100644 --- a/test/standalone/gui/PLMainWindow.cxx +++ b/test/standalone/gui/PLMainWindow.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/test/standalone/gui/PLMainWindow.hxx b/test/standalone/gui/PLMainWindow.hxx index 83219371..814d1f0e 100644 --- a/test/standalone/gui/PLMainWindow.hxx +++ b/test/standalone/gui/PLMainWindow.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/test/standalone/gui/PLViewTab.cxx b/test/standalone/gui/PLViewTab.cxx index 517e40a3..c2c25082 100644 --- a/test/standalone/gui/PLViewTab.cxx +++ b/test/standalone/gui/PLViewTab.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/test/standalone/gui/PLViewTab.hxx b/test/standalone/gui/PLViewTab.hxx index 177cf484..bd313b1e 100644 --- a/test/standalone/gui/PLViewTab.hxx +++ b/test/standalone/gui/PLViewTab.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/test/standalone/gui/PVViewer_Behaviors.cxx b/test/standalone/gui/PVViewer_Behaviors.cxx index d2b1540e..beb2a9d5 100644 --- a/test/standalone/gui/PVViewer_Behaviors.cxx +++ b/test/standalone/gui/PVViewer_Behaviors.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/test/standalone/gui/PVViewer_Behaviors.h b/test/standalone/gui/PVViewer_Behaviors.h index a80fcdef..12d2496a 100644 --- a/test/standalone/gui/PVViewer_Behaviors.h +++ b/test/standalone/gui/PVViewer_Behaviors.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/test/standalone/gui/PVViewer_Core.cxx b/test/standalone/gui/PVViewer_Core.cxx index 55b6510c..081b0642 100644 --- a/test/standalone/gui/PVViewer_Core.cxx +++ b/test/standalone/gui/PVViewer_Core.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/test/standalone/gui/PVViewer_Core.h b/test/standalone/gui/PVViewer_Core.h index adfbb785..13e8a04d 100644 --- a/test/standalone/gui/PVViewer_Core.h +++ b/test/standalone/gui/PVViewer_Core.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/test/standalone/gui/PVViewer_GUIElements.cxx b/test/standalone/gui/PVViewer_GUIElements.cxx index 2938b531..ff252f36 100644 --- a/test/standalone/gui/PVViewer_GUIElements.cxx +++ b/test/standalone/gui/PVViewer_GUIElements.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/test/standalone/gui/PVViewer_GUIElements.h b/test/standalone/gui/PVViewer_GUIElements.h index ad248b16..d9630fcd 100644 --- a/test/standalone/gui/PVViewer_GUIElements.h +++ b/test/standalone/gui/PVViewer_GUIElements.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/test/standalone/gui/main.cpp b/test/standalone/gui/main.cpp index 3b3e4cbf..d8c6dbeb 100644 --- a/test/standalone/gui/main.cpp +++ b/test/standalone/gui/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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/test/standalone/simple/CMakeLists.txt b/test/standalone/simple/CMakeLists.txt index 0a063216..2a4c2d12 100644 --- a/test/standalone/simple/CMakeLists.txt +++ b/test/standalone/simple/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2019 CEA/DEN, EDF R&D +# Copyright (C) 2010-2020 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/test/standalone/simple/Container_init_python.cxx b/test/standalone/simple/Container_init_python.cxx index f7983ea9..bdcef2da 100644 --- a/test/standalone/simple/Container_init_python.cxx +++ b/test/standalone/simple/Container_init_python.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/test/standalone/simple/Container_init_python.hxx b/test/standalone/simple/Container_init_python.hxx index 041695df..acc19432 100644 --- a/test/standalone/simple/Container_init_python.hxx +++ b/test/standalone/simple/Container_init_python.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/test/standalone/simple/PyInterp.h b/test/standalone/simple/PyInterp.h index bda9c10c..d23af15f 100644 --- a/test/standalone/simple/PyInterp.h +++ b/test/standalone/simple/PyInterp.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/test/standalone/simple/PyInterp_Utils.h b/test/standalone/simple/PyInterp_Utils.h index e5a41709..7b1c74d8 100644 --- a/test/standalone/simple/PyInterp_Utils.h +++ b/test/standalone/simple/PyInterp_Utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/test/standalone/simple/simple_gil.cxx b/test/standalone/simple/simple_gil.cxx index 89c1a16c..edc9a010 100644 --- a/test/standalone/simple/simple_gil.cxx +++ b/test/standalone/simple/simple_gil.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 CEA/DEN, EDF R&D +// Copyright (C) 2010-2020 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 -- 2.39.2