From bd7a773c9e561b85f22b3abd5a2153e1d74ac926 Mon Sep 17 00:00:00 2001 From: mbs Date: Fri, 16 Jun 2023 20:09:06 +0100 Subject: [PATCH] updated copyright message --- CMakeLists.txt | 2 +- example/CMakeLists.txt | 2 +- example/main.cxx | 2 +- src/CMakeLists.txt | 2 +- src/Errors.cxx | 2 +- src/Errors.hxx | 2 +- src/PyFunction.cxx | 2 +- src/PyFunction.hxx | 2 +- src/PyPtr.cxx | 2 +- src/PyPtr.hxx | 2 +- src/Result.hxx | 2 +- src/Test/CMakeLists.txt | 2 +- src/Test/ConversionTest.cxx | 2 +- src/Test/ConversionTest.hxx | 2 +- src/Test/TestMain.cxx | 2 +- src/TypeConversions.cxx | 2 +- src/TypeConversions.hxx | 2 +- src/py2cpp.hxx | 2 +- src/py2cppExports.hxx | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 410952d..53afce5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2021 EDF R&D +# Copyright (C) 2019-2023 EDF 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/example/CMakeLists.txt b/example/CMakeLists.txt index 5497332..2b22441 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2021 EDF R&D +# Copyright (C) 2019-2023 EDF 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/example/main.cxx b/example/main.cxx index 2e66e2b..fc8bff2 100644 --- a/example/main.cxx +++ b/example/main.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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 8335a7e..2880ab5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2021 EDF R&D +# Copyright (C) 2019-2023 EDF 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/Errors.cxx b/src/Errors.cxx index a67984a..87f4c7c 100644 --- a/src/Errors.cxx +++ b/src/Errors.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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/Errors.hxx b/src/Errors.hxx index 8400767..15bb8d6 100644 --- a/src/Errors.hxx +++ b/src/Errors.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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/PyFunction.cxx b/src/PyFunction.cxx index 41282c7..18ec7dc 100644 --- a/src/PyFunction.cxx +++ b/src/PyFunction.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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/PyFunction.hxx b/src/PyFunction.hxx index 39a6f12..ca478c0 100644 --- a/src/PyFunction.hxx +++ b/src/PyFunction.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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/PyPtr.cxx b/src/PyPtr.cxx index d7a532f..62ddc94 100644 --- a/src/PyPtr.cxx +++ b/src/PyPtr.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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/PyPtr.hxx b/src/PyPtr.hxx index d118d3b..b012843 100644 --- a/src/PyPtr.hxx +++ b/src/PyPtr.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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/Result.hxx b/src/Result.hxx index 9a89a0e..37c9535 100644 --- a/src/Result.hxx +++ b/src/Result.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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/Test/CMakeLists.txt b/src/Test/CMakeLists.txt index 81cc604..702d6ad 100644 --- a/src/Test/CMakeLists.txt +++ b/src/Test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2021 EDF R&D +# Copyright (C) 2019-2023 EDF 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/Test/ConversionTest.cxx b/src/Test/ConversionTest.cxx index 789f67a..bf537cf 100644 --- a/src/Test/ConversionTest.cxx +++ b/src/Test/ConversionTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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/Test/ConversionTest.hxx b/src/Test/ConversionTest.hxx index faa0eec..42938d1 100644 --- a/src/Test/ConversionTest.hxx +++ b/src/Test/ConversionTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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/Test/TestMain.cxx b/src/Test/TestMain.cxx index 9f44746..7ecbeb2 100644 --- a/src/Test/TestMain.cxx +++ b/src/Test/TestMain.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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/TypeConversions.cxx b/src/TypeConversions.cxx index f59074c..3f35756 100644 --- a/src/TypeConversions.cxx +++ b/src/TypeConversions.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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/TypeConversions.hxx b/src/TypeConversions.hxx index 9f58844..0052541 100644 --- a/src/TypeConversions.hxx +++ b/src/TypeConversions.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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/py2cpp.hxx b/src/py2cpp.hxx index 3233e4c..679a6b7 100644 --- a/src/py2cpp.hxx +++ b/src/py2cpp.hxx @@ -1,5 +1,5 @@ -// Copyright (C) 2019-2021 EDF R&D +// Copyright (C) 2019-2023 EDF 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/py2cppExports.hxx b/src/py2cppExports.hxx index cc55549..8137357 100644 --- a/src/py2cppExports.hxx +++ b/src/py2cppExports.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2021 EDF R&D +// Copyright (C) 2022-2023 EDF 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