diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97812b42..5ff091ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # .gitlab-ci.yml -- Pamhyr gitlab-ci -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/AUTHORS b/AUTHORS index 55259e98..269a1325 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,3 @@ Sylvain COULIBALY, INRAE, 2020 - 2022 Théophile TERRAZ, INRAE, 2022 - 2024 -Pierre-Antoine ROUBY, INRAE, 2023 - 2024 \ No newline at end of file +Pierre-Antoine ROUBY, INRAE, 2023 - 2025 \ No newline at end of file diff --git a/src/Checker/Adists.py b/src/Checker/Adists.py index a4315db4..eae7df0a 100644 --- a/src/Checker/Adists.py +++ b/src/Checker/Adists.py @@ -1,5 +1,5 @@ # Adists.py -- Pamhyr study checkers -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Checker/Checker.py b/src/Checker/Checker.py index fec6ff9b..d311fde5 100644 --- a/src/Checker/Checker.py +++ b/src/Checker/Checker.py @@ -1,5 +1,5 @@ # Checker.py -- Pamhyr abstract checker class -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Checker/Mage.py b/src/Checker/Mage.py index acb2ddc8..62c5342b 100644 --- a/src/Checker/Mage.py +++ b/src/Checker/Mage.py @@ -1,5 +1,5 @@ # Mage.py -- Pamhyr MAGE checkers -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Checker/Study.py b/src/Checker/Study.py index b893a507..09c223d4 100644 --- a/src/Checker/Study.py +++ b/src/Checker/Study.py @@ -1,5 +1,5 @@ # Study.py -- Pamhyr study checkers -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Meshing/AMeshingTool.py b/src/Meshing/AMeshingTool.py index 88d2782a..f5d5cff2 100644 --- a/src/Meshing/AMeshingTool.py +++ b/src/Meshing/AMeshingTool.py @@ -1,5 +1,5 @@ # AMeshingTool.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Meshing/Mage.py b/src/Meshing/Mage.py index 2d28fb04..f99d3178 100644 --- a/src/Meshing/Mage.py +++ b/src/Meshing/Mage.py @@ -1,5 +1,5 @@ # Mage.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Meshing/__init__.py b/src/Meshing/__init__.py index b9b99472..bf12a7a6 100644 --- a/src/Meshing/__init__.py +++ b/src/Meshing/__init__.py @@ -1,5 +1,5 @@ # __init__.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Meshing/test_Meshing.py b/src/Meshing/test_Meshing.py index 0abc41f8..22c52707 100644 --- a/src/Meshing/test_Meshing.py +++ b/src/Meshing/test_Meshing.py @@ -1,5 +1,5 @@ # test_Model.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/AdditionalFile/AddFile.py b/src/Model/AdditionalFile/AddFile.py index 8134a1c7..c7b5d22f 100644 --- a/src/Model/AdditionalFile/AddFile.py +++ b/src/Model/AdditionalFile/AddFile.py @@ -1,5 +1,5 @@ # AddFile.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/AdditionalFile/AddFileList.py b/src/Model/AdditionalFile/AddFileList.py index 1e482883..164293d4 100644 --- a/src/Model/AdditionalFile/AddFileList.py +++ b/src/Model/AdditionalFile/AddFileList.py @@ -1,5 +1,5 @@ # AddFileList.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/BoundaryCondition/BoundaryCondition.py b/src/Model/BoundaryCondition/BoundaryCondition.py index e4e4900d..da81a62f 100644 --- a/src/Model/BoundaryCondition/BoundaryCondition.py +++ b/src/Model/BoundaryCondition/BoundaryCondition.py @@ -1,5 +1,5 @@ # BoundaryCondition.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/BoundaryCondition/BoundaryConditionList.py b/src/Model/BoundaryCondition/BoundaryConditionList.py index af36eb8b..20c1a791 100644 --- a/src/Model/BoundaryCondition/BoundaryConditionList.py +++ b/src/Model/BoundaryCondition/BoundaryConditionList.py @@ -1,5 +1,5 @@ # BoundaryConditionList.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/BoundaryCondition/BoundaryConditionTypes.py b/src/Model/BoundaryCondition/BoundaryConditionTypes.py index b919a831..e9f2bcaa 100644 --- a/src/Model/BoundaryCondition/BoundaryConditionTypes.py +++ b/src/Model/BoundaryCondition/BoundaryConditionTypes.py @@ -1,5 +1,5 @@ # BoundaryConditionTypes.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/BoundaryConditionsAdisTS/BoundaryConditionAdisTS.py b/src/Model/BoundaryConditionsAdisTS/BoundaryConditionAdisTS.py index 31a36769..debd9df7 100644 --- a/src/Model/BoundaryConditionsAdisTS/BoundaryConditionAdisTS.py +++ b/src/Model/BoundaryConditionsAdisTS/BoundaryConditionAdisTS.py @@ -1,5 +1,5 @@ # BoundaryConditionsAdisTS.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/BoundaryConditionsAdisTS/BoundaryConditionsAdisTSList.py b/src/Model/BoundaryConditionsAdisTS/BoundaryConditionsAdisTSList.py index 0bbf691a..29e3ed5e 100644 --- a/src/Model/BoundaryConditionsAdisTS/BoundaryConditionsAdisTSList.py +++ b/src/Model/BoundaryConditionsAdisTS/BoundaryConditionsAdisTSList.py @@ -1,5 +1,5 @@ # BoundaryConditionsAdisTSList.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/D90AdisTS/D90AdisTS.py b/src/Model/D90AdisTS/D90AdisTS.py index 18e30eb1..5a12e153 100644 --- a/src/Model/D90AdisTS/D90AdisTS.py +++ b/src/Model/D90AdisTS/D90AdisTS.py @@ -1,5 +1,5 @@ # D90AdisTS.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/D90AdisTS/D90AdisTSList.py b/src/Model/D90AdisTS/D90AdisTSList.py index 673b1e64..2bab907c 100644 --- a/src/Model/D90AdisTS/D90AdisTSList.py +++ b/src/Model/D90AdisTS/D90AdisTSList.py @@ -1,5 +1,5 @@ # D90AdisTSList.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/D90AdisTS/D90AdisTSSpec.py b/src/Model/D90AdisTS/D90AdisTSSpec.py index 98215dc0..54011f02 100644 --- a/src/Model/D90AdisTS/D90AdisTSSpec.py +++ b/src/Model/D90AdisTS/D90AdisTSSpec.py @@ -1,5 +1,5 @@ # D90AdisTSSpec.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/DIFAdisTS/DIFAdisTS.py b/src/Model/DIFAdisTS/DIFAdisTS.py index 31500dff..03e1769e 100644 --- a/src/Model/DIFAdisTS/DIFAdisTS.py +++ b/src/Model/DIFAdisTS/DIFAdisTS.py @@ -1,5 +1,5 @@ # DIFAdisTS.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/DIFAdisTS/DIFAdisTSList.py b/src/Model/DIFAdisTS/DIFAdisTSList.py index cea40250..5ae1d6a5 100644 --- a/src/Model/DIFAdisTS/DIFAdisTSList.py +++ b/src/Model/DIFAdisTS/DIFAdisTSList.py @@ -1,5 +1,5 @@ # DIFAdisTSList.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/DIFAdisTS/DIFAdisTSSpec.py b/src/Model/DIFAdisTS/DIFAdisTSSpec.py index e53caac6..2662f2f6 100644 --- a/src/Model/DIFAdisTS/DIFAdisTSSpec.py +++ b/src/Model/DIFAdisTS/DIFAdisTSSpec.py @@ -1,5 +1,5 @@ # DIFAdisTSSpec.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Except.py b/src/Model/Except.py index 6687fee3..7c147070 100644 --- a/src/Model/Except.py +++ b/src/Model/Except.py @@ -1,5 +1,5 @@ # Except.py -- Pamhyr model exceptions -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Friction/Friction.py b/src/Model/Friction/Friction.py index 1aa46b55..37d42459 100644 --- a/src/Model/Friction/Friction.py +++ b/src/Model/Friction/Friction.py @@ -1,5 +1,5 @@ # Friction.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Friction/FrictionList.py b/src/Model/Friction/FrictionList.py index d76bcac2..6cec1842 100644 --- a/src/Model/Friction/FrictionList.py +++ b/src/Model/Friction/FrictionList.py @@ -1,5 +1,5 @@ # FrictionList.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Geometry/Point.py b/src/Model/Geometry/Point.py index f55335e5..af5df57b 100644 --- a/src/Model/Geometry/Point.py +++ b/src/Model/Geometry/Point.py @@ -1,5 +1,5 @@ # Point.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Geometry/PointXY.py b/src/Model/Geometry/PointXY.py index 87b693f3..020d8962 100644 --- a/src/Model/Geometry/PointXY.py +++ b/src/Model/Geometry/PointXY.py @@ -1,5 +1,5 @@ # PointXY.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Geometry/PointXYZ.py b/src/Model/Geometry/PointXYZ.py index aa6549e9..c4026bad 100644 --- a/src/Model/Geometry/PointXYZ.py +++ b/src/Model/Geometry/PointXYZ.py @@ -1,5 +1,5 @@ # PointXYZ.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Geometry/Profile.py b/src/Model/Geometry/Profile.py index 4638b2b5..2a42ddb3 100644 --- a/src/Model/Geometry/Profile.py +++ b/src/Model/Geometry/Profile.py @@ -1,5 +1,5 @@ # Profile.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Geometry/ProfileXYZ.py b/src/Model/Geometry/ProfileXYZ.py index 6353bc54..ec9348d9 100644 --- a/src/Model/Geometry/ProfileXYZ.py +++ b/src/Model/Geometry/ProfileXYZ.py @@ -1,5 +1,5 @@ # ProfileXYZ.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Geometry/Reach.py b/src/Model/Geometry/Reach.py index 487563a8..1a15c2aa 100644 --- a/src/Model/Geometry/Reach.py +++ b/src/Model/Geometry/Reach.py @@ -1,5 +1,5 @@ # Reach.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Geometry/Vector_1d.py b/src/Model/Geometry/Vector_1d.py index 8a977279..57687d77 100644 --- a/src/Model/Geometry/Vector_1d.py +++ b/src/Model/Geometry/Vector_1d.py @@ -1,5 +1,5 @@ # Vector_1d.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/HydraulicStructures/Basic/HydraulicStructures.py b/src/Model/HydraulicStructures/Basic/HydraulicStructures.py index 36b90970..f8ee30f9 100644 --- a/src/Model/HydraulicStructures/Basic/HydraulicStructures.py +++ b/src/Model/HydraulicStructures/Basic/HydraulicStructures.py @@ -1,5 +1,5 @@ # HydraulicStructures.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/HydraulicStructures/Basic/Types.py b/src/Model/HydraulicStructures/Basic/Types.py index ad4734bf..6e14742e 100644 --- a/src/Model/HydraulicStructures/Basic/Types.py +++ b/src/Model/HydraulicStructures/Basic/Types.py @@ -1,5 +1,5 @@ # Types.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/HydraulicStructures/Basic/Value.py b/src/Model/HydraulicStructures/Basic/Value.py index c78b56e0..7d894f82 100644 --- a/src/Model/HydraulicStructures/Basic/Value.py +++ b/src/Model/HydraulicStructures/Basic/Value.py @@ -1,5 +1,5 @@ # Value.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/HydraulicStructures/HydraulicStructures.py b/src/Model/HydraulicStructures/HydraulicStructures.py index 0e95be9a..37be3a32 100644 --- a/src/Model/HydraulicStructures/HydraulicStructures.py +++ b/src/Model/HydraulicStructures/HydraulicStructures.py @@ -1,5 +1,5 @@ # HydraulicStructures.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/HydraulicStructures/HydraulicStructuresList.py b/src/Model/HydraulicStructures/HydraulicStructuresList.py index 24f9e95d..56984478 100644 --- a/src/Model/HydraulicStructures/HydraulicStructuresList.py +++ b/src/Model/HydraulicStructures/HydraulicStructuresList.py @@ -1,5 +1,5 @@ # HydraulicStructuresList.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/InitialConditions/InitialConditions.py b/src/Model/InitialConditions/InitialConditions.py index 16cd946f..ccb0fa4b 100644 --- a/src/Model/InitialConditions/InitialConditions.py +++ b/src/Model/InitialConditions/InitialConditions.py @@ -1,5 +1,5 @@ # InitialConditions.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/InitialConditions/InitialConditionsDict.py b/src/Model/InitialConditions/InitialConditionsDict.py index 7ef81a12..5039b1a5 100644 --- a/src/Model/InitialConditions/InitialConditionsDict.py +++ b/src/Model/InitialConditions/InitialConditionsDict.py @@ -1,5 +1,5 @@ # InitialConditionsDict.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/InitialConditionsAdisTS/InitialConditionsAdisTS.py b/src/Model/InitialConditionsAdisTS/InitialConditionsAdisTS.py index ea30fa42..26d58e5d 100644 --- a/src/Model/InitialConditionsAdisTS/InitialConditionsAdisTS.py +++ b/src/Model/InitialConditionsAdisTS/InitialConditionsAdisTS.py @@ -1,5 +1,5 @@ # InitialConditionsAdisTS.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/InitialConditionsAdisTS/InitialConditionsAdisTSList.py b/src/Model/InitialConditionsAdisTS/InitialConditionsAdisTSList.py index af7d65f8..ce1410f6 100644 --- a/src/Model/InitialConditionsAdisTS/InitialConditionsAdisTSList.py +++ b/src/Model/InitialConditionsAdisTS/InitialConditionsAdisTSList.py @@ -1,5 +1,5 @@ # InitialConditionsAdisTSList.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/InitialConditionsAdisTS/InitialConditionsAdisTSSpec.py b/src/Model/InitialConditionsAdisTS/InitialConditionsAdisTSSpec.py index 9089a260..b8b4cb16 100644 --- a/src/Model/InitialConditionsAdisTS/InitialConditionsAdisTSSpec.py +++ b/src/Model/InitialConditionsAdisTS/InitialConditionsAdisTSSpec.py @@ -1,5 +1,5 @@ # InitialConditionsAdisTSSpec.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/LateralContribution/LateralContribution.py b/src/Model/LateralContribution/LateralContribution.py index 31624da8..42816a4b 100644 --- a/src/Model/LateralContribution/LateralContribution.py +++ b/src/Model/LateralContribution/LateralContribution.py @@ -1,5 +1,5 @@ # LateralContribution.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/LateralContribution/LateralContributionList.py b/src/Model/LateralContribution/LateralContributionList.py index 4aa417aa..1a081029 100644 --- a/src/Model/LateralContribution/LateralContributionList.py +++ b/src/Model/LateralContribution/LateralContributionList.py @@ -1,5 +1,5 @@ # LateralContributionList.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/LateralContribution/LateralContributionTypes.py b/src/Model/LateralContribution/LateralContributionTypes.py index 32097358..35ffca3e 100644 --- a/src/Model/LateralContribution/LateralContributionTypes.py +++ b/src/Model/LateralContribution/LateralContributionTypes.py @@ -1,5 +1,5 @@ # LateralContributionTypes.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/LateralContributionsAdisTS/LateralContributionAdisTS.py b/src/Model/LateralContributionsAdisTS/LateralContributionAdisTS.py index 97267ca1..5f1d37e0 100644 --- a/src/Model/LateralContributionsAdisTS/LateralContributionAdisTS.py +++ b/src/Model/LateralContributionsAdisTS/LateralContributionAdisTS.py @@ -1,5 +1,5 @@ # LateralContributionAdisTS.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/LateralContributionsAdisTS/LateralContributionsAdisTSList.py b/src/Model/LateralContributionsAdisTS/LateralContributionsAdisTSList.py index c04dbfac..42fb57ae 100644 --- a/src/Model/LateralContributionsAdisTS/LateralContributionsAdisTSList.py +++ b/src/Model/LateralContributionsAdisTS/LateralContributionsAdisTSList.py @@ -1,5 +1,5 @@ # LateralContributionsAdisTSList.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Network/Edge.py b/src/Model/Network/Edge.py index b80cf05b..3251832c 100644 --- a/src/Model/Network/Edge.py +++ b/src/Model/Network/Edge.py @@ -1,5 +1,5 @@ # Edge.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Network/Graph.py b/src/Model/Network/Graph.py index 19887a0c..e9db2d1d 100644 --- a/src/Model/Network/Graph.py +++ b/src/Model/Network/Graph.py @@ -1,5 +1,5 @@ # Graph.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Network/Node.py b/src/Model/Network/Node.py index bfebe54c..dc3f0a2d 100644 --- a/src/Model/Network/Node.py +++ b/src/Model/Network/Node.py @@ -1,5 +1,5 @@ # Node.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Network/Point.py b/src/Model/Network/Point.py index 8b7fa15b..df441aac 100644 --- a/src/Model/Network/Point.py +++ b/src/Model/Network/Point.py @@ -1,5 +1,5 @@ # Point.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Network/__init__.py b/src/Model/Network/__init__.py index b9b99472..bf12a7a6 100644 --- a/src/Model/Network/__init__.py +++ b/src/Model/Network/__init__.py @@ -1,5 +1,5 @@ # __init__.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Network/test_network.py b/src/Model/Network/test_network.py index 22b4b889..badb744e 100644 --- a/src/Model/Network/test_network.py +++ b/src/Model/Network/test_network.py @@ -1,5 +1,5 @@ # test_Network.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/OutputRKAdists/OutputRKAdists.py b/src/Model/OutputRKAdists/OutputRKAdists.py index 18da5e77..0572e325 100644 --- a/src/Model/OutputRKAdists/OutputRKAdists.py +++ b/src/Model/OutputRKAdists/OutputRKAdists.py @@ -1,5 +1,5 @@ # OutputRKAdists.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/OutputRKAdists/OutputRKListAdists.py b/src/Model/OutputRKAdists/OutputRKListAdists.py index b6f8b1ba..c8f967f4 100644 --- a/src/Model/OutputRKAdists/OutputRKListAdists.py +++ b/src/Model/OutputRKAdists/OutputRKListAdists.py @@ -1,5 +1,5 @@ # OutputRKListAdists.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Pollutants/Pollutants.py b/src/Model/Pollutants/Pollutants.py index b067cffd..a321978f 100644 --- a/src/Model/Pollutants/Pollutants.py +++ b/src/Model/Pollutants/Pollutants.py @@ -1,5 +1,5 @@ # Pollutants.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Pollutants/PollutantsList.py b/src/Model/Pollutants/PollutantsList.py index e8855076..c32b8446 100644 --- a/src/Model/Pollutants/PollutantsList.py +++ b/src/Model/Pollutants/PollutantsList.py @@ -1,5 +1,5 @@ # PollutantsList.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/REPLine/REPLine.py b/src/Model/REPLine/REPLine.py index fd78b12e..2cb9396c 100644 --- a/src/Model/REPLine/REPLine.py +++ b/src/Model/REPLine/REPLine.py @@ -1,5 +1,5 @@ # REPLine.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/REPLine/REPLineList.py b/src/Model/REPLine/REPLineList.py index 5a570ea8..1c50b727 100644 --- a/src/Model/REPLine/REPLineList.py +++ b/src/Model/REPLine/REPLineList.py @@ -1,5 +1,5 @@ # REPLineList.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Reservoir/Reservoir.py b/src/Model/Reservoir/Reservoir.py index 83f87f4c..d51ec12e 100644 --- a/src/Model/Reservoir/Reservoir.py +++ b/src/Model/Reservoir/Reservoir.py @@ -1,5 +1,5 @@ # Reservoir.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Reservoir/ReservoirList.py b/src/Model/Reservoir/ReservoirList.py index a090d217..ecd4b597 100644 --- a/src/Model/Reservoir/ReservoirList.py +++ b/src/Model/Reservoir/ReservoirList.py @@ -1,5 +1,5 @@ # ReservoirList.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Results/Results.py b/src/Model/Results/Results.py index 57d71e24..f44c9c20 100644 --- a/src/Model/Results/Results.py +++ b/src/Model/Results/Results.py @@ -1,5 +1,5 @@ # Results.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Results/ResultsAdisTS.py b/src/Model/Results/ResultsAdisTS.py index f8a8585a..597d7055 100644 --- a/src/Model/Results/ResultsAdisTS.py +++ b/src/Model/Results/ResultsAdisTS.py @@ -1,5 +1,5 @@ # Results.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Results/River/River.py b/src/Model/Results/River/River.py index fbf979c0..d068ec1b 100644 --- a/src/Model/Results/River/River.py +++ b/src/Model/Results/River/River.py @@ -1,5 +1,5 @@ # River.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Results/River/RiverAdisTS.py b/src/Model/Results/River/RiverAdisTS.py index c37479e6..58e73bd8 100644 --- a/src/Model/Results/River/RiverAdisTS.py +++ b/src/Model/Results/River/RiverAdisTS.py @@ -1,5 +1,5 @@ # River.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/River.py b/src/Model/River.py index 9969f427..19963474 100644 --- a/src/Model/River.py +++ b/src/Model/River.py @@ -1,5 +1,5 @@ # River.py -- Pamhyr river model -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Scenario.py b/src/Model/Scenario.py index 329bdcc9..db953239 100644 --- a/src/Model/Scenario.py +++ b/src/Model/Scenario.py @@ -1,5 +1,5 @@ # Scenario.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Scenarios.py b/src/Model/Scenarios.py index 8a755f21..4f87b828 100644 --- a/src/Model/Scenarios.py +++ b/src/Model/Scenarios.py @@ -1,5 +1,5 @@ # Scenarios.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/SedimentLayer/SedimentLayer.py b/src/Model/SedimentLayer/SedimentLayer.py index 9918a9ff..52946832 100644 --- a/src/Model/SedimentLayer/SedimentLayer.py +++ b/src/Model/SedimentLayer/SedimentLayer.py @@ -1,5 +1,5 @@ # SedimentLayer.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/SedimentLayer/SedimentLayerList.py b/src/Model/SedimentLayer/SedimentLayerList.py index 145fbf65..221b8767 100644 --- a/src/Model/SedimentLayer/SedimentLayerList.py +++ b/src/Model/SedimentLayer/SedimentLayerList.py @@ -1,5 +1,5 @@ # SedimentLayerList.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Serializable.py b/src/Model/Serializable.py index 37b1130f..42e8c2f6 100644 --- a/src/Model/Serializable.py +++ b/src/Model/Serializable.py @@ -1,5 +1,5 @@ # Serializable.py -- Pamhyr pickle abstract class -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/SolverParameters/SolverParametersList.py b/src/Model/SolverParameters/SolverParametersList.py index eae18bf2..94bae66a 100644 --- a/src/Model/SolverParameters/SolverParametersList.py +++ b/src/Model/SolverParameters/SolverParametersList.py @@ -1,5 +1,5 @@ # SolverParametersList.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Status.py b/src/Model/Status.py index 881f0b10..64f5a948 100644 --- a/src/Model/Status.py +++ b/src/Model/Status.py @@ -1,5 +1,5 @@ # Status.py -- Pamhyr model status class -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Stricklers/Stricklers.py b/src/Model/Stricklers/Stricklers.py index 5aa4a9d1..ed69eade 100644 --- a/src/Model/Stricklers/Stricklers.py +++ b/src/Model/Stricklers/Stricklers.py @@ -1,5 +1,5 @@ # Stricklers.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Stricklers/StricklersList.py b/src/Model/Stricklers/StricklersList.py index 51d34956..805bf799 100644 --- a/src/Model/Stricklers/StricklersList.py +++ b/src/Model/Stricklers/StricklersList.py @@ -1,5 +1,5 @@ # StricklersList.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Study.py b/src/Model/Study.py index 318eebce..511a4005 100644 --- a/src/Model/Study.py +++ b/src/Model/Study.py @@ -1,5 +1,5 @@ # Study.py -- Pamhyr Study class -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Tools/PamhyrDB.py b/src/Model/Tools/PamhyrDB.py index fd7606f9..c587dcd9 100644 --- a/src/Model/Tools/PamhyrDB.py +++ b/src/Model/Tools/PamhyrDB.py @@ -1,5 +1,5 @@ # PamhyrDB.py -- Pamhyr abstract model database classes -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Tools/PamhyrDict.py b/src/Model/Tools/PamhyrDict.py index 47508439..ffb14e65 100644 --- a/src/Model/Tools/PamhyrDict.py +++ b/src/Model/Tools/PamhyrDict.py @@ -1,5 +1,5 @@ # PamhyrDict.py -- Pamhyr abstract dict for model classes -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Tools/PamhyrID.py b/src/Model/Tools/PamhyrID.py index 44dc9cfe..92c062ec 100644 --- a/src/Model/Tools/PamhyrID.py +++ b/src/Model/Tools/PamhyrID.py @@ -1,5 +1,5 @@ # PamhyrID.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Tools/PamhyrList.py b/src/Model/Tools/PamhyrList.py index 0d5cb9d2..91b7a201 100644 --- a/src/Model/Tools/PamhyrList.py +++ b/src/Model/Tools/PamhyrList.py @@ -1,5 +1,5 @@ # PamhyrList.py -- Pamhyr Abstract List object for the Model -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/Tools/PamhyrListExt.py b/src/Model/Tools/PamhyrListExt.py index fe10b794..dd9ac1e3 100644 --- a/src/Model/Tools/PamhyrListExt.py +++ b/src/Model/Tools/PamhyrListExt.py @@ -1,5 +1,5 @@ # PamhyrList.py -- Pamhyr Abstract List object for the Model -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/__init__.py b/src/Model/__init__.py index b9b99472..bf12a7a6 100644 --- a/src/Model/__init__.py +++ b/src/Model/__init__.py @@ -1,5 +1,5 @@ # __init__.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Model/test_Model.py b/src/Model/test_Model.py index 0ef33e8a..4eff308b 100644 --- a/src/Model/test_Model.py +++ b/src/Model/test_Model.py @@ -1,5 +1,5 @@ # test_Model.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Modules.py b/src/Modules.py index d7a8690a..fecb6322 100644 --- a/src/Modules.py +++ b/src/Modules.py @@ -1,5 +1,5 @@ # Modules.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/SQL.py b/src/SQL.py index ad62c678..36ddb366 100644 --- a/src/SQL.py +++ b/src/SQL.py @@ -1,5 +1,5 @@ # SQL.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Scripts/AScript.py b/src/Scripts/AScript.py index 7c3464d5..ca985e2f 100644 --- a/src/Scripts/AScript.py +++ b/src/Scripts/AScript.py @@ -1,5 +1,5 @@ # AScript.py -- Pamhyr abstract script class -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Scripts/Hello.py b/src/Scripts/Hello.py index 3546ff1d..c51a8c32 100644 --- a/src/Scripts/Hello.py +++ b/src/Scripts/Hello.py @@ -1,5 +1,5 @@ # Hello.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Scripts/ListSolver.py b/src/Scripts/ListSolver.py index e532f9e1..00056a6e 100644 --- a/src/Scripts/ListSolver.py +++ b/src/Scripts/ListSolver.py @@ -1,5 +1,5 @@ # ListSolver.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Scripts/MageMesh.py b/src/Scripts/MageMesh.py index 04a03bf5..92f4d162 100644 --- a/src/Scripts/MageMesh.py +++ b/src/Scripts/MageMesh.py @@ -1,5 +1,5 @@ # MageMesh.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Scripts/P3DST.py b/src/Scripts/P3DST.py index 37a4afc9..7457a540 100644 --- a/src/Scripts/P3DST.py +++ b/src/Scripts/P3DST.py @@ -1,5 +1,5 @@ # P3DST.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Scripts/Run.py b/src/Scripts/Run.py index 57baf4fc..24359a7d 100644 --- a/src/Scripts/Run.py +++ b/src/Scripts/Run.py @@ -1,5 +1,5 @@ # Run.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Solver/ASolver.py b/src/Solver/ASolver.py index 7f5b7ab4..5d0578d2 100644 --- a/src/Solver/ASolver.py +++ b/src/Solver/ASolver.py @@ -1,5 +1,5 @@ # ASolver.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Solver/AdisTS.py b/src/Solver/AdisTS.py index cbae1548..14f3f597 100644 --- a/src/Solver/AdisTS.py +++ b/src/Solver/AdisTS.py @@ -1,5 +1,5 @@ # AdisTS.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Solver/CommandLine.py b/src/Solver/CommandLine.py index 18a237ed..0c08244d 100644 --- a/src/Solver/CommandLine.py +++ b/src/Solver/CommandLine.py @@ -1,5 +1,5 @@ # CommandLine.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Solver/GenericSolver.py b/src/Solver/GenericSolver.py index 698971f1..d20e5e66 100644 --- a/src/Solver/GenericSolver.py +++ b/src/Solver/GenericSolver.py @@ -1,5 +1,5 @@ # GenericSolver.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Solver/Mage.py b/src/Solver/Mage.py index 93282461..f1711b70 100644 --- a/src/Solver/Mage.py +++ b/src/Solver/Mage.py @@ -1,5 +1,5 @@ # Mage.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Solver/RubarBE.py b/src/Solver/RubarBE.py index bf946f42..7d5cb087 100644 --- a/src/Solver/RubarBE.py +++ b/src/Solver/RubarBE.py @@ -1,5 +1,5 @@ # RubarBE.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Solver/Solvers.py b/src/Solver/Solvers.py index 71e82bb9..73270814 100644 --- a/src/Solver/Solvers.py +++ b/src/Solver/Solvers.py @@ -1,5 +1,5 @@ # Solvers.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/About/Window.py b/src/View/About/Window.py index a110c2ea..7a795f87 100644 --- a/src/View/About/Window.py +++ b/src/View/About/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/AdditionalFiles/Edit/Window.py b/src/View/AdditionalFiles/Edit/Window.py index ab9ae1e9..56506e82 100644 --- a/src/View/AdditionalFiles/Edit/Window.py +++ b/src/View/AdditionalFiles/Edit/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/AdditionalFiles/List.py b/src/View/AdditionalFiles/List.py index 51755733..a2579aba 100644 --- a/src/View/AdditionalFiles/List.py +++ b/src/View/AdditionalFiles/List.py @@ -1,5 +1,5 @@ # List.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/AdditionalFiles/Translate.py b/src/View/AdditionalFiles/Translate.py index 3df7d339..6477d9af 100644 --- a/src/View/AdditionalFiles/Translate.py +++ b/src/View/AdditionalFiles/Translate.py @@ -1,5 +1,5 @@ # Translate.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/AdditionalFiles/UndoCommand.py b/src/View/AdditionalFiles/UndoCommand.py index 0fd5ef19..43f7554f 100644 --- a/src/View/AdditionalFiles/UndoCommand.py +++ b/src/View/AdditionalFiles/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/AdditionalFiles/Window.py b/src/View/AdditionalFiles/Window.py index 3cec12d2..7ab0f68d 100644 --- a/src/View/AdditionalFiles/Window.py +++ b/src/View/AdditionalFiles/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryCondition/Edit/GenerateDialog.py b/src/View/BoundaryCondition/Edit/GenerateDialog.py index 3b07a4d0..1c1faab0 100644 --- a/src/View/BoundaryCondition/Edit/GenerateDialog.py +++ b/src/View/BoundaryCondition/Edit/GenerateDialog.py @@ -1,5 +1,5 @@ # GenerateDialog.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryCondition/Edit/Plot.py b/src/View/BoundaryCondition/Edit/Plot.py index 5405a501..ca0f753d 100644 --- a/src/View/BoundaryCondition/Edit/Plot.py +++ b/src/View/BoundaryCondition/Edit/Plot.py @@ -1,5 +1,5 @@ # Plot.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryCondition/Edit/Table.py b/src/View/BoundaryCondition/Edit/Table.py index a7481666..560c04fc 100644 --- a/src/View/BoundaryCondition/Edit/Table.py +++ b/src/View/BoundaryCondition/Edit/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryCondition/Edit/UndoCommand.py b/src/View/BoundaryCondition/Edit/UndoCommand.py index 4dcc811b..5289ef22 100644 --- a/src/View/BoundaryCondition/Edit/UndoCommand.py +++ b/src/View/BoundaryCondition/Edit/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryCondition/Edit/Window.py b/src/View/BoundaryCondition/Edit/Window.py index 84dd86a8..18f817e1 100644 --- a/src/View/BoundaryCondition/Edit/Window.py +++ b/src/View/BoundaryCondition/Edit/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryCondition/Edit/translate.py b/src/View/BoundaryCondition/Edit/translate.py index 76b8ff3e..16a2c5bd 100644 --- a/src/View/BoundaryCondition/Edit/translate.py +++ b/src/View/BoundaryCondition/Edit/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryCondition/Table.py b/src/View/BoundaryCondition/Table.py index eec695cb..61a4d78d 100644 --- a/src/View/BoundaryCondition/Table.py +++ b/src/View/BoundaryCondition/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryCondition/UndoCommand.py b/src/View/BoundaryCondition/UndoCommand.py index 81160f2f..d5bace01 100644 --- a/src/View/BoundaryCondition/UndoCommand.py +++ b/src/View/BoundaryCondition/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryCondition/Window.py b/src/View/BoundaryCondition/Window.py index fe1728d1..199d15e3 100644 --- a/src/View/BoundaryCondition/Window.py +++ b/src/View/BoundaryCondition/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryCondition/translate.py b/src/View/BoundaryCondition/translate.py index 02903dae..30afd90f 100644 --- a/src/View/BoundaryCondition/translate.py +++ b/src/View/BoundaryCondition/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryConditionsAdisTS/Edit/Plot.py b/src/View/BoundaryConditionsAdisTS/Edit/Plot.py index 8ecc288d..174e7018 100644 --- a/src/View/BoundaryConditionsAdisTS/Edit/Plot.py +++ b/src/View/BoundaryConditionsAdisTS/Edit/Plot.py @@ -1,5 +1,5 @@ # Plot.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryConditionsAdisTS/Edit/Table.py b/src/View/BoundaryConditionsAdisTS/Edit/Table.py index ce4c9318..13f1aa2c 100644 --- a/src/View/BoundaryConditionsAdisTS/Edit/Table.py +++ b/src/View/BoundaryConditionsAdisTS/Edit/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryConditionsAdisTS/Edit/UndoCommand.py b/src/View/BoundaryConditionsAdisTS/Edit/UndoCommand.py index 4d15b496..a4170a20 100644 --- a/src/View/BoundaryConditionsAdisTS/Edit/UndoCommand.py +++ b/src/View/BoundaryConditionsAdisTS/Edit/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryConditionsAdisTS/Edit/Window.py b/src/View/BoundaryConditionsAdisTS/Edit/Window.py index dce2b033..ca5e1eea 100644 --- a/src/View/BoundaryConditionsAdisTS/Edit/Window.py +++ b/src/View/BoundaryConditionsAdisTS/Edit/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryConditionsAdisTS/Edit/translate.py b/src/View/BoundaryConditionsAdisTS/Edit/translate.py index 00921425..64cf8fea 100644 --- a/src/View/BoundaryConditionsAdisTS/Edit/translate.py +++ b/src/View/BoundaryConditionsAdisTS/Edit/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryConditionsAdisTS/Table.py b/src/View/BoundaryConditionsAdisTS/Table.py index 474771b8..dd38b136 100644 --- a/src/View/BoundaryConditionsAdisTS/Table.py +++ b/src/View/BoundaryConditionsAdisTS/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryConditionsAdisTS/UndoCommand.py b/src/View/BoundaryConditionsAdisTS/UndoCommand.py index 4320a4f8..9a8d8243 100644 --- a/src/View/BoundaryConditionsAdisTS/UndoCommand.py +++ b/src/View/BoundaryConditionsAdisTS/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryConditionsAdisTS/Window.py b/src/View/BoundaryConditionsAdisTS/Window.py index 0d5219db..47039e81 100644 --- a/src/View/BoundaryConditionsAdisTS/Window.py +++ b/src/View/BoundaryConditionsAdisTS/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/BoundaryConditionsAdisTS/translate.py b/src/View/BoundaryConditionsAdisTS/translate.py index df92c1b9..e6ab6099 100644 --- a/src/View/BoundaryConditionsAdisTS/translate.py +++ b/src/View/BoundaryConditionsAdisTS/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/CheckList/List.py b/src/View/CheckList/List.py index ab83eaeb..0286e219 100644 --- a/src/View/CheckList/List.py +++ b/src/View/CheckList/List.py @@ -1,5 +1,5 @@ # List.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/CheckList/Table.py b/src/View/CheckList/Table.py index 53828af0..abbe1388 100644 --- a/src/View/CheckList/Table.py +++ b/src/View/CheckList/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/CheckList/Translate.py b/src/View/CheckList/Translate.py index dfabecf7..17ff68bd 100644 --- a/src/View/CheckList/Translate.py +++ b/src/View/CheckList/Translate.py @@ -1,5 +1,5 @@ # Translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/CheckList/Window.py b/src/View/CheckList/Window.py index 77fee4d1..7ff6f657 100644 --- a/src/View/CheckList/Window.py +++ b/src/View/CheckList/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/CheckList/WindowAdisTS.py b/src/View/CheckList/WindowAdisTS.py index 40bba4b4..dfd40b57 100644 --- a/src/View/CheckList/WindowAdisTS.py +++ b/src/View/CheckList/WindowAdisTS.py @@ -1,5 +1,5 @@ # WindowAdisTS.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/CheckList/Worker.py b/src/View/CheckList/Worker.py index 58295bee..465f85b8 100644 --- a/src/View/CheckList/Worker.py +++ b/src/View/CheckList/Worker.py @@ -1,5 +1,5 @@ # Worker.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Configure/Solver/Window.py b/src/View/Configure/Solver/Window.py index 6293832f..e15b1f1e 100644 --- a/src/View/Configure/Solver/Window.py +++ b/src/View/Configure/Solver/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Configure/Translate.py b/src/View/Configure/Translate.py index be18234f..3f28fa67 100644 --- a/src/View/Configure/Translate.py +++ b/src/View/Configure/Translate.py @@ -1,5 +1,5 @@ # Translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Configure/Window.py b/src/View/Configure/Window.py index 1ed011ca..35eed9fa 100644 --- a/src/View/Configure/Window.py +++ b/src/View/Configure/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/D90AdisTS/Table.py b/src/View/D90AdisTS/Table.py index 49603981..47390a71 100644 --- a/src/View/D90AdisTS/Table.py +++ b/src/View/D90AdisTS/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/D90AdisTS/TableDefault.py b/src/View/D90AdisTS/TableDefault.py index 5aa57319..450a4200 100644 --- a/src/View/D90AdisTS/TableDefault.py +++ b/src/View/D90AdisTS/TableDefault.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/D90AdisTS/UndoCommand.py b/src/View/D90AdisTS/UndoCommand.py index 900d4f8c..050bc675 100644 --- a/src/View/D90AdisTS/UndoCommand.py +++ b/src/View/D90AdisTS/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/D90AdisTS/Window.py b/src/View/D90AdisTS/Window.py index 82a703a8..9cfb4f62 100644 --- a/src/View/D90AdisTS/Window.py +++ b/src/View/D90AdisTS/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/D90AdisTS/translate.py b/src/View/D90AdisTS/translate.py index 3203ee10..c8940272 100644 --- a/src/View/D90AdisTS/translate.py +++ b/src/View/D90AdisTS/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/DIFAdisTS/Table.py b/src/View/DIFAdisTS/Table.py index 7aa096fa..51bff003 100644 --- a/src/View/DIFAdisTS/Table.py +++ b/src/View/DIFAdisTS/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/DIFAdisTS/TableDefault.py b/src/View/DIFAdisTS/TableDefault.py index 040e4fd3..b16ba796 100644 --- a/src/View/DIFAdisTS/TableDefault.py +++ b/src/View/DIFAdisTS/TableDefault.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/DIFAdisTS/UndoCommand.py b/src/View/DIFAdisTS/UndoCommand.py index bf31ad04..81078251 100644 --- a/src/View/DIFAdisTS/UndoCommand.py +++ b/src/View/DIFAdisTS/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/DIFAdisTS/Window.py b/src/View/DIFAdisTS/Window.py index ed16ae3b..2fa531c3 100644 --- a/src/View/DIFAdisTS/Window.py +++ b/src/View/DIFAdisTS/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/DIFAdisTS/translate.py b/src/View/DIFAdisTS/translate.py index 373c0f5a..7ed2048c 100644 --- a/src/View/DIFAdisTS/translate.py +++ b/src/View/DIFAdisTS/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Debug/Window.py b/src/View/Debug/Window.py index a7aafa53..c3ebae91 100644 --- a/src/View/Debug/Window.py +++ b/src/View/Debug/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Doc/Window.py b/src/View/Doc/Window.py index 16da27eb..950903c8 100644 --- a/src/View/Doc/Window.py +++ b/src/View/Doc/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/DummyWindow.py b/src/View/DummyWindow.py index 979ad18e..eb24c8e7 100644 --- a/src/View/DummyWindow.py +++ b/src/View/DummyWindow.py @@ -1,5 +1,5 @@ # DummyWindow.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Frictions/PlotRKZ.py b/src/View/Frictions/PlotRKZ.py index 1bd9efb6..0614a052 100644 --- a/src/View/Frictions/PlotRKZ.py +++ b/src/View/Frictions/PlotRKZ.py @@ -1,5 +1,5 @@ # PlotRKC.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Frictions/PlotStricklers.py b/src/View/Frictions/PlotStricklers.py index 46857813..7bdc3cd3 100644 --- a/src/View/Frictions/PlotStricklers.py +++ b/src/View/Frictions/PlotStricklers.py @@ -1,5 +1,5 @@ # PlotStricklers.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Frictions/Table.py b/src/View/Frictions/Table.py index 2347a41d..231333f5 100644 --- a/src/View/Frictions/Table.py +++ b/src/View/Frictions/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Frictions/UndoCommand.py b/src/View/Frictions/UndoCommand.py index 6aab35d5..0264d6fe 100644 --- a/src/View/Frictions/UndoCommand.py +++ b/src/View/Frictions/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Frictions/Window.py b/src/View/Frictions/Window.py index 3884e79a..99cc02d5 100644 --- a/src/View/Frictions/Window.py +++ b/src/View/Frictions/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Frictions/translate.py b/src/View/Frictions/translate.py index 9f2d329b..3b1a1a88 100644 --- a/src/View/Frictions/translate.py +++ b/src/View/Frictions/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/MeshingDialog.py b/src/View/Geometry/MeshingDialog.py index 07478f6e..e2bf0310 100644 --- a/src/View/Geometry/MeshingDialog.py +++ b/src/View/Geometry/MeshingDialog.py @@ -1,5 +1,5 @@ # MeshingDialog.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/PlotAC.py b/src/View/Geometry/PlotAC.py index 03eba01a..cd1e3f76 100644 --- a/src/View/Geometry/PlotAC.py +++ b/src/View/Geometry/PlotAC.py @@ -1,5 +1,5 @@ # PlotAC.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/PlotRKZ.py b/src/View/Geometry/PlotRKZ.py index 0589ea22..ca374772 100644 --- a/src/View/Geometry/PlotRKZ.py +++ b/src/View/Geometry/PlotRKZ.py @@ -1,5 +1,5 @@ # PlotRKC.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/PlotXY.py b/src/View/Geometry/PlotXY.py index 35afc749..5e18a3a0 100644 --- a/src/View/Geometry/PlotXY.py +++ b/src/View/Geometry/PlotXY.py @@ -1,5 +1,5 @@ # PlotXY.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/Profile/Plot.py b/src/View/Geometry/Profile/Plot.py index 475158d2..a9c26264 100644 --- a/src/View/Geometry/Profile/Plot.py +++ b/src/View/Geometry/Profile/Plot.py @@ -1,5 +1,5 @@ # Plot.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/Profile/Table.py b/src/View/Geometry/Profile/Table.py index 141545fa..18e589df 100644 --- a/src/View/Geometry/Profile/Table.py +++ b/src/View/Geometry/Profile/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/Profile/Translate.py b/src/View/Geometry/Profile/Translate.py index 43532bb1..c8dad7d6 100644 --- a/src/View/Geometry/Profile/Translate.py +++ b/src/View/Geometry/Profile/Translate.py @@ -1,5 +1,5 @@ # Translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/Profile/UndoCommand.py b/src/View/Geometry/Profile/UndoCommand.py index 574116b2..239bd788 100644 --- a/src/View/Geometry/Profile/UndoCommand.py +++ b/src/View/Geometry/Profile/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/Profile/Window.py b/src/View/Geometry/Profile/Window.py index f2d56bf9..9f2ee123 100644 --- a/src/View/Geometry/Profile/Window.py +++ b/src/View/Geometry/Profile/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/PurgeDialog.py b/src/View/Geometry/PurgeDialog.py index af4fcc34..eaef3130 100644 --- a/src/View/Geometry/PurgeDialog.py +++ b/src/View/Geometry/PurgeDialog.py @@ -1,5 +1,5 @@ # PurgeDialog.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/ShiftDialog.py b/src/View/Geometry/ShiftDialog.py index 4953855a..38744429 100644 --- a/src/View/Geometry/ShiftDialog.py +++ b/src/View/Geometry/ShiftDialog.py @@ -1,5 +1,5 @@ # ShiftDialog.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/Table.py b/src/View/Geometry/Table.py index 397d7105..97a451ee 100644 --- a/src/View/Geometry/Table.py +++ b/src/View/Geometry/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/Translate.py b/src/View/Geometry/Translate.py index 7944d661..e0b567ba 100644 --- a/src/View/Geometry/Translate.py +++ b/src/View/Geometry/Translate.py @@ -1,5 +1,5 @@ # Translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/UndoCommand.py b/src/View/Geometry/UndoCommand.py index 9b870aa8..8a4a386d 100644 --- a/src/View/Geometry/UndoCommand.py +++ b/src/View/Geometry/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/UpdateRKDialog.py b/src/View/Geometry/UpdateRKDialog.py index ec591660..cd96346c 100644 --- a/src/View/Geometry/UpdateRKDialog.py +++ b/src/View/Geometry/UpdateRKDialog.py @@ -1,5 +1,5 @@ # UpdateRKDialog.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Geometry/Window.py b/src/View/Geometry/Window.py index 03999982..30eec639 100644 --- a/src/View/Geometry/Window.py +++ b/src/View/Geometry/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/HydraulicStructures/BasicHydraulicStructures/Table.py b/src/View/HydraulicStructures/BasicHydraulicStructures/Table.py index f69a4099..8b7283fe 100644 --- a/src/View/HydraulicStructures/BasicHydraulicStructures/Table.py +++ b/src/View/HydraulicStructures/BasicHydraulicStructures/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/HydraulicStructures/BasicHydraulicStructures/Translate.py b/src/View/HydraulicStructures/BasicHydraulicStructures/Translate.py index 92671602..02ac027b 100644 --- a/src/View/HydraulicStructures/BasicHydraulicStructures/Translate.py +++ b/src/View/HydraulicStructures/BasicHydraulicStructures/Translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/HydraulicStructures/BasicHydraulicStructures/UndoCommand.py b/src/View/HydraulicStructures/BasicHydraulicStructures/UndoCommand.py index c4e084eb..c876115e 100644 --- a/src/View/HydraulicStructures/BasicHydraulicStructures/UndoCommand.py +++ b/src/View/HydraulicStructures/BasicHydraulicStructures/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/HydraulicStructures/BasicHydraulicStructures/Window.py b/src/View/HydraulicStructures/BasicHydraulicStructures/Window.py index 7ce5eca4..1e267706 100644 --- a/src/View/HydraulicStructures/BasicHydraulicStructures/Window.py +++ b/src/View/HydraulicStructures/BasicHydraulicStructures/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/HydraulicStructures/PlotAC.py b/src/View/HydraulicStructures/PlotAC.py index 72a6a483..d8bfdb5b 100644 --- a/src/View/HydraulicStructures/PlotAC.py +++ b/src/View/HydraulicStructures/PlotAC.py @@ -1,5 +1,5 @@ # PlotAC.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/HydraulicStructures/PlotRKC.py b/src/View/HydraulicStructures/PlotRKC.py index 037a3663..327a7344 100644 --- a/src/View/HydraulicStructures/PlotRKC.py +++ b/src/View/HydraulicStructures/PlotRKC.py @@ -1,5 +1,5 @@ # PlotRKC.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/HydraulicStructures/Table.py b/src/View/HydraulicStructures/Table.py index 4eaa2d88..b58bd34d 100644 --- a/src/View/HydraulicStructures/Table.py +++ b/src/View/HydraulicStructures/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/HydraulicStructures/Translate.py b/src/View/HydraulicStructures/Translate.py index 1888b575..29730838 100644 --- a/src/View/HydraulicStructures/Translate.py +++ b/src/View/HydraulicStructures/Translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/HydraulicStructures/UndoCommand.py b/src/View/HydraulicStructures/UndoCommand.py index d9268a76..daa9e71b 100644 --- a/src/View/HydraulicStructures/UndoCommand.py +++ b/src/View/HydraulicStructures/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/HydraulicStructures/Window.py b/src/View/HydraulicStructures/Window.py index b3c1ee69..1bb57db5 100644 --- a/src/View/HydraulicStructures/Window.py +++ b/src/View/HydraulicStructures/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditions/DialogDepth.py b/src/View/InitialConditions/DialogDepth.py index 53abfe39..5cc559b9 100644 --- a/src/View/InitialConditions/DialogDepth.py +++ b/src/View/InitialConditions/DialogDepth.py @@ -1,5 +1,5 @@ # DialogDepth.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditions/DialogDischarge.py b/src/View/InitialConditions/DialogDischarge.py index c7640037..24285969 100644 --- a/src/View/InitialConditions/DialogDischarge.py +++ b/src/View/InitialConditions/DialogDischarge.py @@ -1,5 +1,5 @@ # DialogDischarge.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditions/DialogHeight.py b/src/View/InitialConditions/DialogHeight.py index 0f9814c3..8cff08ff 100644 --- a/src/View/InitialConditions/DialogHeight.py +++ b/src/View/InitialConditions/DialogHeight.py @@ -1,5 +1,5 @@ # DialogHeight.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditions/PlotDRK.py b/src/View/InitialConditions/PlotDRK.py index edf94a20..6b4e81ad 100644 --- a/src/View/InitialConditions/PlotDRK.py +++ b/src/View/InitialConditions/PlotDRK.py @@ -1,5 +1,5 @@ # PlotDRK.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditions/PlotDischarge.py b/src/View/InitialConditions/PlotDischarge.py index 0494fa1a..82adb880 100644 --- a/src/View/InitialConditions/PlotDischarge.py +++ b/src/View/InitialConditions/PlotDischarge.py @@ -1,5 +1,5 @@ # PlotDischarge.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditions/Table.py b/src/View/InitialConditions/Table.py index 56113157..4692507a 100644 --- a/src/View/InitialConditions/Table.py +++ b/src/View/InitialConditions/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditions/UndoCommand.py b/src/View/InitialConditions/UndoCommand.py index a6ddaec5..e19550b0 100644 --- a/src/View/InitialConditions/UndoCommand.py +++ b/src/View/InitialConditions/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditions/Window.py b/src/View/InitialConditions/Window.py index f7ec0633..e2cbeedf 100644 --- a/src/View/InitialConditions/Window.py +++ b/src/View/InitialConditions/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditions/translate.py b/src/View/InitialConditions/translate.py index 0b782f21..46aa5e76 100644 --- a/src/View/InitialConditions/translate.py +++ b/src/View/InitialConditions/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditionsAdisTS/Table.py b/src/View/InitialConditionsAdisTS/Table.py index c7839884..531ce00b 100644 --- a/src/View/InitialConditionsAdisTS/Table.py +++ b/src/View/InitialConditionsAdisTS/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditionsAdisTS/TableDefault.py b/src/View/InitialConditionsAdisTS/TableDefault.py index 4f184a74..cf113299 100644 --- a/src/View/InitialConditionsAdisTS/TableDefault.py +++ b/src/View/InitialConditionsAdisTS/TableDefault.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditionsAdisTS/UndoCommand.py b/src/View/InitialConditionsAdisTS/UndoCommand.py index 7c6e031e..5ef0b50e 100644 --- a/src/View/InitialConditionsAdisTS/UndoCommand.py +++ b/src/View/InitialConditionsAdisTS/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditionsAdisTS/Window.py b/src/View/InitialConditionsAdisTS/Window.py index 95755688..dce32696 100644 --- a/src/View/InitialConditionsAdisTS/Window.py +++ b/src/View/InitialConditionsAdisTS/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/InitialConditionsAdisTS/translate.py b/src/View/InitialConditionsAdisTS/translate.py index 22ee8687..a8373490 100644 --- a/src/View/InitialConditionsAdisTS/translate.py +++ b/src/View/InitialConditionsAdisTS/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContribution/Edit/Plot.py b/src/View/LateralContribution/Edit/Plot.py index 5405a501..ca0f753d 100644 --- a/src/View/LateralContribution/Edit/Plot.py +++ b/src/View/LateralContribution/Edit/Plot.py @@ -1,5 +1,5 @@ # Plot.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContribution/Edit/Table.py b/src/View/LateralContribution/Edit/Table.py index accf7142..0676f3f0 100644 --- a/src/View/LateralContribution/Edit/Table.py +++ b/src/View/LateralContribution/Edit/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContribution/Edit/UndoCommand.py b/src/View/LateralContribution/Edit/UndoCommand.py index d56c6382..b023c462 100644 --- a/src/View/LateralContribution/Edit/UndoCommand.py +++ b/src/View/LateralContribution/Edit/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContribution/Edit/Window.py b/src/View/LateralContribution/Edit/Window.py index 51a1ecc7..2f4ac248 100644 --- a/src/View/LateralContribution/Edit/Window.py +++ b/src/View/LateralContribution/Edit/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContribution/Edit/translate.py b/src/View/LateralContribution/Edit/translate.py index 14b23772..08ecd97f 100644 --- a/src/View/LateralContribution/Edit/translate.py +++ b/src/View/LateralContribution/Edit/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContribution/PlotXY.py b/src/View/LateralContribution/PlotXY.py index abf2ec6a..243af38a 100644 --- a/src/View/LateralContribution/PlotXY.py +++ b/src/View/LateralContribution/PlotXY.py @@ -1,5 +1,5 @@ # PlotXY.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContribution/Table.py b/src/View/LateralContribution/Table.py index cb047e52..b5083a46 100644 --- a/src/View/LateralContribution/Table.py +++ b/src/View/LateralContribution/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContribution/UndoCommand.py b/src/View/LateralContribution/UndoCommand.py index 202360f6..cda17cf3 100644 --- a/src/View/LateralContribution/UndoCommand.py +++ b/src/View/LateralContribution/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContribution/Window.py b/src/View/LateralContribution/Window.py index 05e6f3c0..c08ad991 100644 --- a/src/View/LateralContribution/Window.py +++ b/src/View/LateralContribution/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContribution/translate.py b/src/View/LateralContribution/translate.py index e3de3d87..57f521aa 100644 --- a/src/View/LateralContribution/translate.py +++ b/src/View/LateralContribution/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContributionsAdisTS/Edit/Plot.py b/src/View/LateralContributionsAdisTS/Edit/Plot.py index 5405a501..ca0f753d 100644 --- a/src/View/LateralContributionsAdisTS/Edit/Plot.py +++ b/src/View/LateralContributionsAdisTS/Edit/Plot.py @@ -1,5 +1,5 @@ # Plot.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContributionsAdisTS/Edit/Table.py b/src/View/LateralContributionsAdisTS/Edit/Table.py index 4b0d03c0..af5d144e 100644 --- a/src/View/LateralContributionsAdisTS/Edit/Table.py +++ b/src/View/LateralContributionsAdisTS/Edit/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContributionsAdisTS/Edit/UndoCommand.py b/src/View/LateralContributionsAdisTS/Edit/UndoCommand.py index 39e4a85d..427edf56 100644 --- a/src/View/LateralContributionsAdisTS/Edit/UndoCommand.py +++ b/src/View/LateralContributionsAdisTS/Edit/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContributionsAdisTS/Edit/Window.py b/src/View/LateralContributionsAdisTS/Edit/Window.py index f5bd54b5..ded461bb 100644 --- a/src/View/LateralContributionsAdisTS/Edit/Window.py +++ b/src/View/LateralContributionsAdisTS/Edit/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContributionsAdisTS/Edit/translate.py b/src/View/LateralContributionsAdisTS/Edit/translate.py index 2974577f..e8e613d0 100644 --- a/src/View/LateralContributionsAdisTS/Edit/translate.py +++ b/src/View/LateralContributionsAdisTS/Edit/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContributionsAdisTS/Table.py b/src/View/LateralContributionsAdisTS/Table.py index 82ea57cb..bae2f7e2 100644 --- a/src/View/LateralContributionsAdisTS/Table.py +++ b/src/View/LateralContributionsAdisTS/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContributionsAdisTS/UndoCommand.py b/src/View/LateralContributionsAdisTS/UndoCommand.py index 6df26b8b..c6eff5f2 100644 --- a/src/View/LateralContributionsAdisTS/UndoCommand.py +++ b/src/View/LateralContributionsAdisTS/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContributionsAdisTS/Window.py b/src/View/LateralContributionsAdisTS/Window.py index a2173d55..9d092418 100644 --- a/src/View/LateralContributionsAdisTS/Window.py +++ b/src/View/LateralContributionsAdisTS/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/LateralContributionsAdisTS/translate.py b/src/View/LateralContributionsAdisTS/translate.py index 6ed1c7e5..0d13c221 100644 --- a/src/View/LateralContributionsAdisTS/translate.py +++ b/src/View/LateralContributionsAdisTS/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/MainWindow.py b/src/View/MainWindow.py index f5f41d79..7129da3f 100644 --- a/src/View/MainWindow.py +++ b/src/View/MainWindow.py @@ -1,5 +1,5 @@ # MainWindow.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/MainWindowTabChecker.py b/src/View/MainWindowTabChecker.py index bdc55015..965cb3f4 100644 --- a/src/View/MainWindowTabChecker.py +++ b/src/View/MainWindowTabChecker.py @@ -1,5 +1,5 @@ # MainWindowTabChecker.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/MainWindowTabInfo.py b/src/View/MainWindowTabInfo.py index 684306b9..1dc959fb 100644 --- a/src/View/MainWindowTabInfo.py +++ b/src/View/MainWindowTabInfo.py @@ -1,5 +1,5 @@ # MainWindowTabInfo.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Network/ContextMenu.py b/src/View/Network/ContextMenu.py index bcee3f0f..8ec38edf 100644 --- a/src/View/Network/ContextMenu.py +++ b/src/View/Network/ContextMenu.py @@ -1,5 +1,5 @@ # ContextMenu.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Network/GraphWidget.py b/src/View/Network/GraphWidget.py index 7ea066c3..ed25f497 100644 --- a/src/View/Network/GraphWidget.py +++ b/src/View/Network/GraphWidget.py @@ -1,5 +1,5 @@ # GraphWidget.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Network/Table.py b/src/View/Network/Table.py index 97a26548..9648566d 100644 --- a/src/View/Network/Table.py +++ b/src/View/Network/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Network/UndoCommand.py b/src/View/Network/UndoCommand.py index 1a77840e..d099b186 100644 --- a/src/View/Network/UndoCommand.py +++ b/src/View/Network/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Network/Window.py b/src/View/Network/Window.py index fc518b4e..a2b6e2bd 100644 --- a/src/View/Network/Window.py +++ b/src/View/Network/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Network/translate.py b/src/View/Network/translate.py index da3e9618..3e4034c9 100644 --- a/src/View/Network/translate.py +++ b/src/View/Network/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/OutputRKAdisTS/Table.py b/src/View/OutputRKAdisTS/Table.py index bde79270..9f28b293 100644 --- a/src/View/OutputRKAdisTS/Table.py +++ b/src/View/OutputRKAdisTS/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/OutputRKAdisTS/Translate.py b/src/View/OutputRKAdisTS/Translate.py index 9f29ed0f..069d3361 100644 --- a/src/View/OutputRKAdisTS/Translate.py +++ b/src/View/OutputRKAdisTS/Translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/OutputRKAdisTS/UndoCommand.py b/src/View/OutputRKAdisTS/UndoCommand.py index 4c7be5d7..3ed0d924 100644 --- a/src/View/OutputRKAdisTS/UndoCommand.py +++ b/src/View/OutputRKAdisTS/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/OutputRKAdisTS/Window.py b/src/View/OutputRKAdisTS/Window.py index a17e5544..378ac309 100644 --- a/src/View/OutputRKAdisTS/Window.py +++ b/src/View/OutputRKAdisTS/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/PlotXY.py b/src/View/PlotXY.py index 07ae3fad..c8ed228f 100644 --- a/src/View/PlotXY.py +++ b/src/View/PlotXY.py @@ -1,5 +1,5 @@ # PlotXY.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Pollutants/Edit/Table.py b/src/View/Pollutants/Edit/Table.py index 768ac369..b3d4e96d 100644 --- a/src/View/Pollutants/Edit/Table.py +++ b/src/View/Pollutants/Edit/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Pollutants/Edit/Translate.py b/src/View/Pollutants/Edit/Translate.py index b269dd39..b11a55fd 100644 --- a/src/View/Pollutants/Edit/Translate.py +++ b/src/View/Pollutants/Edit/Translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Pollutants/Edit/UndoCommand.py b/src/View/Pollutants/Edit/UndoCommand.py index 2c4867c7..4eb6959c 100644 --- a/src/View/Pollutants/Edit/UndoCommand.py +++ b/src/View/Pollutants/Edit/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Pollutants/Edit/Window.py b/src/View/Pollutants/Edit/Window.py index 8adb7f9f..4135b52d 100644 --- a/src/View/Pollutants/Edit/Window.py +++ b/src/View/Pollutants/Edit/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Pollutants/Table.py b/src/View/Pollutants/Table.py index 5103ec1a..0ba3c493 100644 --- a/src/View/Pollutants/Table.py +++ b/src/View/Pollutants/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Pollutants/Translate.py b/src/View/Pollutants/Translate.py index ed2c9fc3..397e60a9 100644 --- a/src/View/Pollutants/Translate.py +++ b/src/View/Pollutants/Translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Pollutants/UndoCommand.py b/src/View/Pollutants/UndoCommand.py index 085a48b5..d83c5e2b 100644 --- a/src/View/Pollutants/UndoCommand.py +++ b/src/View/Pollutants/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Pollutants/Window.py b/src/View/Pollutants/Window.py index 8304ec23..ee03ec1a 100644 --- a/src/View/Pollutants/Window.py +++ b/src/View/Pollutants/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/REPLines/Edit/Window.py b/src/View/REPLines/Edit/Window.py index 33ecb088..63e638df 100644 --- a/src/View/REPLines/Edit/Window.py +++ b/src/View/REPLines/Edit/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/REPLines/List.py b/src/View/REPLines/List.py index b1e1752c..1c6cb119 100644 --- a/src/View/REPLines/List.py +++ b/src/View/REPLines/List.py @@ -1,5 +1,5 @@ # List.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/REPLines/Translate.py b/src/View/REPLines/Translate.py index 3849345e..5323d48d 100644 --- a/src/View/REPLines/Translate.py +++ b/src/View/REPLines/Translate.py @@ -1,5 +1,5 @@ # Translate.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/REPLines/UndoCommand.py b/src/View/REPLines/UndoCommand.py index 80988671..13b672db 100644 --- a/src/View/REPLines/UndoCommand.py +++ b/src/View/REPLines/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/REPLines/Window.py b/src/View/REPLines/Window.py index f4160e93..28afc109 100644 --- a/src/View/REPLines/Window.py +++ b/src/View/REPLines/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Reservoir/Edit/Plot.py b/src/View/Reservoir/Edit/Plot.py index e7cc70ad..afb44ea2 100644 --- a/src/View/Reservoir/Edit/Plot.py +++ b/src/View/Reservoir/Edit/Plot.py @@ -1,5 +1,5 @@ # Plot.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Reservoir/Edit/Table.py b/src/View/Reservoir/Edit/Table.py index daaddf91..cf21ca28 100644 --- a/src/View/Reservoir/Edit/Table.py +++ b/src/View/Reservoir/Edit/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Reservoir/Edit/Translate.py b/src/View/Reservoir/Edit/Translate.py index 3a6dd556..15723b23 100644 --- a/src/View/Reservoir/Edit/Translate.py +++ b/src/View/Reservoir/Edit/Translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Reservoir/Edit/UndoCommand.py b/src/View/Reservoir/Edit/UndoCommand.py index 6526f10b..7a9763c2 100644 --- a/src/View/Reservoir/Edit/UndoCommand.py +++ b/src/View/Reservoir/Edit/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Reservoir/Edit/Window.py b/src/View/Reservoir/Edit/Window.py index d965c698..7fa98e13 100644 --- a/src/View/Reservoir/Edit/Window.py +++ b/src/View/Reservoir/Edit/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Reservoir/Table.py b/src/View/Reservoir/Table.py index 9d36520e..a99bf44f 100644 --- a/src/View/Reservoir/Table.py +++ b/src/View/Reservoir/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Reservoir/Translate.py b/src/View/Reservoir/Translate.py index f33e6d5a..845f45a0 100644 --- a/src/View/Reservoir/Translate.py +++ b/src/View/Reservoir/Translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Reservoir/UndoCommand.py b/src/View/Reservoir/UndoCommand.py index ef7b2dc4..d4c54186 100644 --- a/src/View/Reservoir/UndoCommand.py +++ b/src/View/Reservoir/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Reservoir/Window.py b/src/View/Reservoir/Window.py index 4ed31992..6517fd5a 100644 --- a/src/View/Reservoir/Window.py +++ b/src/View/Reservoir/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/CoordinatesDialog.py b/src/View/Results/CoordinatesDialog.py index dc22dad9..1be4bbcd 100644 --- a/src/View/Results/CoordinatesDialog.py +++ b/src/View/Results/CoordinatesDialog.py @@ -1,5 +1,5 @@ # ShiftDialog.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/CustomPlot/CustomPlotValuesSelectionDialog.py b/src/View/Results/CustomPlot/CustomPlotValuesSelectionDialog.py index f60522c5..aa3daadc 100644 --- a/src/View/Results/CustomPlot/CustomPlotValuesSelectionDialog.py +++ b/src/View/Results/CustomPlot/CustomPlotValuesSelectionDialog.py @@ -1,5 +1,5 @@ # CustomPlotValuesSelectionDialog.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/CustomPlot/Plot.py b/src/View/Results/CustomPlot/Plot.py index 1187e675..64e09f66 100644 --- a/src/View/Results/CustomPlot/Plot.py +++ b/src/View/Results/CustomPlot/Plot.py @@ -1,5 +1,5 @@ # Plot.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/CustomPlot/Translate.py b/src/View/Results/CustomPlot/Translate.py index 9148f07a..d341732f 100644 --- a/src/View/Results/CustomPlot/Translate.py +++ b/src/View/Results/CustomPlot/Translate.py @@ -1,5 +1,5 @@ # Translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/PlotAC.py b/src/View/Results/PlotAC.py index 3a9f2201..dd676469 100644 --- a/src/View/Results/PlotAC.py +++ b/src/View/Results/PlotAC.py @@ -1,5 +1,5 @@ # PlotAC.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/PlotH.py b/src/View/Results/PlotH.py index 06658d7d..6bfaec3f 100644 --- a/src/View/Results/PlotH.py +++ b/src/View/Results/PlotH.py @@ -1,5 +1,5 @@ # PlotH.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/PlotRKC.py b/src/View/Results/PlotRKC.py index e1f53c6c..8f8ad662 100644 --- a/src/View/Results/PlotRKC.py +++ b/src/View/Results/PlotRKC.py @@ -1,5 +1,5 @@ # PlotRKC.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/PlotSedAdis.py b/src/View/Results/PlotSedAdis.py index b943a772..f3097b6f 100644 --- a/src/View/Results/PlotSedAdis.py +++ b/src/View/Results/PlotSedAdis.py @@ -1,5 +1,5 @@ # PlotSedAdisDx.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/PlotSedProfile.py b/src/View/Results/PlotSedProfile.py index 507ef9e1..b927de26 100644 --- a/src/View/Results/PlotSedProfile.py +++ b/src/View/Results/PlotSedProfile.py @@ -1,5 +1,5 @@ # PlotSedProfile.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/PlotSedReach.py b/src/View/Results/PlotSedReach.py index 69bca990..0f74f8fd 100644 --- a/src/View/Results/PlotSedReach.py +++ b/src/View/Results/PlotSedReach.py @@ -1,5 +1,5 @@ # PlotSedReach.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/PlotXY.py b/src/View/Results/PlotXY.py index 5fb00460..977ddbec 100644 --- a/src/View/Results/PlotXY.py +++ b/src/View/Results/PlotXY.py @@ -1,5 +1,5 @@ # PlotXY.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/ReadingResultsDialog.py b/src/View/Results/ReadingResultsDialog.py index 84fa17ea..4d260844 100644 --- a/src/View/Results/ReadingResultsDialog.py +++ b/src/View/Results/ReadingResultsDialog.py @@ -1,5 +1,5 @@ # ReadingResultsDialog.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/Table.py b/src/View/Results/Table.py index 436b9bf6..759269b2 100644 --- a/src/View/Results/Table.py +++ b/src/View/Results/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/TableAdisTS.py b/src/View/Results/TableAdisTS.py index 2d305d9c..78ae9eaa 100644 --- a/src/View/Results/TableAdisTS.py +++ b/src/View/Results/TableAdisTS.py @@ -1,5 +1,5 @@ # TableAdisTS.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/UndoCommand.py b/src/View/Results/UndoCommand.py index 46c0e314..c9d0a55b 100644 --- a/src/View/Results/UndoCommand.py +++ b/src/View/Results/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/Window.py b/src/View/Results/Window.py index b5270fdd..4475aa82 100644 --- a/src/View/Results/Window.py +++ b/src/View/Results/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/WindowAdisTS.py b/src/View/Results/WindowAdisTS.py index 350e6595..727d17ea 100644 --- a/src/View/Results/WindowAdisTS.py +++ b/src/View/Results/WindowAdisTS.py @@ -1,5 +1,5 @@ # WindowAdisTS.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Results/translate.py b/src/View/Results/translate.py index 343ddef4..cd6f46d4 100644 --- a/src/View/Results/translate.py +++ b/src/View/Results/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/RunSolver/Log/Window.py b/src/View/RunSolver/Log/Window.py index ddac9c69..3bd0df70 100644 --- a/src/View/RunSolver/Log/Window.py +++ b/src/View/RunSolver/Log/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/RunSolver/Window.py b/src/View/RunSolver/Window.py index ecf78e6c..0b96c1d5 100644 --- a/src/View/RunSolver/Window.py +++ b/src/View/RunSolver/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/RunSolver/WindowAdisTS.py b/src/View/RunSolver/WindowAdisTS.py index 168937c7..532557df 100644 --- a/src/View/RunSolver/WindowAdisTS.py +++ b/src/View/RunSolver/WindowAdisTS.py @@ -1,5 +1,5 @@ # WindowAdisTS.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Scenarios/ContextMenu.py b/src/View/Scenarios/ContextMenu.py index e79831d1..a3255d72 100644 --- a/src/View/Scenarios/ContextMenu.py +++ b/src/View/Scenarios/ContextMenu.py @@ -1,5 +1,5 @@ # ContextMenu.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Scenarios/GraphWidget.py b/src/View/Scenarios/GraphWidget.py index 41e3d406..be73bb2d 100644 --- a/src/View/Scenarios/GraphWidget.py +++ b/src/View/Scenarios/GraphWidget.py @@ -1,5 +1,5 @@ # GraphWidget.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Scenarios/Table.py b/src/View/Scenarios/Table.py index 79026467..da343381 100644 --- a/src/View/Scenarios/Table.py +++ b/src/View/Scenarios/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Scenarios/UndoCommand.py b/src/View/Scenarios/UndoCommand.py index bfca8aaf..3f6fba66 100644 --- a/src/View/Scenarios/UndoCommand.py +++ b/src/View/Scenarios/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Scenarios/Window.py b/src/View/Scenarios/Window.py index e68f0a02..7f97b1f6 100644 --- a/src/View/Scenarios/Window.py +++ b/src/View/Scenarios/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Scenarios/translate.py b/src/View/Scenarios/translate.py index 9db2d9fe..c8ac9bce 100644 --- a/src/View/Scenarios/translate.py +++ b/src/View/Scenarios/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Edit/Plot.py b/src/View/SedimentLayers/Edit/Plot.py index 006a670b..73a55b85 100644 --- a/src/View/SedimentLayers/Edit/Plot.py +++ b/src/View/SedimentLayers/Edit/Plot.py @@ -1,5 +1,5 @@ # Plot.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Edit/Table.py b/src/View/SedimentLayers/Edit/Table.py index 2a446dac..08ef7ddb 100644 --- a/src/View/SedimentLayers/Edit/Table.py +++ b/src/View/SedimentLayers/Edit/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Edit/UndoCommand.py b/src/View/SedimentLayers/Edit/UndoCommand.py index 6e62a4cb..0d6b692a 100644 --- a/src/View/SedimentLayers/Edit/UndoCommand.py +++ b/src/View/SedimentLayers/Edit/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Edit/Window.py b/src/View/SedimentLayers/Edit/Window.py index 8e4a21b3..82eaec2e 100644 --- a/src/View/SedimentLayers/Edit/Window.py +++ b/src/View/SedimentLayers/Edit/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Edit/translate.py b/src/View/SedimentLayers/Edit/translate.py index ba6e46eb..8c15fa32 100644 --- a/src/View/SedimentLayers/Edit/translate.py +++ b/src/View/SedimentLayers/Edit/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Reach/Plot.py b/src/View/SedimentLayers/Reach/Plot.py index 619c87da..30adb2b7 100644 --- a/src/View/SedimentLayers/Reach/Plot.py +++ b/src/View/SedimentLayers/Reach/Plot.py @@ -1,5 +1,5 @@ # Plot.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Reach/Profile/Plot.py b/src/View/SedimentLayers/Reach/Profile/Plot.py index 474ab59a..42d270e0 100644 --- a/src/View/SedimentLayers/Reach/Profile/Plot.py +++ b/src/View/SedimentLayers/Reach/Profile/Plot.py @@ -1,5 +1,5 @@ # Plot.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Reach/Profile/Table.py b/src/View/SedimentLayers/Reach/Profile/Table.py index 12126f06..24e606fd 100644 --- a/src/View/SedimentLayers/Reach/Profile/Table.py +++ b/src/View/SedimentLayers/Reach/Profile/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Reach/Profile/UndoCommand.py b/src/View/SedimentLayers/Reach/Profile/UndoCommand.py index d5bdcf93..15ed0857 100644 --- a/src/View/SedimentLayers/Reach/Profile/UndoCommand.py +++ b/src/View/SedimentLayers/Reach/Profile/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Reach/Profile/Window.py b/src/View/SedimentLayers/Reach/Profile/Window.py index 27efab70..cd70fdac 100644 --- a/src/View/SedimentLayers/Reach/Profile/Window.py +++ b/src/View/SedimentLayers/Reach/Profile/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Reach/Profile/translate.py b/src/View/SedimentLayers/Reach/Profile/translate.py index db9292a0..80ee8372 100644 --- a/src/View/SedimentLayers/Reach/Profile/translate.py +++ b/src/View/SedimentLayers/Reach/Profile/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Reach/SLDialog.py b/src/View/SedimentLayers/Reach/SLDialog.py index c113be6d..b2ad8871 100644 --- a/src/View/SedimentLayers/Reach/SLDialog.py +++ b/src/View/SedimentLayers/Reach/SLDialog.py @@ -1,5 +1,5 @@ # SLDialog.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Reach/Table.py b/src/View/SedimentLayers/Reach/Table.py index f61df249..ffd2c089 100644 --- a/src/View/SedimentLayers/Reach/Table.py +++ b/src/View/SedimentLayers/Reach/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Reach/UndoCommand.py b/src/View/SedimentLayers/Reach/UndoCommand.py index f925877d..7e13a677 100644 --- a/src/View/SedimentLayers/Reach/UndoCommand.py +++ b/src/View/SedimentLayers/Reach/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Reach/Window.py b/src/View/SedimentLayers/Reach/Window.py index bcfdcb81..7ad39eb3 100644 --- a/src/View/SedimentLayers/Reach/Window.py +++ b/src/View/SedimentLayers/Reach/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Reach/translate.py b/src/View/SedimentLayers/Reach/translate.py index c00e384c..4a1b6b34 100644 --- a/src/View/SedimentLayers/Reach/translate.py +++ b/src/View/SedimentLayers/Reach/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Table.py b/src/View/SedimentLayers/Table.py index f1811f1e..a5feed8e 100644 --- a/src/View/SedimentLayers/Table.py +++ b/src/View/SedimentLayers/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/UndoCommand.py b/src/View/SedimentLayers/UndoCommand.py index 7b154fe6..ca5ffef5 100644 --- a/src/View/SedimentLayers/UndoCommand.py +++ b/src/View/SedimentLayers/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/Window.py b/src/View/SedimentLayers/Window.py index 3241c662..7fe027af 100644 --- a/src/View/SedimentLayers/Window.py +++ b/src/View/SedimentLayers/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SedimentLayers/translate.py b/src/View/SedimentLayers/translate.py index 71fccf6e..66c33386 100644 --- a/src/View/SedimentLayers/translate.py +++ b/src/View/SedimentLayers/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SolverParameters/Table.py b/src/View/SolverParameters/Table.py index b7cb19be..7b3cfca9 100644 --- a/src/View/SolverParameters/Table.py +++ b/src/View/SolverParameters/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SolverParameters/UndoCommand.py b/src/View/SolverParameters/UndoCommand.py index f4c24fe3..e146ace0 100644 --- a/src/View/SolverParameters/UndoCommand.py +++ b/src/View/SolverParameters/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SolverParameters/Window.py b/src/View/SolverParameters/Window.py index 16809759..e8f53bd1 100644 --- a/src/View/SolverParameters/Window.py +++ b/src/View/SolverParameters/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/SolverParameters/translate.py b/src/View/SolverParameters/translate.py index 46bae698..2aad4a5f 100644 --- a/src/View/SolverParameters/translate.py +++ b/src/View/SolverParameters/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Stricklers/Table.py b/src/View/Stricklers/Table.py index 8f5deade..067b95e0 100644 --- a/src/View/Stricklers/Table.py +++ b/src/View/Stricklers/Table.py @@ -1,5 +1,5 @@ # Table.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Stricklers/UndoCommand.py b/src/View/Stricklers/UndoCommand.py index a8373b7b..eff13736 100644 --- a/src/View/Stricklers/UndoCommand.py +++ b/src/View/Stricklers/UndoCommand.py @@ -1,5 +1,5 @@ # UndoCommand.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Stricklers/Window.py b/src/View/Stricklers/Window.py index cdee6d16..01d8d521 100644 --- a/src/View/Stricklers/Window.py +++ b/src/View/Stricklers/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Stricklers/translate.py b/src/View/Stricklers/translate.py index eb8b5361..7bf4d245 100644 --- a/src/View/Stricklers/translate.py +++ b/src/View/Stricklers/translate.py @@ -1,5 +1,5 @@ # translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Study/Window.py b/src/View/Study/Window.py index 0a2cad3f..e598cc1f 100644 --- a/src/View/Study/Window.py +++ b/src/View/Study/Window.py @@ -1,5 +1,5 @@ # Window.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Tools/ASubWindow.py b/src/View/Tools/ASubWindow.py index 9f25248d..c6ef85c3 100644 --- a/src/View/Tools/ASubWindow.py +++ b/src/View/Tools/ASubWindow.py @@ -1,5 +1,5 @@ # ASubWindow.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Tools/ListedSubWindow.py b/src/View/Tools/ListedSubWindow.py index ee11a317..78c021a7 100644 --- a/src/View/Tools/ListedSubWindow.py +++ b/src/View/Tools/ListedSubWindow.py @@ -1,5 +1,5 @@ # ListedSubWindow.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Tools/PamhyrDelegate.py b/src/View/Tools/PamhyrDelegate.py index 1a9d4cbf..1000ca2c 100644 --- a/src/View/Tools/PamhyrDelegate.py +++ b/src/View/Tools/PamhyrDelegate.py @@ -1,5 +1,5 @@ # PamhyrDelegate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Tools/PamhyrList.py b/src/View/Tools/PamhyrList.py index 709672b0..6b41a0ed 100644 --- a/src/View/Tools/PamhyrList.py +++ b/src/View/Tools/PamhyrList.py @@ -1,5 +1,5 @@ # PamhyrList.py -- Pamhyr -# Copyright (C) 2024 INRAE +# Copyright (C) 2024-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Tools/PamhyrPlot.py b/src/View/Tools/PamhyrPlot.py index b893db84..78edc38d 100644 --- a/src/View/Tools/PamhyrPlot.py +++ b/src/View/Tools/PamhyrPlot.py @@ -1,5 +1,5 @@ # PamhyrPlot.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Tools/PamhyrPythonEditor.py b/src/View/Tools/PamhyrPythonEditor.py index 5dac6cbd..fec04371 100644 --- a/src/View/Tools/PamhyrPythonEditor.py +++ b/src/View/Tools/PamhyrPythonEditor.py @@ -1,5 +1,5 @@ # PamhyrPythonEditor.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Tools/PamhyrTable.py b/src/View/Tools/PamhyrTable.py index 64a433ee..b864ac4d 100644 --- a/src/View/Tools/PamhyrTable.py +++ b/src/View/Tools/PamhyrTable.py @@ -1,5 +1,5 @@ # PamhyrTable.py -- Pamhyr abstract table model -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Tools/PamhyrTranslate.py b/src/View/Tools/PamhyrTranslate.py index 1b49e396..31c1dafe 100644 --- a/src/View/Tools/PamhyrTranslate.py +++ b/src/View/Tools/PamhyrTranslate.py @@ -1,5 +1,5 @@ # PamhyrTranslate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Tools/PamhyrWidget.py b/src/View/Tools/PamhyrWidget.py index a4127e66..a3ffd1cc 100644 --- a/src/View/Tools/PamhyrWidget.py +++ b/src/View/Tools/PamhyrWidget.py @@ -1,5 +1,5 @@ # PamhyrWidget.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Tools/PamhyrWindow.py b/src/View/Tools/PamhyrWindow.py index fc3ef96a..69b8623b 100644 --- a/src/View/Tools/PamhyrWindow.py +++ b/src/View/Tools/PamhyrWindow.py @@ -1,5 +1,5 @@ # PamhyrWindow.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Tools/Plot/APlot.py b/src/View/Tools/Plot/APlot.py index c45eaecf..e650f1ec 100644 --- a/src/View/Tools/Plot/APlot.py +++ b/src/View/Tools/Plot/APlot.py @@ -1,5 +1,5 @@ # APlot.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Tools/Plot/PamhyrCanvas.py b/src/View/Tools/Plot/PamhyrCanvas.py index 2101aa60..7c3d47df 100644 --- a/src/View/Tools/Plot/PamhyrCanvas.py +++ b/src/View/Tools/Plot/PamhyrCanvas.py @@ -1,5 +1,5 @@ # MplCanvas.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Tools/Plot/PamhyrToolbar.py b/src/View/Tools/Plot/PamhyrToolbar.py index 5b4e2927..88c01951 100644 --- a/src/View/Tools/Plot/PamhyrToolbar.py +++ b/src/View/Tools/Plot/PamhyrToolbar.py @@ -1,5 +1,5 @@ # PamhyrToolbar.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/Translate.py b/src/View/Translate.py index 76e377ff..0ae8ffd9 100644 --- a/src/View/Translate.py +++ b/src/View/Translate.py @@ -1,5 +1,5 @@ # Translate.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/View/WaitingDialog.py b/src/View/WaitingDialog.py index 7853fcde..283fdc30 100644 --- a/src/View/WaitingDialog.py +++ b/src/View/WaitingDialog.py @@ -1,5 +1,5 @@ # WaitingDialog.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/config.py b/src/config.py index 3cd2a44f..07687a10 100644 --- a/src/config.py +++ b/src/config.py @@ -1,5 +1,5 @@ # config.py -- Pamhyr configuration manager -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/init.py b/src/init.py index 551bf850..c7396069 100644 --- a/src/init.py +++ b/src/init.py @@ -1,5 +1,5 @@ # init.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -82,7 +82,7 @@ def legal_info(): logger.info( f"version: {logger_color_green()}{version}{logger_color_reset()}") - logger.info("license: pamhyr Copyright (C) 2023-2024 INRAE") + logger.info("license: pamhyr Copyright (C) 2023-2025 INRAE") logger.info("license: This program comes with ABSOLUTELY NO WARRANTY.") logger.info( "license: This is free software," + diff --git a/src/lang/constant_string.py b/src/lang/constant_string.py index 20611b0e..d89808f3 100644 --- a/src/lang/constant_string.py +++ b/src/lang/constant_string.py @@ -1,5 +1,5 @@ # constant_string.py -- Pamhyr constant string definition for translate -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/pamhyr.py b/src/pamhyr.py index 7645e6a0..4193ee21 100755 --- a/src/pamhyr.py +++ b/src/pamhyr.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # pamhyr.py -- Pamhyr entrypoint -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/test_pamhyr.py b/src/test_pamhyr.py index f3a6f98e..d230132f 100644 --- a/src/test_pamhyr.py +++ b/src/test_pamhyr.py @@ -1,5 +1,5 @@ # test_pamhyr.py -- Pamhyr -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/tools.py b/src/tools.py index 577c4278..275eea6f 100644 --- a/src/tools.py +++ b/src/tools.py @@ -1,5 +1,5 @@ # tools.py -- Pamhyr tools function collection -# Copyright (C) 2023-2024 INRAE +# Copyright (C) 2023-2025 INRAE # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by