From 8b09a6577576d69b7146fad408bd7b64b3947f60 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 15 Apr 2020 19:11:01 +0300 Subject: [PATCH] Copyright update 2020 --- ATOMIC_version.h.in | 2 +- CMakeLists.txt | 2 +- SalomeATOMICConfig.cmake.in | 2 +- bin/CMakeLists.txt | 2 +- cmake/CMakeLists.txt | 2 +- cmake/FindSalomeATOMIC.cmake | 2 +- resources/CMakeLists.txt | 2 +- src/ATOMICGUI/ATOMICGUI.cxx | 2 +- src/ATOMICGUI/ATOMICGUI.h | 2 +- src/ATOMICGUI/ATOMICGUI_ATOMICGUI.hxx | 2 +- src/ATOMICGUI/ATOMICGUI_AddAtomDlg.cxx | 2 +- src/ATOMICGUI/ATOMICGUI_AddAtomDlg.h | 2 +- src/ATOMICGUI/ATOMICGUI_AddAtomOp.cxx | 2 +- src/ATOMICGUI/ATOMICGUI_AddAtomOp.h | 2 +- src/ATOMICGUI/ATOMICGUI_CreateMolOp.cxx | 2 +- src/ATOMICGUI/ATOMICGUI_CreateMolOp.h | 2 +- src/ATOMICGUI/ATOMICGUI_Data.cxx | 2 +- src/ATOMICGUI/ATOMICGUI_Data.h | 2 +- src/ATOMICGUI/ATOMICGUI_DataModel.cxx | 2 +- src/ATOMICGUI/ATOMICGUI_DataModel.h | 2 +- src/ATOMICGUI/ATOMICGUI_DataObject.cxx | 2 +- src/ATOMICGUI/ATOMICGUI_DataObject.h | 2 +- src/ATOMICGUI/ATOMICGUI_DeleteOp.cxx | 2 +- src/ATOMICGUI/ATOMICGUI_DeleteOp.h | 2 +- src/ATOMICGUI/ATOMICGUI_ImportExportOp.cxx | 2 +- src/ATOMICGUI/ATOMICGUI_ImportExportOp.h | 2 +- src/ATOMICGUI/ATOMICGUI_Operation.cxx | 2 +- src/ATOMICGUI/ATOMICGUI_Operation.h | 2 +- src/ATOMICGUI/ATOMICGUI_RenameOp.cxx | 2 +- src/ATOMICGUI/ATOMICGUI_RenameOp.h | 2 +- src/ATOMICGUI/ATOMICGUI_Selection.cxx | 2 +- src/ATOMICGUI/ATOMICGUI_Selection.h | 2 +- src/ATOMICGUI/CMakeLists.txt | 2 +- src/AtomicPy/AtomicPy.cxx | 2 +- src/AtomicPy/AtomicPy.h | 2 +- src/AtomicPy/AtomicPy.sip | 2 +- src/AtomicPy/CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/ATOMIC_version.h.in b/ATOMIC_version.h.in index 4cee940..1a478ec 100644 --- a/ATOMIC_version.h.in +++ b/ATOMIC_version.h.in @@ -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 // // 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/CMakeLists.txt b/CMakeLists.txt index 41819df..c0d51ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2019 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2020 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/SalomeATOMICConfig.cmake.in b/SalomeATOMICConfig.cmake.in index 0b34918..1a918ba 100644 --- a/SalomeATOMICConfig.cmake.in +++ b/SalomeATOMICConfig.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2019 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2020 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index 991e4dd..40e7ff7 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2019 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2020 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 3331a6b..37a224a 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2019 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2020 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/cmake/FindSalomeATOMIC.cmake b/cmake/FindSalomeATOMIC.cmake index 5ad365a..e776d2c 100644 --- a/cmake/FindSalomeATOMIC.cmake +++ b/cmake/FindSalomeATOMIC.cmake @@ -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 # # 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 8b4ed97..8244af7 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2019 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2020 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/ATOMICGUI/ATOMICGUI.cxx b/src/ATOMICGUI/ATOMICGUI.cxx index 86d29df..1b13449 100644 --- a/src/ATOMICGUI/ATOMICGUI.cxx +++ b/src/ATOMICGUI/ATOMICGUI.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 // // 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/ATOMICGUI/ATOMICGUI.h b/src/ATOMICGUI/ATOMICGUI.h index 75ee974..d5214c1 100644 --- a/src/ATOMICGUI/ATOMICGUI.h +++ b/src/ATOMICGUI/ATOMICGUI.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 // // 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/ATOMICGUI/ATOMICGUI_ATOMICGUI.hxx b/src/ATOMICGUI/ATOMICGUI_ATOMICGUI.hxx index 9bdb07f..3af2c29 100644 --- a/src/ATOMICGUI/ATOMICGUI_ATOMICGUI.hxx +++ b/src/ATOMICGUI/ATOMICGUI_ATOMICGUI.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2013-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/src/ATOMICGUI/ATOMICGUI_AddAtomDlg.cxx b/src/ATOMICGUI/ATOMICGUI_AddAtomDlg.cxx index 909f112..dbbf104 100644 --- a/src/ATOMICGUI/ATOMICGUI_AddAtomDlg.cxx +++ b/src/ATOMICGUI/ATOMICGUI_AddAtomDlg.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 // // 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/ATOMICGUI/ATOMICGUI_AddAtomDlg.h b/src/ATOMICGUI/ATOMICGUI_AddAtomDlg.h index b4ff2fe..40f5a54 100644 --- a/src/ATOMICGUI/ATOMICGUI_AddAtomDlg.h +++ b/src/ATOMICGUI/ATOMICGUI_AddAtomDlg.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 // // 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/ATOMICGUI/ATOMICGUI_AddAtomOp.cxx b/src/ATOMICGUI/ATOMICGUI_AddAtomOp.cxx index cb79bd7..652f6b4 100644 --- a/src/ATOMICGUI/ATOMICGUI_AddAtomOp.cxx +++ b/src/ATOMICGUI/ATOMICGUI_AddAtomOp.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 // // 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/ATOMICGUI/ATOMICGUI_AddAtomOp.h b/src/ATOMICGUI/ATOMICGUI_AddAtomOp.h index b005166..b0923c4 100644 --- a/src/ATOMICGUI/ATOMICGUI_AddAtomOp.h +++ b/src/ATOMICGUI/ATOMICGUI_AddAtomOp.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 // // 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/ATOMICGUI/ATOMICGUI_CreateMolOp.cxx b/src/ATOMICGUI/ATOMICGUI_CreateMolOp.cxx index 39ca131..4fc06de 100644 --- a/src/ATOMICGUI/ATOMICGUI_CreateMolOp.cxx +++ b/src/ATOMICGUI/ATOMICGUI_CreateMolOp.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 // // 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/ATOMICGUI/ATOMICGUI_CreateMolOp.h b/src/ATOMICGUI/ATOMICGUI_CreateMolOp.h index 581eef4..566b2ac 100644 --- a/src/ATOMICGUI/ATOMICGUI_CreateMolOp.h +++ b/src/ATOMICGUI/ATOMICGUI_CreateMolOp.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 // // 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/ATOMICGUI/ATOMICGUI_Data.cxx b/src/ATOMICGUI/ATOMICGUI_Data.cxx index 505d7af..0244e31 100644 --- a/src/ATOMICGUI/ATOMICGUI_Data.cxx +++ b/src/ATOMICGUI/ATOMICGUI_Data.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 // // 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/ATOMICGUI/ATOMICGUI_Data.h b/src/ATOMICGUI/ATOMICGUI_Data.h index 206f2aa..1081c71 100644 --- a/src/ATOMICGUI/ATOMICGUI_Data.h +++ b/src/ATOMICGUI/ATOMICGUI_Data.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 // // 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/ATOMICGUI/ATOMICGUI_DataModel.cxx b/src/ATOMICGUI/ATOMICGUI_DataModel.cxx index ca58b97..44dd52f 100644 --- a/src/ATOMICGUI/ATOMICGUI_DataModel.cxx +++ b/src/ATOMICGUI/ATOMICGUI_DataModel.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 // // 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/ATOMICGUI/ATOMICGUI_DataModel.h b/src/ATOMICGUI/ATOMICGUI_DataModel.h index 3246609..738a0d9 100644 --- a/src/ATOMICGUI/ATOMICGUI_DataModel.h +++ b/src/ATOMICGUI/ATOMICGUI_DataModel.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 // // 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/ATOMICGUI/ATOMICGUI_DataObject.cxx b/src/ATOMICGUI/ATOMICGUI_DataObject.cxx index e227dcd..2cc75e4 100644 --- a/src/ATOMICGUI/ATOMICGUI_DataObject.cxx +++ b/src/ATOMICGUI/ATOMICGUI_DataObject.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 // // 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/ATOMICGUI/ATOMICGUI_DataObject.h b/src/ATOMICGUI/ATOMICGUI_DataObject.h index cf20bee..d3268de 100644 --- a/src/ATOMICGUI/ATOMICGUI_DataObject.h +++ b/src/ATOMICGUI/ATOMICGUI_DataObject.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 // // 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/ATOMICGUI/ATOMICGUI_DeleteOp.cxx b/src/ATOMICGUI/ATOMICGUI_DeleteOp.cxx index 65daead..a5b17b0 100644 --- a/src/ATOMICGUI/ATOMICGUI_DeleteOp.cxx +++ b/src/ATOMICGUI/ATOMICGUI_DeleteOp.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 // // 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/ATOMICGUI/ATOMICGUI_DeleteOp.h b/src/ATOMICGUI/ATOMICGUI_DeleteOp.h index e86c938..a54c39b 100644 --- a/src/ATOMICGUI/ATOMICGUI_DeleteOp.h +++ b/src/ATOMICGUI/ATOMICGUI_DeleteOp.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 // // 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/ATOMICGUI/ATOMICGUI_ImportExportOp.cxx b/src/ATOMICGUI/ATOMICGUI_ImportExportOp.cxx index 5a99fa1..44e664f 100644 --- a/src/ATOMICGUI/ATOMICGUI_ImportExportOp.cxx +++ b/src/ATOMICGUI/ATOMICGUI_ImportExportOp.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 // // 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/ATOMICGUI/ATOMICGUI_ImportExportOp.h b/src/ATOMICGUI/ATOMICGUI_ImportExportOp.h index ec528b8..aa6a554 100644 --- a/src/ATOMICGUI/ATOMICGUI_ImportExportOp.h +++ b/src/ATOMICGUI/ATOMICGUI_ImportExportOp.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 // // 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/ATOMICGUI/ATOMICGUI_Operation.cxx b/src/ATOMICGUI/ATOMICGUI_Operation.cxx index ecd976b..52be9dc 100644 --- a/src/ATOMICGUI/ATOMICGUI_Operation.cxx +++ b/src/ATOMICGUI/ATOMICGUI_Operation.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 // // 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/ATOMICGUI/ATOMICGUI_Operation.h b/src/ATOMICGUI/ATOMICGUI_Operation.h index 08c5723..eb3cd1c 100644 --- a/src/ATOMICGUI/ATOMICGUI_Operation.h +++ b/src/ATOMICGUI/ATOMICGUI_Operation.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 // // 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/ATOMICGUI/ATOMICGUI_RenameOp.cxx b/src/ATOMICGUI/ATOMICGUI_RenameOp.cxx index 5ff2480..5505932 100644 --- a/src/ATOMICGUI/ATOMICGUI_RenameOp.cxx +++ b/src/ATOMICGUI/ATOMICGUI_RenameOp.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 // // 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/ATOMICGUI/ATOMICGUI_RenameOp.h b/src/ATOMICGUI/ATOMICGUI_RenameOp.h index 77d0b27..09ffabd 100644 --- a/src/ATOMICGUI/ATOMICGUI_RenameOp.h +++ b/src/ATOMICGUI/ATOMICGUI_RenameOp.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 // // 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/ATOMICGUI/ATOMICGUI_Selection.cxx b/src/ATOMICGUI/ATOMICGUI_Selection.cxx index 37034a7..5850920 100644 --- a/src/ATOMICGUI/ATOMICGUI_Selection.cxx +++ b/src/ATOMICGUI/ATOMICGUI_Selection.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 // // 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/ATOMICGUI/ATOMICGUI_Selection.h b/src/ATOMICGUI/ATOMICGUI_Selection.h index 12d620f..5450e1f 100644 --- a/src/ATOMICGUI/ATOMICGUI_Selection.h +++ b/src/ATOMICGUI/ATOMICGUI_Selection.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 // // 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/ATOMICGUI/CMakeLists.txt b/src/ATOMICGUI/CMakeLists.txt index c87e809..f439683 100644 --- a/src/ATOMICGUI/CMakeLists.txt +++ b/src/ATOMICGUI/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2019 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2020 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/AtomicPy/AtomicPy.cxx b/src/AtomicPy/AtomicPy.cxx index 8e09d91..558f02c 100644 --- a/src/AtomicPy/AtomicPy.cxx +++ b/src/AtomicPy/AtomicPy.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 // // 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/AtomicPy/AtomicPy.h b/src/AtomicPy/AtomicPy.h index 860fb95..3510958 100644 --- a/src/AtomicPy/AtomicPy.h +++ b/src/AtomicPy/AtomicPy.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 // // 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/AtomicPy/AtomicPy.sip b/src/AtomicPy/AtomicPy.sip index bfb2b1c..1145645 100644 --- a/src/AtomicPy/AtomicPy.sip +++ b/src/AtomicPy/AtomicPy.sip @@ -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 // // 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/AtomicPy/CMakeLists.txt b/src/AtomicPy/CMakeLists.txt index cabf1b8..2ea7b31 100644 --- a/src/AtomicPy/CMakeLists.txt +++ b/src/AtomicPy/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2019 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2020 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 63c58ab..24807a3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2019 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2020 CEA/DEN, EDF R&D, OPEN CASCADE # # 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