From: jfa Date: Mon, 9 Sep 2024 15:23:52 +0000 (+0100) Subject: Merge branch 'V9_13_BR' X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=HEAD;hp=b9f54481b8dff0b878e4fed3d4dcf959010fcc91;p=samples%2Fgenericsolver.git Merge branch 'V9_13_BR' --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1449a23..e6b8c88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -38,7 +38,7 @@ ENDIF() # Versioning # =========== -SALOME_SETUP_VERSION(9.12.0) +SALOME_SETUP_VERSION(9.13.0) MESSAGE(STATUS "Building ${PROJECT_NAME_UC} ${${PROJECT_NAME_UC}_VERSION} from \"${${PROJECT_NAME_UC}_GIT_SHA1}\"") # Find KERNEL diff --git a/SalomeGENERICSOLVERConfig.cmake.in b/SalomeGENERICSOLVERConfig.cmake.in index cd58483..7f47e1c 100644 --- a/SalomeGENERICSOLVERConfig.cmake.in +++ b/SalomeGENERICSOLVERConfig.cmake.in @@ -5,7 +5,7 @@ # ############################################################### -# Copyright (C) 2012-2023 EDF +# Copyright (C) 2012-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/idl/CMakeLists.txt b/idl/CMakeLists.txt index fcfd8ec..7cd554d 100644 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/idl/DEVIATION_Gen.idl b/idl/DEVIATION_Gen.idl index 1c5a656..cb773f3 100644 --- a/idl/DEVIATION_Gen.idl +++ b/idl/DEVIATION_Gen.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2023 EDF +// Copyright (C) 2009-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/idl/GENERICSOLVER_Gen.idl b/idl/GENERICSOLVER_Gen.idl index f7166fd..eeade49 100644 --- a/idl/GENERICSOLVER_Gen.idl +++ b/idl/GENERICSOLVER_Gen.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2023 EDF +// Copyright (C) 2009-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/resources/CMakeLists.txt b/resources/CMakeLists.txt index 108ecc9..7781fd9 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/resources/yacsgen_example.py b/resources/yacsgen_example.py index 24d7289..88f9d7d 100755 --- a/resources/yacsgen_example.py +++ b/resources/yacsgen_example.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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 9bdff3a..cfa3169 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/GENERICSOLVER/CMakeLists.txt b/src/GENERICSOLVER/CMakeLists.txt index aba41ba..0a48c8f 100644 --- a/src/GENERICSOLVER/CMakeLists.txt +++ b/src/GENERICSOLVER/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/GENERICSOLVER/DEVIATION.py b/src/GENERICSOLVER/DEVIATION.py index 9a71336..8affa57 100644 --- a/src/GENERICSOLVER/DEVIATION.py +++ b/src/GENERICSOLVER/DEVIATION.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/GENERICSOLVER/GENERICSOLVER.py b/src/GENERICSOLVER/GENERICSOLVER.py index 2dd8e50..ab8f624 100644 --- a/src/GENERICSOLVER/GENERICSOLVER.py +++ b/src/GENERICSOLVER/GENERICSOLVER.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/GENERICSOLVERGUI/CMakeLists.txt b/src/GENERICSOLVERGUI/CMakeLists.txt index 14f7e04..e9b458f 100644 --- a/src/GENERICSOLVERGUI/CMakeLists.txt +++ b/src/GENERICSOLVERGUI/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/GENERICSOLVERGUI/GENERICSOLVERGUI.py b/src/GENERICSOLVERGUI/GENERICSOLVERGUI.py index 90f82fc..e49856a 100644 --- a/src/GENERICSOLVERGUI/GENERICSOLVERGUI.py +++ b/src/GENERICSOLVERGUI/GENERICSOLVERGUI.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public