From b4cd7e3bdfcc632f1e12a64dfc4228fbfa5fa965 Mon Sep 17 00:00:00 2001 From: Ovidiu MIRCESCU Date: Wed, 31 Mar 2021 16:20:47 +0200 Subject: [PATCH] Update licence. --- 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 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index faa27a9..410952d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # This 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 56de32d..5497332 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # This 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 5d25149..2e66e2b 100644 --- a/example/main.cxx +++ b/example/main.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // This library 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 08bfb17..9022030 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # This library 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 f0984fc..a67984a 100644 --- a/src/Errors.cxx +++ b/src/Errors.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // This library 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 bf709c3..a325820 100644 --- a/src/Errors.hxx +++ b/src/Errors.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // This library 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 8742734..41282c7 100644 --- a/src/PyFunction.cxx +++ b/src/PyFunction.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // This library 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 6e20847..b110c24 100644 --- a/src/PyFunction.hxx +++ b/src/PyFunction.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // This library 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 9e0a6f6..d7a532f 100644 --- a/src/PyPtr.cxx +++ b/src/PyPtr.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // This library 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 d616e69..dad9bab 100644 --- a/src/PyPtr.hxx +++ b/src/PyPtr.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // This library 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 edb6f5e..301d795 100644 --- a/src/Result.hxx +++ b/src/Result.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // This library 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 d757d0b..81cc604 100644 --- a/src/Test/CMakeLists.txt +++ b/src/Test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019 EDF R&D +# Copyright (C) 2019-2021 EDF R&D # # This library 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 edfa6ee..789f67a 100644 --- a/src/Test/ConversionTest.cxx +++ b/src/Test/ConversionTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // This library 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 7c11b39..faa0eec 100644 --- a/src/Test/ConversionTest.hxx +++ b/src/Test/ConversionTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // This library 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 dcc31f3..9f44746 100644 --- a/src/Test/TestMain.cxx +++ b/src/Test/TestMain.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // This library 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 1f5a254..f59074c 100644 --- a/src/TypeConversions.cxx +++ b/src/TypeConversions.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // This library 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 48ec9da..7e8dab2 100644 --- a/src/TypeConversions.hxx +++ b/src/TypeConversions.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF R&D // // This library 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 4eb7e4f..3233e4c 100644 --- a/src/py2cpp.hxx +++ b/src/py2cpp.hxx @@ -1,5 +1,5 @@ -// Copyright (C) 2019 EDF R&D +// Copyright (C) 2019-2021 EDF 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