From 6a1ca8d833e9b3d06da192cc3e14704885a99098 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 24 Mar 2021 21:27:49 +0300 Subject: [PATCH] Copyright update 2021 --- CMakeLists.txt | 2 +- README | 6 +++--- SalomeSHAPERSTUDYConfig.cmake.in | 2 +- bin/CMakeLists.txt | 2 +- idl/CMakeLists.txt | 2 +- idl/SHAPERSTUDY_Gen.idl | 2 +- resources/CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- src/PY/CMakeLists.txt | 2 +- src/PY/SHAPERSTUDY.py | 2 +- src/PY/SHAPERSTUDY_Field.py | 2 +- src/PY/SHAPERSTUDY_IOperations.py | 2 +- src/PY/SHAPERSTUDY_Object.py | 2 +- src/PY/SHAPERSTUDY_utils.py | 2 +- src/PY/shaperBuilder.py | 2 +- src/SWIG/CMakeLists.txt | 2 +- src/SWIG/StudyData_Swig.i | 2 +- src/SalomeSessionless/CMakeLists.txt | 2 +- src/SalomeSessionless/SHAPERSTUDY_SalomeSessionless.py | 2 +- src/StudyData/CMakeLists.txt | 2 +- src/StudyData/StudyData.h | 2 +- src/StudyData/StudyData_Object.cpp | 2 +- src/StudyData/StudyData_Object.h | 2 +- src/StudyData/StudyData_Operation.cpp | 2 +- src/StudyData/StudyData_Operation.h | 2 +- src/StudyData/StudyData_XAO.cpp | 2 +- src/StudyData/StudyData_XAO.h | 2 +- 27 files changed, 29 insertions(+), 29 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbd4635..4550a1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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/README b/README index 81a9e19..0738ac7 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -*************************** -About SALOME SHAPERSTUDY sample -*************************** +************************ +About SALOME SHAPERSTUDY +************************ SALOME SHAPERSTUDY module is a SALOME module, providing SHAPER -> SMESH connecting. diff --git a/SalomeSHAPERSTUDYConfig.cmake.in b/SalomeSHAPERSTUDYConfig.cmake.in index c18716e..2605ea6 100644 --- a/SalomeSHAPERSTUDYConfig.cmake.in +++ b/SalomeSHAPERSTUDYConfig.cmake.in @@ -1,5 +1,5 @@ ############################################################### -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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 65df2b3..ff8d320 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/idl/CMakeLists.txt b/idl/CMakeLists.txt index 0f613af..334af3d 100644 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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/SHAPERSTUDY_Gen.idl b/idl/SHAPERSTUDY_Gen.idl index ad27058..2c8f5c8 100644 --- a/idl/SHAPERSTUDY_Gen.idl +++ b/idl/SHAPERSTUDY_Gen.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2020 CEA/DEN, EDF R&D +// Copyright (C) 2019-2021 CEA/DEN, EDF 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 9d4c5db..69d5a9b 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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 65a1046..3f4a680 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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/PY/CMakeLists.txt b/src/PY/CMakeLists.txt index faee982..501c51a 100644 --- a/src/PY/CMakeLists.txt +++ b/src/PY/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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/PY/SHAPERSTUDY.py b/src/PY/SHAPERSTUDY.py index b2e4519..f7d50d2 100644 --- a/src/PY/SHAPERSTUDY.py +++ b/src/PY/SHAPERSTUDY.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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/PY/SHAPERSTUDY_Field.py b/src/PY/SHAPERSTUDY_Field.py index 9fae487..9864bea 100644 --- a/src/PY/SHAPERSTUDY_Field.py +++ b/src/PY/SHAPERSTUDY_Field.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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/PY/SHAPERSTUDY_IOperations.py b/src/PY/SHAPERSTUDY_IOperations.py index b9edf64..091d176 100755 --- a/src/PY/SHAPERSTUDY_IOperations.py +++ b/src/PY/SHAPERSTUDY_IOperations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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/PY/SHAPERSTUDY_Object.py b/src/PY/SHAPERSTUDY_Object.py index 19a86e1..9ceee40 100755 --- a/src/PY/SHAPERSTUDY_Object.py +++ b/src/PY/SHAPERSTUDY_Object.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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/PY/SHAPERSTUDY_utils.py b/src/PY/SHAPERSTUDY_utils.py index e79cb28..3f90ed1 100755 --- a/src/PY/SHAPERSTUDY_utils.py +++ b/src/PY/SHAPERSTUDY_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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/PY/shaperBuilder.py b/src/PY/shaperBuilder.py index 52fedb5..3b0ae82 100644 --- a/src/PY/shaperBuilder.py +++ b/src/PY/shaperBuilder.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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/SWIG/CMakeLists.txt b/src/SWIG/CMakeLists.txt index c03c664..6575aea 100644 --- a/src/SWIG/CMakeLists.txt +++ b/src/SWIG/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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/SWIG/StudyData_Swig.i b/src/SWIG/StudyData_Swig.i index e77ae54..f6121fb 100644 --- a/src/SWIG/StudyData_Swig.i +++ b/src/SWIG/StudyData_Swig.i @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2020 CEA/DEN, EDF R&D +// Copyright (C) 2019-2021 CEA/DEN, EDF 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/SalomeSessionless/CMakeLists.txt b/src/SalomeSessionless/CMakeLists.txt index 1cadac3..b388377 100644 --- a/src/SalomeSessionless/CMakeLists.txt +++ b/src/SalomeSessionless/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2021 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2021 CEA/DEN, EDF 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/SalomeSessionless/SHAPERSTUDY_SalomeSessionless.py b/src/SalomeSessionless/SHAPERSTUDY_SalomeSessionless.py index 9375804..8456488 100644 --- a/src/SalomeSessionless/SHAPERSTUDY_SalomeSessionless.py +++ b/src/SalomeSessionless/SHAPERSTUDY_SalomeSessionless.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2021 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2021 CEA/DEN, EDF 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/StudyData/CMakeLists.txt b/src/StudyData/CMakeLists.txt index ee2a067..5d7cb61 100644 --- a/src/StudyData/CMakeLists.txt +++ b/src/StudyData/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 CEA/DEN, EDF R&D +# Copyright (C) 2019-2021 CEA/DEN, EDF 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/StudyData/StudyData.h b/src/StudyData/StudyData.h index 794282b..3e88c69 100644 --- a/src/StudyData/StudyData.h +++ b/src/StudyData/StudyData.h @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2020 CEA/DEN, EDF R&D +// Copyright (C) 2019-2021 CEA/DEN, EDF 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/StudyData/StudyData_Object.cpp b/src/StudyData/StudyData_Object.cpp index 9732060..ae88a1e 100644 --- a/src/StudyData/StudyData_Object.cpp +++ b/src/StudyData/StudyData_Object.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2020 CEA/DEN, EDF R&D +// Copyright (C) 2019-2021 CEA/DEN, EDF 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/StudyData/StudyData_Object.h b/src/StudyData/StudyData_Object.h index 7e84fc2..27f6105 100644 --- a/src/StudyData/StudyData_Object.h +++ b/src/StudyData/StudyData_Object.h @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2020 CEA/DEN, EDF R&D +// Copyright (C) 2019-2021 CEA/DEN, EDF 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/StudyData/StudyData_Operation.cpp b/src/StudyData/StudyData_Operation.cpp index cb44690..77dd905 100644 --- a/src/StudyData/StudyData_Operation.cpp +++ b/src/StudyData/StudyData_Operation.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2020 CEA/DEN, EDF R&D +// Copyright (C) 2019-2021 CEA/DEN, EDF 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/StudyData/StudyData_Operation.h b/src/StudyData/StudyData_Operation.h index f1b7ae5..884a2a8 100644 --- a/src/StudyData/StudyData_Operation.h +++ b/src/StudyData/StudyData_Operation.h @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2020 CEA/DEN, EDF R&D +// Copyright (C) 2019-2021 CEA/DEN, EDF 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/StudyData/StudyData_XAO.cpp b/src/StudyData/StudyData_XAO.cpp index 414feb1..351471b 100644 --- a/src/StudyData/StudyData_XAO.cpp +++ b/src/StudyData/StudyData_XAO.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2020 CEA/DEN, EDF R&D +// Copyright (C) 2019-2021 CEA/DEN, EDF 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/StudyData/StudyData_XAO.h b/src/StudyData/StudyData_XAO.h index c6cb0c9..ba53015 100644 --- a/src/StudyData/StudyData_XAO.h +++ b/src/StudyData/StudyData_XAO.h @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2020 CEA/DEN, EDF R&D +// Copyright (C) 2019-2021 CEA/DEN, EDF 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.30.2