From c2970682f71878689c702160b132b4eb3db70e91 Mon Sep 17 00:00:00 2001 From: mbs Date: Mon, 19 Jun 2023 18:13:15 +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 53afce5..082bfad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF R&D +# Copyright (C) 2019-2023 EDF # # This 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 2b22441..8aee689 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF R&D +# Copyright (C) 2019-2023 EDF # # This 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 fc8bff2..44dd70f 100644 --- a/example/main.cxx +++ b/example/main.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 2880ab5..35729d3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF R&D +# Copyright (C) 2019-2023 EDF # # This 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 87f4c7c..47b53b9 100644 --- a/src/Errors.cxx +++ b/src/Errors.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 15bb8d6..49cac3f 100644 --- a/src/Errors.hxx +++ b/src/Errors.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 18ec7dc..d869b3b 100644 --- a/src/PyFunction.cxx +++ b/src/PyFunction.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 ca478c0..c2edc4c 100644 --- a/src/PyFunction.hxx +++ b/src/PyFunction.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 62ddc94..8182951 100644 --- a/src/PyPtr.cxx +++ b/src/PyPtr.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 b012843..d21b6f5 100644 --- a/src/PyPtr.hxx +++ b/src/PyPtr.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 37c9535..c389dda 100644 --- a/src/Result.hxx +++ b/src/Result.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 702d6ad..b6a792d 100644 --- a/src/Test/CMakeLists.txt +++ b/src/Test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF R&D +# Copyright (C) 2019-2023 EDF # # This 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 bf537cf..b8d87f6 100644 --- a/src/Test/ConversionTest.cxx +++ b/src/Test/ConversionTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 42938d1..d1581f0 100644 --- a/src/Test/ConversionTest.hxx +++ b/src/Test/ConversionTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 7ecbeb2..7182986 100644 --- a/src/Test/TestMain.cxx +++ b/src/Test/TestMain.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 3f35756..c69abae 100644 --- a/src/TypeConversions.cxx +++ b/src/TypeConversions.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 0052541..00ea199 100644 --- a/src/TypeConversions.hxx +++ b/src/TypeConversions.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 679a6b7..6b82f0e 100644 --- a/src/py2cpp.hxx +++ b/src/py2cpp.hxx @@ -1,5 +1,5 @@ -// Copyright (C) 2019-2023 EDF R&D +// Copyright (C) 2019-2023 EDF // // This 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 8137357..aa1f8b5 100644 --- a/src/py2cppExports.hxx +++ b/src/py2cppExports.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2022-2023 EDF R&D +// Copyright (C) 2022-2023 EDF // // 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