From: mbs Date: Sat, 20 Jan 2024 14:01:06 +0000 (+0000) Subject: Updated copyright comment X-Git-Url: http://git.salome-platform.org/gitweb/?p=tools%2Fpy2cpp.git;a=commitdiff_plain Updated copyright comment --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 082bfad..aa73bb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 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 8aee689..09e26c0 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 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 44dd70f..d290974 100644 --- a/example/main.cxx +++ b/example/main.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 35729d3..d81b22b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 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 47b53b9..d4fdbe2 100644 --- a/src/Errors.cxx +++ b/src/Errors.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 49cac3f..127f3fc 100644 --- a/src/Errors.hxx +++ b/src/Errors.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 d869b3b..a73ad77 100644 --- a/src/PyFunction.cxx +++ b/src/PyFunction.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 c2edc4c..ccb16cf 100644 --- a/src/PyFunction.hxx +++ b/src/PyFunction.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 8182951..b2a5206 100644 --- a/src/PyPtr.cxx +++ b/src/PyPtr.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 d21b6f5..d119c48 100644 --- a/src/PyPtr.hxx +++ b/src/PyPtr.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 c389dda..913ef47 100644 --- a/src/Result.hxx +++ b/src/Result.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 b6a792d..bbf8567 100644 --- a/src/Test/CMakeLists.txt +++ b/src/Test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2023 EDF +# Copyright (C) 2019-2024 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 b8d87f6..48204e0 100644 --- a/src/Test/ConversionTest.cxx +++ b/src/Test/ConversionTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 d1581f0..a40f2e2 100644 --- a/src/Test/ConversionTest.hxx +++ b/src/Test/ConversionTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 7182986..d348124 100644 --- a/src/Test/TestMain.cxx +++ b/src/Test/TestMain.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 c69abae..6216ba7 100644 --- a/src/TypeConversions.cxx +++ b/src/TypeConversions.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 00ea199..b160f1e 100644 --- a/src/TypeConversions.hxx +++ b/src/TypeConversions.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 6b82f0e..c1fb2b7 100644 --- a/src/py2cpp.hxx +++ b/src/py2cpp.hxx @@ -1,5 +1,5 @@ -// Copyright (C) 2019-2023 EDF +// Copyright (C) 2019-2024 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 aa1f8b5..0f742df 100644 --- a/src/py2cppExports.hxx +++ b/src/py2cppExports.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2022-2023 EDF +// Copyright (C) 2022-2024 EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public