diff --git a/.cmake-format.py b/.cmake-format.py index f37a15522..d354bd062 100644 --- a/.cmake-format.py +++ b/.cmake-format.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/scripts/update-copyright.py b/scripts/update-copyright.py index ec6e7bd76..cdba403ec 100644 --- a/scripts/update-copyright.py +++ b/scripts/update-copyright.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. @@ -16,7 +16,7 @@ byte_linesep = bytes(os.linesep, encoding="ascii") copyright_banner_lines = [ bytes( - f"Copyright (c) 2024 Orange. All rights reserved.", + f"Copyright (c) 2023-{datetime.today().year} Orange. All rights reserved.", encoding="ascii", ), b"This software is distributed under the BSD 3-Clause-clear License, the text of which is available", diff --git a/src/Learning/DTForest/DTAttributeSelection.cpp b/src/Learning/DTForest/DTAttributeSelection.cpp index ded7666f1..40721141c 100644 --- a/src/Learning/DTForest/DTAttributeSelection.cpp +++ b/src/Learning/DTForest/DTAttributeSelection.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTAttributeSelection.h b/src/Learning/DTForest/DTAttributeSelection.h index 41497b0ce..8cb20715b 100644 --- a/src/Learning/DTForest/DTAttributeSelection.h +++ b/src/Learning/DTForest/DTAttributeSelection.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTBaseLoader.cpp b/src/Learning/DTForest/DTBaseLoader.cpp index 41fffc3f3..4f64061e7 100644 --- a/src/Learning/DTForest/DTBaseLoader.cpp +++ b/src/Learning/DTForest/DTBaseLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTBaseLoader.h b/src/Learning/DTForest/DTBaseLoader.h index c529639ff..18fc64c8b 100644 --- a/src/Learning/DTForest/DTBaseLoader.h +++ b/src/Learning/DTForest/DTBaseLoader.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTBaseLoaderSplitter.cpp b/src/Learning/DTForest/DTBaseLoaderSplitter.cpp index 4cad7391b..c985e2947 100644 --- a/src/Learning/DTForest/DTBaseLoaderSplitter.cpp +++ b/src/Learning/DTForest/DTBaseLoaderSplitter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTBaseLoaderSplitter.h b/src/Learning/DTForest/DTBaseLoaderSplitter.h index d2e415ae4..025140f02 100644 --- a/src/Learning/DTForest/DTBaseLoaderSplitter.h +++ b/src/Learning/DTForest/DTBaseLoaderSplitter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTConfig.cpp b/src/Learning/DTForest/DTConfig.cpp index ea2ab3676..11b63f5cb 100644 --- a/src/Learning/DTForest/DTConfig.cpp +++ b/src/Learning/DTForest/DTConfig.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTConfig.h b/src/Learning/DTForest/DTConfig.h index 40eabab6d..5fea0cd3e 100644 --- a/src/Learning/DTForest/DTConfig.h +++ b/src/Learning/DTForest/DTConfig.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTCreationReport.cpp b/src/Learning/DTForest/DTCreationReport.cpp index fd724da91..12449c827 100644 --- a/src/Learning/DTForest/DTCreationReport.cpp +++ b/src/Learning/DTForest/DTCreationReport.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTCreationReport.h b/src/Learning/DTForest/DTCreationReport.h index 9d96f438d..d3368dfdc 100644 --- a/src/Learning/DTForest/DTCreationReport.h +++ b/src/Learning/DTForest/DTCreationReport.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionBinaryTreeCost.cpp b/src/Learning/DTForest/DTDecisionBinaryTreeCost.cpp index d8c6410f7..9f02e2a1b 100644 --- a/src/Learning/DTForest/DTDecisionBinaryTreeCost.cpp +++ b/src/Learning/DTForest/DTDecisionBinaryTreeCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionBinaryTreeCost.h b/src/Learning/DTForest/DTDecisionBinaryTreeCost.h index 98e9b9bfe..e30eec357 100644 --- a/src/Learning/DTForest/DTDecisionBinaryTreeCost.h +++ b/src/Learning/DTForest/DTDecisionBinaryTreeCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTree.cpp b/src/Learning/DTForest/DTDecisionTree.cpp index 5b47ff326..d70cd0345 100644 --- a/src/Learning/DTForest/DTDecisionTree.cpp +++ b/src/Learning/DTForest/DTDecisionTree.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTree.h b/src/Learning/DTForest/DTDecisionTree.h index d6f6cab40..dc0ddcbc9 100644 --- a/src/Learning/DTForest/DTDecisionTree.h +++ b/src/Learning/DTForest/DTDecisionTree.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeCost.cpp b/src/Learning/DTForest/DTDecisionTreeCost.cpp index 12bc77c6d..2d812788a 100644 --- a/src/Learning/DTForest/DTDecisionTreeCost.cpp +++ b/src/Learning/DTForest/DTDecisionTreeCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeCost.h b/src/Learning/DTForest/DTDecisionTreeCost.h index 7950db2a8..488dce2e4 100644 --- a/src/Learning/DTForest/DTDecisionTreeCost.h +++ b/src/Learning/DTForest/DTDecisionTreeCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeCreationTask.cpp b/src/Learning/DTForest/DTDecisionTreeCreationTask.cpp index 4493be1ce..ff0337803 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTask.cpp +++ b/src/Learning/DTForest/DTDecisionTreeCreationTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeCreationTask.h b/src/Learning/DTForest/DTDecisionTreeCreationTask.h index 50fb57df7..dca4d79e4 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTask.h +++ b/src/Learning/DTForest/DTDecisionTreeCreationTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeCreationTaskSequential.cpp b/src/Learning/DTForest/DTDecisionTreeCreationTaskSequential.cpp index 5d9ec5b4f..488ab2e4a 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTaskSequential.cpp +++ b/src/Learning/DTForest/DTDecisionTreeCreationTaskSequential.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeCreationTaskSequential.h b/src/Learning/DTForest/DTDecisionTreeCreationTaskSequential.h index aa1f9dda7..cbbcd4ace 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTaskSequential.h +++ b/src/Learning/DTForest/DTDecisionTreeCreationTaskSequential.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeCreationTaskSequentialView.cpp b/src/Learning/DTForest/DTDecisionTreeCreationTaskSequentialView.cpp index 3b5f0d946..ead4cb134 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTaskSequentialView.cpp +++ b/src/Learning/DTForest/DTDecisionTreeCreationTaskSequentialView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeCreationTaskSequentialView.h b/src/Learning/DTForest/DTDecisionTreeCreationTaskSequentialView.h index 440551112..2d80b1763 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTaskSequentialView.h +++ b/src/Learning/DTForest/DTDecisionTreeCreationTaskSequentialView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeCreationTaskView.cpp b/src/Learning/DTForest/DTDecisionTreeCreationTaskView.cpp index 61997e4e9..24ca342a5 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTaskView.cpp +++ b/src/Learning/DTForest/DTDecisionTreeCreationTaskView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeCreationTaskView.h b/src/Learning/DTForest/DTDecisionTreeCreationTaskView.h index 6f3c8211a..63da87ac5 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTaskView.h +++ b/src/Learning/DTForest/DTDecisionTreeCreationTaskView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeDatabaseObject.cpp b/src/Learning/DTForest/DTDecisionTreeDatabaseObject.cpp index 3e44c8c29..29e85f153 100644 --- a/src/Learning/DTForest/DTDecisionTreeDatabaseObject.cpp +++ b/src/Learning/DTForest/DTDecisionTreeDatabaseObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeDatabaseObject.h b/src/Learning/DTForest/DTDecisionTreeDatabaseObject.h index bbd190cb3..90724895e 100644 --- a/src/Learning/DTForest/DTDecisionTreeDatabaseObject.h +++ b/src/Learning/DTForest/DTDecisionTreeDatabaseObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeGlobalCost.cpp b/src/Learning/DTForest/DTDecisionTreeGlobalCost.cpp index b78ee7d40..890b5864e 100644 --- a/src/Learning/DTForest/DTDecisionTreeGlobalCost.cpp +++ b/src/Learning/DTForest/DTDecisionTreeGlobalCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeGlobalCost.h b/src/Learning/DTForest/DTDecisionTreeGlobalCost.h index 504c2be68..ff2ebb190 100644 --- a/src/Learning/DTForest/DTDecisionTreeGlobalCost.h +++ b/src/Learning/DTForest/DTDecisionTreeGlobalCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeNode.cpp b/src/Learning/DTForest/DTDecisionTreeNode.cpp index e4f547344..05cb4efe6 100644 --- a/src/Learning/DTForest/DTDecisionTreeNode.cpp +++ b/src/Learning/DTForest/DTDecisionTreeNode.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeNode.h b/src/Learning/DTForest/DTDecisionTreeNode.h index 3aebe30da..54b0210b3 100644 --- a/src/Learning/DTForest/DTDecisionTreeNode.h +++ b/src/Learning/DTForest/DTDecisionTreeNode.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeParameter.cpp b/src/Learning/DTForest/DTDecisionTreeParameter.cpp index e0a4ca3f9..7ab240398 100644 --- a/src/Learning/DTForest/DTDecisionTreeParameter.cpp +++ b/src/Learning/DTForest/DTDecisionTreeParameter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeParameter.h b/src/Learning/DTForest/DTDecisionTreeParameter.h index 6419aa289..3cf80fbef 100644 --- a/src/Learning/DTForest/DTDecisionTreeParameter.h +++ b/src/Learning/DTForest/DTDecisionTreeParameter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeParameterView.cpp b/src/Learning/DTForest/DTDecisionTreeParameterView.cpp index d31e524c0..eb27b6cf7 100644 --- a/src/Learning/DTForest/DTDecisionTreeParameterView.cpp +++ b/src/Learning/DTForest/DTDecisionTreeParameterView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeParameterView.h b/src/Learning/DTForest/DTDecisionTreeParameterView.h index 3f8c3de30..963dc5f63 100644 --- a/src/Learning/DTForest/DTDecisionTreeParameterView.h +++ b/src/Learning/DTForest/DTDecisionTreeParameterView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeRecursiveCost.cpp b/src/Learning/DTForest/DTDecisionTreeRecursiveCost.cpp index e25e0d793..28b145282 100644 --- a/src/Learning/DTForest/DTDecisionTreeRecursiveCost.cpp +++ b/src/Learning/DTForest/DTDecisionTreeRecursiveCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeRecursiveCost.h b/src/Learning/DTForest/DTDecisionTreeRecursiveCost.h index f7174f9ef..de6ae6fab 100644 --- a/src/Learning/DTForest/DTDecisionTreeRecursiveCost.h +++ b/src/Learning/DTForest/DTDecisionTreeRecursiveCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeSpec.cpp b/src/Learning/DTForest/DTDecisionTreeSpec.cpp index 9d20f900f..bf715eba2 100644 --- a/src/Learning/DTForest/DTDecisionTreeSpec.cpp +++ b/src/Learning/DTForest/DTDecisionTreeSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDecisionTreeSpec.h b/src/Learning/DTForest/DTDecisionTreeSpec.h index 71c7b819f..af72a928a 100644 --- a/src/Learning/DTForest/DTDecisionTreeSpec.h +++ b/src/Learning/DTForest/DTDecisionTreeSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDiscretizerMODL.cpp b/src/Learning/DTForest/DTDiscretizerMODL.cpp index c4093ebdf..e567354d9 100644 --- a/src/Learning/DTForest/DTDiscretizerMODL.cpp +++ b/src/Learning/DTForest/DTDiscretizerMODL.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTDiscretizerMODL.h b/src/Learning/DTForest/DTDiscretizerMODL.h index 2b9bb7c08..02f0412bf 100644 --- a/src/Learning/DTForest/DTDiscretizerMODL.h +++ b/src/Learning/DTForest/DTDiscretizerMODL.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTForestAttributeSelection.cpp b/src/Learning/DTForest/DTForestAttributeSelection.cpp index 0dfd98279..6410ec9c1 100644 --- a/src/Learning/DTForest/DTForestAttributeSelection.cpp +++ b/src/Learning/DTForest/DTForestAttributeSelection.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTForestAttributeSelection.h b/src/Learning/DTForest/DTForestAttributeSelection.h index 8928119e0..bb61a4207 100644 --- a/src/Learning/DTForest/DTForestAttributeSelection.h +++ b/src/Learning/DTForest/DTForestAttributeSelection.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTForestParameter.cpp b/src/Learning/DTForest/DTForestParameter.cpp index 490409323..0af305f87 100644 --- a/src/Learning/DTForest/DTForestParameter.cpp +++ b/src/Learning/DTForest/DTForestParameter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTForestParameter.h b/src/Learning/DTForest/DTForestParameter.h index b0b3db971..518b7a55f 100644 --- a/src/Learning/DTForest/DTForestParameter.h +++ b/src/Learning/DTForest/DTForestParameter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTForestParameterView.cpp b/src/Learning/DTForest/DTForestParameterView.cpp index 007c425f2..89473d8ae 100644 --- a/src/Learning/DTForest/DTForestParameterView.cpp +++ b/src/Learning/DTForest/DTForestParameterView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTForestParameterView.h b/src/Learning/DTForest/DTForestParameterView.h index a7040d3be..2394cd92e 100644 --- a/src/Learning/DTForest/DTForestParameterView.h +++ b/src/Learning/DTForest/DTForestParameterView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTGlobalTag.cpp b/src/Learning/DTForest/DTGlobalTag.cpp index 905785e34..6cb74d23d 100644 --- a/src/Learning/DTForest/DTGlobalTag.cpp +++ b/src/Learning/DTForest/DTGlobalTag.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTGlobalTag.h b/src/Learning/DTForest/DTGlobalTag.h index 3f08ac136..f55edb005 100644 --- a/src/Learning/DTForest/DTGlobalTag.h +++ b/src/Learning/DTForest/DTGlobalTag.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTGrouperMODL.cpp b/src/Learning/DTForest/DTGrouperMODL.cpp index d0ae9453e..2fdc48afc 100644 --- a/src/Learning/DTForest/DTGrouperMODL.cpp +++ b/src/Learning/DTForest/DTGrouperMODL.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTGrouperMODL.h b/src/Learning/DTForest/DTGrouperMODL.h index ab8e61cde..ff72085b9 100644 --- a/src/Learning/DTForest/DTGrouperMODL.h +++ b/src/Learning/DTForest/DTGrouperMODL.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTGrouperMODLBasic.cpp b/src/Learning/DTForest/DTGrouperMODLBasic.cpp index 892dabc23..50be7adf3 100644 --- a/src/Learning/DTForest/DTGrouperMODLBasic.cpp +++ b/src/Learning/DTForest/DTGrouperMODLBasic.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTGrouperMODLInternal.cpp b/src/Learning/DTForest/DTGrouperMODLInternal.cpp index 01feecfb9..dbe581a55 100644 --- a/src/Learning/DTForest/DTGrouperMODLInternal.cpp +++ b/src/Learning/DTForest/DTGrouperMODLInternal.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTGrouperMODLInternal.h b/src/Learning/DTForest/DTGrouperMODLInternal.h index cc9905c01..597d209db 100644 --- a/src/Learning/DTForest/DTGrouperMODLInternal.h +++ b/src/Learning/DTForest/DTGrouperMODLInternal.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTGrouperMODLOptimization.cpp b/src/Learning/DTForest/DTGrouperMODLOptimization.cpp index 202f30401..1a5157126 100644 --- a/src/Learning/DTForest/DTGrouperMODLOptimization.cpp +++ b/src/Learning/DTForest/DTGrouperMODLOptimization.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTStat.cpp b/src/Learning/DTForest/DTStat.cpp index 00ce279af..68566dfd7 100644 --- a/src/Learning/DTForest/DTStat.cpp +++ b/src/Learning/DTForest/DTStat.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTStat.h b/src/Learning/DTForest/DTStat.h index 3a1906e28..ace36f6b0 100644 --- a/src/Learning/DTForest/DTStat.h +++ b/src/Learning/DTForest/DTStat.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTUnivariatePartitionCost.cpp b/src/Learning/DTForest/DTUnivariatePartitionCost.cpp index e3c324f2b..f8e2de5a4 100644 --- a/src/Learning/DTForest/DTUnivariatePartitionCost.cpp +++ b/src/Learning/DTForest/DTUnivariatePartitionCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/DTForest/DTUnivariatePartitionCost.h b/src/Learning/DTForest/DTUnivariatePartitionCost.h index 2871f3e8c..feb5651bd 100644 --- a/src/Learning/DTForest/DTUnivariatePartitionCost.h +++ b/src/Learning/DTForest/DTUnivariatePartitionCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDClassBuilder.cpp b/src/Learning/KDDomainKnowledge/KDClassBuilder.cpp index 76a0c0ce1..49411c0bb 100644 --- a/src/Learning/KDDomainKnowledge/KDClassBuilder.cpp +++ b/src/Learning/KDDomainKnowledge/KDClassBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDClassBuilder.h b/src/Learning/KDDomainKnowledge/KDClassBuilder.h index 6cb53e5fb..e778139d5 100644 --- a/src/Learning/KDDomainKnowledge/KDClassBuilder.h +++ b/src/Learning/KDDomainKnowledge/KDClassBuilder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDClassCompliantRules.cpp b/src/Learning/KDDomainKnowledge/KDClassCompliantRules.cpp index 92a64a1de..087e16eef 100644 --- a/src/Learning/KDDomainKnowledge/KDClassCompliantRules.cpp +++ b/src/Learning/KDDomainKnowledge/KDClassCompliantRules.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDClassCompliantRules.h b/src/Learning/KDDomainKnowledge/KDClassCompliantRules.h index 58a9363c3..63b8b4267 100644 --- a/src/Learning/KDDomainKnowledge/KDClassCompliantRules.h +++ b/src/Learning/KDDomainKnowledge/KDClassCompliantRules.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDConstructedRule.cpp b/src/Learning/KDDomainKnowledge/KDConstructedRule.cpp index d68e08f98..23e45dc5e 100644 --- a/src/Learning/KDDomainKnowledge/KDConstructedRule.cpp +++ b/src/Learning/KDDomainKnowledge/KDConstructedRule.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDConstructedRule.h b/src/Learning/KDDomainKnowledge/KDConstructedRule.h index a39a104c7..e89418135 100644 --- a/src/Learning/KDDomainKnowledge/KDConstructedRule.h +++ b/src/Learning/KDDomainKnowledge/KDConstructedRule.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDConstructionDomain.cpp b/src/Learning/KDDomainKnowledge/KDConstructionDomain.cpp index 5e687f392..72afce8c6 100644 --- a/src/Learning/KDDomainKnowledge/KDConstructionDomain.cpp +++ b/src/Learning/KDDomainKnowledge/KDConstructionDomain.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDConstructionDomain.h b/src/Learning/KDDomainKnowledge/KDConstructionDomain.h index dcc7cadac..d65bb07e0 100644 --- a/src/Learning/KDDomainKnowledge/KDConstructionDomain.h +++ b/src/Learning/KDDomainKnowledge/KDConstructionDomain.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDConstructionRule.cpp b/src/Learning/KDDomainKnowledge/KDConstructionRule.cpp index e9d661a18..f6fa194d3 100644 --- a/src/Learning/KDDomainKnowledge/KDConstructionRule.cpp +++ b/src/Learning/KDDomainKnowledge/KDConstructionRule.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDConstructionRule.h b/src/Learning/KDDomainKnowledge/KDConstructionRule.h index 7d42c37f6..b358d6478 100644 --- a/src/Learning/KDDomainKnowledge/KDConstructionRule.h +++ b/src/Learning/KDDomainKnowledge/KDConstructionRule.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDDomainConstraint.cpp b/src/Learning/KDDomainKnowledge/KDDomainConstraint.cpp index 3e6f7ac16..472a90a86 100644 --- a/src/Learning/KDDomainKnowledge/KDDomainConstraint.cpp +++ b/src/Learning/KDDomainKnowledge/KDDomainConstraint.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDDomainConstraint.h b/src/Learning/KDDomainKnowledge/KDDomainConstraint.h index 0001e8b0e..558441624 100644 --- a/src/Learning/KDDomainKnowledge/KDDomainConstraint.h +++ b/src/Learning/KDDomainKnowledge/KDDomainConstraint.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDEntity.cpp b/src/Learning/KDDomainKnowledge/KDEntity.cpp index 13e959a62..99462f979 100644 --- a/src/Learning/KDDomainKnowledge/KDEntity.cpp +++ b/src/Learning/KDDomainKnowledge/KDEntity.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDEntity.h b/src/Learning/KDDomainKnowledge/KDEntity.h index 57feb3c67..d3637bb60 100644 --- a/src/Learning/KDDomainKnowledge/KDEntity.h +++ b/src/Learning/KDDomainKnowledge/KDEntity.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDFeatureConstruction.cpp b/src/Learning/KDDomainKnowledge/KDFeatureConstruction.cpp index ca4270f0b..627c1b284 100644 --- a/src/Learning/KDDomainKnowledge/KDFeatureConstruction.cpp +++ b/src/Learning/KDDomainKnowledge/KDFeatureConstruction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDFeatureConstruction.h b/src/Learning/KDDomainKnowledge/KDFeatureConstruction.h index 2b7cd72b9..1400d9be0 100644 --- a/src/Learning/KDDomainKnowledge/KDFeatureConstruction.h +++ b/src/Learning/KDDomainKnowledge/KDFeatureConstruction.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDMultiTableFeatureConstruction.cpp b/src/Learning/KDDomainKnowledge/KDMultiTableFeatureConstruction.cpp index a712de67e..4c4cc5cf6 100644 --- a/src/Learning/KDDomainKnowledge/KDMultiTableFeatureConstruction.cpp +++ b/src/Learning/KDDomainKnowledge/KDMultiTableFeatureConstruction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDMultiTableFeatureConstruction.h b/src/Learning/KDDomainKnowledge/KDMultiTableFeatureConstruction.h index 701c8f6e5..580513699 100644 --- a/src/Learning/KDDomainKnowledge/KDMultiTableFeatureConstruction.h +++ b/src/Learning/KDDomainKnowledge/KDMultiTableFeatureConstruction.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDMultinomialSampleGenerator.cpp b/src/Learning/KDDomainKnowledge/KDMultinomialSampleGenerator.cpp index 658ea0a96..4689d874f 100644 --- a/src/Learning/KDDomainKnowledge/KDMultinomialSampleGenerator.cpp +++ b/src/Learning/KDDomainKnowledge/KDMultinomialSampleGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDMultinomialSampleGenerator.h b/src/Learning/KDDomainKnowledge/KDMultinomialSampleGenerator.h index 29de28dec..f24f8f72f 100644 --- a/src/Learning/KDDomainKnowledge/KDMultinomialSampleGenerator.h +++ b/src/Learning/KDDomainKnowledge/KDMultinomialSampleGenerator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDSelectionOperandAnalyser.cpp b/src/Learning/KDDomainKnowledge/KDSelectionOperandAnalyser.cpp index d54e064c3..9053e5024 100644 --- a/src/Learning/KDDomainKnowledge/KDSelectionOperandAnalyser.cpp +++ b/src/Learning/KDDomainKnowledge/KDSelectionOperandAnalyser.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDSelectionOperandAnalyser.h b/src/Learning/KDDomainKnowledge/KDSelectionOperandAnalyser.h index e3c1cc2d1..e1103870e 100644 --- a/src/Learning/KDDomainKnowledge/KDSelectionOperandAnalyser.h +++ b/src/Learning/KDDomainKnowledge/KDSelectionOperandAnalyser.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDSelectionOperandDataSampler.cpp b/src/Learning/KDDomainKnowledge/KDSelectionOperandDataSampler.cpp index 3f14059cc..dedd50cd5 100644 --- a/src/Learning/KDDomainKnowledge/KDSelectionOperandDataSampler.cpp +++ b/src/Learning/KDDomainKnowledge/KDSelectionOperandDataSampler.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDSelectionOperandDataSampler.h b/src/Learning/KDDomainKnowledge/KDSelectionOperandDataSampler.h index 1fa93f994..2c501f7f0 100644 --- a/src/Learning/KDDomainKnowledge/KDSelectionOperandDataSampler.h +++ b/src/Learning/KDDomainKnowledge/KDSelectionOperandDataSampler.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDSelectionOperandSamplingTask.cpp b/src/Learning/KDDomainKnowledge/KDSelectionOperandSamplingTask.cpp index 44158a157..dcd672b37 100644 --- a/src/Learning/KDDomainKnowledge/KDSelectionOperandSamplingTask.cpp +++ b/src/Learning/KDDomainKnowledge/KDSelectionOperandSamplingTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDSelectionOperandSamplingTask.h b/src/Learning/KDDomainKnowledge/KDSelectionOperandSamplingTask.h index 4968ad838..18b3faaec 100644 --- a/src/Learning/KDDomainKnowledge/KDSelectionOperandSamplingTask.h +++ b/src/Learning/KDDomainKnowledge/KDSelectionOperandSamplingTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDTextFeatureConstruction.cpp b/src/Learning/KDDomainKnowledge/KDTextFeatureConstruction.cpp index 895ae3981..97d53df98 100644 --- a/src/Learning/KDDomainKnowledge/KDTextFeatureConstruction.cpp +++ b/src/Learning/KDDomainKnowledge/KDTextFeatureConstruction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDTextFeatureConstruction.h b/src/Learning/KDDomainKnowledge/KDTextFeatureConstruction.h index c8cc14a09..3e5f31d28 100644 --- a/src/Learning/KDDomainKnowledge/KDTextFeatureConstruction.h +++ b/src/Learning/KDDomainKnowledge/KDTextFeatureConstruction.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDTextFeatureSpec.cpp b/src/Learning/KDDomainKnowledge/KDTextFeatureSpec.cpp index 26ed3936d..4943bb1cc 100644 --- a/src/Learning/KDDomainKnowledge/KDTextFeatureSpec.cpp +++ b/src/Learning/KDDomainKnowledge/KDTextFeatureSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDTextFeatureSpec.h b/src/Learning/KDDomainKnowledge/KDTextFeatureSpec.h index 5a2c84b24..ee88aa390 100644 --- a/src/Learning/KDDomainKnowledge/KDTextFeatureSpec.h +++ b/src/Learning/KDDomainKnowledge/KDTextFeatureSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDTextTokenSampleCollectionTask.cpp b/src/Learning/KDDomainKnowledge/KDTextTokenSampleCollectionTask.cpp index 201409dd3..02a56891e 100644 --- a/src/Learning/KDDomainKnowledge/KDTextTokenSampleCollectionTask.cpp +++ b/src/Learning/KDDomainKnowledge/KDTextTokenSampleCollectionTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDTextTokenSampleCollectionTask.h b/src/Learning/KDDomainKnowledge/KDTextTokenSampleCollectionTask.h index e96c5cc8b..5d591342f 100644 --- a/src/Learning/KDDomainKnowledge/KDTextTokenSampleCollectionTask.h +++ b/src/Learning/KDDomainKnowledge/KDTextTokenSampleCollectionTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDTokenFrequency.cpp b/src/Learning/KDDomainKnowledge/KDTokenFrequency.cpp index 82d347315..9ee3c2427 100644 --- a/src/Learning/KDDomainKnowledge/KDTokenFrequency.cpp +++ b/src/Learning/KDDomainKnowledge/KDTokenFrequency.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KDDomainKnowledge/KDTokenFrequency.h b/src/Learning/KDDomainKnowledge/KDTokenFrequency.h index 20139475d..858fad58f 100644 --- a/src/Learning/KDDomainKnowledge/KDTokenFrequency.h +++ b/src/Learning/KDDomainKnowledge/KDTokenFrequency.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIDRPredictor.cpp b/src/Learning/KIInterpretation/KIDRPredictor.cpp index e2c53a694..07643412d 100644 --- a/src/Learning/KIInterpretation/KIDRPredictor.cpp +++ b/src/Learning/KIInterpretation/KIDRPredictor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIDRPredictor.h b/src/Learning/KIInterpretation/KIDRPredictor.h index bd1b5f5db..1bed29de2 100644 --- a/src/Learning/KIInterpretation/KIDRPredictor.h +++ b/src/Learning/KIInterpretation/KIDRPredictor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIDRRegisterAllRules.cpp b/src/Learning/KIInterpretation/KIDRRegisterAllRules.cpp index 5e182b9b9..4109df22d 100644 --- a/src/Learning/KIInterpretation/KIDRRegisterAllRules.cpp +++ b/src/Learning/KIInterpretation/KIDRRegisterAllRules.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIDRRegisterAllRules.h b/src/Learning/KIInterpretation/KIDRRegisterAllRules.h index 94387f5d1..af7391ecc 100644 --- a/src/Learning/KIInterpretation/KIDRRegisterAllRules.h +++ b/src/Learning/KIInterpretation/KIDRRegisterAllRules.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIHowParameterView.cpp b/src/Learning/KIInterpretation/KIHowParameterView.cpp index e7622c4ca..3c759ca92 100644 --- a/src/Learning/KIInterpretation/KIHowParameterView.cpp +++ b/src/Learning/KIInterpretation/KIHowParameterView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIHowParameterView.h b/src/Learning/KIInterpretation/KIHowParameterView.h index 9965a0d1f..dca818c72 100644 --- a/src/Learning/KIInterpretation/KIHowParameterView.h +++ b/src/Learning/KIInterpretation/KIHowParameterView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIInterpretationDictionary.cpp b/src/Learning/KIInterpretation/KIInterpretationDictionary.cpp index d0f50792c..77441e460 100644 --- a/src/Learning/KIInterpretation/KIInterpretationDictionary.cpp +++ b/src/Learning/KIInterpretation/KIInterpretationDictionary.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIInterpretationDictionary.h b/src/Learning/KIInterpretation/KIInterpretationDictionary.h index a2d77b22b..14eb052e4 100644 --- a/src/Learning/KIInterpretation/KIInterpretationDictionary.h +++ b/src/Learning/KIInterpretation/KIInterpretationDictionary.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIInterpretationSpec.cpp b/src/Learning/KIInterpretation/KIInterpretationSpec.cpp index df7329f81..7e9a7cf75 100644 --- a/src/Learning/KIInterpretation/KIInterpretationSpec.cpp +++ b/src/Learning/KIInterpretation/KIInterpretationSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIInterpretationSpec.h b/src/Learning/KIInterpretation/KIInterpretationSpec.h index 25e906456..ee64195db 100644 --- a/src/Learning/KIInterpretation/KIInterpretationSpec.h +++ b/src/Learning/KIInterpretation/KIInterpretationSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIInterpretationSpecView.cpp b/src/Learning/KIInterpretation/KIInterpretationSpecView.cpp index f461aab0b..b2291c5ae 100644 --- a/src/Learning/KIInterpretation/KIInterpretationSpecView.cpp +++ b/src/Learning/KIInterpretation/KIInterpretationSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIInterpretationSpecView.h b/src/Learning/KIInterpretation/KIInterpretationSpecView.h index 97797cf9d..bc995619a 100644 --- a/src/Learning/KIInterpretation/KIInterpretationSpecView.h +++ b/src/Learning/KIInterpretation/KIInterpretationSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KILeverVariablesSpecView.cpp b/src/Learning/KIInterpretation/KILeverVariablesSpecView.cpp index f04270de0..45cd23187 100644 --- a/src/Learning/KIInterpretation/KILeverVariablesSpecView.cpp +++ b/src/Learning/KIInterpretation/KILeverVariablesSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KILeverVariablesSpecView.h b/src/Learning/KIInterpretation/KILeverVariablesSpecView.h index dea94de31..eed5d265c 100644 --- a/src/Learning/KIInterpretation/KILeverVariablesSpecView.h +++ b/src/Learning/KIInterpretation/KILeverVariablesSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIPredictorInterpretationView.cpp b/src/Learning/KIInterpretation/KIPredictorInterpretationView.cpp index 237333597..c0e89ca90 100644 --- a/src/Learning/KIInterpretation/KIPredictorInterpretationView.cpp +++ b/src/Learning/KIInterpretation/KIPredictorInterpretationView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIPredictorInterpretationView.h b/src/Learning/KIInterpretation/KIPredictorInterpretationView.h index 6997e3db4..0c7ef1093 100644 --- a/src/Learning/KIInterpretation/KIPredictorInterpretationView.h +++ b/src/Learning/KIInterpretation/KIPredictorInterpretationView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIWhyParameterView.cpp b/src/Learning/KIInterpretation/KIWhyParameterView.cpp index 31ee8fc24..d3ecce749 100644 --- a/src/Learning/KIInterpretation/KIWhyParameterView.cpp +++ b/src/Learning/KIInterpretation/KIWhyParameterView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KIInterpretation/KIWhyParameterView.h b/src/Learning/KIInterpretation/KIWhyParameterView.h index 44d68bc10..4602716b8 100644 --- a/src/Learning/KIInterpretation/KIWhyParameterView.h +++ b/src/Learning/KIInterpretation/KIWhyParameterView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KMDRRuleLibrary/KMDRClassifier.cpp b/src/Learning/KMDRRuleLibrary/KMDRClassifier.cpp index 2ab6923fc..df8336bd2 100644 --- a/src/Learning/KMDRRuleLibrary/KMDRClassifier.cpp +++ b/src/Learning/KMDRRuleLibrary/KMDRClassifier.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KMDRRuleLibrary/KMDRClassifier.h b/src/Learning/KMDRRuleLibrary/KMDRClassifier.h index aa15b75c4..905070ae9 100644 --- a/src/Learning/KMDRRuleLibrary/KMDRClassifier.h +++ b/src/Learning/KMDRRuleLibrary/KMDRClassifier.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KMDRRuleLibrary/KMDRLocalModelChooser.cpp b/src/Learning/KMDRRuleLibrary/KMDRLocalModelChooser.cpp index 46b937ec2..1f52fe78c 100644 --- a/src/Learning/KMDRRuleLibrary/KMDRLocalModelChooser.cpp +++ b/src/Learning/KMDRRuleLibrary/KMDRLocalModelChooser.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KMDRRuleLibrary/KMDRLocalModelChooser.h b/src/Learning/KMDRRuleLibrary/KMDRLocalModelChooser.h index f9519e94e..64904a960 100644 --- a/src/Learning/KMDRRuleLibrary/KMDRLocalModelChooser.h +++ b/src/Learning/KMDRRuleLibrary/KMDRLocalModelChooser.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KMDRRuleLibrary/KMDRRegisterAllRules.cpp b/src/Learning/KMDRRuleLibrary/KMDRRegisterAllRules.cpp index e9631a9fc..d529b3d49 100644 --- a/src/Learning/KMDRRuleLibrary/KMDRRegisterAllRules.cpp +++ b/src/Learning/KMDRRuleLibrary/KMDRRegisterAllRules.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KMDRRuleLibrary/KMDRRegisterAllRules.h b/src/Learning/KMDRRuleLibrary/KMDRRegisterAllRules.h index dff4f7c35..f93f8583c 100644 --- a/src/Learning/KMDRRuleLibrary/KMDRRegisterAllRules.h +++ b/src/Learning/KMDRRuleLibrary/KMDRRegisterAllRules.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNIDatabaseTransferView.cpp b/src/Learning/KNITransfer/KNIDatabaseTransferView.cpp index fd8da62b8..b9bc5fe95 100644 --- a/src/Learning/KNITransfer/KNIDatabaseTransferView.cpp +++ b/src/Learning/KNITransfer/KNIDatabaseTransferView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNIDatabaseTransferView.h b/src/Learning/KNITransfer/KNIDatabaseTransferView.h index 709c8e7a3..63e74b478 100644 --- a/src/Learning/KNITransfer/KNIDatabaseTransferView.h +++ b/src/Learning/KNITransfer/KNIDatabaseTransferView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNIRecodeFile.cpp b/src/Learning/KNITransfer/KNIRecodeFile.cpp index 27bb4a16b..24236fcf4 100644 --- a/src/Learning/KNITransfer/KNIRecodeFile.cpp +++ b/src/Learning/KNITransfer/KNIRecodeFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNIRecodeFile.h b/src/Learning/KNITransfer/KNIRecodeFile.h index 94a6b7166..aa51f8099 100644 --- a/src/Learning/KNITransfer/KNIRecodeFile.h +++ b/src/Learning/KNITransfer/KNIRecodeFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNIRecodeMTFiles.cpp b/src/Learning/KNITransfer/KNIRecodeMTFiles.cpp index 08ab5937c..d0cbad62a 100644 --- a/src/Learning/KNITransfer/KNIRecodeMTFiles.cpp +++ b/src/Learning/KNITransfer/KNIRecodeMTFiles.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNIRecodeMTFiles.h b/src/Learning/KNITransfer/KNIRecodeMTFiles.h index e7f6ea1ad..c062db719 100644 --- a/src/Learning/KNITransfer/KNIRecodeMTFiles.h +++ b/src/Learning/KNITransfer/KNIRecodeMTFiles.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNITransfer.cpp b/src/Learning/KNITransfer/KNITransfer.cpp index 0c643f462..1924afb9b 100644 --- a/src/Learning/KNITransfer/KNITransfer.cpp +++ b/src/Learning/KNITransfer/KNITransfer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNITransfer.h b/src/Learning/KNITransfer/KNITransfer.h index 66287272e..7681f4936 100644 --- a/src/Learning/KNITransfer/KNITransfer.h +++ b/src/Learning/KNITransfer/KNITransfer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNITransferProblem.cpp b/src/Learning/KNITransfer/KNITransferProblem.cpp index f01b6f3c4..8d1c18ec9 100644 --- a/src/Learning/KNITransfer/KNITransferProblem.cpp +++ b/src/Learning/KNITransfer/KNITransferProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNITransferProblem.h b/src/Learning/KNITransfer/KNITransferProblem.h index 141a2b4e9..b18ecd6c5 100644 --- a/src/Learning/KNITransfer/KNITransferProblem.h +++ b/src/Learning/KNITransfer/KNITransferProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNITransferProblemView.cpp b/src/Learning/KNITransfer/KNITransferProblemView.cpp index e2a5330ce..48d48b7ee 100644 --- a/src/Learning/KNITransfer/KNITransferProblemView.cpp +++ b/src/Learning/KNITransfer/KNITransferProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNITransferProblemView.h b/src/Learning/KNITransfer/KNITransferProblemView.h index a861910db..a2354ee69 100644 --- a/src/Learning/KNITransfer/KNITransferProblemView.h +++ b/src/Learning/KNITransfer/KNITransferProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNITransferProject.cpp b/src/Learning/KNITransfer/KNITransferProject.cpp index 64ace2d83..3529ba73f 100644 --- a/src/Learning/KNITransfer/KNITransferProject.cpp +++ b/src/Learning/KNITransfer/KNITransferProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KNITransfer/KNITransferProject.h b/src/Learning/KNITransfer/KNITransferProject.h index 4fa45f7d5..dca577439 100644 --- a/src/Learning/KNITransfer/KNITransferProject.h +++ b/src/Learning/KNITransfer/KNITransferProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRAll.cpp b/src/Learning/KWDRRuleLibrary/KWDRAll.cpp index 5980ce115..1d3141ea1 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRAll.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRAll.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRAll.h b/src/Learning/KWDRRuleLibrary/KWDRAll.h index 4468be7ba..010bd0bb1 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRAll.h +++ b/src/Learning/KWDRRuleLibrary/KWDRAll.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRCompare.cpp b/src/Learning/KWDRRuleLibrary/KWDRCompare.cpp index 220b3a445..edb9de49e 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRCompare.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRCompare.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRCompare.h b/src/Learning/KWDRRuleLibrary/KWDRCompare.h index 028b22721..7b47b1093 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRCompare.h +++ b/src/Learning/KWDRRuleLibrary/KWDRCompare.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRDateTime.cpp b/src/Learning/KWDRRuleLibrary/KWDRDateTime.cpp index d65a3f3ee..56c5b0835 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRDateTime.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRDateTime.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRDateTime.h b/src/Learning/KWDRRuleLibrary/KWDRDateTime.h index 7f1240aaa..f9b145b7b 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRDateTime.h +++ b/src/Learning/KWDRRuleLibrary/KWDRDateTime.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRHashMap.cpp b/src/Learning/KWDRRuleLibrary/KWDRHashMap.cpp index bd3c66a8f..e33798cfc 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRHashMap.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRHashMap.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRHashMap.h b/src/Learning/KWDRRuleLibrary/KWDRHashMap.h index 036d09445..9e7bf6f54 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRHashMap.h +++ b/src/Learning/KWDRRuleLibrary/KWDRHashMap.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRLogical.cpp b/src/Learning/KWDRRuleLibrary/KWDRLogical.cpp index d2bb8d7d4..90b158338 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRLogical.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRLogical.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRLogical.h b/src/Learning/KWDRRuleLibrary/KWDRLogical.h index d8ba77795..2293c2931 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRLogical.h +++ b/src/Learning/KWDRRuleLibrary/KWDRLogical.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRMath.cpp b/src/Learning/KWDRRuleLibrary/KWDRMath.cpp index 232150764..5b4785add 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRMath.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRMath.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRMath.h b/src/Learning/KWDRRuleLibrary/KWDRMath.h index a4d0119b7..b6d395418 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRMath.h +++ b/src/Learning/KWDRRuleLibrary/KWDRMath.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRMultiTable.cpp b/src/Learning/KWDRRuleLibrary/KWDRMultiTable.cpp index 5452e2323..cfa83b5b4 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRMultiTable.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRMultiTable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRMultiTable.h b/src/Learning/KWDRRuleLibrary/KWDRMultiTable.h index 37954e77a..0db41355b 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRMultiTable.h +++ b/src/Learning/KWDRRuleLibrary/KWDRMultiTable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRString.cpp b/src/Learning/KWDRRuleLibrary/KWDRString.cpp index c0da7101b..1c637e323 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRString.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRString.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRString.h b/src/Learning/KWDRRuleLibrary/KWDRString.h index 32efffe17..11654ec12 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRString.h +++ b/src/Learning/KWDRRuleLibrary/KWDRString.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRStringEncrypt.cpp b/src/Learning/KWDRRuleLibrary/KWDRStringEncrypt.cpp index 9e4e4d09f..4e4a56dd5 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRStringEncrypt.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRStringEncrypt.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRText.cpp b/src/Learning/KWDRRuleLibrary/KWDRText.cpp index 2c0df4b15..1cf69c729 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRText.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRText.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRText.h b/src/Learning/KWDRRuleLibrary/KWDRText.h index bb9520f6c..9c9354406 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRText.h +++ b/src/Learning/KWDRRuleLibrary/KWDRText.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRTextList.cpp b/src/Learning/KWDRRuleLibrary/KWDRTextList.cpp index 8df6fa2c6..75d7dba32 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRTextList.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRTextList.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRTextList.h b/src/Learning/KWDRRuleLibrary/KWDRTextList.h index cc46f9ef9..5db7929bf 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRTextList.h +++ b/src/Learning/KWDRRuleLibrary/KWDRTextList.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysis.cpp b/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysis.cpp index f4e1dee07..e4d2db10d 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysis.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysis.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysis.h b/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysis.h index 0b412f1f0..a76f51536 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysis.h +++ b/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysis.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysisPROTO.cpp b/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysisPROTO.cpp index a0f6f790e..eece36504 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysisPROTO.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysisPROTO.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysisPROTO.h b/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysisPROTO.h index 4f1daf508..23e189ccd 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysisPROTO.h +++ b/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysisPROTO.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRVector.cpp b/src/Learning/KWDRRuleLibrary/KWDRVector.cpp index a6e286eef..b5a8d3a24 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRVector.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDRRuleLibrary/KWDRVector.h b/src/Learning/KWDRRuleLibrary/KWDRVector.h index dcf552ed3..bd212743b 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRVector.h +++ b/src/Learning/KWDRRuleLibrary/KWDRVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/JSONFile.cpp b/src/Learning/KWData/JSONFile.cpp index b550cd552..6919a1869 100644 --- a/src/Learning/KWData/JSONFile.cpp +++ b/src/Learning/KWData/JSONFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/JSONFile.h b/src/Learning/KWData/JSONFile.h index 0b3650207..190edceb4 100644 --- a/src/Learning/KWData/JSONFile.h +++ b/src/Learning/KWData/JSONFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/JSONTokenizer.cpp b/src/Learning/KWData/JSONTokenizer.cpp index 67a77270e..5ad67b685 100644 --- a/src/Learning/KWData/JSONTokenizer.cpp +++ b/src/Learning/KWData/JSONTokenizer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/JSONTokenizer.h b/src/Learning/KWData/JSONTokenizer.h index fa6c069af..33a885112 100644 --- a/src/Learning/KWData/JSONTokenizer.h +++ b/src/Learning/KWData/JSONTokenizer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWAttribute.cpp b/src/Learning/KWData/KWAttribute.cpp index d1aec8f7a..6312713e8 100644 --- a/src/Learning/KWData/KWAttribute.cpp +++ b/src/Learning/KWData/KWAttribute.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWAttribute.h b/src/Learning/KWData/KWAttribute.h index 12437913b..10d3664f5 100644 --- a/src/Learning/KWData/KWAttribute.h +++ b/src/Learning/KWData/KWAttribute.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWAttributeBlock.cpp b/src/Learning/KWData/KWAttributeBlock.cpp index 03a9c5a5d..9b5617b90 100644 --- a/src/Learning/KWData/KWAttributeBlock.cpp +++ b/src/Learning/KWData/KWAttributeBlock.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWAttributeBlock.h b/src/Learning/KWData/KWAttributeBlock.h index d10de5622..a9660424a 100644 --- a/src/Learning/KWData/KWAttributeBlock.h +++ b/src/Learning/KWData/KWAttributeBlock.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWAttributeName.cpp b/src/Learning/KWData/KWAttributeName.cpp index 0411f40b1..113edc088 100644 --- a/src/Learning/KWData/KWAttributeName.cpp +++ b/src/Learning/KWData/KWAttributeName.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWAttributeName.h b/src/Learning/KWData/KWAttributeName.h index 2fdebf857..23541524a 100644 --- a/src/Learning/KWData/KWAttributeName.h +++ b/src/Learning/KWData/KWAttributeName.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWAttributePairName.cpp b/src/Learning/KWData/KWAttributePairName.cpp index ea94bc347..1f39b7788 100644 --- a/src/Learning/KWData/KWAttributePairName.cpp +++ b/src/Learning/KWData/KWAttributePairName.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWAttributePairName.h b/src/Learning/KWData/KWAttributePairName.h index 02ee77658..286c16cfc 100644 --- a/src/Learning/KWData/KWAttributePairName.h +++ b/src/Learning/KWData/KWAttributePairName.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWCDUniqueString.cpp b/src/Learning/KWData/KWCDUniqueString.cpp index 19ef05e18..2adbc5543 100644 --- a/src/Learning/KWData/KWCDUniqueString.cpp +++ b/src/Learning/KWData/KWCDUniqueString.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWCDUniqueString.h b/src/Learning/KWData/KWCDUniqueString.h index 8fdd73db5..d76f5caee 100644 --- a/src/Learning/KWData/KWCDUniqueString.h +++ b/src/Learning/KWData/KWCDUniqueString.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWCYac.cpp b/src/Learning/KWData/KWCYac.cpp index 156f826b1..29ecabdc0 100644 --- a/src/Learning/KWData/KWCYac.cpp +++ b/src/Learning/KWData/KWCYac.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWCharFrequencyVector.cpp b/src/Learning/KWData/KWCharFrequencyVector.cpp index 648505a3c..4eb26731e 100644 --- a/src/Learning/KWData/KWCharFrequencyVector.cpp +++ b/src/Learning/KWData/KWCharFrequencyVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWCharFrequencyVector.h b/src/Learning/KWData/KWCharFrequencyVector.h index 1f96aaf9f..43aaf8deb 100644 --- a/src/Learning/KWData/KWCharFrequencyVector.h +++ b/src/Learning/KWData/KWCharFrequencyVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWClass.cpp b/src/Learning/KWData/KWClass.cpp index 47ba2e755..c5047aa4f 100644 --- a/src/Learning/KWData/KWClass.cpp +++ b/src/Learning/KWData/KWClass.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWClass.h b/src/Learning/KWData/KWClass.h index ac8b853d5..acfd38842 100644 --- a/src/Learning/KWData/KWClass.h +++ b/src/Learning/KWData/KWClass.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWClassDomain.cpp b/src/Learning/KWData/KWClassDomain.cpp index addebf882..44fb58623 100644 --- a/src/Learning/KWData/KWClassDomain.cpp +++ b/src/Learning/KWData/KWClassDomain.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWClassDomain.h b/src/Learning/KWData/KWClassDomain.h index 7c9e494b0..cb0714639 100644 --- a/src/Learning/KWData/KWClassDomain.h +++ b/src/Learning/KWData/KWClassDomain.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWContinuous.cpp b/src/Learning/KWData/KWContinuous.cpp index ce3a22e29..d6977e0b5 100644 --- a/src/Learning/KWData/KWContinuous.cpp +++ b/src/Learning/KWData/KWContinuous.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWContinuous.h b/src/Learning/KWData/KWContinuous.h index e8b9e84b5..bbc93517e 100644 --- a/src/Learning/KWData/KWContinuous.h +++ b/src/Learning/KWData/KWContinuous.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDRRandom.cpp b/src/Learning/KWData/KWDRRandom.cpp index aad5f635b..08655e32e 100644 --- a/src/Learning/KWData/KWDRRandom.cpp +++ b/src/Learning/KWData/KWDRRandom.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDRRandom.h b/src/Learning/KWData/KWDRRandom.h index b208b679b..084bf0379 100644 --- a/src/Learning/KWData/KWDRRandom.h +++ b/src/Learning/KWData/KWDRRandom.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDRReference.cpp b/src/Learning/KWData/KWDRReference.cpp index cd20fd6a7..5923ce70c 100644 --- a/src/Learning/KWData/KWDRReference.cpp +++ b/src/Learning/KWData/KWDRReference.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDRReference.h b/src/Learning/KWData/KWDRReference.h index 6a8462ceb..e6138887c 100644 --- a/src/Learning/KWData/KWDRReference.h +++ b/src/Learning/KWData/KWDRReference.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDRStandard.cpp b/src/Learning/KWData/KWDRStandard.cpp index cecea8183..5026234f0 100644 --- a/src/Learning/KWData/KWDRStandard.cpp +++ b/src/Learning/KWData/KWDRStandard.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDRStandard.h b/src/Learning/KWData/KWDRStandard.h index 80c4b0145..3fa841f69 100644 --- a/src/Learning/KWData/KWDRStandard.h +++ b/src/Learning/KWData/KWDRStandard.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDataItem.cpp b/src/Learning/KWData/KWDataItem.cpp index bae9954e4..89ee7f441 100644 --- a/src/Learning/KWData/KWDataItem.cpp +++ b/src/Learning/KWData/KWDataItem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDataItem.h b/src/Learning/KWData/KWDataItem.h index 17bbac9e5..cb6771992 100644 --- a/src/Learning/KWData/KWDataItem.h +++ b/src/Learning/KWData/KWDataItem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDataTableDriver.cpp b/src/Learning/KWData/KWDataTableDriver.cpp index fbc2b67f3..69710dada 100644 --- a/src/Learning/KWData/KWDataTableDriver.cpp +++ b/src/Learning/KWData/KWDataTableDriver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDataTableDriver.h b/src/Learning/KWData/KWDataTableDriver.h index 5e194b98d..48d2761d9 100644 --- a/src/Learning/KWData/KWDataTableDriver.h +++ b/src/Learning/KWData/KWDataTableDriver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDataTableDriverTextFile.cpp b/src/Learning/KWData/KWDataTableDriverTextFile.cpp index adc02154d..8eca17ab3 100644 --- a/src/Learning/KWData/KWDataTableDriverTextFile.cpp +++ b/src/Learning/KWData/KWDataTableDriverTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDataTableDriverTextFile.h b/src/Learning/KWData/KWDataTableDriverTextFile.h index 10b33d35f..8a0069dda 100644 --- a/src/Learning/KWData/KWDataTableDriverTextFile.h +++ b/src/Learning/KWData/KWDataTableDriverTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDatabase.cpp b/src/Learning/KWData/KWDatabase.cpp index 0e2e18cf8..32064d2c5 100644 --- a/src/Learning/KWData/KWDatabase.cpp +++ b/src/Learning/KWData/KWDatabase.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDatabase.h b/src/Learning/KWData/KWDatabase.h index f98966aac..59be5a153 100644 --- a/src/Learning/KWData/KWDatabase.h +++ b/src/Learning/KWData/KWDatabase.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDatabaseFormatDetector.cpp b/src/Learning/KWData/KWDatabaseFormatDetector.cpp index 48c5cffc8..ab4bf58d6 100644 --- a/src/Learning/KWData/KWDatabaseFormatDetector.cpp +++ b/src/Learning/KWData/KWDatabaseFormatDetector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDatabaseFormatDetector.h b/src/Learning/KWData/KWDatabaseFormatDetector.h index 3778e6b35..9f61cb562 100644 --- a/src/Learning/KWData/KWDatabaseFormatDetector.h +++ b/src/Learning/KWData/KWDatabaseFormatDetector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDatabaseMemoryGuard.cpp b/src/Learning/KWData/KWDatabaseMemoryGuard.cpp index 81af2482a..fe506fc37 100644 --- a/src/Learning/KWData/KWDatabaseMemoryGuard.cpp +++ b/src/Learning/KWData/KWDatabaseMemoryGuard.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDatabaseMemoryGuard.h b/src/Learning/KWData/KWDatabaseMemoryGuard.h index 55d38d8cf..33dc099f1 100644 --- a/src/Learning/KWData/KWDatabaseMemoryGuard.h +++ b/src/Learning/KWData/KWDatabaseMemoryGuard.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDate.cpp b/src/Learning/KWData/KWDate.cpp index 0693017e9..a072b4281 100644 --- a/src/Learning/KWData/KWDate.cpp +++ b/src/Learning/KWData/KWDate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDate.h b/src/Learning/KWData/KWDate.h index 9ac1b21a5..0c7ceac28 100644 --- a/src/Learning/KWData/KWDate.h +++ b/src/Learning/KWData/KWDate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDerivationRule.cpp b/src/Learning/KWData/KWDerivationRule.cpp index 4d8b44a20..4b5897a65 100644 --- a/src/Learning/KWData/KWDerivationRule.cpp +++ b/src/Learning/KWData/KWDerivationRule.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDerivationRule.h b/src/Learning/KWData/KWDerivationRule.h index ea82589ba..88f7e5ba2 100644 --- a/src/Learning/KWData/KWDerivationRule.h +++ b/src/Learning/KWData/KWDerivationRule.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWDerivationRuleOperand.cpp b/src/Learning/KWData/KWDerivationRuleOperand.cpp index 4af8ff828..d4f40124d 100644 --- a/src/Learning/KWData/KWDerivationRuleOperand.cpp +++ b/src/Learning/KWData/KWDerivationRuleOperand.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWIndexedKeyBlock.cpp b/src/Learning/KWData/KWIndexedKeyBlock.cpp index 92d7fe756..78e5e914e 100644 --- a/src/Learning/KWData/KWIndexedKeyBlock.cpp +++ b/src/Learning/KWData/KWIndexedKeyBlock.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWIndexedKeyBlock.h b/src/Learning/KWData/KWIndexedKeyBlock.h index 9c0e80d7d..13121017e 100644 --- a/src/Learning/KWData/KWIndexedKeyBlock.h +++ b/src/Learning/KWData/KWIndexedKeyBlock.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWLoadIndex.cpp b/src/Learning/KWData/KWLoadIndex.cpp index 3a712fff2..bc66b0a2f 100644 --- a/src/Learning/KWData/KWLoadIndex.cpp +++ b/src/Learning/KWData/KWLoadIndex.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWLoadIndex.h b/src/Learning/KWData/KWLoadIndex.h index e6178340b..289570615 100644 --- a/src/Learning/KWData/KWLoadIndex.h +++ b/src/Learning/KWData/KWLoadIndex.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWMTDatabase.cpp b/src/Learning/KWData/KWMTDatabase.cpp index b3cebd653..8cd7fbf8a 100644 --- a/src/Learning/KWData/KWMTDatabase.cpp +++ b/src/Learning/KWData/KWMTDatabase.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWMTDatabase.h b/src/Learning/KWData/KWMTDatabase.h index 3b1e3c3f1..ddca774e7 100644 --- a/src/Learning/KWData/KWMTDatabase.h +++ b/src/Learning/KWData/KWMTDatabase.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWMTDatabaseMapping.cpp b/src/Learning/KWData/KWMTDatabaseMapping.cpp index 0d73e5e01..412fcdf6c 100644 --- a/src/Learning/KWData/KWMTDatabaseMapping.cpp +++ b/src/Learning/KWData/KWMTDatabaseMapping.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWMTDatabaseMapping.h b/src/Learning/KWData/KWMTDatabaseMapping.h index eb42abfd1..d345cf333 100644 --- a/src/Learning/KWData/KWMTDatabaseMapping.h +++ b/src/Learning/KWData/KWMTDatabaseMapping.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWMTDatabaseTextFile.cpp b/src/Learning/KWData/KWMTDatabaseTextFile.cpp index 4ca0932ef..6cacb7845 100644 --- a/src/Learning/KWData/KWMTDatabaseTextFile.cpp +++ b/src/Learning/KWData/KWMTDatabaseTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWMTDatabaseTextFile.h b/src/Learning/KWData/KWMTDatabaseTextFile.h index 29b39e337..43b41c1b9 100644 --- a/src/Learning/KWData/KWMTDatabaseTextFile.h +++ b/src/Learning/KWData/KWMTDatabaseTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWMetaData.cpp b/src/Learning/KWData/KWMetaData.cpp index c2c739385..e4abcecab 100644 --- a/src/Learning/KWData/KWMetaData.cpp +++ b/src/Learning/KWData/KWMetaData.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWMetaData.h b/src/Learning/KWData/KWMetaData.h index 057373af4..375037b59 100644 --- a/src/Learning/KWData/KWMetaData.h +++ b/src/Learning/KWData/KWMetaData.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWObject.cpp b/src/Learning/KWData/KWObject.cpp index 12198b403..2c19a67ac 100644 --- a/src/Learning/KWData/KWObject.cpp +++ b/src/Learning/KWData/KWObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWObject.h b/src/Learning/KWData/KWObject.h index 05ac0a907..61fec4c71 100644 --- a/src/Learning/KWData/KWObject.h +++ b/src/Learning/KWData/KWObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWObjectKey.cpp b/src/Learning/KWData/KWObjectKey.cpp index c7583e8af..2b3120f4d 100644 --- a/src/Learning/KWData/KWObjectKey.cpp +++ b/src/Learning/KWData/KWObjectKey.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWObjectKey.h b/src/Learning/KWData/KWObjectKey.h index 915e590f4..7f0917ca1 100644 --- a/src/Learning/KWData/KWObjectKey.h +++ b/src/Learning/KWData/KWObjectKey.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWSTDatabase.cpp b/src/Learning/KWData/KWSTDatabase.cpp index fe3f5db2d..dddd2eed6 100644 --- a/src/Learning/KWData/KWSTDatabase.cpp +++ b/src/Learning/KWData/KWSTDatabase.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWSTDatabase.h b/src/Learning/KWData/KWSTDatabase.h index 1cf54a325..52eab6401 100644 --- a/src/Learning/KWData/KWSTDatabase.h +++ b/src/Learning/KWData/KWSTDatabase.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWSTDatabaseTextFile.cpp b/src/Learning/KWData/KWSTDatabaseTextFile.cpp index 06cdc7b1e..dca8bab7c 100644 --- a/src/Learning/KWData/KWSTDatabaseTextFile.cpp +++ b/src/Learning/KWData/KWSTDatabaseTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWSTDatabaseTextFile.h b/src/Learning/KWData/KWSTDatabaseTextFile.h index d07a9d06f..c10773df9 100644 --- a/src/Learning/KWData/KWSTDatabaseTextFile.h +++ b/src/Learning/KWData/KWSTDatabaseTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWSortableIndex.cpp b/src/Learning/KWData/KWSortableIndex.cpp index 9fa34e4fb..3bd6fb417 100644 --- a/src/Learning/KWData/KWSortableIndex.cpp +++ b/src/Learning/KWData/KWSortableIndex.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWSortableIndex.h b/src/Learning/KWData/KWSortableIndex.h index 2aa8612d9..06a280e53 100644 --- a/src/Learning/KWData/KWSortableIndex.h +++ b/src/Learning/KWData/KWSortableIndex.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWStructureRule.cpp b/src/Learning/KWData/KWStructureRule.cpp index 67626a947..029347b6d 100644 --- a/src/Learning/KWData/KWStructureRule.cpp +++ b/src/Learning/KWData/KWStructureRule.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWStructureRule.h b/src/Learning/KWData/KWStructureRule.h index d669b32c1..97bceca3d 100644 --- a/src/Learning/KWData/KWStructureRule.h +++ b/src/Learning/KWData/KWStructureRule.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWSymbol.cpp b/src/Learning/KWData/KWSymbol.cpp index 06e93a299..f665727ad 100644 --- a/src/Learning/KWData/KWSymbol.cpp +++ b/src/Learning/KWData/KWSymbol.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWSymbol.h b/src/Learning/KWData/KWSymbol.h index 350c0e6fb..88ed437d5 100644 --- a/src/Learning/KWData/KWSymbol.h +++ b/src/Learning/KWData/KWSymbol.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWTime.cpp b/src/Learning/KWData/KWTime.cpp index 3c16fc62c..1847ca8b4 100644 --- a/src/Learning/KWData/KWTime.cpp +++ b/src/Learning/KWData/KWTime.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWTime.h b/src/Learning/KWData/KWTime.h index a784ce3de..8f165687b 100644 --- a/src/Learning/KWData/KWTime.h +++ b/src/Learning/KWData/KWTime.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWTimestamp.cpp b/src/Learning/KWData/KWTimestamp.cpp index 1ac3a5586..cf9bc2cfa 100644 --- a/src/Learning/KWData/KWTimestamp.cpp +++ b/src/Learning/KWData/KWTimestamp.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWTimestamp.h b/src/Learning/KWData/KWTimestamp.h index 2b4ad4bc8..74163841d 100644 --- a/src/Learning/KWData/KWTimestamp.h +++ b/src/Learning/KWData/KWTimestamp.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWTimestampTZ.cpp b/src/Learning/KWData/KWTimestampTZ.cpp index e81bd9f7c..1651884b7 100644 --- a/src/Learning/KWData/KWTimestampTZ.cpp +++ b/src/Learning/KWData/KWTimestampTZ.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWTimestampTZ.h b/src/Learning/KWData/KWTimestampTZ.h index 76ffa1cc3..9d08ac169 100644 --- a/src/Learning/KWData/KWTimestampTZ.h +++ b/src/Learning/KWData/KWTimestampTZ.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWType.cpp b/src/Learning/KWData/KWType.cpp index 7f5ce13dc..02f04c43d 100644 --- a/src/Learning/KWData/KWType.cpp +++ b/src/Learning/KWData/KWType.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWType.h b/src/Learning/KWData/KWType.h index f8569a398..52aeea0cb 100644 --- a/src/Learning/KWData/KWType.h +++ b/src/Learning/KWData/KWType.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWTypeAutomaticRecognition.cpp b/src/Learning/KWData/KWTypeAutomaticRecognition.cpp index 4366e3de0..82e4bf4cf 100644 --- a/src/Learning/KWData/KWTypeAutomaticRecognition.cpp +++ b/src/Learning/KWData/KWTypeAutomaticRecognition.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWTypeAutomaticRecognition.h b/src/Learning/KWData/KWTypeAutomaticRecognition.h index f305cfe53..ffd13e7e8 100644 --- a/src/Learning/KWData/KWTypeAutomaticRecognition.h +++ b/src/Learning/KWData/KWTypeAutomaticRecognition.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWValueBlock.cpp b/src/Learning/KWData/KWValueBlock.cpp index 86bf89147..ca63446c4 100644 --- a/src/Learning/KWData/KWValueBlock.cpp +++ b/src/Learning/KWData/KWValueBlock.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWValueBlock.h b/src/Learning/KWData/KWValueBlock.h index a77ee3dc0..ce837f93b 100644 --- a/src/Learning/KWData/KWValueBlock.h +++ b/src/Learning/KWData/KWValueBlock.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWValueDictionary.cpp b/src/Learning/KWData/KWValueDictionary.cpp index b60ab8974..9bea0de9e 100644 --- a/src/Learning/KWData/KWValueDictionary.cpp +++ b/src/Learning/KWData/KWValueDictionary.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWValueDictionary.h b/src/Learning/KWData/KWValueDictionary.h index e2bcb8b10..5223eb5e8 100644 --- a/src/Learning/KWData/KWValueDictionary.h +++ b/src/Learning/KWData/KWValueDictionary.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWValueSparseVector.cpp b/src/Learning/KWData/KWValueSparseVector.cpp index b63da911a..e3f2f8eb8 100644 --- a/src/Learning/KWData/KWValueSparseVector.cpp +++ b/src/Learning/KWData/KWValueSparseVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWData/KWValueSparseVector.h b/src/Learning/KWData/KWValueSparseVector.h index 4aa49188c..f5fdead3f 100644 --- a/src/Learning/KWData/KWValueSparseVector.h +++ b/src/Learning/KWData/KWValueSparseVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KDDataPreparationAttributeCreationTask.cpp b/src/Learning/KWDataPreparation/KDDataPreparationAttributeCreationTask.cpp index ca7f4b5d0..370056ff2 100644 --- a/src/Learning/KWDataPreparation/KDDataPreparationAttributeCreationTask.cpp +++ b/src/Learning/KWDataPreparation/KDDataPreparationAttributeCreationTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KDDataPreparationAttributeCreationTask.h b/src/Learning/KWDataPreparation/KDDataPreparationAttributeCreationTask.h index a791f84c6..be27857ca 100644 --- a/src/Learning/KWDataPreparation/KDDataPreparationAttributeCreationTask.h +++ b/src/Learning/KWDataPreparation/KDDataPreparationAttributeCreationTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWAttributePairsSpec.cpp b/src/Learning/KWDataPreparation/KWAttributePairsSpec.cpp index 7c5a16fc9..2ebf3d4db 100644 --- a/src/Learning/KWDataPreparation/KWAttributePairsSpec.cpp +++ b/src/Learning/KWDataPreparation/KWAttributePairsSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWAttributePairsSpec.h b/src/Learning/KWDataPreparation/KWAttributePairsSpec.h index ada96a5ea..345d92170 100644 --- a/src/Learning/KWDataPreparation/KWAttributePairsSpec.h +++ b/src/Learning/KWDataPreparation/KWAttributePairsSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWAttributeStats.cpp b/src/Learning/KWDataPreparation/KWAttributeStats.cpp index 667044a27..cea18ae2f 100644 --- a/src/Learning/KWDataPreparation/KWAttributeStats.cpp +++ b/src/Learning/KWDataPreparation/KWAttributeStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWAttributeStats.h b/src/Learning/KWDataPreparation/KWAttributeStats.h index 5af49f61d..1a2e7230a 100644 --- a/src/Learning/KWDataPreparation/KWAttributeStats.h +++ b/src/Learning/KWDataPreparation/KWAttributeStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWAttributeSubsetStats.cpp b/src/Learning/KWDataPreparation/KWAttributeSubsetStats.cpp index 90242111c..1cf8c5a1f 100644 --- a/src/Learning/KWDataPreparation/KWAttributeSubsetStats.cpp +++ b/src/Learning/KWDataPreparation/KWAttributeSubsetStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWAttributeSubsetStats.h b/src/Learning/KWDataPreparation/KWAttributeSubsetStats.h index 6771b688b..687a8fc35 100644 --- a/src/Learning/KWDataPreparation/KWAttributeSubsetStats.h +++ b/src/Learning/KWDataPreparation/KWAttributeSubsetStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWClassStats.cpp b/src/Learning/KWDataPreparation/KWClassStats.cpp index d13663d38..8217768f7 100644 --- a/src/Learning/KWDataPreparation/KWClassStats.cpp +++ b/src/Learning/KWDataPreparation/KWClassStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWClassStats.h b/src/Learning/KWDataPreparation/KWClassStats.h index 1dfca5548..2c2af877d 100644 --- a/src/Learning/KWDataPreparation/KWClassStats.h +++ b/src/Learning/KWDataPreparation/KWClassStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDGMPartMergeAction.cpp b/src/Learning/KWDataPreparation/KWDGMPartMergeAction.cpp index 8eb15bf4d..0d0c51323 100644 --- a/src/Learning/KWDataPreparation/KWDGMPartMergeAction.cpp +++ b/src/Learning/KWDataPreparation/KWDGMPartMergeAction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDGMPartMergeAction.h b/src/Learning/KWDataPreparation/KWDGMPartMergeAction.h index a53f9fca2..d34095eb5 100644 --- a/src/Learning/KWDataPreparation/KWDGMPartMergeAction.h +++ b/src/Learning/KWDataPreparation/KWDGMPartMergeAction.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDRDataGrid.cpp b/src/Learning/KWDataPreparation/KWDRDataGrid.cpp index 31cb5ed3c..6d6bf0cbc 100644 --- a/src/Learning/KWDataPreparation/KWDRDataGrid.cpp +++ b/src/Learning/KWDataPreparation/KWDRDataGrid.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDRDataGrid.h b/src/Learning/KWDataPreparation/KWDRDataGrid.h index 2ab22e8d8..c6d3c0f67 100644 --- a/src/Learning/KWDataPreparation/KWDRDataGrid.h +++ b/src/Learning/KWDataPreparation/KWDRDataGrid.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDRDataGridBlock.cpp b/src/Learning/KWDataPreparation/KWDRDataGridBlock.cpp index 91def66f4..a9cdb806c 100644 --- a/src/Learning/KWDataPreparation/KWDRDataGridBlock.cpp +++ b/src/Learning/KWDataPreparation/KWDRDataGridBlock.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDRDataGridBlock.h b/src/Learning/KWDataPreparation/KWDRDataGridBlock.h index 2e8429e02..eb45f77ee 100644 --- a/src/Learning/KWDataPreparation/KWDRDataGridBlock.h +++ b/src/Learning/KWDataPreparation/KWDRDataGridBlock.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDRDataGridDeployment.cpp b/src/Learning/KWDataPreparation/KWDRDataGridDeployment.cpp index 604af009d..9bc70a021 100644 --- a/src/Learning/KWDataPreparation/KWDRDataGridDeployment.cpp +++ b/src/Learning/KWDataPreparation/KWDRDataGridDeployment.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDRDataGridDeployment.h b/src/Learning/KWDataPreparation/KWDRDataGridDeployment.h index cdf01dec8..96a40dd36 100644 --- a/src/Learning/KWDataPreparation/KWDRDataGridDeployment.h +++ b/src/Learning/KWDataPreparation/KWDRDataGridDeployment.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDRPreprocessing.cpp b/src/Learning/KWDataPreparation/KWDRPreprocessing.cpp index 548a71851..f6e52e2ef 100644 --- a/src/Learning/KWDataPreparation/KWDRPreprocessing.cpp +++ b/src/Learning/KWDataPreparation/KWDRPreprocessing.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDRPreprocessing.h b/src/Learning/KWDataPreparation/KWDRPreprocessing.h index e782661a2..7ffb18f3b 100644 --- a/src/Learning/KWDataPreparation/KWDRPreprocessing.h +++ b/src/Learning/KWDataPreparation/KWDRPreprocessing.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDRTableBlock.cpp b/src/Learning/KWDataPreparation/KWDRTableBlock.cpp index 8d72142fa..d5e4527e0 100644 --- a/src/Learning/KWDataPreparation/KWDRTableBlock.cpp +++ b/src/Learning/KWDataPreparation/KWDRTableBlock.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDRTableBlock.h b/src/Learning/KWDataPreparation/KWDRTableBlock.h index 7871c3dcb..d81e3ca2e 100644 --- a/src/Learning/KWDataPreparation/KWDRTableBlock.h +++ b/src/Learning/KWDataPreparation/KWDRTableBlock.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDRTablePartition.cpp b/src/Learning/KWDataPreparation/KWDRTablePartition.cpp index 186dda1e3..fc67ca839 100644 --- a/src/Learning/KWDataPreparation/KWDRTablePartition.cpp +++ b/src/Learning/KWDataPreparation/KWDRTablePartition.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDRTablePartition.h b/src/Learning/KWDataPreparation/KWDRTablePartition.h index ea7f251ce..5501ea612 100644 --- a/src/Learning/KWDataPreparation/KWDRTablePartition.h +++ b/src/Learning/KWDataPreparation/KWDRTablePartition.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGrid.cpp b/src/Learning/KWDataPreparation/KWDataGrid.cpp index eb2ef802b..aa612d619 100644 --- a/src/Learning/KWDataPreparation/KWDataGrid.cpp +++ b/src/Learning/KWDataPreparation/KWDataGrid.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGrid.h b/src/Learning/KWDataPreparation/KWDataGrid.h index 56713bce0..0d9bb65d7 100644 --- a/src/Learning/KWDataPreparation/KWDataGrid.h +++ b/src/Learning/KWDataPreparation/KWDataGrid.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridCosts.cpp b/src/Learning/KWDataPreparation/KWDataGridCosts.cpp index 84e253c99..c26845fb3 100644 --- a/src/Learning/KWDataPreparation/KWDataGridCosts.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridCosts.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridCosts.h b/src/Learning/KWDataPreparation/KWDataGridCosts.h index 75d2ea0e3..4fd13255f 100644 --- a/src/Learning/KWDataPreparation/KWDataGridCosts.h +++ b/src/Learning/KWDataPreparation/KWDataGridCosts.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridDeployment.cpp b/src/Learning/KWDataPreparation/KWDataGridDeployment.cpp index 8113665e8..7a0b2e253 100644 --- a/src/Learning/KWDataPreparation/KWDataGridDeployment.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridDeployment.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridDeployment.h b/src/Learning/KWDataPreparation/KWDataGridDeployment.h index b93bcb3f6..90698e9a1 100644 --- a/src/Learning/KWDataPreparation/KWDataGridDeployment.h +++ b/src/Learning/KWDataPreparation/KWDataGridDeployment.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridManager.cpp b/src/Learning/KWDataPreparation/KWDataGridManager.cpp index 97d8f4ccf..c9226cfd1 100644 --- a/src/Learning/KWDataPreparation/KWDataGridManager.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridManager.h b/src/Learning/KWDataPreparation/KWDataGridManager.h index 758a1e38a..21f656389 100644 --- a/src/Learning/KWDataPreparation/KWDataGridManager.h +++ b/src/Learning/KWDataPreparation/KWDataGridManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridMerger.cpp b/src/Learning/KWDataPreparation/KWDataGridMerger.cpp index 95ad4e32d..abce5d9f0 100644 --- a/src/Learning/KWDataPreparation/KWDataGridMerger.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridMerger.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridMerger.h b/src/Learning/KWDataPreparation/KWDataGridMerger.h index 59a470208..c8418795e 100644 --- a/src/Learning/KWDataPreparation/KWDataGridMerger.h +++ b/src/Learning/KWDataPreparation/KWDataGridMerger.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridOptimizer.cpp b/src/Learning/KWDataPreparation/KWDataGridOptimizer.cpp index 448619206..0ba8ab891 100644 --- a/src/Learning/KWDataPreparation/KWDataGridOptimizer.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridOptimizer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridOptimizer.h b/src/Learning/KWDataPreparation/KWDataGridOptimizer.h index 4c711b442..deae77d4c 100644 --- a/src/Learning/KWDataPreparation/KWDataGridOptimizer.h +++ b/src/Learning/KWDataPreparation/KWDataGridOptimizer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridOptimizerParameters.cpp b/src/Learning/KWDataPreparation/KWDataGridOptimizerParameters.cpp index 8212a148a..8536f0728 100644 --- a/src/Learning/KWDataPreparation/KWDataGridOptimizerParameters.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridOptimizerParameters.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridOptimizerParameters.h b/src/Learning/KWDataPreparation/KWDataGridOptimizerParameters.h index 132b56a5d..720acf19b 100644 --- a/src/Learning/KWDataPreparation/KWDataGridOptimizerParameters.h +++ b/src/Learning/KWDataPreparation/KWDataGridOptimizerParameters.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridPostOptimizer.cpp b/src/Learning/KWDataPreparation/KWDataGridPostOptimizer.cpp index 5c9a0c6ca..c7a0526b9 100644 --- a/src/Learning/KWDataPreparation/KWDataGridPostOptimizer.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridPostOptimizer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridPostOptimizer.h b/src/Learning/KWDataPreparation/KWDataGridPostOptimizer.h index dbb971c41..33d6968a9 100644 --- a/src/Learning/KWDataPreparation/KWDataGridPostOptimizer.h +++ b/src/Learning/KWDataPreparation/KWDataGridPostOptimizer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridStats.cpp b/src/Learning/KWDataPreparation/KWDataGridStats.cpp index 5f93b5e89..6ce7bc612 100644 --- a/src/Learning/KWDataPreparation/KWDataGridStats.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataGridStats.h b/src/Learning/KWDataPreparation/KWDataGridStats.h index 45dd426a5..75cd63894 100644 --- a/src/Learning/KWDataPreparation/KWDataGridStats.h +++ b/src/Learning/KWDataPreparation/KWDataGridStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataPreparationBivariateTask.cpp b/src/Learning/KWDataPreparation/KWDataPreparationBivariateTask.cpp index 50881de98..e0cc43fad 100644 --- a/src/Learning/KWDataPreparation/KWDataPreparationBivariateTask.cpp +++ b/src/Learning/KWDataPreparation/KWDataPreparationBivariateTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataPreparationBivariateTask.h b/src/Learning/KWDataPreparation/KWDataPreparationBivariateTask.h index f58ddefa3..1d0bd981c 100644 --- a/src/Learning/KWDataPreparation/KWDataPreparationBivariateTask.h +++ b/src/Learning/KWDataPreparation/KWDataPreparationBivariateTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataPreparationTask.cpp b/src/Learning/KWDataPreparation/KWDataPreparationTask.cpp index 7f3339707..f91b84e99 100644 --- a/src/Learning/KWDataPreparation/KWDataPreparationTask.cpp +++ b/src/Learning/KWDataPreparation/KWDataPreparationTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataPreparationTask.h b/src/Learning/KWDataPreparation/KWDataPreparationTask.h index 9527140c6..09b119732 100644 --- a/src/Learning/KWDataPreparation/KWDataPreparationTask.h +++ b/src/Learning/KWDataPreparation/KWDataPreparationTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataPreparationUnivariateTask.cpp b/src/Learning/KWDataPreparation/KWDataPreparationUnivariateTask.cpp index 299a1a2de..60620dda6 100644 --- a/src/Learning/KWDataPreparation/KWDataPreparationUnivariateTask.cpp +++ b/src/Learning/KWDataPreparation/KWDataPreparationUnivariateTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDataPreparationUnivariateTask.h b/src/Learning/KWDataPreparation/KWDataPreparationUnivariateTask.h index 7fad9b2bb..eec8f8c7c 100644 --- a/src/Learning/KWDataPreparation/KWDataPreparationUnivariateTask.h +++ b/src/Learning/KWDataPreparation/KWDataPreparationUnivariateTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDescriptiveStats.cpp b/src/Learning/KWDataPreparation/KWDescriptiveStats.cpp index 0ed1094ce..a304066a0 100644 --- a/src/Learning/KWDataPreparation/KWDescriptiveStats.cpp +++ b/src/Learning/KWDataPreparation/KWDescriptiveStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDescriptiveStats.h b/src/Learning/KWDataPreparation/KWDescriptiveStats.h index a5d5188f5..d2221431f 100644 --- a/src/Learning/KWDataPreparation/KWDescriptiveStats.h +++ b/src/Learning/KWDataPreparation/KWDescriptiveStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDiscretizer.cpp b/src/Learning/KWDataPreparation/KWDiscretizer.cpp index 7c3fbd553..2bdb50f73 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizer.cpp +++ b/src/Learning/KWDataPreparation/KWDiscretizer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDiscretizer.h b/src/Learning/KWDataPreparation/KWDiscretizer.h index 118dacc61..7bad23b40 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizer.h +++ b/src/Learning/KWDataPreparation/KWDiscretizer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDiscretizerMODL.cpp b/src/Learning/KWDataPreparation/KWDiscretizerMODL.cpp index d7004c161..1ce2f1178 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerMODL.cpp +++ b/src/Learning/KWDataPreparation/KWDiscretizerMODL.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDiscretizerMODL.h b/src/Learning/KWDataPreparation/KWDiscretizerMODL.h index fb486d973..57ecb341f 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerMODL.h +++ b/src/Learning/KWDataPreparation/KWDiscretizerMODL.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDiscretizerMODLLine.cpp b/src/Learning/KWDataPreparation/KWDiscretizerMODLLine.cpp index 0bd1107e8..1c88e1e2e 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerMODLLine.cpp +++ b/src/Learning/KWDataPreparation/KWDiscretizerMODLLine.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDiscretizerMODLLine.h b/src/Learning/KWDataPreparation/KWDiscretizerMODLLine.h index c7498530d..9dcda5ecc 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerMODLLine.h +++ b/src/Learning/KWDataPreparation/KWDiscretizerMODLLine.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDiscretizerMODLOptimization.cpp b/src/Learning/KWDataPreparation/KWDiscretizerMODLOptimization.cpp index 409788556..ed03da988 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerMODLOptimization.cpp +++ b/src/Learning/KWDataPreparation/KWDiscretizerMODLOptimization.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDiscretizerSpec.cpp b/src/Learning/KWDataPreparation/KWDiscretizerSpec.cpp index a6d815eb7..c816ec759 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerSpec.cpp +++ b/src/Learning/KWDataPreparation/KWDiscretizerSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDiscretizerSpec.h b/src/Learning/KWDataPreparation/KWDiscretizerSpec.h index f3b6e4734..0f6d28bf5 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerSpec.h +++ b/src/Learning/KWDataPreparation/KWDiscretizerSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDiscretizerUnsupervised.cpp b/src/Learning/KWDataPreparation/KWDiscretizerUnsupervised.cpp index ba61e5371..9cb753ae2 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerUnsupervised.cpp +++ b/src/Learning/KWDataPreparation/KWDiscretizerUnsupervised.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWDiscretizerUnsupervised.h b/src/Learning/KWDataPreparation/KWDiscretizerUnsupervised.h index 0574fc2bc..26d108966 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerUnsupervised.h +++ b/src/Learning/KWDataPreparation/KWDiscretizerUnsupervised.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWFrequencyVector.cpp b/src/Learning/KWDataPreparation/KWFrequencyVector.cpp index 08785e040..3a68cbae5 100644 --- a/src/Learning/KWDataPreparation/KWFrequencyVector.cpp +++ b/src/Learning/KWDataPreparation/KWFrequencyVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWFrequencyVector.h b/src/Learning/KWDataPreparation/KWFrequencyVector.h index 33aed3535..487329d52 100644 --- a/src/Learning/KWDataPreparation/KWFrequencyVector.h +++ b/src/Learning/KWDataPreparation/KWFrequencyVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWGrouper.cpp b/src/Learning/KWDataPreparation/KWGrouper.cpp index cc608dcfd..bd25b1e83 100644 --- a/src/Learning/KWDataPreparation/KWGrouper.cpp +++ b/src/Learning/KWDataPreparation/KWGrouper.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWGrouper.h b/src/Learning/KWDataPreparation/KWGrouper.h index 5600bec60..6655db326 100644 --- a/src/Learning/KWDataPreparation/KWGrouper.h +++ b/src/Learning/KWDataPreparation/KWGrouper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWGrouperMODL.cpp b/src/Learning/KWDataPreparation/KWGrouperMODL.cpp index da4b1c98f..7ba512774 100644 --- a/src/Learning/KWDataPreparation/KWGrouperMODL.cpp +++ b/src/Learning/KWDataPreparation/KWGrouperMODL.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWGrouperMODL.h b/src/Learning/KWDataPreparation/KWGrouperMODL.h index d1a0291f6..33899f067 100644 --- a/src/Learning/KWDataPreparation/KWGrouperMODL.h +++ b/src/Learning/KWDataPreparation/KWGrouperMODL.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWGrouperMODLBasic.cpp b/src/Learning/KWDataPreparation/KWGrouperMODLBasic.cpp index 6307320fc..13959c1a6 100644 --- a/src/Learning/KWDataPreparation/KWGrouperMODLBasic.cpp +++ b/src/Learning/KWDataPreparation/KWGrouperMODLBasic.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWGrouperMODLInternal.cpp b/src/Learning/KWDataPreparation/KWGrouperMODLInternal.cpp index bf09ae868..54c68166f 100644 --- a/src/Learning/KWDataPreparation/KWGrouperMODLInternal.cpp +++ b/src/Learning/KWDataPreparation/KWGrouperMODLInternal.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWGrouperMODLInternal.h b/src/Learning/KWDataPreparation/KWGrouperMODLInternal.h index 194e4d38d..dc85d07fc 100644 --- a/src/Learning/KWDataPreparation/KWGrouperMODLInternal.h +++ b/src/Learning/KWDataPreparation/KWGrouperMODLInternal.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWGrouperMODLOptimization.cpp b/src/Learning/KWDataPreparation/KWGrouperMODLOptimization.cpp index 194d7c293..8385d38d4 100644 --- a/src/Learning/KWDataPreparation/KWGrouperMODLOptimization.cpp +++ b/src/Learning/KWDataPreparation/KWGrouperMODLOptimization.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWGrouperSpec.cpp b/src/Learning/KWDataPreparation/KWGrouperSpec.cpp index cf06e327c..7be8117f3 100644 --- a/src/Learning/KWDataPreparation/KWGrouperSpec.cpp +++ b/src/Learning/KWDataPreparation/KWGrouperSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWGrouperSpec.h b/src/Learning/KWDataPreparation/KWGrouperSpec.h index 932659231..399c55379 100644 --- a/src/Learning/KWDataPreparation/KWGrouperSpec.h +++ b/src/Learning/KWDataPreparation/KWGrouperSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWLearningErrorManager.cpp b/src/Learning/KWDataPreparation/KWLearningErrorManager.cpp index 4d25396ac..d3c4afb38 100644 --- a/src/Learning/KWDataPreparation/KWLearningErrorManager.cpp +++ b/src/Learning/KWDataPreparation/KWLearningErrorManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWLearningErrorManager.h b/src/Learning/KWDataPreparation/KWLearningErrorManager.h index 6ee2c4e53..6c0a8950c 100644 --- a/src/Learning/KWDataPreparation/KWLearningErrorManager.h +++ b/src/Learning/KWDataPreparation/KWLearningErrorManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWLearningReport.cpp b/src/Learning/KWDataPreparation/KWLearningReport.cpp index e85af5682..6ab1aef9d 100644 --- a/src/Learning/KWDataPreparation/KWLearningReport.cpp +++ b/src/Learning/KWDataPreparation/KWLearningReport.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWLearningReport.h b/src/Learning/KWDataPreparation/KWLearningReport.h index ab3b29b80..16d7d6e0c 100644 --- a/src/Learning/KWDataPreparation/KWLearningReport.h +++ b/src/Learning/KWDataPreparation/KWLearningReport.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWLearningSpec.cpp b/src/Learning/KWDataPreparation/KWLearningSpec.cpp index ef3461179..0413720c6 100644 --- a/src/Learning/KWDataPreparation/KWLearningSpec.cpp +++ b/src/Learning/KWDataPreparation/KWLearningSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWLearningSpec.h b/src/Learning/KWDataPreparation/KWLearningSpec.h index 104ab6b5d..e23380692 100644 --- a/src/Learning/KWDataPreparation/KWLearningSpec.h +++ b/src/Learning/KWDataPreparation/KWLearningSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWPreprocessingSpec.cpp b/src/Learning/KWDataPreparation/KWPreprocessingSpec.cpp index 4b61bf13a..d877b57d5 100644 --- a/src/Learning/KWDataPreparation/KWPreprocessingSpec.cpp +++ b/src/Learning/KWDataPreparation/KWPreprocessingSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWPreprocessingSpec.h b/src/Learning/KWDataPreparation/KWPreprocessingSpec.h index fb6a2ad64..778838a11 100644 --- a/src/Learning/KWDataPreparation/KWPreprocessingSpec.h +++ b/src/Learning/KWDataPreparation/KWPreprocessingSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWProbabilityTable.cpp b/src/Learning/KWDataPreparation/KWProbabilityTable.cpp index 4a36a9313..916689945 100644 --- a/src/Learning/KWDataPreparation/KWProbabilityTable.cpp +++ b/src/Learning/KWDataPreparation/KWProbabilityTable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWProbabilityTable.h b/src/Learning/KWDataPreparation/KWProbabilityTable.h index fdeec3471..1d9c989ef 100644 --- a/src/Learning/KWDataPreparation/KWProbabilityTable.h +++ b/src/Learning/KWDataPreparation/KWProbabilityTable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWQuantileBuilder.cpp b/src/Learning/KWDataPreparation/KWQuantileBuilder.cpp index c19554f24..5eed95e30 100644 --- a/src/Learning/KWDataPreparation/KWQuantileBuilder.cpp +++ b/src/Learning/KWDataPreparation/KWQuantileBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWQuantileBuilder.h b/src/Learning/KWDataPreparation/KWQuantileBuilder.h index 2d25b442e..8266092dd 100644 --- a/src/Learning/KWDataPreparation/KWQuantileBuilder.h +++ b/src/Learning/KWDataPreparation/KWQuantileBuilder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWStat.cpp b/src/Learning/KWDataPreparation/KWStat.cpp index c01dad9d4..a2228b799 100644 --- a/src/Learning/KWDataPreparation/KWStat.cpp +++ b/src/Learning/KWDataPreparation/KWStat.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWStat.h b/src/Learning/KWDataPreparation/KWStat.h index 9561cb152..643208739 100644 --- a/src/Learning/KWDataPreparation/KWStat.h +++ b/src/Learning/KWDataPreparation/KWStat.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWStatisticalEvaluation.cpp b/src/Learning/KWDataPreparation/KWStatisticalEvaluation.cpp index f28379599..4d22e354e 100644 --- a/src/Learning/KWDataPreparation/KWStatisticalEvaluation.cpp +++ b/src/Learning/KWDataPreparation/KWStatisticalEvaluation.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWStatisticalEvaluation.h b/src/Learning/KWDataPreparation/KWStatisticalEvaluation.h index 9350be4cb..706282970 100644 --- a/src/Learning/KWDataPreparation/KWStatisticalEvaluation.h +++ b/src/Learning/KWDataPreparation/KWStatisticalEvaluation.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWTupleTable.cpp b/src/Learning/KWDataPreparation/KWTupleTable.cpp index 06bac7d20..ac27d2c63 100644 --- a/src/Learning/KWDataPreparation/KWTupleTable.cpp +++ b/src/Learning/KWDataPreparation/KWTupleTable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWTupleTable.h b/src/Learning/KWDataPreparation/KWTupleTable.h index bac9f7cca..4c75709b3 100644 --- a/src/Learning/KWDataPreparation/KWTupleTable.h +++ b/src/Learning/KWDataPreparation/KWTupleTable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWTupleTableCompareFunctions.cpp b/src/Learning/KWDataPreparation/KWTupleTableCompareFunctions.cpp index b07e8413b..bb9d08ff1 100644 --- a/src/Learning/KWDataPreparation/KWTupleTableCompareFunctions.cpp +++ b/src/Learning/KWDataPreparation/KWTupleTableCompareFunctions.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWTupleTableLoader.cpp b/src/Learning/KWDataPreparation/KWTupleTableLoader.cpp index 5a80b2246..4f8b37c0d 100644 --- a/src/Learning/KWDataPreparation/KWTupleTableLoader.cpp +++ b/src/Learning/KWDataPreparation/KWTupleTableLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWTupleTableLoader.h b/src/Learning/KWDataPreparation/KWTupleTableLoader.h index 573085c4a..bd391024a 100644 --- a/src/Learning/KWDataPreparation/KWTupleTableLoader.h +++ b/src/Learning/KWDataPreparation/KWTupleTableLoader.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWUnivariatePartitionCost.cpp b/src/Learning/KWDataPreparation/KWUnivariatePartitionCost.cpp index d0450af7b..a2ccaa281 100644 --- a/src/Learning/KWDataPreparation/KWUnivariatePartitionCost.cpp +++ b/src/Learning/KWDataPreparation/KWUnivariatePartitionCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataPreparation/KWUnivariatePartitionCost.h b/src/Learning/KWDataPreparation/KWUnivariatePartitionCost.h index c0fa1bfb6..7cb7b6deb 100644 --- a/src/Learning/KWDataPreparation/KWUnivariatePartitionCost.h +++ b/src/Learning/KWDataPreparation/KWUnivariatePartitionCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWArtificialDataset.cpp b/src/Learning/KWDataUtils/KWArtificialDataset.cpp index a35b20e5f..e59cc44de 100644 --- a/src/Learning/KWDataUtils/KWArtificialDataset.cpp +++ b/src/Learning/KWDataUtils/KWArtificialDataset.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWArtificialDataset.h b/src/Learning/KWDataUtils/KWArtificialDataset.h index fdb3a31a5..5cb594e07 100644 --- a/src/Learning/KWDataUtils/KWArtificialDataset.h +++ b/src/Learning/KWDataUtils/KWArtificialDataset.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWChunkSorterTask.cpp b/src/Learning/KWDataUtils/KWChunkSorterTask.cpp index a95f2847b..b200904a6 100644 --- a/src/Learning/KWDataUtils/KWChunkSorterTask.cpp +++ b/src/Learning/KWDataUtils/KWChunkSorterTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWChunkSorterTask.h b/src/Learning/KWDataUtils/KWChunkSorterTask.h index 7bbb0d7fd..843a4c413 100644 --- a/src/Learning/KWDataUtils/KWChunkSorterTask.h +++ b/src/Learning/KWDataUtils/KWChunkSorterTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDataTableSliceSet.cpp b/src/Learning/KWDataUtils/KWDataTableSliceSet.cpp index 7a4a503b7..5baaf89c7 100644 --- a/src/Learning/KWDataUtils/KWDataTableSliceSet.cpp +++ b/src/Learning/KWDataUtils/KWDataTableSliceSet.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDataTableSliceSet.h b/src/Learning/KWDataUtils/KWDataTableSliceSet.h index b8f64e56a..5c30c229d 100644 --- a/src/Learning/KWDataUtils/KWDataTableSliceSet.h +++ b/src/Learning/KWDataUtils/KWDataTableSliceSet.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseBasicStatsTask.cpp b/src/Learning/KWDataUtils/KWDatabaseBasicStatsTask.cpp index 43955c620..f5f52a12c 100644 --- a/src/Learning/KWDataUtils/KWDatabaseBasicStatsTask.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseBasicStatsTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseBasicStatsTask.h b/src/Learning/KWDataUtils/KWDatabaseBasicStatsTask.h index bfd5761b4..5614c3cd1 100644 --- a/src/Learning/KWDataUtils/KWDatabaseBasicStatsTask.h +++ b/src/Learning/KWDataUtils/KWDatabaseBasicStatsTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseCheckTask.cpp b/src/Learning/KWDataUtils/KWDatabaseCheckTask.cpp index 2e7df7fd2..223b0ad06 100644 --- a/src/Learning/KWDataUtils/KWDatabaseCheckTask.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseCheckTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseCheckTask.h b/src/Learning/KWDataUtils/KWDatabaseCheckTask.h index a066abe90..69b2da4ac 100644 --- a/src/Learning/KWDataUtils/KWDatabaseCheckTask.h +++ b/src/Learning/KWDataUtils/KWDatabaseCheckTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseChunkBuilder.cpp b/src/Learning/KWDataUtils/KWDatabaseChunkBuilder.cpp index 060cc8691..49d36c19a 100644 --- a/src/Learning/KWDataUtils/KWDatabaseChunkBuilder.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseChunkBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseChunkBuilder.h b/src/Learning/KWDataUtils/KWDatabaseChunkBuilder.h index a02af20fe..dbccfcb7a 100644 --- a/src/Learning/KWDataUtils/KWDatabaseChunkBuilder.h +++ b/src/Learning/KWDataUtils/KWDatabaseChunkBuilder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseIndexer.cpp b/src/Learning/KWDataUtils/KWDatabaseIndexer.cpp index 2da0c7552..eb07db012 100644 --- a/src/Learning/KWDataUtils/KWDatabaseIndexer.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseIndexer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseIndexer.h b/src/Learning/KWDataUtils/KWDatabaseIndexer.h index 4a3e9f9ab..a6826497b 100644 --- a/src/Learning/KWDataUtils/KWDatabaseIndexer.h +++ b/src/Learning/KWDataUtils/KWDatabaseIndexer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseSlicerTask.cpp b/src/Learning/KWDataUtils/KWDatabaseSlicerTask.cpp index 9d30b458b..6bdfc481f 100644 --- a/src/Learning/KWDataUtils/KWDatabaseSlicerTask.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseSlicerTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseSlicerTask.h b/src/Learning/KWDataUtils/KWDatabaseSlicerTask.h index f472a297c..a5484c5d8 100644 --- a/src/Learning/KWDataUtils/KWDatabaseSlicerTask.h +++ b/src/Learning/KWDataUtils/KWDatabaseSlicerTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseTask.cpp b/src/Learning/KWDataUtils/KWDatabaseTask.cpp index bc25f7256..579e0d0dc 100644 --- a/src/Learning/KWDataUtils/KWDatabaseTask.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseTask.h b/src/Learning/KWDataUtils/KWDatabaseTask.h index 6418110b9..3a60af770 100644 --- a/src/Learning/KWDataUtils/KWDatabaseTask.h +++ b/src/Learning/KWDataUtils/KWDatabaseTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseTransferTask.cpp b/src/Learning/KWDataUtils/KWDatabaseTransferTask.cpp index 09c6ee690..b8d5ee4b9 100644 --- a/src/Learning/KWDataUtils/KWDatabaseTransferTask.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseTransferTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWDatabaseTransferTask.h b/src/Learning/KWDataUtils/KWDatabaseTransferTask.h index e12b547ad..d517274e4 100644 --- a/src/Learning/KWDataUtils/KWDatabaseTransferTask.h +++ b/src/Learning/KWDataUtils/KWDatabaseTransferTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWFileIndexerTask.cpp b/src/Learning/KWDataUtils/KWFileIndexerTask.cpp index 612a13729..1b6ede04f 100644 --- a/src/Learning/KWDataUtils/KWFileIndexerTask.cpp +++ b/src/Learning/KWDataUtils/KWFileIndexerTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWFileIndexerTask.h b/src/Learning/KWDataUtils/KWFileIndexerTask.h index cfdc64b37..9844f4541 100644 --- a/src/Learning/KWDataUtils/KWFileIndexerTask.h +++ b/src/Learning/KWDataUtils/KWFileIndexerTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWFileKeyExtractorTask.cpp b/src/Learning/KWDataUtils/KWFileKeyExtractorTask.cpp index 1bd49f0ed..e9a329ad0 100644 --- a/src/Learning/KWDataUtils/KWFileKeyExtractorTask.cpp +++ b/src/Learning/KWDataUtils/KWFileKeyExtractorTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWFileKeyExtractorTask.h b/src/Learning/KWDataUtils/KWFileKeyExtractorTask.h index 94730fced..932be4653 100644 --- a/src/Learning/KWDataUtils/KWFileKeyExtractorTask.h +++ b/src/Learning/KWDataUtils/KWFileKeyExtractorTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWFileSorter.cpp b/src/Learning/KWDataUtils/KWFileSorter.cpp index bec223c13..05e6ae752 100644 --- a/src/Learning/KWDataUtils/KWFileSorter.cpp +++ b/src/Learning/KWDataUtils/KWFileSorter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWFileSorter.h b/src/Learning/KWDataUtils/KWFileSorter.h index b931e2271..3b193dffa 100644 --- a/src/Learning/KWDataUtils/KWFileSorter.h +++ b/src/Learning/KWDataUtils/KWFileSorter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWKey.cpp b/src/Learning/KWDataUtils/KWKey.cpp index c123c37d4..8cb6968d7 100644 --- a/src/Learning/KWDataUtils/KWKey.cpp +++ b/src/Learning/KWDataUtils/KWKey.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWKey.h b/src/Learning/KWDataUtils/KWKey.h index df067c694..6fbf8b1b1 100644 --- a/src/Learning/KWDataUtils/KWKey.h +++ b/src/Learning/KWDataUtils/KWKey.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWKeyExtractor.cpp b/src/Learning/KWDataUtils/KWKeyExtractor.cpp index 4c8fcf4b9..e96080e99 100644 --- a/src/Learning/KWDataUtils/KWKeyExtractor.cpp +++ b/src/Learning/KWDataUtils/KWKeyExtractor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWKeyExtractor.h b/src/Learning/KWDataUtils/KWKeyExtractor.h index 995464957..ec7d31b4d 100644 --- a/src/Learning/KWDataUtils/KWKeyExtractor.h +++ b/src/Learning/KWDataUtils/KWKeyExtractor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWKeyPositionFinderTask.cpp b/src/Learning/KWDataUtils/KWKeyPositionFinderTask.cpp index 59c9afe1b..7782e869b 100644 --- a/src/Learning/KWDataUtils/KWKeyPositionFinderTask.cpp +++ b/src/Learning/KWDataUtils/KWKeyPositionFinderTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWKeyPositionFinderTask.h b/src/Learning/KWDataUtils/KWKeyPositionFinderTask.h index 7fc4e6b45..67818b556 100644 --- a/src/Learning/KWDataUtils/KWKeyPositionFinderTask.h +++ b/src/Learning/KWDataUtils/KWKeyPositionFinderTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWKeyPositionSampleExtractorTask.cpp b/src/Learning/KWDataUtils/KWKeyPositionSampleExtractorTask.cpp index c96d32e14..c163a303c 100644 --- a/src/Learning/KWDataUtils/KWKeyPositionSampleExtractorTask.cpp +++ b/src/Learning/KWDataUtils/KWKeyPositionSampleExtractorTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWKeyPositionSampleExtractorTask.h b/src/Learning/KWDataUtils/KWKeyPositionSampleExtractorTask.h index a61a1283b..0c7bd818d 100644 --- a/src/Learning/KWDataUtils/KWKeyPositionSampleExtractorTask.h +++ b/src/Learning/KWDataUtils/KWKeyPositionSampleExtractorTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWKeySampleExtractorTask.cpp b/src/Learning/KWDataUtils/KWKeySampleExtractorTask.cpp index 32265ac76..0b028c619 100644 --- a/src/Learning/KWDataUtils/KWKeySampleExtractorTask.cpp +++ b/src/Learning/KWDataUtils/KWKeySampleExtractorTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWKeySampleExtractorTask.h b/src/Learning/KWDataUtils/KWKeySampleExtractorTask.h index 2370f1813..f7ce13f5a 100644 --- a/src/Learning/KWDataUtils/KWKeySampleExtractorTask.h +++ b/src/Learning/KWDataUtils/KWKeySampleExtractorTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWKeySizeEvaluatorTask.cpp b/src/Learning/KWDataUtils/KWKeySizeEvaluatorTask.cpp index 73371e511..10868f2d0 100644 --- a/src/Learning/KWDataUtils/KWKeySizeEvaluatorTask.cpp +++ b/src/Learning/KWDataUtils/KWKeySizeEvaluatorTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWKeySizeEvaluatorTask.h b/src/Learning/KWDataUtils/KWKeySizeEvaluatorTask.h index dc0a33d5e..ba0b64a3d 100644 --- a/src/Learning/KWDataUtils/KWKeySizeEvaluatorTask.h +++ b/src/Learning/KWDataUtils/KWKeySizeEvaluatorTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWSortBuckets.cpp b/src/Learning/KWDataUtils/KWSortBuckets.cpp index 8cd28231d..3da0c0e9d 100644 --- a/src/Learning/KWDataUtils/KWSortBuckets.cpp +++ b/src/Learning/KWDataUtils/KWSortBuckets.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWSortBuckets.h b/src/Learning/KWDataUtils/KWSortBuckets.h index 6640b5499..8733b0697 100644 --- a/src/Learning/KWDataUtils/KWSortBuckets.h +++ b/src/Learning/KWDataUtils/KWSortBuckets.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWSortedChunkBuilderTask.cpp b/src/Learning/KWDataUtils/KWSortedChunkBuilderTask.cpp index 0b58e62a0..e4f399566 100644 --- a/src/Learning/KWDataUtils/KWSortedChunkBuilderTask.cpp +++ b/src/Learning/KWDataUtils/KWSortedChunkBuilderTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWSortedChunkBuilderTask.h b/src/Learning/KWDataUtils/KWSortedChunkBuilderTask.h index 1050896ae..fb53736c8 100644 --- a/src/Learning/KWDataUtils/KWSortedChunkBuilderTask.h +++ b/src/Learning/KWDataUtils/KWSortedChunkBuilderTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWTestDatabaseTransfer.cpp b/src/Learning/KWDataUtils/KWTestDatabaseTransfer.cpp index 2999be595..f040b050b 100644 --- a/src/Learning/KWDataUtils/KWTestDatabaseTransfer.cpp +++ b/src/Learning/KWDataUtils/KWTestDatabaseTransfer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/KWTestDatabaseTransfer.h b/src/Learning/KWDataUtils/KWTestDatabaseTransfer.h index 0785ccd45..2cbea3f23 100644 --- a/src/Learning/KWDataUtils/KWTestDatabaseTransfer.h +++ b/src/Learning/KWDataUtils/KWTestDatabaseTransfer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/PLDataTableDriverTextFile.cpp b/src/Learning/KWDataUtils/PLDataTableDriverTextFile.cpp index 557f6a9c6..fda862c1f 100644 --- a/src/Learning/KWDataUtils/PLDataTableDriverTextFile.cpp +++ b/src/Learning/KWDataUtils/PLDataTableDriverTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/PLDataTableDriverTextFile.h b/src/Learning/KWDataUtils/PLDataTableDriverTextFile.h index 947e2a7bd..ba33d5539 100644 --- a/src/Learning/KWDataUtils/PLDataTableDriverTextFile.h +++ b/src/Learning/KWDataUtils/PLDataTableDriverTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/PLDatabaseTextFile.cpp b/src/Learning/KWDataUtils/PLDatabaseTextFile.cpp index 5b9bda5cd..41eee9dc2 100644 --- a/src/Learning/KWDataUtils/PLDatabaseTextFile.cpp +++ b/src/Learning/KWDataUtils/PLDatabaseTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/PLDatabaseTextFile.h b/src/Learning/KWDataUtils/PLDatabaseTextFile.h index 2e75ba79a..8090ac67e 100644 --- a/src/Learning/KWDataUtils/PLDatabaseTextFile.h +++ b/src/Learning/KWDataUtils/PLDatabaseTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/PLMTDatabaseTextFile.cpp b/src/Learning/KWDataUtils/PLMTDatabaseTextFile.cpp index edbf894f4..b4a5a12d7 100644 --- a/src/Learning/KWDataUtils/PLMTDatabaseTextFile.cpp +++ b/src/Learning/KWDataUtils/PLMTDatabaseTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/PLMTDatabaseTextFile.h b/src/Learning/KWDataUtils/PLMTDatabaseTextFile.h index fa72cea1d..bc435393a 100644 --- a/src/Learning/KWDataUtils/PLMTDatabaseTextFile.h +++ b/src/Learning/KWDataUtils/PLMTDatabaseTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/PLSTDatabaseTextFile.cpp b/src/Learning/KWDataUtils/PLSTDatabaseTextFile.cpp index 5116f95d1..7bd7ab3de 100644 --- a/src/Learning/KWDataUtils/PLSTDatabaseTextFile.cpp +++ b/src/Learning/KWDataUtils/PLSTDatabaseTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/PLSTDatabaseTextFile.h b/src/Learning/KWDataUtils/PLSTDatabaseTextFile.h index 5835c9110..38e887643 100644 --- a/src/Learning/KWDataUtils/PLSTDatabaseTextFile.h +++ b/src/Learning/KWDataUtils/PLSTDatabaseTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWDataUtils/PLUseMPI.h b/src/Learning/KWDataUtils/PLUseMPI.h index 0aa4ce24e..24254b6cd 100644 --- a/src/Learning/KWDataUtils/PLUseMPI.h +++ b/src/Learning/KWDataUtils/PLUseMPI.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWAnalysisResults.cpp b/src/Learning/KWLearningProblem/KWAnalysisResults.cpp index b2b630cc4..f8aa101f7 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisResults.cpp +++ b/src/Learning/KWLearningProblem/KWAnalysisResults.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWAnalysisResults.h b/src/Learning/KWLearningProblem/KWAnalysisResults.h index 805149d74..4aa5f4feb 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisResults.h +++ b/src/Learning/KWLearningProblem/KWAnalysisResults.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWAnalysisResultsView.cpp b/src/Learning/KWLearningProblem/KWAnalysisResultsView.cpp index df00ceab8..57df6cd1c 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisResultsView.cpp +++ b/src/Learning/KWLearningProblem/KWAnalysisResultsView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWAnalysisResultsView.h b/src/Learning/KWLearningProblem/KWAnalysisResultsView.h index ad924e653..a0f3afb1d 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisResultsView.h +++ b/src/Learning/KWLearningProblem/KWAnalysisResultsView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWAnalysisSpec.cpp b/src/Learning/KWLearningProblem/KWAnalysisSpec.cpp index 9af90b761..bdfa82882 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisSpec.cpp +++ b/src/Learning/KWLearningProblem/KWAnalysisSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWAnalysisSpec.h b/src/Learning/KWLearningProblem/KWAnalysisSpec.h index 9ae82e6d0..e1695b5dc 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisSpec.h +++ b/src/Learning/KWLearningProblem/KWAnalysisSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWAnalysisSpecView.cpp b/src/Learning/KWLearningProblem/KWAnalysisSpecView.cpp index 3be7a83ba..38530bbeb 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisSpecView.cpp +++ b/src/Learning/KWLearningProblem/KWAnalysisSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWAnalysisSpecView.h b/src/Learning/KWLearningProblem/KWAnalysisSpecView.h index ca3f423a0..b86a808f4 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisSpecView.h +++ b/src/Learning/KWLearningProblem/KWAnalysisSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWCrashTestParametersView.cpp b/src/Learning/KWLearningProblem/KWCrashTestParametersView.cpp index 301c07865..db260bd97 100644 --- a/src/Learning/KWLearningProblem/KWCrashTestParametersView.cpp +++ b/src/Learning/KWLearningProblem/KWCrashTestParametersView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWCrashTestParametersView.h b/src/Learning/KWLearningProblem/KWCrashTestParametersView.h index 9a413a08f..cdfb978e1 100644 --- a/src/Learning/KWLearningProblem/KWCrashTestParametersView.h +++ b/src/Learning/KWLearningProblem/KWCrashTestParametersView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWLearningProblem.cpp b/src/Learning/KWLearningProblem/KWLearningProblem.cpp index 546c69a11..dbb54485c 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblem.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWLearningProblem.h b/src/Learning/KWLearningProblem/KWLearningProblem.h index fcc8d5ddc..cf3fb18d6 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblem.h +++ b/src/Learning/KWLearningProblem/KWLearningProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWLearningProblemActionView.cpp b/src/Learning/KWLearningProblem/KWLearningProblemActionView.cpp index ad671a4dd..c0a8eb375 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemActionView.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProblemActionView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWLearningProblemActionView.h b/src/Learning/KWLearningProblem/KWLearningProblemActionView.h index 5cebad0c8..076ef4c16 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemActionView.h +++ b/src/Learning/KWLearningProblem/KWLearningProblemActionView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWLearningProblemComputeStats.cpp b/src/Learning/KWLearningProblem/KWLearningProblemComputeStats.cpp index 98051f07c..d2ed50f72 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemComputeStats.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProblemComputeStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWLearningProblemHelpCard.cpp b/src/Learning/KWLearningProblem/KWLearningProblemHelpCard.cpp index 66e4d19fa..9ffae12f0 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemHelpCard.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProblemHelpCard.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWLearningProblemHelpCard.h b/src/Learning/KWLearningProblem/KWLearningProblemHelpCard.h index bc4989909..f93116fc1 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemHelpCard.h +++ b/src/Learning/KWLearningProblem/KWLearningProblemHelpCard.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWLearningProblemTrain.cpp b/src/Learning/KWLearningProblem/KWLearningProblemTrain.cpp index aa7440c66..127448285 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemTrain.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProblemTrain.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWLearningProblemView.cpp b/src/Learning/KWLearningProblem/KWLearningProblemView.cpp index 010ec8f81..f62574a39 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemView.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWLearningProblemView.h b/src/Learning/KWLearningProblem/KWLearningProblemView.h index 5645bf564..316682fd1 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemView.h +++ b/src/Learning/KWLearningProblem/KWLearningProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWLearningProject.cpp b/src/Learning/KWLearningProblem/KWLearningProject.cpp index 691b9c17d..61b910dc7 100644 --- a/src/Learning/KWLearningProblem/KWLearningProject.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWLearningProject.h b/src/Learning/KWLearningProblem/KWLearningProject.h index f297f25a2..adc418f7b 100644 --- a/src/Learning/KWLearningProblem/KWLearningProject.h +++ b/src/Learning/KWLearningProblem/KWLearningProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWModelingAdvancedSpecView.cpp b/src/Learning/KWLearningProblem/KWModelingAdvancedSpecView.cpp index 157550796..c79e4eb60 100644 --- a/src/Learning/KWLearningProblem/KWModelingAdvancedSpecView.cpp +++ b/src/Learning/KWLearningProblem/KWModelingAdvancedSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWModelingAdvancedSpecView.h b/src/Learning/KWLearningProblem/KWModelingAdvancedSpecView.h index c8dbec2f2..0ffd0c96a 100644 --- a/src/Learning/KWLearningProblem/KWModelingAdvancedSpecView.h +++ b/src/Learning/KWLearningProblem/KWModelingAdvancedSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWModelingSpec.cpp b/src/Learning/KWLearningProblem/KWModelingSpec.cpp index 92fb90363..0bb01392c 100644 --- a/src/Learning/KWLearningProblem/KWModelingSpec.cpp +++ b/src/Learning/KWLearningProblem/KWModelingSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWModelingSpec.h b/src/Learning/KWLearningProblem/KWModelingSpec.h index c76919434..1f0f6fb11 100644 --- a/src/Learning/KWLearningProblem/KWModelingSpec.h +++ b/src/Learning/KWLearningProblem/KWModelingSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWModelingSpecView.cpp b/src/Learning/KWLearningProblem/KWModelingSpecView.cpp index ef683949b..f732d1f3d 100644 --- a/src/Learning/KWLearningProblem/KWModelingSpecView.cpp +++ b/src/Learning/KWLearningProblem/KWModelingSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWModelingSpecView.h b/src/Learning/KWLearningProblem/KWModelingSpecView.h index 6d9e1ef6c..63d787a4f 100644 --- a/src/Learning/KWLearningProblem/KWModelingSpecView.h +++ b/src/Learning/KWLearningProblem/KWModelingSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWRecoderSpec.cpp b/src/Learning/KWLearningProblem/KWRecoderSpec.cpp index 7719542ce..a9963d2fe 100644 --- a/src/Learning/KWLearningProblem/KWRecoderSpec.cpp +++ b/src/Learning/KWLearningProblem/KWRecoderSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWRecoderSpec.h b/src/Learning/KWLearningProblem/KWRecoderSpec.h index 0ac33eb0e..30b95c8f1 100644 --- a/src/Learning/KWLearningProblem/KWRecoderSpec.h +++ b/src/Learning/KWLearningProblem/KWRecoderSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWRecoderSpecView.cpp b/src/Learning/KWLearningProblem/KWRecoderSpecView.cpp index 1b2f401b2..d2764fde6 100644 --- a/src/Learning/KWLearningProblem/KWRecoderSpecView.cpp +++ b/src/Learning/KWLearningProblem/KWRecoderSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWRecoderSpecView.h b/src/Learning/KWLearningProblem/KWRecoderSpecView.h index ef61434a6..deedf9171 100644 --- a/src/Learning/KWLearningProblem/KWRecoderSpecView.h +++ b/src/Learning/KWLearningProblem/KWRecoderSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWSystemParametersView.cpp b/src/Learning/KWLearningProblem/KWSystemParametersView.cpp index dee975583..99236bfd6 100644 --- a/src/Learning/KWLearningProblem/KWSystemParametersView.cpp +++ b/src/Learning/KWLearningProblem/KWSystemParametersView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWLearningProblem/KWSystemParametersView.h b/src/Learning/KWLearningProblem/KWSystemParametersView.h index 69659a411..ca9e69932 100644 --- a/src/Learning/KWLearningProblem/KWSystemParametersView.h +++ b/src/Learning/KWLearningProblem/KWSystemParametersView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWAttributeConstructionReport.cpp b/src/Learning/KWModeling/KWAttributeConstructionReport.cpp index 15aa9bde8..de8f37596 100644 --- a/src/Learning/KWModeling/KWAttributeConstructionReport.cpp +++ b/src/Learning/KWModeling/KWAttributeConstructionReport.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWAttributeConstructionReport.h b/src/Learning/KWModeling/KWAttributeConstructionReport.h index c7144ed00..22697fbbc 100644 --- a/src/Learning/KWModeling/KWAttributeConstructionReport.h +++ b/src/Learning/KWModeling/KWAttributeConstructionReport.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWAttributeConstructionSpec.cpp b/src/Learning/KWModeling/KWAttributeConstructionSpec.cpp index 2289f6ca9..67f34737b 100644 --- a/src/Learning/KWModeling/KWAttributeConstructionSpec.cpp +++ b/src/Learning/KWModeling/KWAttributeConstructionSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWAttributeConstructionSpec.h b/src/Learning/KWModeling/KWAttributeConstructionSpec.h index c1e2c6ac1..01a556753 100644 --- a/src/Learning/KWModeling/KWAttributeConstructionSpec.h +++ b/src/Learning/KWModeling/KWAttributeConstructionSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWBenchmarkClassSpec.cpp b/src/Learning/KWModeling/KWBenchmarkClassSpec.cpp index 0586b2c5d..da4e3fd28 100644 --- a/src/Learning/KWModeling/KWBenchmarkClassSpec.cpp +++ b/src/Learning/KWModeling/KWBenchmarkClassSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWBenchmarkClassSpec.h b/src/Learning/KWModeling/KWBenchmarkClassSpec.h index c8262fc8d..fbd8e4623 100644 --- a/src/Learning/KWModeling/KWBenchmarkClassSpec.h +++ b/src/Learning/KWModeling/KWBenchmarkClassSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWBenchmarkSpec.cpp b/src/Learning/KWModeling/KWBenchmarkSpec.cpp index 31a980266..b09cc082b 100644 --- a/src/Learning/KWModeling/KWBenchmarkSpec.cpp +++ b/src/Learning/KWModeling/KWBenchmarkSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWBenchmarkSpec.h b/src/Learning/KWModeling/KWBenchmarkSpec.h index 6df49150d..44b9f66d3 100644 --- a/src/Learning/KWModeling/KWBenchmarkSpec.h +++ b/src/Learning/KWModeling/KWBenchmarkSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWClassifierPostOptimizer.cpp b/src/Learning/KWModeling/KWClassifierPostOptimizer.cpp index c1b45fc1d..32451d54e 100644 --- a/src/Learning/KWModeling/KWClassifierPostOptimizer.cpp +++ b/src/Learning/KWModeling/KWClassifierPostOptimizer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWClassifierPostOptimizer.h b/src/Learning/KWModeling/KWClassifierPostOptimizer.h index a5b1b04d7..1d910434b 100644 --- a/src/Learning/KWModeling/KWClassifierPostOptimizer.h +++ b/src/Learning/KWModeling/KWClassifierPostOptimizer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWDRNBPredictor.cpp b/src/Learning/KWModeling/KWDRNBPredictor.cpp index a8d4f2014..3e46d3d31 100644 --- a/src/Learning/KWModeling/KWDRNBPredictor.cpp +++ b/src/Learning/KWModeling/KWDRNBPredictor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWDRNBPredictor.h b/src/Learning/KWModeling/KWDRNBPredictor.h index 89bb15fa6..57964c151 100644 --- a/src/Learning/KWModeling/KWDRNBPredictor.h +++ b/src/Learning/KWModeling/KWDRNBPredictor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWDRPredictor.cpp b/src/Learning/KWModeling/KWDRPredictor.cpp index 4bdc870fd..2492dd5c0 100644 --- a/src/Learning/KWModeling/KWDRPredictor.cpp +++ b/src/Learning/KWModeling/KWDRPredictor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWDRPredictor.h b/src/Learning/KWModeling/KWDRPredictor.h index ac853ce0f..33ef8661a 100644 --- a/src/Learning/KWModeling/KWDRPredictor.h +++ b/src/Learning/KWModeling/KWDRPredictor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWDataPreparationBase.cpp b/src/Learning/KWModeling/KWDataPreparationBase.cpp index 101aa9941..5847d90b4 100644 --- a/src/Learning/KWModeling/KWDataPreparationBase.cpp +++ b/src/Learning/KWModeling/KWDataPreparationBase.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWDataPreparationBase.h b/src/Learning/KWModeling/KWDataPreparationBase.h index bf9fe190e..0c44c39e4 100644 --- a/src/Learning/KWModeling/KWDataPreparationBase.h +++ b/src/Learning/KWModeling/KWDataPreparationBase.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWDataPreparationClass.cpp b/src/Learning/KWModeling/KWDataPreparationClass.cpp index 1f90c7af7..71e708e0c 100644 --- a/src/Learning/KWModeling/KWDataPreparationClass.cpp +++ b/src/Learning/KWModeling/KWDataPreparationClass.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWDataPreparationClass.h b/src/Learning/KWModeling/KWDataPreparationClass.h index 903eeb0ed..85affde1d 100644 --- a/src/Learning/KWModeling/KWDataPreparationClass.h +++ b/src/Learning/KWModeling/KWDataPreparationClass.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWLearningBenchmark.cpp b/src/Learning/KWModeling/KWLearningBenchmark.cpp index f6c9632dc..40ac9b84d 100644 --- a/src/Learning/KWModeling/KWLearningBenchmark.cpp +++ b/src/Learning/KWModeling/KWLearningBenchmark.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWLearningBenchmark.h b/src/Learning/KWModeling/KWLearningBenchmark.h index 1c36ed0c6..f674bbea6 100644 --- a/src/Learning/KWModeling/KWLearningBenchmark.h +++ b/src/Learning/KWModeling/KWLearningBenchmark.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWLearningBenchmarkBivariate.cpp b/src/Learning/KWModeling/KWLearningBenchmarkBivariate.cpp index ea9f21483..77a862952 100644 --- a/src/Learning/KWModeling/KWLearningBenchmarkBivariate.cpp +++ b/src/Learning/KWModeling/KWLearningBenchmarkBivariate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWLearningBenchmarkBivariate.h b/src/Learning/KWModeling/KWLearningBenchmarkBivariate.h index 5c2bf8145..9a46bd7c9 100644 --- a/src/Learning/KWModeling/KWLearningBenchmarkBivariate.h +++ b/src/Learning/KWModeling/KWLearningBenchmarkBivariate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWLearningBenchmarkUnivariate.cpp b/src/Learning/KWModeling/KWLearningBenchmarkUnivariate.cpp index fab2ba8f0..7a73a7867 100644 --- a/src/Learning/KWModeling/KWLearningBenchmarkUnivariate.cpp +++ b/src/Learning/KWModeling/KWLearningBenchmarkUnivariate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWLearningBenchmarkUnivariate.h b/src/Learning/KWModeling/KWLearningBenchmarkUnivariate.h index 4e1d83f35..778939f5e 100644 --- a/src/Learning/KWModeling/KWLearningBenchmarkUnivariate.h +++ b/src/Learning/KWModeling/KWLearningBenchmarkUnivariate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictor.cpp b/src/Learning/KWModeling/KWPredictor.cpp index e45b26e96..ac3ee8b2e 100644 --- a/src/Learning/KWModeling/KWPredictor.cpp +++ b/src/Learning/KWModeling/KWPredictor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictor.h b/src/Learning/KWModeling/KWPredictor.h index 9c495cde4..894d7e14f 100644 --- a/src/Learning/KWModeling/KWPredictor.h +++ b/src/Learning/KWModeling/KWPredictor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorBaseline.cpp b/src/Learning/KWModeling/KWPredictorBaseline.cpp index 3bf75a3f8..60acce3e0 100644 --- a/src/Learning/KWModeling/KWPredictorBaseline.cpp +++ b/src/Learning/KWModeling/KWPredictorBaseline.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorBaseline.h b/src/Learning/KWModeling/KWPredictorBaseline.h index c742d9926..b32ee29b7 100644 --- a/src/Learning/KWModeling/KWPredictorBaseline.h +++ b/src/Learning/KWModeling/KWPredictorBaseline.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorBivariate.cpp b/src/Learning/KWModeling/KWPredictorBivariate.cpp index 322d65357..17d0fa1bf 100644 --- a/src/Learning/KWModeling/KWPredictorBivariate.cpp +++ b/src/Learning/KWModeling/KWPredictorBivariate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorBivariate.h b/src/Learning/KWModeling/KWPredictorBivariate.h index 62cace67b..aa7cdde21 100644 --- a/src/Learning/KWModeling/KWPredictorBivariate.h +++ b/src/Learning/KWModeling/KWPredictorBivariate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorDataGrid.cpp b/src/Learning/KWModeling/KWPredictorDataGrid.cpp index 3ffc1e8e5..e034a93e2 100644 --- a/src/Learning/KWModeling/KWPredictorDataGrid.cpp +++ b/src/Learning/KWModeling/KWPredictorDataGrid.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorDataGrid.h b/src/Learning/KWModeling/KWPredictorDataGrid.h index 8e909436c..eee60e293 100644 --- a/src/Learning/KWModeling/KWPredictorDataGrid.h +++ b/src/Learning/KWModeling/KWPredictorDataGrid.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorEvaluation.cpp b/src/Learning/KWModeling/KWPredictorEvaluation.cpp index 7c71179b6..ceff53314 100644 --- a/src/Learning/KWModeling/KWPredictorEvaluation.cpp +++ b/src/Learning/KWModeling/KWPredictorEvaluation.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorEvaluation.h b/src/Learning/KWModeling/KWPredictorEvaluation.h index db999571d..44f412c6a 100644 --- a/src/Learning/KWModeling/KWPredictorEvaluation.h +++ b/src/Learning/KWModeling/KWPredictorEvaluation.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorEvaluationTask.cpp b/src/Learning/KWModeling/KWPredictorEvaluationTask.cpp index 0bc894a56..57a2a0a65 100644 --- a/src/Learning/KWModeling/KWPredictorEvaluationTask.cpp +++ b/src/Learning/KWModeling/KWPredictorEvaluationTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorEvaluationTask.h b/src/Learning/KWModeling/KWPredictorEvaluationTask.h index 71cb4720b..a0a5083f9 100644 --- a/src/Learning/KWModeling/KWPredictorEvaluationTask.h +++ b/src/Learning/KWModeling/KWPredictorEvaluationTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorNaiveBayes.cpp b/src/Learning/KWModeling/KWPredictorNaiveBayes.cpp index 95ad8189d..61455b1da 100644 --- a/src/Learning/KWModeling/KWPredictorNaiveBayes.cpp +++ b/src/Learning/KWModeling/KWPredictorNaiveBayes.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorNaiveBayes.h b/src/Learning/KWModeling/KWPredictorNaiveBayes.h index de45da582..0e57bb917 100644 --- a/src/Learning/KWModeling/KWPredictorNaiveBayes.h +++ b/src/Learning/KWModeling/KWPredictorNaiveBayes.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorReport.cpp b/src/Learning/KWModeling/KWPredictorReport.cpp index 03d719494..b93f4402f 100644 --- a/src/Learning/KWModeling/KWPredictorReport.cpp +++ b/src/Learning/KWModeling/KWPredictorReport.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorReport.h b/src/Learning/KWModeling/KWPredictorReport.h index 70bfb4324..a6c0dc0db 100644 --- a/src/Learning/KWModeling/KWPredictorReport.h +++ b/src/Learning/KWModeling/KWPredictorReport.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorSelectionScore.cpp b/src/Learning/KWModeling/KWPredictorSelectionScore.cpp index 86028ce8c..db1c3b31d 100644 --- a/src/Learning/KWModeling/KWPredictorSelectionScore.cpp +++ b/src/Learning/KWModeling/KWPredictorSelectionScore.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorSelectionScore.h b/src/Learning/KWModeling/KWPredictorSelectionScore.h index 3fd2f3e05..b0bfb995b 100644 --- a/src/Learning/KWModeling/KWPredictorSelectionScore.h +++ b/src/Learning/KWModeling/KWPredictorSelectionScore.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorSelectiveNaiveBayes.cpp b/src/Learning/KWModeling/KWPredictorSelectiveNaiveBayes.cpp index de01638e1..eee1330c5 100644 --- a/src/Learning/KWModeling/KWPredictorSelectiveNaiveBayes.cpp +++ b/src/Learning/KWModeling/KWPredictorSelectiveNaiveBayes.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorSelectiveNaiveBayes.h b/src/Learning/KWModeling/KWPredictorSelectiveNaiveBayes.h index 755f59b62..a222e40fa 100644 --- a/src/Learning/KWModeling/KWPredictorSelectiveNaiveBayes.h +++ b/src/Learning/KWModeling/KWPredictorSelectiveNaiveBayes.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorSelectiveNaiveBayesOptimization.cpp b/src/Learning/KWModeling/KWPredictorSelectiveNaiveBayesOptimization.cpp index dd563c529..94a5aa4cb 100644 --- a/src/Learning/KWModeling/KWPredictorSelectiveNaiveBayesOptimization.cpp +++ b/src/Learning/KWModeling/KWPredictorSelectiveNaiveBayesOptimization.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorSpec.cpp b/src/Learning/KWModeling/KWPredictorSpec.cpp index 22a580d69..5f42be874 100644 --- a/src/Learning/KWModeling/KWPredictorSpec.cpp +++ b/src/Learning/KWModeling/KWPredictorSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorSpec.h b/src/Learning/KWModeling/KWPredictorSpec.h index 298213689..1d216eb65 100644 --- a/src/Learning/KWModeling/KWPredictorSpec.h +++ b/src/Learning/KWModeling/KWPredictorSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorUnivariate.cpp b/src/Learning/KWModeling/KWPredictorUnivariate.cpp index 3ad164ff4..182efd63c 100644 --- a/src/Learning/KWModeling/KWPredictorUnivariate.cpp +++ b/src/Learning/KWModeling/KWPredictorUnivariate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWPredictorUnivariate.h b/src/Learning/KWModeling/KWPredictorUnivariate.h index cd3753282..1c373ad94 100644 --- a/src/Learning/KWModeling/KWPredictorUnivariate.h +++ b/src/Learning/KWModeling/KWPredictorUnivariate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWRecodingSpec.cpp b/src/Learning/KWModeling/KWRecodingSpec.cpp index a461b3427..90794f174 100644 --- a/src/Learning/KWModeling/KWRecodingSpec.cpp +++ b/src/Learning/KWModeling/KWRecodingSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWRecodingSpec.h b/src/Learning/KWModeling/KWRecodingSpec.h index 1db2fd792..15c895d5b 100644 --- a/src/Learning/KWModeling/KWRecodingSpec.h +++ b/src/Learning/KWModeling/KWRecodingSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWSelectionParameters.cpp b/src/Learning/KWModeling/KWSelectionParameters.cpp index 9ed87e772..5af065006 100644 --- a/src/Learning/KWModeling/KWSelectionParameters.cpp +++ b/src/Learning/KWModeling/KWSelectionParameters.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWSelectionParameters.h b/src/Learning/KWModeling/KWSelectionParameters.h index 3b3cada2e..19eac1afa 100644 --- a/src/Learning/KWModeling/KWSelectionParameters.h +++ b/src/Learning/KWModeling/KWSelectionParameters.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWTrainParameters.cpp b/src/Learning/KWModeling/KWTrainParameters.cpp index 086dd2c53..47c081163 100644 --- a/src/Learning/KWModeling/KWTrainParameters.cpp +++ b/src/Learning/KWModeling/KWTrainParameters.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWTrainParameters.h b/src/Learning/KWModeling/KWTrainParameters.h index dcb10eb8e..ca2a336d5 100644 --- a/src/Learning/KWModeling/KWTrainParameters.h +++ b/src/Learning/KWModeling/KWTrainParameters.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWTrainedPredictor.cpp b/src/Learning/KWModeling/KWTrainedPredictor.cpp index 0a5d7a2d6..d7b494c06 100644 --- a/src/Learning/KWModeling/KWTrainedPredictor.cpp +++ b/src/Learning/KWModeling/KWTrainedPredictor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWModeling/KWTrainedPredictor.h b/src/Learning/KWModeling/KWTrainedPredictor.h index 21712b8bb..eaeac2e58 100644 --- a/src/Learning/KWModeling/KWTrainedPredictor.h +++ b/src/Learning/KWModeling/KWTrainedPredictor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/CreateLargeFiles.cpp b/src/Learning/KWTest/CreateLargeFiles.cpp index 0f203d1ac..47df96ddf 100644 --- a/src/Learning/KWTest/CreateLargeFiles.cpp +++ b/src/Learning/KWTest/CreateLargeFiles.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/CreateLargeFiles.h b/src/Learning/KWTest/CreateLargeFiles.h index 9d1b7dd53..f6ae7f756 100644 --- a/src/Learning/KWTest/CreateLargeFiles.h +++ b/src/Learning/KWTest/CreateLargeFiles.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/Divers.cpp b/src/Learning/KWTest/Divers.cpp index 4d58dea84..4a05a6deb 100644 --- a/src/Learning/KWTest/Divers.cpp +++ b/src/Learning/KWTest/Divers.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/Divers.h b/src/Learning/KWTest/Divers.h index 2cafd7b34..90c56862e 100644 --- a/src/Learning/KWTest/Divers.h +++ b/src/Learning/KWTest/Divers.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/HanoiTower.cpp b/src/Learning/KWTest/HanoiTower.cpp index fd254b89e..63e0c6e2c 100644 --- a/src/Learning/KWTest/HanoiTower.cpp +++ b/src/Learning/KWTest/HanoiTower.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/HanoiTower.h b/src/Learning/KWTest/HanoiTower.h index 5cfa13d75..04fe3587b 100644 --- a/src/Learning/KWTest/HanoiTower.h +++ b/src/Learning/KWTest/HanoiTower.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KDMultinomialSamplingStudy.cpp b/src/Learning/KWTest/KDMultinomialSamplingStudy.cpp index fe03003a4..0d9f68465 100644 --- a/src/Learning/KWTest/KDMultinomialSamplingStudy.cpp +++ b/src/Learning/KWTest/KDMultinomialSamplingStudy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KDMultinomialSamplingStudy.h b/src/Learning/KWTest/KDMultinomialSamplingStudy.h index 2bd2e51a0..09e9ec79f 100644 --- a/src/Learning/KWTest/KDMultinomialSamplingStudy.h +++ b/src/Learning/KWTest/KDMultinomialSamplingStudy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWDataGridTest.cpp b/src/Learning/KWTest/KWDataGridTest.cpp index a681456b9..bfc46c4ba 100644 --- a/src/Learning/KWTest/KWDataGridTest.cpp +++ b/src/Learning/KWTest/KWDataGridTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWDataGridTest.h b/src/Learning/KWTest/KWDataGridTest.h index e30eb22df..2c8378ac8 100644 --- a/src/Learning/KWTest/KWDataGridTest.h +++ b/src/Learning/KWTest/KWDataGridTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWDensityEstimationTest.cpp b/src/Learning/KWTest/KWDensityEstimationTest.cpp index 32900b729..09ea87703 100644 --- a/src/Learning/KWTest/KWDensityEstimationTest.cpp +++ b/src/Learning/KWTest/KWDensityEstimationTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWDensityEstimationTest.h b/src/Learning/KWTest/KWDensityEstimationTest.h index 6061decfc..70f69b2d4 100644 --- a/src/Learning/KWTest/KWDensityEstimationTest.h +++ b/src/Learning/KWTest/KWDensityEstimationTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWDiscretizerTest.cpp b/src/Learning/KWTest/KWDiscretizerTest.cpp index 450324bbf..731c10b2c 100644 --- a/src/Learning/KWTest/KWDiscretizerTest.cpp +++ b/src/Learning/KWTest/KWDiscretizerTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWDiscretizerTest.h b/src/Learning/KWTest/KWDiscretizerTest.h index 5a4718ae5..f87c4fbfd 100644 --- a/src/Learning/KWTest/KWDiscretizerTest.h +++ b/src/Learning/KWTest/KWDiscretizerTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWGrouperTest.cpp b/src/Learning/KWTest/KWGrouperTest.cpp index a5524e65a..c31843182 100644 --- a/src/Learning/KWTest/KWGrouperTest.cpp +++ b/src/Learning/KWTest/KWGrouperTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWGrouperTest.h b/src/Learning/KWTest/KWGrouperTest.h index a8861c25d..3586e3e12 100644 --- a/src/Learning/KWTest/KWGrouperTest.h +++ b/src/Learning/KWTest/KWGrouperTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWHierarchicalMultinomialStudy.cpp b/src/Learning/KWTest/KWHierarchicalMultinomialStudy.cpp index 15c61fcde..6f921c5ff 100644 --- a/src/Learning/KWTest/KWHierarchicalMultinomialStudy.cpp +++ b/src/Learning/KWTest/KWHierarchicalMultinomialStudy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWHierarchicalMultinomialStudy.h b/src/Learning/KWTest/KWHierarchicalMultinomialStudy.h index 763bc1dda..4675aad51 100644 --- a/src/Learning/KWTest/KWHierarchicalMultinomialStudy.h +++ b/src/Learning/KWTest/KWHierarchicalMultinomialStudy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWNewType.cpp b/src/Learning/KWTest/KWNewType.cpp index ce7418459..242a16976 100644 --- a/src/Learning/KWTest/KWNewType.cpp +++ b/src/Learning/KWTest/KWNewType.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWNewType.h b/src/Learning/KWTest/KWNewType.h index 99062f017..8326b6b9a 100644 --- a/src/Learning/KWTest/KWNewType.h +++ b/src/Learning/KWTest/KWNewType.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWSNBStudy.cpp b/src/Learning/KWTest/KWSNBStudy.cpp index 640a6332e..13b7e021a 100644 --- a/src/Learning/KWTest/KWSNBStudy.cpp +++ b/src/Learning/KWTest/KWSNBStudy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWSNBStudy.h b/src/Learning/KWTest/KWSNBStudy.h index ab1f3c1a1..23a30d4ea 100644 --- a/src/Learning/KWTest/KWSNBStudy.h +++ b/src/Learning/KWTest/KWSNBStudy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWTextParser.cpp b/src/Learning/KWTest/KWTextParser.cpp index 3363dc4a2..5114a8aaf 100644 --- a/src/Learning/KWTest/KWTextParser.cpp +++ b/src/Learning/KWTest/KWTextParser.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/KWTextParser.h b/src/Learning/KWTest/KWTextParser.h index a8622ac69..4d78d780c 100644 --- a/src/Learning/KWTest/KWTextParser.h +++ b/src/Learning/KWTest/KWTextParser.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/SizeofStudy.cpp b/src/Learning/KWTest/SizeofStudy.cpp index 799a7246b..14ed98141 100644 --- a/src/Learning/KWTest/SizeofStudy.cpp +++ b/src/Learning/KWTest/SizeofStudy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/SizeofStudy.h b/src/Learning/KWTest/SizeofStudy.h index 4ce67275e..7a48cd9e9 100644 --- a/src/Learning/KWTest/SizeofStudy.h +++ b/src/Learning/KWTest/SizeofStudy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/SparseStudy.cpp b/src/Learning/KWTest/SparseStudy.cpp index 2f949ca0a..797611cac 100644 --- a/src/Learning/KWTest/SparseStudy.cpp +++ b/src/Learning/KWTest/SparseStudy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/SparseStudy.h b/src/Learning/KWTest/SparseStudy.h index aa2b2432c..3440daab5 100644 --- a/src/Learning/KWTest/SparseStudy.h +++ b/src/Learning/KWTest/SparseStudy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/StreamTest.cpp b/src/Learning/KWTest/StreamTest.cpp index 34092315f..8f901e30d 100644 --- a/src/Learning/KWTest/StreamTest.cpp +++ b/src/Learning/KWTest/StreamTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/StreamTest.h b/src/Learning/KWTest/StreamTest.h index 0e7903042..b17fe5321 100644 --- a/src/Learning/KWTest/StreamTest.h +++ b/src/Learning/KWTest/StreamTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/SystemDivers.cpp b/src/Learning/KWTest/SystemDivers.cpp index 9a46d709e..f10d73c8a 100644 --- a/src/Learning/KWTest/SystemDivers.cpp +++ b/src/Learning/KWTest/SystemDivers.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/SystemDivers.h b/src/Learning/KWTest/SystemDivers.h index e6240e944..435b4cdcb 100644 --- a/src/Learning/KWTest/SystemDivers.h +++ b/src/Learning/KWTest/SystemDivers.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/Test.cpp b/src/Learning/KWTest/Test.cpp index 0c382d178..ba8e45200 100644 --- a/src/Learning/KWTest/Test.cpp +++ b/src/Learning/KWTest/Test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWTest/Test.h b/src/Learning/KWTest/Test.h index 029efc4c6..79b47769d 100644 --- a/src/Learning/KWTest/Test.h +++ b/src/Learning/KWTest/Test.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KDConstructionDomainView.cpp b/src/Learning/KWUserInterface/KDConstructionDomainView.cpp index befcfb55f..cd0024b0f 100644 --- a/src/Learning/KWUserInterface/KDConstructionDomainView.cpp +++ b/src/Learning/KWUserInterface/KDConstructionDomainView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KDConstructionDomainView.h b/src/Learning/KWUserInterface/KDConstructionDomainView.h index 6b064ee98..17e73c259 100644 --- a/src/Learning/KWUserInterface/KDConstructionDomainView.h +++ b/src/Learning/KWUserInterface/KDConstructionDomainView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KDConstructionRuleArrayView.cpp b/src/Learning/KWUserInterface/KDConstructionRuleArrayView.cpp index c95844ecd..c4e5ee9e6 100644 --- a/src/Learning/KWUserInterface/KDConstructionRuleArrayView.cpp +++ b/src/Learning/KWUserInterface/KDConstructionRuleArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KDConstructionRuleArrayView.h b/src/Learning/KWUserInterface/KDConstructionRuleArrayView.h index c0683d185..5efb46c7a 100644 --- a/src/Learning/KWUserInterface/KDConstructionRuleArrayView.h +++ b/src/Learning/KWUserInterface/KDConstructionRuleArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KDConstructionRuleView.cpp b/src/Learning/KWUserInterface/KDConstructionRuleView.cpp index 83ecbf906..094ef6b24 100644 --- a/src/Learning/KWUserInterface/KDConstructionRuleView.cpp +++ b/src/Learning/KWUserInterface/KDConstructionRuleView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KDConstructionRuleView.h b/src/Learning/KWUserInterface/KDConstructionRuleView.h index bd05c4f6a..5206773d0 100644 --- a/src/Learning/KWUserInterface/KDConstructionRuleView.h +++ b/src/Learning/KWUserInterface/KDConstructionRuleView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KDDataPreparationAttributeCreationTaskView.cpp b/src/Learning/KWUserInterface/KDDataPreparationAttributeCreationTaskView.cpp index 820e7f83b..eb4eb6296 100644 --- a/src/Learning/KWUserInterface/KDDataPreparationAttributeCreationTaskView.cpp +++ b/src/Learning/KWUserInterface/KDDataPreparationAttributeCreationTaskView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KDDataPreparationAttributeCreationTaskView.h b/src/Learning/KWUserInterface/KDDataPreparationAttributeCreationTaskView.h index 485c46ac9..9a9a171cd 100644 --- a/src/Learning/KWUserInterface/KDDataPreparationAttributeCreationTaskView.h +++ b/src/Learning/KWUserInterface/KDDataPreparationAttributeCreationTaskView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KDTextFeatureSpecView.cpp b/src/Learning/KWUserInterface/KDTextFeatureSpecView.cpp index 4646f0a5f..d8438c03b 100644 --- a/src/Learning/KWUserInterface/KDTextFeatureSpecView.cpp +++ b/src/Learning/KWUserInterface/KDTextFeatureSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KDTextFeatureSpecView.h b/src/Learning/KWUserInterface/KDTextFeatureSpecView.h index 50ebbce02..8bbc312d4 100644 --- a/src/Learning/KWUserInterface/KDTextFeatureSpecView.h +++ b/src/Learning/KWUserInterface/KDTextFeatureSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributeConstructionSpecView.cpp b/src/Learning/KWUserInterface/KWAttributeConstructionSpecView.cpp index 7cba079bf..b72fdfed2 100644 --- a/src/Learning/KWUserInterface/KWAttributeConstructionSpecView.cpp +++ b/src/Learning/KWUserInterface/KWAttributeConstructionSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributeConstructionSpecView.h b/src/Learning/KWUserInterface/KWAttributeConstructionSpecView.h index 5f85ce532..1da8c4ebc 100644 --- a/src/Learning/KWUserInterface/KWAttributeConstructionSpecView.h +++ b/src/Learning/KWUserInterface/KWAttributeConstructionSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributeNameArrayView.cpp b/src/Learning/KWUserInterface/KWAttributeNameArrayView.cpp index 599708040..b6b837cef 100644 --- a/src/Learning/KWUserInterface/KWAttributeNameArrayView.cpp +++ b/src/Learning/KWUserInterface/KWAttributeNameArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributeNameArrayView.h b/src/Learning/KWUserInterface/KWAttributeNameArrayView.h index f443650b4..cff567937 100644 --- a/src/Learning/KWUserInterface/KWAttributeNameArrayView.h +++ b/src/Learning/KWUserInterface/KWAttributeNameArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributeNameView.cpp b/src/Learning/KWUserInterface/KWAttributeNameView.cpp index 3e182e79f..ceabcab64 100644 --- a/src/Learning/KWUserInterface/KWAttributeNameView.cpp +++ b/src/Learning/KWUserInterface/KWAttributeNameView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributeNameView.h b/src/Learning/KWUserInterface/KWAttributeNameView.h index 752db2d01..f67bb3565 100644 --- a/src/Learning/KWUserInterface/KWAttributeNameView.h +++ b/src/Learning/KWUserInterface/KWAttributeNameView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributePairNameArrayView.cpp b/src/Learning/KWUserInterface/KWAttributePairNameArrayView.cpp index 91350252e..d3800203e 100644 --- a/src/Learning/KWUserInterface/KWAttributePairNameArrayView.cpp +++ b/src/Learning/KWUserInterface/KWAttributePairNameArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributePairNameArrayView.h b/src/Learning/KWUserInterface/KWAttributePairNameArrayView.h index d8e3a0576..d3e2aefcb 100644 --- a/src/Learning/KWUserInterface/KWAttributePairNameArrayView.h +++ b/src/Learning/KWUserInterface/KWAttributePairNameArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributePairNameView.cpp b/src/Learning/KWUserInterface/KWAttributePairNameView.cpp index d80193b6e..a9214b24f 100644 --- a/src/Learning/KWUserInterface/KWAttributePairNameView.cpp +++ b/src/Learning/KWUserInterface/KWAttributePairNameView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributePairNameView.h b/src/Learning/KWUserInterface/KWAttributePairNameView.h index a3ae0f5ac..9bae6b1e6 100644 --- a/src/Learning/KWUserInterface/KWAttributePairNameView.h +++ b/src/Learning/KWUserInterface/KWAttributePairNameView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributePairsSpecFileView.cpp b/src/Learning/KWUserInterface/KWAttributePairsSpecFileView.cpp index c6fa2a28d..4cb147eae 100644 --- a/src/Learning/KWUserInterface/KWAttributePairsSpecFileView.cpp +++ b/src/Learning/KWUserInterface/KWAttributePairsSpecFileView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributePairsSpecFileView.h b/src/Learning/KWUserInterface/KWAttributePairsSpecFileView.h index 1516a2481..5291b1634 100644 --- a/src/Learning/KWUserInterface/KWAttributePairsSpecFileView.h +++ b/src/Learning/KWUserInterface/KWAttributePairsSpecFileView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributePairsSpecView.cpp b/src/Learning/KWUserInterface/KWAttributePairsSpecView.cpp index 9658308d2..f3079e9c0 100644 --- a/src/Learning/KWUserInterface/KWAttributePairsSpecView.cpp +++ b/src/Learning/KWUserInterface/KWAttributePairsSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributePairsSpecView.h b/src/Learning/KWUserInterface/KWAttributePairsSpecView.h index 59688ed80..ad39288c3 100644 --- a/src/Learning/KWUserInterface/KWAttributePairsSpecView.h +++ b/src/Learning/KWUserInterface/KWAttributePairsSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributeSpec.cpp b/src/Learning/KWUserInterface/KWAttributeSpec.cpp index 2fc9d650c..54e34439d 100644 --- a/src/Learning/KWUserInterface/KWAttributeSpec.cpp +++ b/src/Learning/KWUserInterface/KWAttributeSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributeSpec.h b/src/Learning/KWUserInterface/KWAttributeSpec.h index ab5866d54..429edf80c 100644 --- a/src/Learning/KWUserInterface/KWAttributeSpec.h +++ b/src/Learning/KWUserInterface/KWAttributeSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributeSpecArrayView.cpp b/src/Learning/KWUserInterface/KWAttributeSpecArrayView.cpp index 032879370..a9d3a44df 100644 --- a/src/Learning/KWUserInterface/KWAttributeSpecArrayView.cpp +++ b/src/Learning/KWUserInterface/KWAttributeSpecArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributeSpecArrayView.h b/src/Learning/KWUserInterface/KWAttributeSpecArrayView.h index eb1d72612..0e23f86f0 100644 --- a/src/Learning/KWUserInterface/KWAttributeSpecArrayView.h +++ b/src/Learning/KWUserInterface/KWAttributeSpecArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributeSpecView.cpp b/src/Learning/KWUserInterface/KWAttributeSpecView.cpp index 5158aee6a..cdee3b110 100644 --- a/src/Learning/KWUserInterface/KWAttributeSpecView.cpp +++ b/src/Learning/KWUserInterface/KWAttributeSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWAttributeSpecView.h b/src/Learning/KWUserInterface/KWAttributeSpecView.h index d9fa701e1..6439423c5 100644 --- a/src/Learning/KWUserInterface/KWAttributeSpecView.h +++ b/src/Learning/KWUserInterface/KWAttributeSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWBenchmarkClassSpecView.cpp b/src/Learning/KWUserInterface/KWBenchmarkClassSpecView.cpp index 077950a89..69737ab05 100644 --- a/src/Learning/KWUserInterface/KWBenchmarkClassSpecView.cpp +++ b/src/Learning/KWUserInterface/KWBenchmarkClassSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWBenchmarkClassSpecView.h b/src/Learning/KWUserInterface/KWBenchmarkClassSpecView.h index 526f06031..43c8ebbd7 100644 --- a/src/Learning/KWUserInterface/KWBenchmarkClassSpecView.h +++ b/src/Learning/KWUserInterface/KWBenchmarkClassSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWBenchmarkSpecArrayView.cpp b/src/Learning/KWUserInterface/KWBenchmarkSpecArrayView.cpp index f9f0d2576..9d1ecb75d 100644 --- a/src/Learning/KWUserInterface/KWBenchmarkSpecArrayView.cpp +++ b/src/Learning/KWUserInterface/KWBenchmarkSpecArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWBenchmarkSpecArrayView.h b/src/Learning/KWUserInterface/KWBenchmarkSpecArrayView.h index 4fbf6c4cc..54d8fc2a3 100644 --- a/src/Learning/KWUserInterface/KWBenchmarkSpecArrayView.h +++ b/src/Learning/KWUserInterface/KWBenchmarkSpecArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWBenchmarkSpecView.cpp b/src/Learning/KWUserInterface/KWBenchmarkSpecView.cpp index 0547107e1..51933c992 100644 --- a/src/Learning/KWUserInterface/KWBenchmarkSpecView.cpp +++ b/src/Learning/KWUserInterface/KWBenchmarkSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWBenchmarkSpecView.h b/src/Learning/KWUserInterface/KWBenchmarkSpecView.h index 4871a62cd..9bf7f1900 100644 --- a/src/Learning/KWUserInterface/KWBenchmarkSpecView.h +++ b/src/Learning/KWUserInterface/KWBenchmarkSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassAttributeHelpList.cpp b/src/Learning/KWUserInterface/KWClassAttributeHelpList.cpp index 491916810..e9b97e1bb 100644 --- a/src/Learning/KWUserInterface/KWClassAttributeHelpList.cpp +++ b/src/Learning/KWUserInterface/KWClassAttributeHelpList.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassAttributeHelpList.h b/src/Learning/KWUserInterface/KWClassAttributeHelpList.h index f7621e3a3..a3ab340bd 100644 --- a/src/Learning/KWUserInterface/KWClassAttributeHelpList.h +++ b/src/Learning/KWUserInterface/KWClassAttributeHelpList.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassBuilderView.cpp b/src/Learning/KWUserInterface/KWClassBuilderView.cpp index 403576291..ad36a041d 100644 --- a/src/Learning/KWUserInterface/KWClassBuilderView.cpp +++ b/src/Learning/KWUserInterface/KWClassBuilderView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassBuilderView.h b/src/Learning/KWUserInterface/KWClassBuilderView.h index 2549373ce..db3771287 100644 --- a/src/Learning/KWUserInterface/KWClassBuilderView.h +++ b/src/Learning/KWUserInterface/KWClassBuilderView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassManagement.cpp b/src/Learning/KWUserInterface/KWClassManagement.cpp index ff374098c..b4afc5a91 100644 --- a/src/Learning/KWUserInterface/KWClassManagement.cpp +++ b/src/Learning/KWUserInterface/KWClassManagement.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassManagement.h b/src/Learning/KWUserInterface/KWClassManagement.h index 6dfdbb018..b2abd5caf 100644 --- a/src/Learning/KWUserInterface/KWClassManagement.h +++ b/src/Learning/KWUserInterface/KWClassManagement.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassManagementView.cpp b/src/Learning/KWUserInterface/KWClassManagementView.cpp index c16db158a..3cdfd51e0 100644 --- a/src/Learning/KWUserInterface/KWClassManagementView.cpp +++ b/src/Learning/KWUserInterface/KWClassManagementView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassManagementView.h b/src/Learning/KWUserInterface/KWClassManagementView.h index 9460f213c..f8842266c 100644 --- a/src/Learning/KWUserInterface/KWClassManagementView.h +++ b/src/Learning/KWUserInterface/KWClassManagementView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassSpec.cpp b/src/Learning/KWUserInterface/KWClassSpec.cpp index a3ef24dd1..b3f71b4df 100644 --- a/src/Learning/KWUserInterface/KWClassSpec.cpp +++ b/src/Learning/KWUserInterface/KWClassSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassSpec.h b/src/Learning/KWUserInterface/KWClassSpec.h index 2a8d37bf2..cdc74ae39 100644 --- a/src/Learning/KWUserInterface/KWClassSpec.h +++ b/src/Learning/KWUserInterface/KWClassSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassSpecArrayView.cpp b/src/Learning/KWUserInterface/KWClassSpecArrayView.cpp index 811682f4f..470bf951a 100644 --- a/src/Learning/KWUserInterface/KWClassSpecArrayView.cpp +++ b/src/Learning/KWUserInterface/KWClassSpecArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassSpecArrayView.h b/src/Learning/KWUserInterface/KWClassSpecArrayView.h index 96aa97de2..1fc3be55e 100644 --- a/src/Learning/KWUserInterface/KWClassSpecArrayView.h +++ b/src/Learning/KWUserInterface/KWClassSpecArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassSpecView.cpp b/src/Learning/KWUserInterface/KWClassSpecView.cpp index 29e74727f..2f96e535b 100644 --- a/src/Learning/KWUserInterface/KWClassSpecView.cpp +++ b/src/Learning/KWUserInterface/KWClassSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWClassSpecView.h b/src/Learning/KWUserInterface/KWClassSpecView.h index de1f43b2b..e0785b56a 100644 --- a/src/Learning/KWUserInterface/KWClassSpecView.h +++ b/src/Learning/KWUserInterface/KWClassSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDataGridOptimizerParametersView.cpp b/src/Learning/KWUserInterface/KWDataGridOptimizerParametersView.cpp index 7b06db071..c35f0354e 100644 --- a/src/Learning/KWUserInterface/KWDataGridOptimizerParametersView.cpp +++ b/src/Learning/KWUserInterface/KWDataGridOptimizerParametersView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDataGridOptimizerParametersView.h b/src/Learning/KWUserInterface/KWDataGridOptimizerParametersView.h index f1891f9a9..675b6ed4a 100644 --- a/src/Learning/KWUserInterface/KWDataGridOptimizerParametersView.h +++ b/src/Learning/KWUserInterface/KWDataGridOptimizerParametersView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDataTableKeyExtractorView.cpp b/src/Learning/KWUserInterface/KWDataTableKeyExtractorView.cpp index 9aa3e0535..1b155f1ca 100644 --- a/src/Learning/KWUserInterface/KWDataTableKeyExtractorView.cpp +++ b/src/Learning/KWUserInterface/KWDataTableKeyExtractorView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDataTableKeyExtractorView.h b/src/Learning/KWUserInterface/KWDataTableKeyExtractorView.h index 728dcda06..f002f725e 100644 --- a/src/Learning/KWUserInterface/KWDataTableKeyExtractorView.h +++ b/src/Learning/KWUserInterface/KWDataTableKeyExtractorView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDataTableSorterView.cpp b/src/Learning/KWUserInterface/KWDataTableSorterView.cpp index 59b58fecd..1aaf94a41 100644 --- a/src/Learning/KWUserInterface/KWDataTableSorterView.cpp +++ b/src/Learning/KWUserInterface/KWDataTableSorterView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDataTableSorterView.h b/src/Learning/KWUserInterface/KWDataTableSorterView.h index cccc0fb03..4197ab502 100644 --- a/src/Learning/KWUserInterface/KWDataTableSorterView.h +++ b/src/Learning/KWUserInterface/KWDataTableSorterView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDatabaseAttributeValuesHelpList.cpp b/src/Learning/KWUserInterface/KWDatabaseAttributeValuesHelpList.cpp index ec603e84a..5cca3eb52 100644 --- a/src/Learning/KWUserInterface/KWDatabaseAttributeValuesHelpList.cpp +++ b/src/Learning/KWUserInterface/KWDatabaseAttributeValuesHelpList.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDatabaseAttributeValuesHelpList.h b/src/Learning/KWUserInterface/KWDatabaseAttributeValuesHelpList.h index 1c26cbaf4..08bf87ac5 100644 --- a/src/Learning/KWUserInterface/KWDatabaseAttributeValuesHelpList.h +++ b/src/Learning/KWUserInterface/KWDatabaseAttributeValuesHelpList.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDatabaseFormatDetectorView.cpp b/src/Learning/KWUserInterface/KWDatabaseFormatDetectorView.cpp index 246823eb4..eaf5fa684 100644 --- a/src/Learning/KWUserInterface/KWDatabaseFormatDetectorView.cpp +++ b/src/Learning/KWUserInterface/KWDatabaseFormatDetectorView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDatabaseFormatDetectorView.h b/src/Learning/KWUserInterface/KWDatabaseFormatDetectorView.h index 9c79f8ed6..c26fb7dfd 100644 --- a/src/Learning/KWUserInterface/KWDatabaseFormatDetectorView.h +++ b/src/Learning/KWUserInterface/KWDatabaseFormatDetectorView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDatabaseTransferView.cpp b/src/Learning/KWUserInterface/KWDatabaseTransferView.cpp index 74a8d5f28..c131282cb 100644 --- a/src/Learning/KWUserInterface/KWDatabaseTransferView.cpp +++ b/src/Learning/KWUserInterface/KWDatabaseTransferView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDatabaseTransferView.h b/src/Learning/KWUserInterface/KWDatabaseTransferView.h index c66ea06c7..590016d0e 100644 --- a/src/Learning/KWUserInterface/KWDatabaseTransferView.h +++ b/src/Learning/KWUserInterface/KWDatabaseTransferView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDatabaseView.cpp b/src/Learning/KWUserInterface/KWDatabaseView.cpp index 6a93dd42d..7ccc582dc 100644 --- a/src/Learning/KWUserInterface/KWDatabaseView.cpp +++ b/src/Learning/KWUserInterface/KWDatabaseView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDatabaseView.h b/src/Learning/KWUserInterface/KWDatabaseView.h index 9a496666f..ceedb1f24 100644 --- a/src/Learning/KWUserInterface/KWDatabaseView.h +++ b/src/Learning/KWUserInterface/KWDatabaseView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDiscretizerSpecView.cpp b/src/Learning/KWUserInterface/KWDiscretizerSpecView.cpp index 483af3c8e..4ed0b8357 100644 --- a/src/Learning/KWUserInterface/KWDiscretizerSpecView.cpp +++ b/src/Learning/KWUserInterface/KWDiscretizerSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWDiscretizerSpecView.h b/src/Learning/KWUserInterface/KWDiscretizerSpecView.h index a52549f76..5207fb7fd 100644 --- a/src/Learning/KWUserInterface/KWDiscretizerSpecView.h +++ b/src/Learning/KWUserInterface/KWDiscretizerSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpec.cpp b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpec.cpp index e9250db7c..11232e201 100644 --- a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpec.cpp +++ b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpec.h b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpec.h index 9579954d6..cdad34dad 100644 --- a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpec.h +++ b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecArrayView.cpp b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecArrayView.cpp index 3f69b605b..0937c9b8c 100644 --- a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecArrayView.cpp +++ b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecArrayView.h b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecArrayView.h index 900066a55..8dd6e89ed 100644 --- a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecArrayView.h +++ b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecView.cpp b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecView.cpp index 953fbb7b5..98b2d922f 100644 --- a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecView.cpp +++ b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecView.h b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecView.h index 03b4f10a4..46a22814c 100644 --- a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecView.h +++ b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWGrouperSpecView.cpp b/src/Learning/KWUserInterface/KWGrouperSpecView.cpp index 290f1de43..469cc1b49 100644 --- a/src/Learning/KWUserInterface/KWGrouperSpecView.cpp +++ b/src/Learning/KWUserInterface/KWGrouperSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWGrouperSpecView.h b/src/Learning/KWUserInterface/KWGrouperSpecView.h index bbaeab0a9..182efe6c3 100644 --- a/src/Learning/KWUserInterface/KWGrouperSpecView.h +++ b/src/Learning/KWUserInterface/KWGrouperSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWLearningBenchmarkView.cpp b/src/Learning/KWUserInterface/KWLearningBenchmarkView.cpp index 4f988c0ce..a3de190df 100644 --- a/src/Learning/KWUserInterface/KWLearningBenchmarkView.cpp +++ b/src/Learning/KWUserInterface/KWLearningBenchmarkView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWLearningBenchmarkView.h b/src/Learning/KWUserInterface/KWLearningBenchmarkView.h index c0daf6bdd..23099ccf0 100644 --- a/src/Learning/KWUserInterface/KWLearningBenchmarkView.h +++ b/src/Learning/KWUserInterface/KWLearningBenchmarkView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWMTClassBuilderView.cpp b/src/Learning/KWUserInterface/KWMTClassBuilderView.cpp index 1d91829fc..57a01f716 100644 --- a/src/Learning/KWUserInterface/KWMTClassBuilderView.cpp +++ b/src/Learning/KWUserInterface/KWMTClassBuilderView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWMTClassBuilderView.h b/src/Learning/KWUserInterface/KWMTClassBuilderView.h index 1f7f175ad..20d582449 100644 --- a/src/Learning/KWUserInterface/KWMTClassBuilderView.h +++ b/src/Learning/KWUserInterface/KWMTClassBuilderView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWMTDatabaseMappingArrayView.cpp b/src/Learning/KWUserInterface/KWMTDatabaseMappingArrayView.cpp index ed497c188..c63f85dd8 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseMappingArrayView.cpp +++ b/src/Learning/KWUserInterface/KWMTDatabaseMappingArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWMTDatabaseMappingArrayView.h b/src/Learning/KWUserInterface/KWMTDatabaseMappingArrayView.h index d0931c879..5c2ad54b2 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseMappingArrayView.h +++ b/src/Learning/KWUserInterface/KWMTDatabaseMappingArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWMTDatabaseMappingView.cpp b/src/Learning/KWUserInterface/KWMTDatabaseMappingView.cpp index 3d5b7a6e8..b182419a5 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseMappingView.cpp +++ b/src/Learning/KWUserInterface/KWMTDatabaseMappingView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWMTDatabaseMappingView.h b/src/Learning/KWUserInterface/KWMTDatabaseMappingView.h index 913ebc841..05c4954d3 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseMappingView.h +++ b/src/Learning/KWUserInterface/KWMTDatabaseMappingView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWMTDatabaseTextFileView.cpp b/src/Learning/KWUserInterface/KWMTDatabaseTextFileView.cpp index 6921a6a9b..61bb50ae3 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseTextFileView.cpp +++ b/src/Learning/KWUserInterface/KWMTDatabaseTextFileView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWMTDatabaseTextFileView.h b/src/Learning/KWUserInterface/KWMTDatabaseTextFileView.h index 522180a8c..18548595c 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseTextFileView.h +++ b/src/Learning/KWUserInterface/KWMTDatabaseTextFileView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorDataGridView.cpp b/src/Learning/KWUserInterface/KWPredictorDataGridView.cpp index 719766e70..9645191d1 100644 --- a/src/Learning/KWUserInterface/KWPredictorDataGridView.cpp +++ b/src/Learning/KWUserInterface/KWPredictorDataGridView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorDataGridView.h b/src/Learning/KWUserInterface/KWPredictorDataGridView.h index b3b99f947..ff69dc7e0 100644 --- a/src/Learning/KWUserInterface/KWPredictorDataGridView.h +++ b/src/Learning/KWUserInterface/KWPredictorDataGridView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorEvaluator.cpp b/src/Learning/KWUserInterface/KWPredictorEvaluator.cpp index f8a53b324..f01f6c204 100644 --- a/src/Learning/KWUserInterface/KWPredictorEvaluator.cpp +++ b/src/Learning/KWUserInterface/KWPredictorEvaluator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorEvaluator.h b/src/Learning/KWUserInterface/KWPredictorEvaluator.h index 743032c29..ad0c830d6 100644 --- a/src/Learning/KWUserInterface/KWPredictorEvaluator.h +++ b/src/Learning/KWUserInterface/KWPredictorEvaluator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorEvaluatorView.cpp b/src/Learning/KWUserInterface/KWPredictorEvaluatorView.cpp index ac646a525..308127e87 100644 --- a/src/Learning/KWUserInterface/KWPredictorEvaluatorView.cpp +++ b/src/Learning/KWUserInterface/KWPredictorEvaluatorView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorEvaluatorView.h b/src/Learning/KWUserInterface/KWPredictorEvaluatorView.h index 58b1ec057..3d9c37ee3 100644 --- a/src/Learning/KWUserInterface/KWPredictorEvaluatorView.h +++ b/src/Learning/KWUserInterface/KWPredictorEvaluatorView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorSelectiveNaiveBayesView.cpp b/src/Learning/KWUserInterface/KWPredictorSelectiveNaiveBayesView.cpp index a43974def..83f7f6a4c 100644 --- a/src/Learning/KWUserInterface/KWPredictorSelectiveNaiveBayesView.cpp +++ b/src/Learning/KWUserInterface/KWPredictorSelectiveNaiveBayesView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorSelectiveNaiveBayesView.h b/src/Learning/KWUserInterface/KWPredictorSelectiveNaiveBayesView.h index 36c129268..61f05ba5a 100644 --- a/src/Learning/KWUserInterface/KWPredictorSelectiveNaiveBayesView.h +++ b/src/Learning/KWUserInterface/KWPredictorSelectiveNaiveBayesView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorSpecArrayView.cpp b/src/Learning/KWUserInterface/KWPredictorSpecArrayView.cpp index 79304a596..364fe0ef3 100644 --- a/src/Learning/KWUserInterface/KWPredictorSpecArrayView.cpp +++ b/src/Learning/KWUserInterface/KWPredictorSpecArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorSpecArrayView.h b/src/Learning/KWUserInterface/KWPredictorSpecArrayView.h index 94181796b..02f4f58ce 100644 --- a/src/Learning/KWUserInterface/KWPredictorSpecArrayView.h +++ b/src/Learning/KWUserInterface/KWPredictorSpecArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorSpecView.cpp b/src/Learning/KWUserInterface/KWPredictorSpecView.cpp index b026ec754..592447408 100644 --- a/src/Learning/KWUserInterface/KWPredictorSpecView.cpp +++ b/src/Learning/KWUserInterface/KWPredictorSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorSpecView.h b/src/Learning/KWUserInterface/KWPredictorSpecView.h index 5f922a44c..05905135a 100644 --- a/src/Learning/KWUserInterface/KWPredictorSpecView.h +++ b/src/Learning/KWUserInterface/KWPredictorSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorView.cpp b/src/Learning/KWUserInterface/KWPredictorView.cpp index 21e188e6f..4a1afe16b 100644 --- a/src/Learning/KWUserInterface/KWPredictorView.cpp +++ b/src/Learning/KWUserInterface/KWPredictorView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPredictorView.h b/src/Learning/KWUserInterface/KWPredictorView.h index 77910cb98..bdd5b1564 100644 --- a/src/Learning/KWUserInterface/KWPredictorView.h +++ b/src/Learning/KWUserInterface/KWPredictorView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPreprocessingSpecArrayView.cpp b/src/Learning/KWUserInterface/KWPreprocessingSpecArrayView.cpp index 9825db257..d72d9662f 100644 --- a/src/Learning/KWUserInterface/KWPreprocessingSpecArrayView.cpp +++ b/src/Learning/KWUserInterface/KWPreprocessingSpecArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPreprocessingSpecArrayView.h b/src/Learning/KWUserInterface/KWPreprocessingSpecArrayView.h index 9720e21e7..052598a16 100644 --- a/src/Learning/KWUserInterface/KWPreprocessingSpecArrayView.h +++ b/src/Learning/KWUserInterface/KWPreprocessingSpecArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPreprocessingSpecView.cpp b/src/Learning/KWUserInterface/KWPreprocessingSpecView.cpp index 87a33a176..e2613d596 100644 --- a/src/Learning/KWUserInterface/KWPreprocessingSpecView.cpp +++ b/src/Learning/KWUserInterface/KWPreprocessingSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWPreprocessingSpecView.h b/src/Learning/KWUserInterface/KWPreprocessingSpecView.h index d69813036..47737776b 100644 --- a/src/Learning/KWUserInterface/KWPreprocessingSpecView.h +++ b/src/Learning/KWUserInterface/KWPreprocessingSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWRecodingSpecView.cpp b/src/Learning/KWUserInterface/KWRecodingSpecView.cpp index 22ea47bc9..bd7be50a0 100644 --- a/src/Learning/KWUserInterface/KWRecodingSpecView.cpp +++ b/src/Learning/KWUserInterface/KWRecodingSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWRecodingSpecView.h b/src/Learning/KWUserInterface/KWRecodingSpecView.h index 618f988ba..f9ea94e35 100644 --- a/src/Learning/KWUserInterface/KWRecodingSpecView.h +++ b/src/Learning/KWUserInterface/KWRecodingSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWSTDatabaseTextFileView.cpp b/src/Learning/KWUserInterface/KWSTDatabaseTextFileView.cpp index 6c9fcfb5c..633a19c66 100644 --- a/src/Learning/KWUserInterface/KWSTDatabaseTextFileView.cpp +++ b/src/Learning/KWUserInterface/KWSTDatabaseTextFileView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWSTDatabaseTextFileView.h b/src/Learning/KWUserInterface/KWSTDatabaseTextFileView.h index 09ee8ff2c..40688e2b6 100644 --- a/src/Learning/KWUserInterface/KWSTDatabaseTextFileView.h +++ b/src/Learning/KWUserInterface/KWSTDatabaseTextFileView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWSelectionParametersView.cpp b/src/Learning/KWUserInterface/KWSelectionParametersView.cpp index 8d6c2df09..c84dab611 100644 --- a/src/Learning/KWUserInterface/KWSelectionParametersView.cpp +++ b/src/Learning/KWUserInterface/KWSelectionParametersView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWSelectionParametersView.h b/src/Learning/KWUserInterface/KWSelectionParametersView.h index 69ddf7609..424f63abe 100644 --- a/src/Learning/KWUserInterface/KWSelectionParametersView.h +++ b/src/Learning/KWUserInterface/KWSelectionParametersView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWSortAttributeNameArrayView.cpp b/src/Learning/KWUserInterface/KWSortAttributeNameArrayView.cpp index db97caa65..868dc9115 100644 --- a/src/Learning/KWUserInterface/KWSortAttributeNameArrayView.cpp +++ b/src/Learning/KWUserInterface/KWSortAttributeNameArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWSortAttributeNameArrayView.h b/src/Learning/KWUserInterface/KWSortAttributeNameArrayView.h index b2eb20e52..8d36fad5c 100644 --- a/src/Learning/KWUserInterface/KWSortAttributeNameArrayView.h +++ b/src/Learning/KWUserInterface/KWSortAttributeNameArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWTrainParametersView.cpp b/src/Learning/KWUserInterface/KWTrainParametersView.cpp index 4d2639070..62fa3bfa2 100644 --- a/src/Learning/KWUserInterface/KWTrainParametersView.cpp +++ b/src/Learning/KWUserInterface/KWTrainParametersView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUserInterface/KWTrainParametersView.h b/src/Learning/KWUserInterface/KWTrainParametersView.h index 0e2c1f6e3..ca87fcc0a 100644 --- a/src/Learning/KWUserInterface/KWTrainParametersView.h +++ b/src/Learning/KWUserInterface/KWTrainParametersView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUtils/KWKhiopsVersion.h b/src/Learning/KWUtils/KWKhiopsVersion.h index e07011e7e..fa88bb10a 100644 --- a/src/Learning/KWUtils/KWKhiopsVersion.h +++ b/src/Learning/KWUtils/KWKhiopsVersion.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUtils/KWVersion.cpp b/src/Learning/KWUtils/KWVersion.cpp index 4795fe03c..db3bc03ae 100644 --- a/src/Learning/KWUtils/KWVersion.cpp +++ b/src/Learning/KWUtils/KWVersion.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUtils/KWVersion.h b/src/Learning/KWUtils/KWVersion.h index 8f3dccdc3..fd98bb3e5 100644 --- a/src/Learning/KWUtils/KWVersion.h +++ b/src/Learning/KWUtils/KWVersion.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUtils/LMLicenseManager.cpp b/src/Learning/KWUtils/LMLicenseManager.cpp index e6f716d82..e557797bf 100644 --- a/src/Learning/KWUtils/LMLicenseManager.cpp +++ b/src/Learning/KWUtils/LMLicenseManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUtils/LMLicenseManager.h b/src/Learning/KWUtils/LMLicenseManager.h index 168c3660f..733180f1a 100644 --- a/src/Learning/KWUtils/LMLicenseManager.h +++ b/src/Learning/KWUtils/LMLicenseManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUtils/LMLicenseService.cpp b/src/Learning/KWUtils/LMLicenseService.cpp index 7db6d1485..4cc778b82 100644 --- a/src/Learning/KWUtils/LMLicenseService.cpp +++ b/src/Learning/KWUtils/LMLicenseService.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUtils/LMLicenseService.h b/src/Learning/KWUtils/LMLicenseService.h index 22069f846..bf4acede0 100644 --- a/src/Learning/KWUtils/LMLicenseService.h +++ b/src/Learning/KWUtils/LMLicenseService.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUtils/ProfileStats.cpp b/src/Learning/KWUtils/ProfileStats.cpp index 8ae8e37c9..3da6b2bf6 100644 --- a/src/Learning/KWUtils/ProfileStats.cpp +++ b/src/Learning/KWUtils/ProfileStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KWUtils/ProfileStats.h b/src/Learning/KWUtils/ProfileStats.h index 13aaab3f6..de1800dac 100644 --- a/src/Learning/KWUtils/ProfileStats.h +++ b/src/Learning/KWUtils/ProfileStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KhiopsNativeInterface/KNIStream.cpp b/src/Learning/KhiopsNativeInterface/KNIStream.cpp index f7e68076d..893403bc7 100644 --- a/src/Learning/KhiopsNativeInterface/KNIStream.cpp +++ b/src/Learning/KhiopsNativeInterface/KNIStream.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KhiopsNativeInterface/KNIStream.h b/src/Learning/KhiopsNativeInterface/KNIStream.h index 1f3dc1e24..789cfe3d2 100644 --- a/src/Learning/KhiopsNativeInterface/KNIStream.h +++ b/src/Learning/KhiopsNativeInterface/KNIStream.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KhiopsNativeInterface/KWDataTableDriverStream.cpp b/src/Learning/KhiopsNativeInterface/KWDataTableDriverStream.cpp index c0802c2b0..b5b18d412 100644 --- a/src/Learning/KhiopsNativeInterface/KWDataTableDriverStream.cpp +++ b/src/Learning/KhiopsNativeInterface/KWDataTableDriverStream.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KhiopsNativeInterface/KWDataTableDriverStream.h b/src/Learning/KhiopsNativeInterface/KWDataTableDriverStream.h index 0cf342c56..4e2ee20cb 100644 --- a/src/Learning/KhiopsNativeInterface/KWDataTableDriverStream.h +++ b/src/Learning/KhiopsNativeInterface/KWDataTableDriverStream.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KhiopsNativeInterface/KWMTDatabaseStream.cpp b/src/Learning/KhiopsNativeInterface/KWMTDatabaseStream.cpp index eb2b8aaac..e384e7ad6 100644 --- a/src/Learning/KhiopsNativeInterface/KWMTDatabaseStream.cpp +++ b/src/Learning/KhiopsNativeInterface/KWMTDatabaseStream.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KhiopsNativeInterface/KWMTDatabaseStream.h b/src/Learning/KhiopsNativeInterface/KWMTDatabaseStream.h index 79a1fc9f9..f8381853f 100644 --- a/src/Learning/KhiopsNativeInterface/KWMTDatabaseStream.h +++ b/src/Learning/KhiopsNativeInterface/KWMTDatabaseStream.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KhiopsNativeInterface/KWSTDatabaseStream.cpp b/src/Learning/KhiopsNativeInterface/KWSTDatabaseStream.cpp index c4ccf02cd..712003701 100644 --- a/src/Learning/KhiopsNativeInterface/KWSTDatabaseStream.cpp +++ b/src/Learning/KhiopsNativeInterface/KWSTDatabaseStream.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KhiopsNativeInterface/KWSTDatabaseStream.h b/src/Learning/KhiopsNativeInterface/KWSTDatabaseStream.h index 98fb8ba3a..da356664e 100644 --- a/src/Learning/KhiopsNativeInterface/KWSTDatabaseStream.h +++ b/src/Learning/KhiopsNativeInterface/KWSTDatabaseStream.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KhiopsNativeInterface/KhiopsNativeInterface.cpp b/src/Learning/KhiopsNativeInterface/KhiopsNativeInterface.cpp index 2ee16239e..4ab5b2ad7 100644 --- a/src/Learning/KhiopsNativeInterface/KhiopsNativeInterface.cpp +++ b/src/Learning/KhiopsNativeInterface/KhiopsNativeInterface.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KhiopsNativeInterface/KhiopsNativeInterface.h b/src/Learning/KhiopsNativeInterface/KhiopsNativeInterface.h index 565cf0da1..f45bd1078 100644 --- a/src/Learning/KhiopsNativeInterface/KhiopsNativeInterface.h +++ b/src/Learning/KhiopsNativeInterface/KhiopsNativeInterface.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/KhiopsNativeInterface/resource.h b/src/Learning/KhiopsNativeInterface/resource.h index 5abd6e0c0..f0d707290 100644 --- a/src/Learning/KhiopsNativeInterface/resource.h +++ b/src/Learning/KhiopsNativeInterface/resource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHBin.cpp b/src/Learning/MHHistograms/MHBin.cpp index a6caa9a23..b1d40b40d 100644 --- a/src/Learning/MHHistograms/MHBin.cpp +++ b/src/Learning/MHHistograms/MHBin.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHBin.h b/src/Learning/MHHistograms/MHBin.h index 65e94ff20..bb006013e 100644 --- a/src/Learning/MHHistograms/MHBin.h +++ b/src/Learning/MHHistograms/MHBin.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHContinuousLimits.cpp b/src/Learning/MHHistograms/MHContinuousLimits.cpp index 23cf5d433..db988c601 100644 --- a/src/Learning/MHHistograms/MHContinuousLimits.cpp +++ b/src/Learning/MHHistograms/MHContinuousLimits.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHContinuousLimits.h b/src/Learning/MHHistograms/MHContinuousLimits.h index 7e5f24008..7142558ac 100644 --- a/src/Learning/MHHistograms/MHContinuousLimits.h +++ b/src/Learning/MHHistograms/MHContinuousLimits.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHDataSubset.cpp b/src/Learning/MHHistograms/MHDataSubset.cpp index a0d1de21d..f9191510c 100644 --- a/src/Learning/MHHistograms/MHDataSubset.cpp +++ b/src/Learning/MHHistograms/MHDataSubset.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHDataSubset.h b/src/Learning/MHHistograms/MHDataSubset.h index 67d56a528..ca65b1316 100644 --- a/src/Learning/MHHistograms/MHDataSubset.h +++ b/src/Learning/MHHistograms/MHDataSubset.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHDiscretizerHistogramMODL.cpp b/src/Learning/MHHistograms/MHDiscretizerHistogramMODL.cpp index d2ce5fce7..ac0b10b23 100644 --- a/src/Learning/MHHistograms/MHDiscretizerHistogramMODL.cpp +++ b/src/Learning/MHHistograms/MHDiscretizerHistogramMODL.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHDiscretizerHistogramMODL.h b/src/Learning/MHHistograms/MHDiscretizerHistogramMODL.h index 88c319648..e82e27a4e 100644 --- a/src/Learning/MHHistograms/MHDiscretizerHistogramMODL.h +++ b/src/Learning/MHHistograms/MHDiscretizerHistogramMODL.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHDiscretizerHistogramMODL_fp.cpp b/src/Learning/MHHistograms/MHDiscretizerHistogramMODL_fp.cpp index eeac16ae9..70e15f4be 100644 --- a/src/Learning/MHHistograms/MHDiscretizerHistogramMODL_fp.cpp +++ b/src/Learning/MHHistograms/MHDiscretizerHistogramMODL_fp.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHDiscretizerHistogramMODL_fp.h b/src/Learning/MHHistograms/MHDiscretizerHistogramMODL_fp.h index c90863ef0..605e81469 100644 --- a/src/Learning/MHHistograms/MHDiscretizerHistogramMODL_fp.h +++ b/src/Learning/MHHistograms/MHDiscretizerHistogramMODL_fp.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHEnumHistogramCost.cpp b/src/Learning/MHHistograms/MHEnumHistogramCost.cpp index 2b0ced055..35a2e3930 100644 --- a/src/Learning/MHHistograms/MHEnumHistogramCost.cpp +++ b/src/Learning/MHHistograms/MHEnumHistogramCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHEnumHistogramCost.h b/src/Learning/MHHistograms/MHEnumHistogramCost.h index 6b27d967f..1e2941927 100644 --- a/src/Learning/MHHistograms/MHEnumHistogramCost.h +++ b/src/Learning/MHHistograms/MHEnumHistogramCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHFloatingPointFrequencyTableBuilder.cpp b/src/Learning/MHHistograms/MHFloatingPointFrequencyTableBuilder.cpp index 607ec1554..379def6ca 100644 --- a/src/Learning/MHHistograms/MHFloatingPointFrequencyTableBuilder.cpp +++ b/src/Learning/MHHistograms/MHFloatingPointFrequencyTableBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHFloatingPointFrequencyTableBuilder.h b/src/Learning/MHHistograms/MHFloatingPointFrequencyTableBuilder.h index ff43ac38c..f4de924cc 100644 --- a/src/Learning/MHHistograms/MHFloatingPointFrequencyTableBuilder.h +++ b/src/Learning/MHHistograms/MHFloatingPointFrequencyTableBuilder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHHistogram.cpp b/src/Learning/MHHistograms/MHHistogram.cpp index ae6c95fad..cf729f0b8 100644 --- a/src/Learning/MHHistograms/MHHistogram.cpp +++ b/src/Learning/MHHistograms/MHHistogram.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHHistogram.h b/src/Learning/MHHistograms/MHHistogram.h index 9c977c2c3..34a6f1b29 100644 --- a/src/Learning/MHHistograms/MHHistogram.h +++ b/src/Learning/MHHistograms/MHHistogram.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHHistogramSpec.cpp b/src/Learning/MHHistograms/MHHistogramSpec.cpp index b7575029e..73e1c4361 100644 --- a/src/Learning/MHHistograms/MHHistogramSpec.cpp +++ b/src/Learning/MHHistograms/MHHistogramSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHHistogramSpec.h b/src/Learning/MHHistograms/MHHistogramSpec.h index 03d370170..16db32acc 100644 --- a/src/Learning/MHHistograms/MHHistogramSpec.h +++ b/src/Learning/MHHistograms/MHHistogramSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHHistogramSpecView.cpp b/src/Learning/MHHistograms/MHHistogramSpecView.cpp index 3b1dd10f5..2833316c5 100644 --- a/src/Learning/MHHistograms/MHHistogramSpecView.cpp +++ b/src/Learning/MHHistograms/MHHistogramSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHHistogramSpecView.h b/src/Learning/MHHistograms/MHHistogramSpecView.h index a62c75cdc..8b140dd4e 100644 --- a/src/Learning/MHHistograms/MHHistogramSpecView.h +++ b/src/Learning/MHHistograms/MHHistogramSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHHistogramVector.cpp b/src/Learning/MHHistograms/MHHistogramVector.cpp index e70424bb9..4572bf0c2 100644 --- a/src/Learning/MHHistograms/MHHistogramVector.cpp +++ b/src/Learning/MHHistograms/MHHistogramVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHHistogramVector.h b/src/Learning/MHHistograms/MHHistogramVector.h index b2814d4a9..73606aa27 100644 --- a/src/Learning/MHHistograms/MHHistogramVector.h +++ b/src/Learning/MHHistograms/MHHistogramVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHHistogramVector_fp.cpp b/src/Learning/MHHistograms/MHHistogramVector_fp.cpp index 06652ebe9..acf140a3c 100644 --- a/src/Learning/MHHistograms/MHHistogramVector_fp.cpp +++ b/src/Learning/MHHistograms/MHHistogramVector_fp.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHHistogramVector_fp.h b/src/Learning/MHHistograms/MHHistogramVector_fp.h index a0c35f589..2231d0bf5 100644 --- a/src/Learning/MHHistograms/MHHistogramVector_fp.h +++ b/src/Learning/MHHistograms/MHHistogramVector_fp.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHKMHistogramCost.cpp b/src/Learning/MHHistograms/MHKMHistogramCost.cpp index 3989b8ad8..a6cb146da 100644 --- a/src/Learning/MHHistograms/MHKMHistogramCost.cpp +++ b/src/Learning/MHHistograms/MHKMHistogramCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHKMHistogramCost.h b/src/Learning/MHHistograms/MHKMHistogramCost.h index bf9488193..2a77f0694 100644 --- a/src/Learning/MHHistograms/MHKMHistogramCost.h +++ b/src/Learning/MHHistograms/MHKMHistogramCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHMODLHistogramCost.cpp b/src/Learning/MHHistograms/MHMODLHistogramCost.cpp index 09c6b81ef..6d623e5d6 100644 --- a/src/Learning/MHHistograms/MHMODLHistogramCost.cpp +++ b/src/Learning/MHHistograms/MHMODLHistogramCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHMODLHistogramCost.h b/src/Learning/MHHistograms/MHMODLHistogramCost.h index d65aad7a9..bfbade2b8 100644 --- a/src/Learning/MHHistograms/MHMODLHistogramCost.h +++ b/src/Learning/MHHistograms/MHMODLHistogramCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHMODLHistogramCost_fp.cpp b/src/Learning/MHHistograms/MHMODLHistogramCost_fp.cpp index 32c4933a4..9ca88d1c6 100644 --- a/src/Learning/MHHistograms/MHMODLHistogramCost_fp.cpp +++ b/src/Learning/MHHistograms/MHMODLHistogramCost_fp.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHMODLHistogramCost_fp.h b/src/Learning/MHHistograms/MHMODLHistogramCost_fp.h index 176d5552c..e99ef7705 100644 --- a/src/Learning/MHHistograms/MHMODLHistogramCost_fp.h +++ b/src/Learning/MHHistograms/MHMODLHistogramCost_fp.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHNMLStat.cpp b/src/Learning/MHHistograms/MHNMLStat.cpp index 3ee6a7896..1d6a83273 100644 --- a/src/Learning/MHHistograms/MHNMLStat.cpp +++ b/src/Learning/MHHistograms/MHNMLStat.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHNMLStat.h b/src/Learning/MHHistograms/MHNMLStat.h index 13521fc88..696e23c15 100644 --- a/src/Learning/MHHistograms/MHNMLStat.h +++ b/src/Learning/MHHistograms/MHNMLStat.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHTruncationDiscretizerHistogramMODL_fp.cpp b/src/Learning/MHHistograms/MHTruncationDiscretizerHistogramMODL_fp.cpp index bfa2c9287..66beaddce 100644 --- a/src/Learning/MHHistograms/MHTruncationDiscretizerHistogramMODL_fp.cpp +++ b/src/Learning/MHHistograms/MHTruncationDiscretizerHistogramMODL_fp.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHTruncationDiscretizerHistogramMODL_fp.h b/src/Learning/MHHistograms/MHTruncationDiscretizerHistogramMODL_fp.h index 863f4ff55..3ded85443 100644 --- a/src/Learning/MHHistograms/MHTruncationDiscretizerHistogramMODL_fp.h +++ b/src/Learning/MHHistograms/MHTruncationDiscretizerHistogramMODL_fp.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHTruncationFloatingPointFrequencyTableBuilder.cpp b/src/Learning/MHHistograms/MHTruncationFloatingPointFrequencyTableBuilder.cpp index 3d05fb55a..a90b455dc 100644 --- a/src/Learning/MHHistograms/MHTruncationFloatingPointFrequencyTableBuilder.cpp +++ b/src/Learning/MHHistograms/MHTruncationFloatingPointFrequencyTableBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MHHistograms/MHTruncationFloatingPointFrequencyTableBuilder.h b/src/Learning/MHHistograms/MHTruncationFloatingPointFrequencyTableBuilder.h index 849c831ee..bb80694e3 100644 --- a/src/Learning/MHHistograms/MHTruncationFloatingPointFrequencyTableBuilder.h +++ b/src/Learning/MHHistograms/MHTruncationFloatingPointFrequencyTableBuilder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MDKhiopsLearningProblem.cpp b/src/Learning/MODL/MDKhiopsLearningProblem.cpp index 769089858..745fbc739 100644 --- a/src/Learning/MODL/MDKhiopsLearningProblem.cpp +++ b/src/Learning/MODL/MDKhiopsLearningProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MDKhiopsLearningProblem.h b/src/Learning/MODL/MDKhiopsLearningProblem.h index 215d0122a..dc4856c9f 100644 --- a/src/Learning/MODL/MDKhiopsLearningProblem.h +++ b/src/Learning/MODL/MDKhiopsLearningProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MDKhiopsLearningProblemView.cpp b/src/Learning/MODL/MDKhiopsLearningProblemView.cpp index 9b8525f82..09d7a8978 100644 --- a/src/Learning/MODL/MDKhiopsLearningProblemView.cpp +++ b/src/Learning/MODL/MDKhiopsLearningProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MDKhiopsLearningProblemView.h b/src/Learning/MODL/MDKhiopsLearningProblemView.h index 998e67b4c..67321ddf2 100644 --- a/src/Learning/MODL/MDKhiopsLearningProblemView.h +++ b/src/Learning/MODL/MDKhiopsLearningProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MDKhiopsLearningProject.cpp b/src/Learning/MODL/MDKhiopsLearningProject.cpp index de2b9caeb..c1fee84e0 100644 --- a/src/Learning/MODL/MDKhiopsLearningProject.cpp +++ b/src/Learning/MODL/MDKhiopsLearningProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MDKhiopsLearningProject.h b/src/Learning/MODL/MDKhiopsLearningProject.h index 4af9f4feb..18285a484 100644 --- a/src/Learning/MODL/MDKhiopsLearningProject.h +++ b/src/Learning/MODL/MDKhiopsLearningProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MDKhiopsModelingSpec.cpp b/src/Learning/MODL/MDKhiopsModelingSpec.cpp index e9b71cb35..32cb520ba 100644 --- a/src/Learning/MODL/MDKhiopsModelingSpec.cpp +++ b/src/Learning/MODL/MDKhiopsModelingSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MDKhiopsModelingSpec.h b/src/Learning/MODL/MDKhiopsModelingSpec.h index 9fe5ff338..cbf4e6ec1 100644 --- a/src/Learning/MODL/MDKhiopsModelingSpec.h +++ b/src/Learning/MODL/MDKhiopsModelingSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MDKhiopsModelingSpecView.cpp b/src/Learning/MODL/MDKhiopsModelingSpecView.cpp index dbff260dc..7e8530788 100644 --- a/src/Learning/MODL/MDKhiopsModelingSpecView.cpp +++ b/src/Learning/MODL/MDKhiopsModelingSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MDKhiopsModelingSpecView.h b/src/Learning/MODL/MDKhiopsModelingSpecView.h index ea90b0378..65c383202 100644 --- a/src/Learning/MODL/MDKhiopsModelingSpecView.h +++ b/src/Learning/MODL/MDKhiopsModelingSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MODL.cpp b/src/Learning/MODL/MODL.cpp index 945054341..501a29b1a 100644 --- a/src/Learning/MODL/MODL.cpp +++ b/src/Learning/MODL/MODL.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MODL.h b/src/Learning/MODL/MODL.h index fb26ef16c..45f670ca0 100644 --- a/src/Learning/MODL/MODL.h +++ b/src/Learning/MODL/MODL.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MODL_dll.cpp b/src/Learning/MODL/MODL_dll.cpp index f95d0d065..71dd5cac5 100644 --- a/src/Learning/MODL/MODL_dll.cpp +++ b/src/Learning/MODL/MODL_dll.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/MODL_dll.h b/src/Learning/MODL/MODL_dll.h index 244e3cae9..be3fa0374 100644 --- a/src/Learning/MODL/MODL_dll.h +++ b/src/Learning/MODL/MODL_dll.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL/resource.h b/src/Learning/MODL/resource.h index 326dad8e7..0c491d93b 100644 --- a/src/Learning/MODL/resource.h +++ b/src/Learning/MODL/resource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCAnalysisResults.cpp b/src/Learning/MODL_Coclustering/CCAnalysisResults.cpp index 591574914..3d0be53f0 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisResults.cpp +++ b/src/Learning/MODL_Coclustering/CCAnalysisResults.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCAnalysisResults.h b/src/Learning/MODL_Coclustering/CCAnalysisResults.h index d630c9612..ad8451ed8 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisResults.h +++ b/src/Learning/MODL_Coclustering/CCAnalysisResults.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCAnalysisResultsView.cpp b/src/Learning/MODL_Coclustering/CCAnalysisResultsView.cpp index f56b35773..8aaf05588 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisResultsView.cpp +++ b/src/Learning/MODL_Coclustering/CCAnalysisResultsView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCAnalysisResultsView.h b/src/Learning/MODL_Coclustering/CCAnalysisResultsView.h index 6b0d11989..b86050e42 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisResultsView.h +++ b/src/Learning/MODL_Coclustering/CCAnalysisResultsView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCAnalysisSpec.cpp b/src/Learning/MODL_Coclustering/CCAnalysisSpec.cpp index cabd031b9..49b6fdd68 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisSpec.cpp +++ b/src/Learning/MODL_Coclustering/CCAnalysisSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCAnalysisSpec.h b/src/Learning/MODL_Coclustering/CCAnalysisSpec.h index 41a4a115f..4b3739832 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisSpec.h +++ b/src/Learning/MODL_Coclustering/CCAnalysisSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCAnalysisSpecView.cpp b/src/Learning/MODL_Coclustering/CCAnalysisSpecView.cpp index 641e5c84a..9b8d0b135 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisSpecView.cpp +++ b/src/Learning/MODL_Coclustering/CCAnalysisSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCAnalysisSpecView.h b/src/Learning/MODL_Coclustering/CCAnalysisSpecView.h index fd995bb43..371b43d4c 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisSpecView.h +++ b/src/Learning/MODL_Coclustering/CCAnalysisSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCCoclusteringBuilder.cpp b/src/Learning/MODL_Coclustering/CCCoclusteringBuilder.cpp index 6ab861151..4b5dca448 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringBuilder.cpp +++ b/src/Learning/MODL_Coclustering/CCCoclusteringBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCCoclusteringBuilder.h b/src/Learning/MODL_Coclustering/CCCoclusteringBuilder.h index 5f5597301..47ffb1f2d 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringBuilder.h +++ b/src/Learning/MODL_Coclustering/CCCoclusteringBuilder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCCoclusteringReport.cpp b/src/Learning/MODL_Coclustering/CCCoclusteringReport.cpp index 2aacdb997..717433657 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringReport.cpp +++ b/src/Learning/MODL_Coclustering/CCCoclusteringReport.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCCoclusteringReport.h b/src/Learning/MODL_Coclustering/CCCoclusteringReport.h index 6d7558475..1dbacd7e1 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringReport.h +++ b/src/Learning/MODL_Coclustering/CCCoclusteringReport.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCCoclusteringSpec.cpp b/src/Learning/MODL_Coclustering/CCCoclusteringSpec.cpp index 41b313e3d..c40cefdd3 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringSpec.cpp +++ b/src/Learning/MODL_Coclustering/CCCoclusteringSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCCoclusteringSpec.h b/src/Learning/MODL_Coclustering/CCCoclusteringSpec.h index 616c3daf3..e25bcb7f3 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringSpec.h +++ b/src/Learning/MODL_Coclustering/CCCoclusteringSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCCoclusteringSpecView.cpp b/src/Learning/MODL_Coclustering/CCCoclusteringSpecView.cpp index a9dee30e3..5048c6fee 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringSpecView.cpp +++ b/src/Learning/MODL_Coclustering/CCCoclusteringSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCCoclusteringSpecView.h b/src/Learning/MODL_Coclustering/CCCoclusteringSpecView.h index ea6292920..80a19324c 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringSpecView.h +++ b/src/Learning/MODL_Coclustering/CCCoclusteringSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCDeploymentSpec.cpp b/src/Learning/MODL_Coclustering/CCDeploymentSpec.cpp index 7f7d6b8cf..2cbe8a340 100644 --- a/src/Learning/MODL_Coclustering/CCDeploymentSpec.cpp +++ b/src/Learning/MODL_Coclustering/CCDeploymentSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCDeploymentSpec.h b/src/Learning/MODL_Coclustering/CCDeploymentSpec.h index e2ce48f61..41893427f 100644 --- a/src/Learning/MODL_Coclustering/CCDeploymentSpec.h +++ b/src/Learning/MODL_Coclustering/CCDeploymentSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCDeploymentSpecView.cpp b/src/Learning/MODL_Coclustering/CCDeploymentSpecView.cpp index 07bb75cea..1480a7ac4 100644 --- a/src/Learning/MODL_Coclustering/CCDeploymentSpecView.cpp +++ b/src/Learning/MODL_Coclustering/CCDeploymentSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCDeploymentSpecView.h b/src/Learning/MODL_Coclustering/CCDeploymentSpecView.h index 8b39b4fec..20b185be0 100644 --- a/src/Learning/MODL_Coclustering/CCDeploymentSpecView.h +++ b/src/Learning/MODL_Coclustering/CCDeploymentSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCHierarchicalDataGrid.cpp b/src/Learning/MODL_Coclustering/CCHierarchicalDataGrid.cpp index 805bc530d..dfa33489a 100644 --- a/src/Learning/MODL_Coclustering/CCHierarchicalDataGrid.cpp +++ b/src/Learning/MODL_Coclustering/CCHierarchicalDataGrid.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCHierarchicalDataGrid.h b/src/Learning/MODL_Coclustering/CCHierarchicalDataGrid.h index 93515d9d2..2e2e16992 100644 --- a/src/Learning/MODL_Coclustering/CCHierarchicalDataGrid.h +++ b/src/Learning/MODL_Coclustering/CCHierarchicalDataGrid.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblem.cpp b/src/Learning/MODL_Coclustering/CCLearningProblem.cpp index 176f0b96f..d1864b469 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblem.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblem.h b/src/Learning/MODL_Coclustering/CCLearningProblem.h index 264c285d7..53e314f2d 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblem.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemActionView.cpp b/src/Learning/MODL_Coclustering/CCLearningProblemActionView.cpp index 637b93e1e..43db455f2 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemActionView.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblemActionView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemActionView.h b/src/Learning/MODL_Coclustering/CCLearningProblemActionView.h index 57a16dffa..11d461073 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemActionView.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblemActionView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemClusterExtractionView.cpp b/src/Learning/MODL_Coclustering/CCLearningProblemClusterExtractionView.cpp index 6b9bdbabe..3556a5be3 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemClusterExtractionView.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblemClusterExtractionView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemClusterExtractionView.h b/src/Learning/MODL_Coclustering/CCLearningProblemClusterExtractionView.h index ccddef973..93e751fb0 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemClusterExtractionView.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblemClusterExtractionView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemDeploymentPreparationView.cpp b/src/Learning/MODL_Coclustering/CCLearningProblemDeploymentPreparationView.cpp index 07a433cdd..e0d962eca 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemDeploymentPreparationView.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblemDeploymentPreparationView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemDeploymentPreparationView.h b/src/Learning/MODL_Coclustering/CCLearningProblemDeploymentPreparationView.h index e8b1d0dd9..884d3d184 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemDeploymentPreparationView.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblemDeploymentPreparationView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemPostOptimizationView.cpp b/src/Learning/MODL_Coclustering/CCLearningProblemPostOptimizationView.cpp index 0478dda6c..faf0bebd8 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemPostOptimizationView.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblemPostOptimizationView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemPostOptimizationView.h b/src/Learning/MODL_Coclustering/CCLearningProblemPostOptimizationView.h index 21707fe40..70a233655 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemPostOptimizationView.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblemPostOptimizationView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemPostProcessingView.cpp b/src/Learning/MODL_Coclustering/CCLearningProblemPostProcessingView.cpp index 576f4b760..348877bf4 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemPostProcessingView.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblemPostProcessingView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemPostProcessingView.h b/src/Learning/MODL_Coclustering/CCLearningProblemPostProcessingView.h index 3599547ba..b48ce0236 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemPostProcessingView.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblemPostProcessingView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemToolView.cpp b/src/Learning/MODL_Coclustering/CCLearningProblemToolView.cpp index 877c1e0e2..03641c848 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemToolView.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblemToolView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemToolView.h b/src/Learning/MODL_Coclustering/CCLearningProblemToolView.h index 83617d094..95a7cc04f 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemToolView.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblemToolView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemView.cpp b/src/Learning/MODL_Coclustering/CCLearningProblemView.cpp index f41d1b27f..abf16493b 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemView.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProblemView.h b/src/Learning/MODL_Coclustering/CCLearningProblemView.h index b8481963e..ae3284480 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemView.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProject.cpp b/src/Learning/MODL_Coclustering/CCLearningProject.cpp index 068872a55..345d4640d 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProject.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCLearningProject.h b/src/Learning/MODL_Coclustering/CCLearningProject.h index b8552a5f2..0f927e973 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProject.h +++ b/src/Learning/MODL_Coclustering/CCLearningProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCPostProcessedAttribute.cpp b/src/Learning/MODL_Coclustering/CCPostProcessedAttribute.cpp index 388b80bd9..1993ab882 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessedAttribute.cpp +++ b/src/Learning/MODL_Coclustering/CCPostProcessedAttribute.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCPostProcessedAttribute.h b/src/Learning/MODL_Coclustering/CCPostProcessedAttribute.h index 5c06308b1..25b07c38f 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessedAttribute.h +++ b/src/Learning/MODL_Coclustering/CCPostProcessedAttribute.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCPostProcessedAttributeArrayView.cpp b/src/Learning/MODL_Coclustering/CCPostProcessedAttributeArrayView.cpp index b18966e23..d17e6a98c 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessedAttributeArrayView.cpp +++ b/src/Learning/MODL_Coclustering/CCPostProcessedAttributeArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCPostProcessedAttributeArrayView.h b/src/Learning/MODL_Coclustering/CCPostProcessedAttributeArrayView.h index cf3ba391d..eb2e5bc5d 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessedAttributeArrayView.h +++ b/src/Learning/MODL_Coclustering/CCPostProcessedAttributeArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCPostProcessedAttributeView.cpp b/src/Learning/MODL_Coclustering/CCPostProcessedAttributeView.cpp index c9bf571b2..813f8eac4 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessedAttributeView.cpp +++ b/src/Learning/MODL_Coclustering/CCPostProcessedAttributeView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCPostProcessedAttributeView.h b/src/Learning/MODL_Coclustering/CCPostProcessedAttributeView.h index bef56c2a7..d667c9d07 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessedAttributeView.h +++ b/src/Learning/MODL_Coclustering/CCPostProcessedAttributeView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCPostProcessingSpec.cpp b/src/Learning/MODL_Coclustering/CCPostProcessingSpec.cpp index 376621077..0dba14ea5 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessingSpec.cpp +++ b/src/Learning/MODL_Coclustering/CCPostProcessingSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCPostProcessingSpec.h b/src/Learning/MODL_Coclustering/CCPostProcessingSpec.h index 0e8654c4b..2c2e827ee 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessingSpec.h +++ b/src/Learning/MODL_Coclustering/CCPostProcessingSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCPostProcessingSpecView.cpp b/src/Learning/MODL_Coclustering/CCPostProcessingSpecView.cpp index 7dad6ee8f..455b3fddb 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessingSpecView.cpp +++ b/src/Learning/MODL_Coclustering/CCPostProcessingSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/CCPostProcessingSpecView.h b/src/Learning/MODL_Coclustering/CCPostProcessingSpecView.h index c05e1dfcd..4ff58ca19 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessingSpecView.h +++ b/src/Learning/MODL_Coclustering/CCPostProcessingSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/MODL_Coclustering.cpp b/src/Learning/MODL_Coclustering/MODL_Coclustering.cpp index b482362f0..7032bd425 100644 --- a/src/Learning/MODL_Coclustering/MODL_Coclustering.cpp +++ b/src/Learning/MODL_Coclustering/MODL_Coclustering.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/MODL_Coclustering.h b/src/Learning/MODL_Coclustering/MODL_Coclustering.h index c73695bd6..c25a198a3 100644 --- a/src/Learning/MODL_Coclustering/MODL_Coclustering.h +++ b/src/Learning/MODL_Coclustering/MODL_Coclustering.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/MODL_Coclustering_dll.cpp b/src/Learning/MODL_Coclustering/MODL_Coclustering_dll.cpp index 4007dd329..fa416e6e9 100644 --- a/src/Learning/MODL_Coclustering/MODL_Coclustering_dll.cpp +++ b/src/Learning/MODL_Coclustering/MODL_Coclustering_dll.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/MODL_Coclustering_dll.h b/src/Learning/MODL_Coclustering/MODL_Coclustering_dll.h index d0221ad99..169b6b692 100644 --- a/src/Learning/MODL_Coclustering/MODL_Coclustering_dll.h +++ b/src/Learning/MODL_Coclustering/MODL_Coclustering_dll.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/MODL_Coclustering/resource.h b/src/Learning/MODL_Coclustering/resource.h index 06ee395f4..b8488827d 100644 --- a/src/Learning/MODL_Coclustering/resource.h +++ b/src/Learning/MODL_Coclustering/resource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBAttributeSelectionScorer.cpp b/src/Learning/SNBPredictor/SNBAttributeSelectionScorer.cpp index ed2150246..5b43e32a6 100644 --- a/src/Learning/SNBPredictor/SNBAttributeSelectionScorer.cpp +++ b/src/Learning/SNBPredictor/SNBAttributeSelectionScorer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBAttributeSelectionScorer.h b/src/Learning/SNBPredictor/SNBAttributeSelectionScorer.h index 674d95eca..12aa7ef59 100644 --- a/src/Learning/SNBPredictor/SNBAttributeSelectionScorer.h +++ b/src/Learning/SNBPredictor/SNBAttributeSelectionScorer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBAttributeSelectionWeightCalculator.cpp b/src/Learning/SNBPredictor/SNBAttributeSelectionWeightCalculator.cpp index fc5b0850a..af2dbff91 100644 --- a/src/Learning/SNBPredictor/SNBAttributeSelectionWeightCalculator.cpp +++ b/src/Learning/SNBPredictor/SNBAttributeSelectionWeightCalculator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBAttributeSelectionWeightCalculator.h b/src/Learning/SNBPredictor/SNBAttributeSelectionWeightCalculator.h index 2ba11e4aa..02c2f7d2f 100644 --- a/src/Learning/SNBPredictor/SNBAttributeSelectionWeightCalculator.h +++ b/src/Learning/SNBPredictor/SNBAttributeSelectionWeightCalculator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBDataTableBinarySliceSet.cpp b/src/Learning/SNBPredictor/SNBDataTableBinarySliceSet.cpp index ffe39c18b..164798bd4 100644 --- a/src/Learning/SNBPredictor/SNBDataTableBinarySliceSet.cpp +++ b/src/Learning/SNBPredictor/SNBDataTableBinarySliceSet.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBDataTableBinarySliceSet.h b/src/Learning/SNBPredictor/SNBDataTableBinarySliceSet.h index 59884c399..d1e3e15df 100644 --- a/src/Learning/SNBPredictor/SNBDataTableBinarySliceSet.h +++ b/src/Learning/SNBPredictor/SNBDataTableBinarySliceSet.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBIndexVector.cpp b/src/Learning/SNBPredictor/SNBIndexVector.cpp index 8a102c7bd..bf6f27575 100644 --- a/src/Learning/SNBPredictor/SNBIndexVector.cpp +++ b/src/Learning/SNBPredictor/SNBIndexVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBIndexVector.h b/src/Learning/SNBPredictor/SNBIndexVector.h index 266cc5ec5..52b30f9d0 100644 --- a/src/Learning/SNBPredictor/SNBIndexVector.h +++ b/src/Learning/SNBPredictor/SNBIndexVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBPredictorSelectionDataCostCalculator.cpp b/src/Learning/SNBPredictor/SNBPredictorSelectionDataCostCalculator.cpp index 07aa9070d..6655bf040 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectionDataCostCalculator.cpp +++ b/src/Learning/SNBPredictor/SNBPredictorSelectionDataCostCalculator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBPredictorSelectionDataCostCalculator.h b/src/Learning/SNBPredictor/SNBPredictorSelectionDataCostCalculator.h index 07a5f3a79..093db0c18 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectionDataCostCalculator.h +++ b/src/Learning/SNBPredictor/SNBPredictorSelectionDataCostCalculator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayes.cpp b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayes.cpp index 43d8239c6..08bc90c86 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayes.cpp +++ b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayes.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayes.h b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayes.h index c1bbebf91..fc280a455 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayes.h +++ b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayes.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesTrainingTask.cpp b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesTrainingTask.cpp index e34e6e42a..5e8ea2e6d 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesTrainingTask.cpp +++ b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesTrainingTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesTrainingTask.h b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesTrainingTask.h index 2b3953bc0..95a7695bb 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesTrainingTask.h +++ b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesTrainingTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesView.cpp b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesView.cpp index 3d0a5944d..82c0af0e9 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesView.cpp +++ b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesView.h b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesView.h index 687b18547..ac921b117 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesView.h +++ b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/genum/GenumCommandLine.cpp b/src/Learning/genum/GenumCommandLine.cpp index 68eedfe3e..5cfd3e2a4 100644 --- a/src/Learning/genum/GenumCommandLine.cpp +++ b/src/Learning/genum/GenumCommandLine.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/genum/GenumCommandLine.h b/src/Learning/genum/GenumCommandLine.h index 00267fb32..f5b555f66 100644 --- a/src/Learning/genum/GenumCommandLine.h +++ b/src/Learning/genum/GenumCommandLine.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/genum/Version.h b/src/Learning/genum/Version.h index 4c93f93e8..419e5b566 100644 --- a/src/Learning/genum/Version.h +++ b/src/Learning/genum/Version.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/genum/genum.cpp b/src/Learning/genum/genum.cpp index 752a687d7..a725d5971 100644 --- a/src/Learning/genum/genum.cpp +++ b/src/Learning/genum/genum.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/genum/genum.h b/src/Learning/genum/genum.h index 1a308f6af..c8a5787d5 100644 --- a/src/Learning/genum/genum.h +++ b/src/Learning/genum/genum.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/genum/resource.h b/src/Learning/genum/resource.h index 9cf367cc0..46d781a51 100644 --- a/src/Learning/genum/resource.h +++ b/src/Learning/genum/resource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/genumfp/MHCommandLine.cpp b/src/Learning/genumfp/MHCommandLine.cpp index 477f2e699..9d16ee280 100644 --- a/src/Learning/genumfp/MHCommandLine.cpp +++ b/src/Learning/genumfp/MHCommandLine.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/genumfp/MHCommandLine.h b/src/Learning/genumfp/MHCommandLine.h index 7ba3ef78d..94c7fc2ed 100644 --- a/src/Learning/genumfp/MHCommandLine.h +++ b/src/Learning/genumfp/MHCommandLine.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/genumfp/Version.h b/src/Learning/genumfp/Version.h index dace75a2d..9b09d50d9 100644 --- a/src/Learning/genumfp/Version.h +++ b/src/Learning/genumfp/Version.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/genumfp/genumfp.cpp b/src/Learning/genumfp/genumfp.cpp index 0aa6da334..779e86b62 100644 --- a/src/Learning/genumfp/genumfp.cpp +++ b/src/Learning/genumfp/genumfp.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/genumfp/genumfp.h b/src/Learning/genumfp/genumfp.h index 4825a9bdf..f867cf8de 100644 --- a/src/Learning/genumfp/genumfp.h +++ b/src/Learning/genumfp/genumfp.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/genumfp/resource.h b/src/Learning/genumfp/resource.h index 9cf367cc0..46d781a51 100644 --- a/src/Learning/genumfp/resource.h +++ b/src/Learning/genumfp/resource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample1/SampleOneLearningProblem.cpp b/src/Learning/samples/sample1/SampleOneLearningProblem.cpp index 5b7a7616b..1e7be8e90 100644 --- a/src/Learning/samples/sample1/SampleOneLearningProblem.cpp +++ b/src/Learning/samples/sample1/SampleOneLearningProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample1/SampleOneLearningProblem.h b/src/Learning/samples/sample1/SampleOneLearningProblem.h index f67a7af58..3eac0a8a3 100644 --- a/src/Learning/samples/sample1/SampleOneLearningProblem.h +++ b/src/Learning/samples/sample1/SampleOneLearningProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample1/SampleOneLearningProblemView.cpp b/src/Learning/samples/sample1/SampleOneLearningProblemView.cpp index 5ad502fe3..8bf5d22aa 100644 --- a/src/Learning/samples/sample1/SampleOneLearningProblemView.cpp +++ b/src/Learning/samples/sample1/SampleOneLearningProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample1/SampleOneLearningProblemView.h b/src/Learning/samples/sample1/SampleOneLearningProblemView.h index cbcade1ae..63d00d7ae 100644 --- a/src/Learning/samples/sample1/SampleOneLearningProblemView.h +++ b/src/Learning/samples/sample1/SampleOneLearningProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample1/SampleOneLearningProject.cpp b/src/Learning/samples/sample1/SampleOneLearningProject.cpp index ba832fb66..90a6e9dc3 100644 --- a/src/Learning/samples/sample1/SampleOneLearningProject.cpp +++ b/src/Learning/samples/sample1/SampleOneLearningProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample1/SampleOneLearningProject.h b/src/Learning/samples/sample1/SampleOneLearningProject.h index bddf28e64..9a6f67d8f 100644 --- a/src/Learning/samples/sample1/SampleOneLearningProject.h +++ b/src/Learning/samples/sample1/SampleOneLearningProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample1/test.cpp b/src/Learning/samples/sample1/test.cpp index a5428fd41..3e274ef57 100644 --- a/src/Learning/samples/sample1/test.cpp +++ b/src/Learning/samples/sample1/test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample1/test.h b/src/Learning/samples/sample1/test.h index 645c893f5..28f7bc48e 100644 --- a/src/Learning/samples/sample1/test.h +++ b/src/Learning/samples/sample1/test.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMDRMajority.cpp b/src/Learning/samples/sample2/CMDRMajority.cpp index 57d49c84f..f20371901 100644 --- a/src/Learning/samples/sample2/CMDRMajority.cpp +++ b/src/Learning/samples/sample2/CMDRMajority.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMDRMajority.h b/src/Learning/samples/sample2/CMDRMajority.h index 5d9873c2e..792936fb2 100644 --- a/src/Learning/samples/sample2/CMDRMajority.h +++ b/src/Learning/samples/sample2/CMDRMajority.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMLearningProblem.cpp b/src/Learning/samples/sample2/CMLearningProblem.cpp index db61d813a..32ea4b20f 100644 --- a/src/Learning/samples/sample2/CMLearningProblem.cpp +++ b/src/Learning/samples/sample2/CMLearningProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMLearningProblem.h b/src/Learning/samples/sample2/CMLearningProblem.h index 750820a43..45fa963f1 100644 --- a/src/Learning/samples/sample2/CMLearningProblem.h +++ b/src/Learning/samples/sample2/CMLearningProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMLearningProblemView.cpp b/src/Learning/samples/sample2/CMLearningProblemView.cpp index 7ca6eabae..745ce94e7 100644 --- a/src/Learning/samples/sample2/CMLearningProblemView.cpp +++ b/src/Learning/samples/sample2/CMLearningProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMLearningProblemView.h b/src/Learning/samples/sample2/CMLearningProblemView.h index 8d9c3255f..79a4244f9 100644 --- a/src/Learning/samples/sample2/CMLearningProblemView.h +++ b/src/Learning/samples/sample2/CMLearningProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMLearningProject.cpp b/src/Learning/samples/sample2/CMLearningProject.cpp index cbac01c93..5f1313c34 100644 --- a/src/Learning/samples/sample2/CMLearningProject.cpp +++ b/src/Learning/samples/sample2/CMLearningProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMLearningProject.h b/src/Learning/samples/sample2/CMLearningProject.h index d2febc525..080e1f58b 100644 --- a/src/Learning/samples/sample2/CMLearningProject.h +++ b/src/Learning/samples/sample2/CMLearningProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMMajorityClassifier.cpp b/src/Learning/samples/sample2/CMMajorityClassifier.cpp index a35c54c82..ca67c6ef5 100644 --- a/src/Learning/samples/sample2/CMMajorityClassifier.cpp +++ b/src/Learning/samples/sample2/CMMajorityClassifier.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMMajorityClassifier.h b/src/Learning/samples/sample2/CMMajorityClassifier.h index b4c8369a9..e911573db 100644 --- a/src/Learning/samples/sample2/CMMajorityClassifier.h +++ b/src/Learning/samples/sample2/CMMajorityClassifier.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMModelingSpec.cpp b/src/Learning/samples/sample2/CMModelingSpec.cpp index ebffe6e83..66c2fd379 100644 --- a/src/Learning/samples/sample2/CMModelingSpec.cpp +++ b/src/Learning/samples/sample2/CMModelingSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMModelingSpec.h b/src/Learning/samples/sample2/CMModelingSpec.h index d87a58312..fc406e81d 100644 --- a/src/Learning/samples/sample2/CMModelingSpec.h +++ b/src/Learning/samples/sample2/CMModelingSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMModelingSpecView.cpp b/src/Learning/samples/sample2/CMModelingSpecView.cpp index 62fe05255..641bac4fc 100644 --- a/src/Learning/samples/sample2/CMModelingSpecView.cpp +++ b/src/Learning/samples/sample2/CMModelingSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/CMModelingSpecView.h b/src/Learning/samples/sample2/CMModelingSpecView.h index 691da9d87..eaf7fa7e5 100644 --- a/src/Learning/samples/sample2/CMModelingSpecView.h +++ b/src/Learning/samples/sample2/CMModelingSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/ClassifieurMajoritaire.cpp b/src/Learning/samples/sample2/ClassifieurMajoritaire.cpp index e83684df5..c838f3906 100644 --- a/src/Learning/samples/sample2/ClassifieurMajoritaire.cpp +++ b/src/Learning/samples/sample2/ClassifieurMajoritaire.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample2/ClassifieurMajoritaire.h b/src/Learning/samples/sample2/ClassifieurMajoritaire.h index 7722ecd99..d9d573d38 100644 --- a/src/Learning/samples/sample2/ClassifieurMajoritaire.h +++ b/src/Learning/samples/sample2/ClassifieurMajoritaire.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYAnalysisResults.cpp b/src/Learning/samples/sample3/MYAnalysisResults.cpp index ddd0580db..53a031370 100644 --- a/src/Learning/samples/sample3/MYAnalysisResults.cpp +++ b/src/Learning/samples/sample3/MYAnalysisResults.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYAnalysisResults.h b/src/Learning/samples/sample3/MYAnalysisResults.h index 36f50893d..c7d38577c 100644 --- a/src/Learning/samples/sample3/MYAnalysisResults.h +++ b/src/Learning/samples/sample3/MYAnalysisResults.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYAnalysisResultsView.cpp b/src/Learning/samples/sample3/MYAnalysisResultsView.cpp index 776a71009..6bf5b81dc 100644 --- a/src/Learning/samples/sample3/MYAnalysisResultsView.cpp +++ b/src/Learning/samples/sample3/MYAnalysisResultsView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYAnalysisResultsView.h b/src/Learning/samples/sample3/MYAnalysisResultsView.h index e137cfdfd..22b86a395 100644 --- a/src/Learning/samples/sample3/MYAnalysisResultsView.h +++ b/src/Learning/samples/sample3/MYAnalysisResultsView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYLearningProblem.cpp b/src/Learning/samples/sample3/MYLearningProblem.cpp index 70fe8bfee..9e19926e5 100644 --- a/src/Learning/samples/sample3/MYLearningProblem.cpp +++ b/src/Learning/samples/sample3/MYLearningProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYLearningProblem.h b/src/Learning/samples/sample3/MYLearningProblem.h index 8d4b8bb83..41e5373bc 100644 --- a/src/Learning/samples/sample3/MYLearningProblem.h +++ b/src/Learning/samples/sample3/MYLearningProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYLearningProblemView.cpp b/src/Learning/samples/sample3/MYLearningProblemView.cpp index ea2a0ae7f..a9ab3b6bf 100644 --- a/src/Learning/samples/sample3/MYLearningProblemView.cpp +++ b/src/Learning/samples/sample3/MYLearningProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYLearningProblemView.h b/src/Learning/samples/sample3/MYLearningProblemView.h index 0236f9b88..00006f6fd 100644 --- a/src/Learning/samples/sample3/MYLearningProblemView.h +++ b/src/Learning/samples/sample3/MYLearningProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYLearningProject.cpp b/src/Learning/samples/sample3/MYLearningProject.cpp index 9a23cd62f..c36f2326f 100644 --- a/src/Learning/samples/sample3/MYLearningProject.cpp +++ b/src/Learning/samples/sample3/MYLearningProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYLearningProject.h b/src/Learning/samples/sample3/MYLearningProject.h index fda5443a5..5d3a9e188 100644 --- a/src/Learning/samples/sample3/MYLearningProject.h +++ b/src/Learning/samples/sample3/MYLearningProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYMain.cpp b/src/Learning/samples/sample3/MYMain.cpp index db15d2c6b..a0373b4b3 100644 --- a/src/Learning/samples/sample3/MYMain.cpp +++ b/src/Learning/samples/sample3/MYMain.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYMain.h b/src/Learning/samples/sample3/MYMain.h index eed831d41..8bed675c0 100644 --- a/src/Learning/samples/sample3/MYMain.h +++ b/src/Learning/samples/sample3/MYMain.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYModelingSpec.cpp b/src/Learning/samples/sample3/MYModelingSpec.cpp index 6a6616114..4b92368d3 100644 --- a/src/Learning/samples/sample3/MYModelingSpec.cpp +++ b/src/Learning/samples/sample3/MYModelingSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYModelingSpec.h b/src/Learning/samples/sample3/MYModelingSpec.h index 7070b81a9..5f9fcb87d 100644 --- a/src/Learning/samples/sample3/MYModelingSpec.h +++ b/src/Learning/samples/sample3/MYModelingSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYModelingSpecView.cpp b/src/Learning/samples/sample3/MYModelingSpecView.cpp index 901b0a95b..f79fa685b 100644 --- a/src/Learning/samples/sample3/MYModelingSpecView.cpp +++ b/src/Learning/samples/sample3/MYModelingSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/samples/sample3/MYModelingSpecView.h b/src/Learning/samples/sample3/MYModelingSpecView.h index b7ff65a0b..e0c2b22fe 100644 --- a/src/Learning/samples/sample3/MYModelingSpecView.h +++ b/src/Learning/samples/sample3/MYModelingSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIAction.java b/src/Norm/NormGUI/src/normGUI/engine/GUIAction.java index 3cf156a09..1ada81f37 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIAction.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIAction.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIBooleanElement.java b/src/Norm/NormGUI/src/normGUI/engine/GUIBooleanElement.java index 5586226f2..f4b36c725 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIBooleanElement.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIBooleanElement.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUICard.java b/src/Norm/NormGUI/src/normGUI/engine/GUICard.java index 436bd9186..de5b124d0 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUICard.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUICard.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUICharElement.java b/src/Norm/NormGUI/src/normGUI/engine/GUICharElement.java index 9201a7054..22441a495 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUICharElement.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUICharElement.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIComboBoxAutoComplete.java b/src/Norm/NormGUI/src/normGUI/engine/GUIComboBoxAutoComplete.java index 3eb5188aa..b791349a0 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIComboBoxAutoComplete.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIComboBoxAutoComplete.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIComboBoxImageRenderer.java b/src/Norm/NormGUI/src/normGUI/engine/GUIComboBoxImageRenderer.java index 6ca13e8cb..3ee8bfe9d 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIComboBoxImageRenderer.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIComboBoxImageRenderer.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIData.java b/src/Norm/NormGUI/src/normGUI/engine/GUIData.java index a2208a02a..8380e09e5 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIData.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIData.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIDialog.java b/src/Norm/NormGUI/src/normGUI/engine/GUIDialog.java index 819fb8767..46ee925eb 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIDialog.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIDialog.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIDoubleElement.java b/src/Norm/NormGUI/src/normGUI/engine/GUIDoubleElement.java index 836f857cf..50bc41a56 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIDoubleElement.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIDoubleElement.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIElement.java b/src/Norm/NormGUI/src/normGUI/engine/GUIElement.java index 12d2c7276..f51e16443 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIElement.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIElement.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIFileDirectoryChooser.java b/src/Norm/NormGUI/src/normGUI/engine/GUIFileDirectoryChooser.java index 1ad4e31d5..77f8b98e2 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIFileDirectoryChooser.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIFileDirectoryChooser.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIIntElement.java b/src/Norm/NormGUI/src/normGUI/engine/GUIIntElement.java index bf7c538d2..afbda70a3 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIIntElement.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIIntElement.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIList.java b/src/Norm/NormGUI/src/normGUI/engine/GUIList.java index 3d4aee00f..04df305c5 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIList.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIList.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIManager.java b/src/Norm/NormGUI/src/normGUI/engine/GUIManager.java index 9b0789045..af8e24676 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIManager.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIManager.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIMessage.java b/src/Norm/NormGUI/src/normGUI/engine/GUIMessage.java index 1bf3224c5..3d43377fc 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIMessage.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIMessage.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIObject.java b/src/Norm/NormGUI/src/normGUI/engine/GUIObject.java index 5b543a3f6..4277eb631 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIObject.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIObject.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIStringElement.java b/src/Norm/NormGUI/src/normGUI/engine/GUIStringElement.java index 633b91b9b..96dcc0285 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIStringElement.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIStringElement.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUITable.java b/src/Norm/NormGUI/src/normGUI/engine/GUITable.java index 692dfd0b6..3d9c5ed2d 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUITable.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUITable.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUITableModel.java b/src/Norm/NormGUI/src/normGUI/engine/GUITableModel.java index d42d20c07..6e336b297 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUITableModel.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUITableModel.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUITaskProgression.java b/src/Norm/NormGUI/src/normGUI/engine/GUITaskProgression.java index 01dfe8e14..338617918 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUITaskProgression.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUITaskProgression.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/engine/GUIUnit.java b/src/Norm/NormGUI/src/normGUI/engine/GUIUnit.java index 299bc5e0e..26415e18c 100644 --- a/src/Norm/NormGUI/src/normGUI/engine/GUIUnit.java +++ b/src/Norm/NormGUI/src/normGUI/engine/GUIUnit.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/extensions/GUICardTabbedPanes.java b/src/Norm/NormGUI/src/normGUI/extensions/GUICardTabbedPanes.java index c8a362c2b..3ef84bf8f 100644 --- a/src/Norm/NormGUI/src/normGUI/extensions/GUICardTabbedPanes.java +++ b/src/Norm/NormGUI/src/normGUI/extensions/GUICardTabbedPanes.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/booleanWidgets/GUIBooleanElementCheckBox.java b/src/Norm/NormGUI/src/normGUI/widgets/booleanWidgets/GUIBooleanElementCheckBox.java index 5a869fd67..6a1b5e7b5 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/booleanWidgets/GUIBooleanElementCheckBox.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/booleanWidgets/GUIBooleanElementCheckBox.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/booleanWidgets/GUIBooleanElementComboBox.java b/src/Norm/NormGUI/src/normGUI/widgets/booleanWidgets/GUIBooleanElementComboBox.java index 9db543f8d..05cfc46d0 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/booleanWidgets/GUIBooleanElementComboBox.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/booleanWidgets/GUIBooleanElementComboBox.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/booleanWidgets/GUIBooleanElementRadioButton.java b/src/Norm/NormGUI/src/normGUI/widgets/booleanWidgets/GUIBooleanElementRadioButton.java index 1cc5f8e7d..49065e7c3 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/booleanWidgets/GUIBooleanElementRadioButton.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/booleanWidgets/GUIBooleanElementRadioButton.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/charWidgets/GUICharElementComboBox.java b/src/Norm/NormGUI/src/normGUI/widgets/charWidgets/GUICharElementComboBox.java index 301403bbd..2f96eabb7 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/charWidgets/GUICharElementComboBox.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/charWidgets/GUICharElementComboBox.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/charWidgets/GUICharElementEditableComboBox.java b/src/Norm/NormGUI/src/normGUI/widgets/charWidgets/GUICharElementEditableComboBox.java index 0878d6036..38bc26a92 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/charWidgets/GUICharElementEditableComboBox.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/charWidgets/GUICharElementEditableComboBox.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/charWidgets/GUICharElementRadioButton.java b/src/Norm/NormGUI/src/normGUI/widgets/charWidgets/GUICharElementRadioButton.java index cf7c2e73e..ba0ecb2d7 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/charWidgets/GUICharElementRadioButton.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/charWidgets/GUICharElementRadioButton.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementComboBox.java b/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementComboBox.java index a915691cb..fa229a487 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementComboBox.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementComboBox.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementEditableComboBox.java b/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementEditableComboBox.java index 8af002d2d..871e06687 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementEditableComboBox.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementEditableComboBox.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementRadioButton.java b/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementRadioButton.java index 855dc4edc..12b6764d7 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementRadioButton.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementRadioButton.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementSpinner.java b/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementSpinner.java index 8ab90d4c5..8e928dadc 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementSpinner.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/doubleWidgets/GUIDoubleElementSpinner.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementComboBox.java b/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementComboBox.java index d7dcb3b46..cc5709ebc 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementComboBox.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementComboBox.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementEditableComboBox.java b/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementEditableComboBox.java index dc74a1423..114221394 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementEditableComboBox.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementEditableComboBox.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementRadioButton.java b/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementRadioButton.java index 96f1088a4..2dfcb3104 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementRadioButton.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementRadioButton.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementSlider.java b/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementSlider.java index 9a26e6ef9..1dfa3e817 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementSlider.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementSlider.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementSpinner.java b/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementSpinner.java index d4ce6d29b..ff14765d2 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementSpinner.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/intWidgets/GUIIntElementSpinner.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementComboBox.java b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementComboBox.java index 10591ceaf..2c7b72278 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementComboBox.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementComboBox.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementDirectoryChooser.java b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementDirectoryChooser.java index 95a077cfd..6ffac2e59 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementDirectoryChooser.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementDirectoryChooser.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementEditableComboBox.java b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementEditableComboBox.java index e26dbdf31..e8f7c1a3b 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementEditableComboBox.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementEditableComboBox.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementFileChooser.java b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementFileChooser.java index ab5f47fe2..0e56ca565 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementFileChooser.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementFileChooser.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementFileDirectoryChooser.java b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementFileDirectoryChooser.java index e653406f7..4333d6901 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementFileDirectoryChooser.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementFileDirectoryChooser.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementFormattedLabel.java b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementFormattedLabel.java index 1efe50f19..ee15739a2 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementFormattedLabel.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementFormattedLabel.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementHelpedComboBox.java b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementHelpedComboBox.java index 6b6e8b9b1..6395b6e2f 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementHelpedComboBox.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementHelpedComboBox.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementImageComboBox.java b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementImageComboBox.java index 5abffce12..5ba012b5f 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementImageComboBox.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementImageComboBox.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementPassword.java b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementPassword.java index cca1f0489..abc024645 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementPassword.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementPassword.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementRadioButton.java b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementRadioButton.java index e77d8221b..a1bca1463 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementRadioButton.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementRadioButton.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementSelectableLabel.java b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementSelectableLabel.java index 0800de261..5164fb901 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementSelectableLabel.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementSelectableLabel.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementTextArea.java b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementTextArea.java index 2e9fcd9b7..43adb7e1f 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementTextArea.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementTextArea.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementUriLabel.java b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementUriLabel.java index 15d69b5ce..16ff85232 100644 --- a/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementUriLabel.java +++ b/src/Norm/NormGUI/src/normGUI/widgets/stringWidgets/GUIStringElementUriLabel.java @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/_khiopsgetprocnumber/GetProcNumber.cpp b/src/Norm/_khiopsgetprocnumber/GetProcNumber.cpp index f5c783735..b833d85d2 100644 --- a/src/Norm/_khiopsgetprocnumber/GetProcNumber.cpp +++ b/src/Norm/_khiopsgetprocnumber/GetProcNumber.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/_khiopsgetprocnumber/Version.h b/src/Norm/_khiopsgetprocnumber/Version.h index ca17e9312..4f26f490c 100644 --- a/src/Norm/_khiopsgetprocnumber/Version.h +++ b/src/Norm/_khiopsgetprocnumber/Version.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/_khiopsgetprocnumber/resource.h b/src/Norm/_khiopsgetprocnumber/resource.h index dec4c59f6..c7a97dbf9 100644 --- a/src/Norm/_khiopsgetprocnumber/resource.h +++ b/src/Norm/_khiopsgetprocnumber/resource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/ALString.cpp b/src/Norm/base/ALString.cpp index 07ee57932..da2afe6a1 100644 --- a/src/Norm/base/ALString.cpp +++ b/src/Norm/base/ALString.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/ALString.h b/src/Norm/base/ALString.h index d2729f130..779729b35 100644 --- a/src/Norm/base/ALString.h +++ b/src/Norm/base/ALString.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/BufferedFile.cpp b/src/Norm/base/BufferedFile.cpp index 08e1a8b6b..55480d28d 100644 --- a/src/Norm/base/BufferedFile.cpp +++ b/src/Norm/base/BufferedFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/BufferedFile.h b/src/Norm/base/BufferedFile.h index 793788bc1..c66c1e5e7 100644 --- a/src/Norm/base/BufferedFile.h +++ b/src/Norm/base/BufferedFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/CharVector.cpp b/src/Norm/base/CharVector.cpp index 527962c6d..e6c795ebb 100644 --- a/src/Norm/base/CharVector.cpp +++ b/src/Norm/base/CharVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/CharVector.h b/src/Norm/base/CharVector.h index 865e07a77..a3ae536fe 100644 --- a/src/Norm/base/CharVector.h +++ b/src/Norm/base/CharVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/CommandLine.cpp b/src/Norm/base/CommandLine.cpp index 4f77ac616..5124dfe74 100644 --- a/src/Norm/base/CommandLine.cpp +++ b/src/Norm/base/CommandLine.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/CommandLine.h b/src/Norm/base/CommandLine.h index 286ac9eee..d823889d0 100644 --- a/src/Norm/base/CommandLine.h +++ b/src/Norm/base/CommandLine.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Ermgt.cpp b/src/Norm/base/Ermgt.cpp index ab0583c9a..56f52a0b7 100644 --- a/src/Norm/base/Ermgt.cpp +++ b/src/Norm/base/Ermgt.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Ermgt.h b/src/Norm/base/Ermgt.h index a0d2177a6..14b5b8617 100644 --- a/src/Norm/base/Ermgt.h +++ b/src/Norm/base/Ermgt.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/FileCache.cpp b/src/Norm/base/FileCache.cpp index 48b4d2203..306f47025 100644 --- a/src/Norm/base/FileCache.cpp +++ b/src/Norm/base/FileCache.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/FileCache.h b/src/Norm/base/FileCache.h index 3fbc11f9f..d5c4afaae 100644 --- a/src/Norm/base/FileCache.h +++ b/src/Norm/base/FileCache.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/FileService.cpp b/src/Norm/base/FileService.cpp index 88c43e901..4ff31134e 100644 --- a/src/Norm/base/FileService.cpp +++ b/src/Norm/base/FileService.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/FileService.h b/src/Norm/base/FileService.h index 342086907..c67b93ddf 100644 --- a/src/Norm/base/FileService.h +++ b/src/Norm/base/FileService.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/HugeBuffer.cpp b/src/Norm/base/HugeBuffer.cpp index 430fb9667..aebef2a36 100644 --- a/src/Norm/base/HugeBuffer.cpp +++ b/src/Norm/base/HugeBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/HugeBuffer.h b/src/Norm/base/HugeBuffer.h index ed5d9910a..20baf2732 100644 --- a/src/Norm/base/HugeBuffer.h +++ b/src/Norm/base/HugeBuffer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/InputBufferedFile.cpp b/src/Norm/base/InputBufferedFile.cpp index dca918e66..699f0bce4 100644 --- a/src/Norm/base/InputBufferedFile.cpp +++ b/src/Norm/base/InputBufferedFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/InputBufferedFile.h b/src/Norm/base/InputBufferedFile.h index dd06cf829..f549e6d2d 100644 --- a/src/Norm/base/InputBufferedFile.h +++ b/src/Norm/base/InputBufferedFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Longint.cpp b/src/Norm/base/Longint.cpp index 11b9e93e1..6b06b47a5 100644 --- a/src/Norm/base/Longint.cpp +++ b/src/Norm/base/Longint.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Longint.h b/src/Norm/base/Longint.h index 551d9a9dd..ab56ac038 100644 --- a/src/Norm/base/Longint.h +++ b/src/Norm/base/Longint.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/MemVector.cpp b/src/Norm/base/MemVector.cpp index 2401a258c..3cfbee194 100644 --- a/src/Norm/base/MemVector.cpp +++ b/src/Norm/base/MemVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/MemVector.h b/src/Norm/base/MemVector.h index a291bba1e..20dedaba8 100644 --- a/src/Norm/base/MemVector.h +++ b/src/Norm/base/MemVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/MemoryBufferedFile.cpp b/src/Norm/base/MemoryBufferedFile.cpp index 0d9a8d4e7..6963378a0 100644 --- a/src/Norm/base/MemoryBufferedFile.cpp +++ b/src/Norm/base/MemoryBufferedFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/MemoryBufferedFile.h b/src/Norm/base/MemoryBufferedFile.h index bc2c9a015..7ee89243d 100644 --- a/src/Norm/base/MemoryBufferedFile.h +++ b/src/Norm/base/MemoryBufferedFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/MemoryManager.cpp b/src/Norm/base/MemoryManager.cpp index 629b58603..6e76aa7c8 100644 --- a/src/Norm/base/MemoryManager.cpp +++ b/src/Norm/base/MemoryManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/MemoryManager.h b/src/Norm/base/MemoryManager.h index 4b682379d..d3978831c 100644 --- a/src/Norm/base/MemoryManager.h +++ b/src/Norm/base/MemoryManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/MemoryStatsManager.cpp b/src/Norm/base/MemoryStatsManager.cpp index 1884e696b..0fad603a5 100644 --- a/src/Norm/base/MemoryStatsManager.cpp +++ b/src/Norm/base/MemoryStatsManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/MemoryStatsManager.h b/src/Norm/base/MemoryStatsManager.h index 85121d9ac..dca559978 100644 --- a/src/Norm/base/MemoryStatsManager.h +++ b/src/Norm/base/MemoryStatsManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Obarray.cpp b/src/Norm/base/Obarray.cpp index 4e46cf9cd..256e3db8a 100644 --- a/src/Norm/base/Obarray.cpp +++ b/src/Norm/base/Obarray.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Obdic.cpp b/src/Norm/base/Obdic.cpp index 998e78122..f89d6e518 100644 --- a/src/Norm/base/Obdic.cpp +++ b/src/Norm/base/Obdic.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Object.h b/src/Norm/base/Object.h index 3aba02bc6..bf375af92 100644 --- a/src/Norm/base/Object.h +++ b/src/Norm/base/Object.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Oblist.cpp b/src/Norm/base/Oblist.cpp index 3b2eb89ac..6179109c9 100644 --- a/src/Norm/base/Oblist.cpp +++ b/src/Norm/base/Oblist.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/OutputBufferedFile.cpp b/src/Norm/base/OutputBufferedFile.cpp index fcb516faa..d8431ff71 100644 --- a/src/Norm/base/OutputBufferedFile.cpp +++ b/src/Norm/base/OutputBufferedFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/OutputBufferedFile.h b/src/Norm/base/OutputBufferedFile.h index 4f8f9474f..25397b24b 100644 --- a/src/Norm/base/OutputBufferedFile.h +++ b/src/Norm/base/OutputBufferedFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/PLRemoteFileService.cpp b/src/Norm/base/PLRemoteFileService.cpp index c66bac70e..3b170b59d 100644 --- a/src/Norm/base/PLRemoteFileService.cpp +++ b/src/Norm/base/PLRemoteFileService.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/PLRemoteFileService.h b/src/Norm/base/PLRemoteFileService.h index 727387040..a23dc1814 100644 --- a/src/Norm/base/PLRemoteFileService.h +++ b/src/Norm/base/PLRemoteFileService.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Portability.cpp b/src/Norm/base/Portability.cpp index 2ac939c6f..4c90a332e 100644 --- a/src/Norm/base/Portability.cpp +++ b/src/Norm/base/Portability.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Portability.h b/src/Norm/base/Portability.h index d4ae457fc..dc64f1c28 100644 --- a/src/Norm/base/Portability.h +++ b/src/Norm/base/Portability.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Regexp.cpp b/src/Norm/base/Regexp.cpp index 60f21f7b1..c4411b2bf 100644 --- a/src/Norm/base/Regexp.cpp +++ b/src/Norm/base/Regexp.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Regexp.h b/src/Norm/base/Regexp.h index c425f93d9..cc3954460 100644 --- a/src/Norm/base/Regexp.h +++ b/src/Norm/base/Regexp.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/SortedList.cpp b/src/Norm/base/SortedList.cpp index 814d1885a..3484418e1 100644 --- a/src/Norm/base/SortedList.cpp +++ b/src/Norm/base/SortedList.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/SortedList.h b/src/Norm/base/SortedList.h index 80f5e2fdd..d25d6dd46 100644 --- a/src/Norm/base/SortedList.h +++ b/src/Norm/base/SortedList.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Standard.cpp b/src/Norm/base/Standard.cpp index c9acdcaea..40ee328be 100644 --- a/src/Norm/base/Standard.cpp +++ b/src/Norm/base/Standard.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Standard.h b/src/Norm/base/Standard.h index 139ac9872..c18355040 100644 --- a/src/Norm/base/Standard.h +++ b/src/Norm/base/Standard.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/SystemFile.cpp b/src/Norm/base/SystemFile.cpp index 412368017..ba90dbec4 100644 --- a/src/Norm/base/SystemFile.cpp +++ b/src/Norm/base/SystemFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/SystemFile.h b/src/Norm/base/SystemFile.h index adb661c7f..d0ea074c7 100644 --- a/src/Norm/base/SystemFile.h +++ b/src/Norm/base/SystemFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/SystemFileDriver.cpp b/src/Norm/base/SystemFileDriver.cpp index 29bf1418b..d5605a60a 100644 --- a/src/Norm/base/SystemFileDriver.cpp +++ b/src/Norm/base/SystemFileDriver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/SystemFileDriver.h b/src/Norm/base/SystemFileDriver.h index fb9dc7322..4435d1371 100644 --- a/src/Norm/base/SystemFileDriver.h +++ b/src/Norm/base/SystemFileDriver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/SystemFileDriverANSI.cpp b/src/Norm/base/SystemFileDriverANSI.cpp index 620d43c56..f92d8cbf8 100644 --- a/src/Norm/base/SystemFileDriverANSI.cpp +++ b/src/Norm/base/SystemFileDriverANSI.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/SystemFileDriverANSI.h b/src/Norm/base/SystemFileDriverANSI.h index f80155fd4..969deb98e 100644 --- a/src/Norm/base/SystemFileDriverANSI.h +++ b/src/Norm/base/SystemFileDriverANSI.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/SystemFileDriverCreator.cpp b/src/Norm/base/SystemFileDriverCreator.cpp index 72cf283b0..f570dd72c 100644 --- a/src/Norm/base/SystemFileDriverCreator.cpp +++ b/src/Norm/base/SystemFileDriverCreator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/SystemFileDriverCreator.h b/src/Norm/base/SystemFileDriverCreator.h index fb90fc4c8..efcae72ea 100644 --- a/src/Norm/base/SystemFileDriverCreator.h +++ b/src/Norm/base/SystemFileDriverCreator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/SystemFileDriverLibrary.cpp b/src/Norm/base/SystemFileDriverLibrary.cpp index d37ab8c4d..ccb22f7a9 100644 --- a/src/Norm/base/SystemFileDriverLibrary.cpp +++ b/src/Norm/base/SystemFileDriverLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/SystemFileDriverLibrary.h b/src/Norm/base/SystemFileDriverLibrary.h index e9be72e89..d543d5df8 100644 --- a/src/Norm/base/SystemFileDriverLibrary.h +++ b/src/Norm/base/SystemFileDriverLibrary.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/SystemResource.cpp b/src/Norm/base/SystemResource.cpp index d2f542607..70bfc03e0 100644 --- a/src/Norm/base/SystemResource.cpp +++ b/src/Norm/base/SystemResource.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. @@ -928,7 +928,7 @@ longint MemGetFreePhysicalMemory() if (pagesize == -1 or pagepurge == -1 or pagefree == -1) return 0; return pagesize * (pagepurge + pagefree); -#else // __APPLE_ \ +#else // __APPLE__ \ // Lecture du fichier /proc/meminfo pour extraire la memoire dispoible et la memoire en cache \ // On additionne la memoire disponible et 80% de la memoire cache (borne a 2Go) FILE* file; diff --git a/src/Norm/base/SystemResource.h b/src/Norm/base/SystemResource.h index fd1e22a68..c0bb6813a 100644 --- a/src/Norm/base/SystemResource.h +++ b/src/Norm/base/SystemResource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/TaskProgression.cpp b/src/Norm/base/TaskProgression.cpp index 9d474c5f4..beaa9f440 100644 --- a/src/Norm/base/TaskProgression.cpp +++ b/src/Norm/base/TaskProgression.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/TaskProgression.h b/src/Norm/base/TaskProgression.h index 40f7a270e..668abff79 100644 --- a/src/Norm/base/TaskProgression.h +++ b/src/Norm/base/TaskProgression.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/TaskProgressionManager.cpp b/src/Norm/base/TaskProgressionManager.cpp index 27f5c4be6..b89984e55 100644 --- a/src/Norm/base/TaskProgressionManager.cpp +++ b/src/Norm/base/TaskProgressionManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/TaskProgressionManager.h b/src/Norm/base/TaskProgressionManager.h index 63b249c2b..caacb2b61 100644 --- a/src/Norm/base/TaskProgressionManager.h +++ b/src/Norm/base/TaskProgressionManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Timer.cpp b/src/Norm/base/Timer.cpp index 8aa8c8964..6b6151d13 100644 --- a/src/Norm/base/Timer.cpp +++ b/src/Norm/base/Timer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Timer.h b/src/Norm/base/Timer.h index c9382c443..964e48f92 100644 --- a/src/Norm/base/Timer.h +++ b/src/Norm/base/Timer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/UICard.cpp b/src/Norm/base/UICard.cpp index fa3949eda..db4ee9748 100644 --- a/src/Norm/base/UICard.cpp +++ b/src/Norm/base/UICard.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/UIData.cpp b/src/Norm/base/UIData.cpp index 7f396561c..2335d94b1 100644 --- a/src/Norm/base/UIData.cpp +++ b/src/Norm/base/UIData.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/UIElements.cpp b/src/Norm/base/UIElements.cpp index 157f9d573..4b0eb7dde 100644 --- a/src/Norm/base/UIElements.cpp +++ b/src/Norm/base/UIElements.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/UIList.cpp b/src/Norm/base/UIList.cpp index 3e1e46b0a..a1c528cff 100644 --- a/src/Norm/base/UIList.cpp +++ b/src/Norm/base/UIList.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/UIObject.cpp b/src/Norm/base/UIObject.cpp index 8fdd1845c..e62ebe71a 100644 --- a/src/Norm/base/UIObject.cpp +++ b/src/Norm/base/UIObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/UIObjectArrayView.cpp b/src/Norm/base/UIObjectArrayView.cpp index 2ebb117b4..d824df690 100644 --- a/src/Norm/base/UIObjectArrayView.cpp +++ b/src/Norm/base/UIObjectArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/UIObjectView.cpp b/src/Norm/base/UIObjectView.cpp index 6cc56c59a..35ed33e42 100644 --- a/src/Norm/base/UIObjectView.cpp +++ b/src/Norm/base/UIObjectView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/UITaskProgression.cpp b/src/Norm/base/UITaskProgression.cpp index 3ed707e7d..1c32a19f5 100644 --- a/src/Norm/base/UITaskProgression.cpp +++ b/src/Norm/base/UITaskProgression.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/UIUnit.cpp b/src/Norm/base/UIUnit.cpp index 951963682..ac627feda 100644 --- a/src/Norm/base/UIUnit.cpp +++ b/src/Norm/base/UIUnit.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/UserInterface.h b/src/Norm/base/UserInterface.h index 6611e72eb..2ca6123c0 100644 --- a/src/Norm/base/UserInterface.h +++ b/src/Norm/base/UserInterface.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Vector.cpp b/src/Norm/base/Vector.cpp index 061cf1bfd..710bd5276 100644 --- a/src/Norm/base/Vector.cpp +++ b/src/Norm/base/Vector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/Vector.h b/src/Norm/base/Vector.h index 1f23868a6..967c82d63 100644 --- a/src/Norm/base/Vector.h +++ b/src/Norm/base/Vector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/jni_md_linux.h b/src/Norm/base/jni_md_linux.h index 3cfc982d4..d09b75633 100644 --- a/src/Norm/base/jni_md_linux.h +++ b/src/Norm/base/jni_md_linux.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/jni_md_windows.h b/src/Norm/base/jni_md_windows.h index e02e3a756..e3e1c3081 100644 --- a/src/Norm/base/jni_md_windows.h +++ b/src/Norm/base/jni_md_windows.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/base/jni_wrapper.h b/src/Norm/base/jni_wrapper.h index 69bb22b1b..3a24994c0 100644 --- a/src/Norm/base/jni_wrapper.h +++ b/src/Norm/base/jni_wrapper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/BaseTest.cpp b/src/Norm/basetest/BaseTest.cpp index a6e1afb31..593eb3e5e 100644 --- a/src/Norm/basetest/BaseTest.cpp +++ b/src/Norm/basetest/BaseTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/BaseTest.h b/src/Norm/basetest/BaseTest.h index 014906782..0b8104269 100644 --- a/src/Norm/basetest/BaseTest.h +++ b/src/Norm/basetest/BaseTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/DiversTests.cpp b/src/Norm/basetest/DiversTests.cpp index 58d32aa75..8c678bbd6 100644 --- a/src/Norm/basetest/DiversTests.cpp +++ b/src/Norm/basetest/DiversTests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/DiversTests.h b/src/Norm/basetest/DiversTests.h index 1d1c4ccbf..a5cff953c 100644 --- a/src/Norm/basetest/DiversTests.h +++ b/src/Norm/basetest/DiversTests.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITest.cpp b/src/Norm/basetest/UITest.cpp index a8c9ddd69..4c6ca3497 100644 --- a/src/Norm/basetest/UITest.cpp +++ b/src/Norm/basetest/UITest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITest.h b/src/Norm/basetest/UITest.h index b0b2fce80..09a52939a 100644 --- a/src/Norm/basetest/UITest.h +++ b/src/Norm/basetest/UITest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestActionSubObject.cpp b/src/Norm/basetest/UITestActionSubObject.cpp index 132dc9d6f..a5610fc5a 100644 --- a/src/Norm/basetest/UITestActionSubObject.cpp +++ b/src/Norm/basetest/UITestActionSubObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestActionSubObject.h b/src/Norm/basetest/UITestActionSubObject.h index 1c073a7cf..ead6c9386 100644 --- a/src/Norm/basetest/UITestActionSubObject.h +++ b/src/Norm/basetest/UITestActionSubObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestActionSubObjectView.cpp b/src/Norm/basetest/UITestActionSubObjectView.cpp index 7664d44ca..f0064c11a 100644 --- a/src/Norm/basetest/UITestActionSubObjectView.cpp +++ b/src/Norm/basetest/UITestActionSubObjectView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestActionSubObjectView.h b/src/Norm/basetest/UITestActionSubObjectView.h index 101a9d4af..b4e441881 100644 --- a/src/Norm/basetest/UITestActionSubObjectView.h +++ b/src/Norm/basetest/UITestActionSubObjectView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestClassSpec.cpp b/src/Norm/basetest/UITestClassSpec.cpp index 8af83506b..e9a0a3d4a 100644 --- a/src/Norm/basetest/UITestClassSpec.cpp +++ b/src/Norm/basetest/UITestClassSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestClassSpec.h b/src/Norm/basetest/UITestClassSpec.h index adb19f8a9..299f7b090 100644 --- a/src/Norm/basetest/UITestClassSpec.h +++ b/src/Norm/basetest/UITestClassSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestClassSpecArrayView.cpp b/src/Norm/basetest/UITestClassSpecArrayView.cpp index 1f76f3792..abbef5671 100644 --- a/src/Norm/basetest/UITestClassSpecArrayView.cpp +++ b/src/Norm/basetest/UITestClassSpecArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestClassSpecArrayView.h b/src/Norm/basetest/UITestClassSpecArrayView.h index ebbe9406a..d3e75ac16 100644 --- a/src/Norm/basetest/UITestClassSpecArrayView.h +++ b/src/Norm/basetest/UITestClassSpecArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestClassSpecView.cpp b/src/Norm/basetest/UITestClassSpecView.cpp index 534d68a33..810018399 100644 --- a/src/Norm/basetest/UITestClassSpecView.cpp +++ b/src/Norm/basetest/UITestClassSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestClassSpecView.h b/src/Norm/basetest/UITestClassSpecView.h index 2f54d7ec7..055ad8995 100644 --- a/src/Norm/basetest/UITestClassSpecView.h +++ b/src/Norm/basetest/UITestClassSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestObject.cpp b/src/Norm/basetest/UITestObject.cpp index d10e2a759..957671880 100644 --- a/src/Norm/basetest/UITestObject.cpp +++ b/src/Norm/basetest/UITestObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestObject.h b/src/Norm/basetest/UITestObject.h index fb7431222..65d25457e 100644 --- a/src/Norm/basetest/UITestObject.h +++ b/src/Norm/basetest/UITestObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestObjectView.cpp b/src/Norm/basetest/UITestObjectView.cpp index ca2008adc..899019407 100644 --- a/src/Norm/basetest/UITestObjectView.cpp +++ b/src/Norm/basetest/UITestObjectView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestObjectView.h b/src/Norm/basetest/UITestObjectView.h index 226b62512..bc072f6fc 100644 --- a/src/Norm/basetest/UITestObjectView.h +++ b/src/Norm/basetest/UITestObjectView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestSubObject.cpp b/src/Norm/basetest/UITestSubObject.cpp index c31975c7c..e6d8c39a9 100644 --- a/src/Norm/basetest/UITestSubObject.cpp +++ b/src/Norm/basetest/UITestSubObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestSubObject.h b/src/Norm/basetest/UITestSubObject.h index f3bdf31c5..aebb6f31f 100644 --- a/src/Norm/basetest/UITestSubObject.h +++ b/src/Norm/basetest/UITestSubObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestSubObjectView.cpp b/src/Norm/basetest/UITestSubObjectView.cpp index a91602042..a93412d29 100644 --- a/src/Norm/basetest/UITestSubObjectView.cpp +++ b/src/Norm/basetest/UITestSubObjectView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/UITestSubObjectView.h b/src/Norm/basetest/UITestSubObjectView.h index 6d34ed98b..1b9f06dda 100644 --- a/src/Norm/basetest/UITestSubObjectView.h +++ b/src/Norm/basetest/UITestSubObjectView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/main.cpp b/src/Norm/basetest/main.cpp index 0fccb6543..c482ad0c1 100644 --- a/src/Norm/basetest/main.cpp +++ b/src/Norm/basetest/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/basetest/main.h b/src/Norm/basetest/main.h index 8fa4830a0..1dd60adce 100644 --- a/src/Norm/basetest/main.h +++ b/src/Norm/basetest/main.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/Attribute.cpp b/src/Norm/genere/Attribute.cpp index 5c4bbddf1..bc7dd7e65 100644 --- a/src/Norm/genere/Attribute.cpp +++ b/src/Norm/genere/Attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/Attribute.h b/src/Norm/genere/Attribute.h index 93d5e9124..dbbf1ebd9 100644 --- a/src/Norm/genere/Attribute.h +++ b/src/Norm/genere/Attribute.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/AttributeTable.cpp b/src/Norm/genere/AttributeTable.cpp index 293e0c333..741c98d55 100644 --- a/src/Norm/genere/AttributeTable.cpp +++ b/src/Norm/genere/AttributeTable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/AttributeTable.h b/src/Norm/genere/AttributeTable.h index 43485acb4..eec4a69aa 100644 --- a/src/Norm/genere/AttributeTable.h +++ b/src/Norm/genere/AttributeTable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/Genere.h b/src/Norm/genere/Genere.h index ecfd26591..64f2ab7ab 100644 --- a/src/Norm/genere/Genere.h +++ b/src/Norm/genere/Genere.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/GenereAttArrayViewC.cpp b/src/Norm/genere/GenereAttArrayViewC.cpp index 39a2080fc..b8e011b43 100644 --- a/src/Norm/genere/GenereAttArrayViewC.cpp +++ b/src/Norm/genere/GenereAttArrayViewC.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/GenereAttC.cpp b/src/Norm/genere/GenereAttC.cpp index c948a1222..6381e162d 100644 --- a/src/Norm/genere/GenereAttC.cpp +++ b/src/Norm/genere/GenereAttC.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/GenereAttH.cpp b/src/Norm/genere/GenereAttH.cpp index f5c6ee422..e4302cf65 100644 --- a/src/Norm/genere/GenereAttH.cpp +++ b/src/Norm/genere/GenereAttH.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/GenereAttViewC.cpp b/src/Norm/genere/GenereAttViewC.cpp index a5b25b0bc..8df4720e2 100644 --- a/src/Norm/genere/GenereAttViewC.cpp +++ b/src/Norm/genere/GenereAttViewC.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/GenereAttViewH.cpp b/src/Norm/genere/GenereAttViewH.cpp index e004e8d5b..7a2ca48d9 100644 --- a/src/Norm/genere/GenereAttViewH.cpp +++ b/src/Norm/genere/GenereAttViewH.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/ManagedObject.cpp b/src/Norm/genere/ManagedObject.cpp index 6d2b04ae4..5dc68c8a9 100644 --- a/src/Norm/genere/ManagedObject.cpp +++ b/src/Norm/genere/ManagedObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/ManagedObject.h b/src/Norm/genere/ManagedObject.h index 5061ff9c1..7db482e5d 100644 --- a/src/Norm/genere/ManagedObject.h +++ b/src/Norm/genere/ManagedObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/ManagedObjectTable.cpp b/src/Norm/genere/ManagedObjectTable.cpp index b0215cc04..c6d6a4664 100644 --- a/src/Norm/genere/ManagedObjectTable.cpp +++ b/src/Norm/genere/ManagedObjectTable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/ManagedObjectTable.h b/src/Norm/genere/ManagedObjectTable.h index 920a40db2..ec28ff328 100644 --- a/src/Norm/genere/ManagedObjectTable.h +++ b/src/Norm/genere/ManagedObjectTable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/QueryServices.cpp b/src/Norm/genere/QueryServices.cpp index ecce2cd8f..0d6acffd9 100644 --- a/src/Norm/genere/QueryServices.cpp +++ b/src/Norm/genere/QueryServices.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/QueryServices.h b/src/Norm/genere/QueryServices.h index 44f5688c5..fc8fba57a 100644 --- a/src/Norm/genere/QueryServices.h +++ b/src/Norm/genere/QueryServices.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/QueryServicesView.cpp b/src/Norm/genere/QueryServicesView.cpp index 16b9f1d0d..d5ea3d461 100644 --- a/src/Norm/genere/QueryServicesView.cpp +++ b/src/Norm/genere/QueryServicesView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/QueryServicesView.h b/src/Norm/genere/QueryServicesView.h index 1944d891f..6ecbca349 100644 --- a/src/Norm/genere/QueryServicesView.h +++ b/src/Norm/genere/QueryServicesView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/Section.cpp b/src/Norm/genere/Section.cpp index 93c7fd0f1..224a44a66 100644 --- a/src/Norm/genere/Section.cpp +++ b/src/Norm/genere/Section.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/Section.h b/src/Norm/genere/Section.h index 7615fdbea..4e5b4172c 100644 --- a/src/Norm/genere/Section.h +++ b/src/Norm/genere/Section.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/SectionTable.cpp b/src/Norm/genere/SectionTable.cpp index b327c7535..5001628c1 100644 --- a/src/Norm/genere/SectionTable.cpp +++ b/src/Norm/genere/SectionTable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/SectionTable.h b/src/Norm/genere/SectionTable.h index a54e63329..2318d5d74 100644 --- a/src/Norm/genere/SectionTable.h +++ b/src/Norm/genere/SectionTable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/TableGenerator.cpp b/src/Norm/genere/TableGenerator.cpp index 9e4ff0e51..469364730 100644 --- a/src/Norm/genere/TableGenerator.cpp +++ b/src/Norm/genere/TableGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/TableGenerator.h b/src/Norm/genere/TableGenerator.h index e9ed7f8c3..381ec5172 100644 --- a/src/Norm/genere/TableGenerator.h +++ b/src/Norm/genere/TableGenerator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/TableServices.cpp b/src/Norm/genere/TableServices.cpp index f608a6b14..d4213feb7 100644 --- a/src/Norm/genere/TableServices.cpp +++ b/src/Norm/genere/TableServices.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/TableServices.h b/src/Norm/genere/TableServices.h index 638f3663b..4053bcc08 100644 --- a/src/Norm/genere/TableServices.h +++ b/src/Norm/genere/TableServices.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/genere.cpp b/src/Norm/genere/genere.cpp index 81aea5d54..e93990a8f 100644 --- a/src/Norm/genere/genere.cpp +++ b/src/Norm/genere/genere.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/genere/genereattarrayviewH.cpp b/src/Norm/genere/genereattarrayviewH.cpp index 1f69b76fd..1ee820ef0 100644 --- a/src/Norm/genere/genereattarrayviewH.cpp +++ b/src/Norm/genere/genereattarrayviewH.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/generetest/Sample.cpp b/src/Norm/generetest/Sample.cpp index 50369e243..380ba7c11 100644 --- a/src/Norm/generetest/Sample.cpp +++ b/src/Norm/generetest/Sample.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/generetest/Sample.h b/src/Norm/generetest/Sample.h index b1ec737c0..6cbc6b142 100644 --- a/src/Norm/generetest/Sample.h +++ b/src/Norm/generetest/Sample.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/generetest/SampleArrayView.cpp b/src/Norm/generetest/SampleArrayView.cpp index ec7c861c0..5fc161c0d 100644 --- a/src/Norm/generetest/SampleArrayView.cpp +++ b/src/Norm/generetest/SampleArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/generetest/SampleArrayView.h b/src/Norm/generetest/SampleArrayView.h index 67dbf3f6e..06f2aefd0 100644 --- a/src/Norm/generetest/SampleArrayView.h +++ b/src/Norm/generetest/SampleArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/generetest/SampleView.cpp b/src/Norm/generetest/SampleView.cpp index f5dcdd462..e3d604699 100644 --- a/src/Norm/generetest/SampleView.cpp +++ b/src/Norm/generetest/SampleView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/generetest/SampleView.h b/src/Norm/generetest/SampleView.h index 26e993cab..665a801a2 100644 --- a/src/Norm/generetest/SampleView.h +++ b/src/Norm/generetest/SampleView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/generetest/generetest.cpp b/src/Norm/generetest/generetest.cpp index 5c254508a..18483cca6 100644 --- a/src/Norm/generetest/generetest.cpp +++ b/src/Norm/generetest/generetest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/khiopsdriver_file_null/khiopsdriver_file_null.cpp b/src/Norm/khiopsdriver_file_null/khiopsdriver_file_null.cpp index 12167a5d8..7ef98a9bd 100644 --- a/src/Norm/khiopsdriver_file_null/khiopsdriver_file_null.cpp +++ b/src/Norm/khiopsdriver_file_null/khiopsdriver_file_null.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/khiopsdriver_file_null/khiopsdriver_file_null.h b/src/Norm/khiopsdriver_file_null/khiopsdriver_file_null.h index 91a5defb7..2b6139c75 100644 --- a/src/Norm/khiopsdriver_file_null/khiopsdriver_file_null.h +++ b/src/Norm/khiopsdriver_file_null/khiopsdriver_file_null.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample1/main.cpp b/src/Norm/samples/sample1/main.cpp index 964e6ebdd..1e5ea92c0 100644 --- a/src/Norm/samples/sample1/main.cpp +++ b/src/Norm/samples/sample1/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample1/main.h b/src/Norm/samples/sample1/main.h index 919a228cf..80f8aadc6 100644 --- a/src/Norm/samples/sample1/main.h +++ b/src/Norm/samples/sample1/main.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample2/PRWorker.cpp b/src/Norm/samples/sample2/PRWorker.cpp index 584b9f54a..c86ba65e4 100644 --- a/src/Norm/samples/sample2/PRWorker.cpp +++ b/src/Norm/samples/sample2/PRWorker.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample2/PRWorker.h b/src/Norm/samples/sample2/PRWorker.h index 266e19f8e..80ce851b9 100644 --- a/src/Norm/samples/sample2/PRWorker.h +++ b/src/Norm/samples/sample2/PRWorker.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample2/PRWorkerView.cpp b/src/Norm/samples/sample2/PRWorkerView.cpp index d50d35c5f..844e471f6 100644 --- a/src/Norm/samples/sample2/PRWorkerView.cpp +++ b/src/Norm/samples/sample2/PRWorkerView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample2/PRWorkerView.h b/src/Norm/samples/sample2/PRWorkerView.h index 725a1c258..545e0aea1 100644 --- a/src/Norm/samples/sample2/PRWorkerView.h +++ b/src/Norm/samples/sample2/PRWorkerView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample2/main.cpp b/src/Norm/samples/sample2/main.cpp index 20c955f23..705d089d2 100644 --- a/src/Norm/samples/sample2/main.cpp +++ b/src/Norm/samples/sample2/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample2/main.h b/src/Norm/samples/sample2/main.h index db6cb7aa1..7c1535d9e 100644 --- a/src/Norm/samples/sample2/main.h +++ b/src/Norm/samples/sample2/main.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRAddress.cpp b/src/Norm/samples/sample3/PRAddress.cpp index 20ef6e91a..023f6c74b 100644 --- a/src/Norm/samples/sample3/PRAddress.cpp +++ b/src/Norm/samples/sample3/PRAddress.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRAddress.h b/src/Norm/samples/sample3/PRAddress.h index cc8e0b742..dbdce5830 100644 --- a/src/Norm/samples/sample3/PRAddress.h +++ b/src/Norm/samples/sample3/PRAddress.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRAddressView.cpp b/src/Norm/samples/sample3/PRAddressView.cpp index a9cfbca05..bccabc1a7 100644 --- a/src/Norm/samples/sample3/PRAddressView.cpp +++ b/src/Norm/samples/sample3/PRAddressView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRAddressView.h b/src/Norm/samples/sample3/PRAddressView.h index acd14561c..15195db32 100644 --- a/src/Norm/samples/sample3/PRAddressView.h +++ b/src/Norm/samples/sample3/PRAddressView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRChild.cpp b/src/Norm/samples/sample3/PRChild.cpp index 6dba2dd6a..9cbe72713 100644 --- a/src/Norm/samples/sample3/PRChild.cpp +++ b/src/Norm/samples/sample3/PRChild.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRChild.h b/src/Norm/samples/sample3/PRChild.h index 73ac4c19f..93581c92e 100644 --- a/src/Norm/samples/sample3/PRChild.h +++ b/src/Norm/samples/sample3/PRChild.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRChildArrayView.cpp b/src/Norm/samples/sample3/PRChildArrayView.cpp index cbf3c4374..f832f6f77 100644 --- a/src/Norm/samples/sample3/PRChildArrayView.cpp +++ b/src/Norm/samples/sample3/PRChildArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRChildArrayView.h b/src/Norm/samples/sample3/PRChildArrayView.h index 97020e436..5de3138f1 100644 --- a/src/Norm/samples/sample3/PRChildArrayView.h +++ b/src/Norm/samples/sample3/PRChildArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRChildView.cpp b/src/Norm/samples/sample3/PRChildView.cpp index 5c274ff87..889408a45 100644 --- a/src/Norm/samples/sample3/PRChildView.cpp +++ b/src/Norm/samples/sample3/PRChildView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRChildView.h b/src/Norm/samples/sample3/PRChildView.h index a2c74f73a..ad5e6f810 100644 --- a/src/Norm/samples/sample3/PRChildView.h +++ b/src/Norm/samples/sample3/PRChildView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRWorker.cpp b/src/Norm/samples/sample3/PRWorker.cpp index c9dd0541d..93ccf7f5f 100644 --- a/src/Norm/samples/sample3/PRWorker.cpp +++ b/src/Norm/samples/sample3/PRWorker.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRWorker.h b/src/Norm/samples/sample3/PRWorker.h index 760b7bdde..c7002a465 100644 --- a/src/Norm/samples/sample3/PRWorker.h +++ b/src/Norm/samples/sample3/PRWorker.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRWorkerView.cpp b/src/Norm/samples/sample3/PRWorkerView.cpp index af69da9af..a9e8996fd 100644 --- a/src/Norm/samples/sample3/PRWorkerView.cpp +++ b/src/Norm/samples/sample3/PRWorkerView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/PRWorkerView.h b/src/Norm/samples/sample3/PRWorkerView.h index c23c40410..975e71b12 100644 --- a/src/Norm/samples/sample3/PRWorkerView.h +++ b/src/Norm/samples/sample3/PRWorkerView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/main.cpp b/src/Norm/samples/sample3/main.cpp index 20c955f23..705d089d2 100644 --- a/src/Norm/samples/sample3/main.cpp +++ b/src/Norm/samples/sample3/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Norm/samples/sample3/main.h b/src/Norm/samples/sample3/main.h index db6cb7aa1..7c1535d9e 100644 --- a/src/Norm/samples/sample3/main.h +++ b/src/Norm/samples/sample3/main.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPIFileServerSlave.cpp b/src/Parallel/PLMPI/PLMPIFileServerSlave.cpp index 0bbd7ea40..92124668f 100644 --- a/src/Parallel/PLMPI/PLMPIFileServerSlave.cpp +++ b/src/Parallel/PLMPI/PLMPIFileServerSlave.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPIFileServerSlave.h b/src/Parallel/PLMPI/PLMPIFileServerSlave.h index a57a7037e..6cd1537e0 100644 --- a/src/Parallel/PLMPI/PLMPIFileServerSlave.h +++ b/src/Parallel/PLMPI/PLMPIFileServerSlave.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPIMaster.cpp b/src/Parallel/PLMPI/PLMPIMaster.cpp index a591be356..1d47e9cd5 100644 --- a/src/Parallel/PLMPI/PLMPIMaster.cpp +++ b/src/Parallel/PLMPI/PLMPIMaster.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPIMaster.h b/src/Parallel/PLMPI/PLMPIMaster.h index 00447fd99..ed0dfd785 100644 --- a/src/Parallel/PLMPI/PLMPIMaster.h +++ b/src/Parallel/PLMPI/PLMPIMaster.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPIMasterSlaveTags.h b/src/Parallel/PLMPI/PLMPIMasterSlaveTags.h index 180acc88a..08bccfcee 100644 --- a/src/Parallel/PLMPI/PLMPIMasterSlaveTags.h +++ b/src/Parallel/PLMPI/PLMPIMasterSlaveTags.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPIMessageManager.cpp b/src/Parallel/PLMPI/PLMPIMessageManager.cpp index 3d0461035..97b0c1434 100644 --- a/src/Parallel/PLMPI/PLMPIMessageManager.cpp +++ b/src/Parallel/PLMPI/PLMPIMessageManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPIMessageManager.h b/src/Parallel/PLMPI/PLMPIMessageManager.h index 569716bfb..f02af2b4e 100644 --- a/src/Parallel/PLMPI/PLMPIMessageManager.h +++ b/src/Parallel/PLMPI/PLMPIMessageManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPIMsgContext.cpp b/src/Parallel/PLMPI/PLMPIMsgContext.cpp index 828cdebc4..0cafdc51c 100644 --- a/src/Parallel/PLMPI/PLMPIMsgContext.cpp +++ b/src/Parallel/PLMPI/PLMPIMsgContext.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPIMsgContext.h b/src/Parallel/PLMPI/PLMPIMsgContext.h index 8c721e0e5..eb99a647c 100644 --- a/src/Parallel/PLMPI/PLMPIMsgContext.h +++ b/src/Parallel/PLMPI/PLMPIMsgContext.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPISlave.cpp b/src/Parallel/PLMPI/PLMPISlave.cpp index 980459c34..cc66a6686 100644 --- a/src/Parallel/PLMPI/PLMPISlave.cpp +++ b/src/Parallel/PLMPI/PLMPISlave.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPISlave.h b/src/Parallel/PLMPI/PLMPISlave.h index 5abf87be0..023e77d34 100644 --- a/src/Parallel/PLMPI/PLMPISlave.h +++ b/src/Parallel/PLMPI/PLMPISlave.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPISlaveLauncher.cpp b/src/Parallel/PLMPI/PLMPISlaveLauncher.cpp index 1c5dbf37a..994bc2c21 100644 --- a/src/Parallel/PLMPI/PLMPISlaveLauncher.cpp +++ b/src/Parallel/PLMPI/PLMPISlaveLauncher.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPISlaveLauncher.h b/src/Parallel/PLMPI/PLMPISlaveLauncher.h index 45cfb384f..97683fbe0 100644 --- a/src/Parallel/PLMPI/PLMPISlaveLauncher.h +++ b/src/Parallel/PLMPI/PLMPISlaveLauncher.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPISlaveProgressionManager.cpp b/src/Parallel/PLMPI/PLMPISlaveProgressionManager.cpp index d88a78042..bae1d1b28 100644 --- a/src/Parallel/PLMPI/PLMPISlaveProgressionManager.cpp +++ b/src/Parallel/PLMPI/PLMPISlaveProgressionManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPISlaveProgressionManager.h b/src/Parallel/PLMPI/PLMPISlaveProgressionManager.h index 30fc68950..209e72bb5 100644 --- a/src/Parallel/PLMPI/PLMPISlaveProgressionManager.h +++ b/src/Parallel/PLMPI/PLMPISlaveProgressionManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPISystemFileDriverRemote.cpp b/src/Parallel/PLMPI/PLMPISystemFileDriverRemote.cpp index 33d877182..c483eef4b 100644 --- a/src/Parallel/PLMPI/PLMPISystemFileDriverRemote.cpp +++ b/src/Parallel/PLMPI/PLMPISystemFileDriverRemote.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPISystemFileDriverRemote.h b/src/Parallel/PLMPI/PLMPISystemFileDriverRemote.h index 4a0c1d81c..ff292d021 100644 --- a/src/Parallel/PLMPI/PLMPISystemFileDriverRemote.h +++ b/src/Parallel/PLMPI/PLMPISystemFileDriverRemote.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPITaskDriver.cpp b/src/Parallel/PLMPI/PLMPITaskDriver.cpp index ff726c1eb..1f9854096 100644 --- a/src/Parallel/PLMPI/PLMPITaskDriver.cpp +++ b/src/Parallel/PLMPI/PLMPITaskDriver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPITaskDriver.h b/src/Parallel/PLMPI/PLMPITaskDriver.h index 32602de16..0b8818b49 100644 --- a/src/Parallel/PLMPI/PLMPITaskDriver.h +++ b/src/Parallel/PLMPI/PLMPITaskDriver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPITracer.cpp b/src/Parallel/PLMPI/PLMPITracer.cpp index 3da3dd8d2..c52db19f8 100644 --- a/src/Parallel/PLMPI/PLMPITracer.cpp +++ b/src/Parallel/PLMPI/PLMPITracer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPITracer.h b/src/Parallel/PLMPI/PLMPITracer.h index 924cbbbfd..3aa0aa3e7 100644 --- a/src/Parallel/PLMPI/PLMPITracer.h +++ b/src/Parallel/PLMPI/PLMPITracer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLMPI/PLMPImpi_wrapper.h b/src/Parallel/PLMPI/PLMPImpi_wrapper.h index 8305054ab..279a5d0ad 100644 --- a/src/Parallel/PLMPI/PLMPImpi_wrapper.h +++ b/src/Parallel/PLMPI/PLMPImpi_wrapper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLErrorWithIndex.cpp b/src/Parallel/PLParallelTask/PLErrorWithIndex.cpp index 5b4e5c4eb..89a030eab 100644 --- a/src/Parallel/PLParallelTask/PLErrorWithIndex.cpp +++ b/src/Parallel/PLParallelTask/PLErrorWithIndex.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLErrorWithIndex.h b/src/Parallel/PLParallelTask/PLErrorWithIndex.h index 09b6d4206..aba0a8396 100644 --- a/src/Parallel/PLParallelTask/PLErrorWithIndex.h +++ b/src/Parallel/PLParallelTask/PLErrorWithIndex.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLFileConcatenater.cpp b/src/Parallel/PLParallelTask/PLFileConcatenater.cpp index a0c983bea..ab081fc03 100644 --- a/src/Parallel/PLParallelTask/PLFileConcatenater.cpp +++ b/src/Parallel/PLParallelTask/PLFileConcatenater.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLFileConcatenater.h b/src/Parallel/PLParallelTask/PLFileConcatenater.h index 1659aba27..2b292cef7 100644 --- a/src/Parallel/PLParallelTask/PLFileConcatenater.h +++ b/src/Parallel/PLParallelTask/PLFileConcatenater.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLIncrementalStats.cpp b/src/Parallel/PLParallelTask/PLIncrementalStats.cpp index 29dcda99a..587afa09b 100644 --- a/src/Parallel/PLParallelTask/PLIncrementalStats.cpp +++ b/src/Parallel/PLParallelTask/PLIncrementalStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLIncrementalStats.h b/src/Parallel/PLParallelTask/PLIncrementalStats.h index 732a17412..6c7b2a169 100644 --- a/src/Parallel/PLParallelTask/PLIncrementalStats.h +++ b/src/Parallel/PLParallelTask/PLIncrementalStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLParallelTask.cpp b/src/Parallel/PLParallelTask/PLParallelTask.cpp index af32d9a2a..b59222963 100644 --- a/src/Parallel/PLParallelTask/PLParallelTask.cpp +++ b/src/Parallel/PLParallelTask/PLParallelTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLParallelTask.h b/src/Parallel/PLParallelTask/PLParallelTask.h index aea385cef..9f761cc80 100644 --- a/src/Parallel/PLParallelTask/PLParallelTask.h +++ b/src/Parallel/PLParallelTask/PLParallelTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLSerializer.cpp b/src/Parallel/PLParallelTask/PLSerializer.cpp index 377771e4c..81d899117 100644 --- a/src/Parallel/PLParallelTask/PLSerializer.cpp +++ b/src/Parallel/PLParallelTask/PLSerializer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLSerializer.h b/src/Parallel/PLParallelTask/PLSerializer.h index 79d0696b6..610259884 100644 --- a/src/Parallel/PLParallelTask/PLSerializer.h +++ b/src/Parallel/PLParallelTask/PLSerializer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLSharedObject.cpp b/src/Parallel/PLParallelTask/PLSharedObject.cpp index 079034922..c7a7e338d 100644 --- a/src/Parallel/PLParallelTask/PLSharedObject.cpp +++ b/src/Parallel/PLParallelTask/PLSharedObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLSharedObject.h b/src/Parallel/PLParallelTask/PLSharedObject.h index 04679968e..f58cbf2d1 100644 --- a/src/Parallel/PLParallelTask/PLSharedObject.h +++ b/src/Parallel/PLParallelTask/PLSharedObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLSharedVariable.cpp b/src/Parallel/PLParallelTask/PLSharedVariable.cpp index 8244f219d..f748e4567 100644 --- a/src/Parallel/PLParallelTask/PLSharedVariable.cpp +++ b/src/Parallel/PLParallelTask/PLSharedVariable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLSharedVariable.h b/src/Parallel/PLParallelTask/PLSharedVariable.h index a0a23a2f3..fab0f23bb 100644 --- a/src/Parallel/PLParallelTask/PLSharedVariable.h +++ b/src/Parallel/PLParallelTask/PLSharedVariable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLSharedVector.cpp b/src/Parallel/PLParallelTask/PLSharedVector.cpp index 9d3eafc2d..b94736363 100644 --- a/src/Parallel/PLParallelTask/PLSharedVector.cpp +++ b/src/Parallel/PLParallelTask/PLSharedVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLSharedVector.h b/src/Parallel/PLParallelTask/PLSharedVector.h index 88335ad61..83e719191 100644 --- a/src/Parallel/PLParallelTask/PLSharedVector.h +++ b/src/Parallel/PLParallelTask/PLSharedVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLShared_HostResource.cpp b/src/Parallel/PLParallelTask/PLShared_HostResource.cpp index f1374fd2e..a51fb36d1 100644 --- a/src/Parallel/PLParallelTask/PLShared_HostResource.cpp +++ b/src/Parallel/PLParallelTask/PLShared_HostResource.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLShared_HostResource.h b/src/Parallel/PLParallelTask/PLShared_HostResource.h index ed810d5dc..a4429a3f5 100644 --- a/src/Parallel/PLParallelTask/PLShared_HostResource.h +++ b/src/Parallel/PLParallelTask/PLShared_HostResource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLShared_ObjectArray.cpp b/src/Parallel/PLParallelTask/PLShared_ObjectArray.cpp index 4b142e149..5efa2cb31 100644 --- a/src/Parallel/PLParallelTask/PLShared_ObjectArray.cpp +++ b/src/Parallel/PLParallelTask/PLShared_ObjectArray.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLShared_ObjectDictionary.cpp b/src/Parallel/PLParallelTask/PLShared_ObjectDictionary.cpp index 792c94b95..469bc6f10 100644 --- a/src/Parallel/PLParallelTask/PLShared_ObjectDictionary.cpp +++ b/src/Parallel/PLParallelTask/PLShared_ObjectDictionary.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLShared_ObjectList.cpp b/src/Parallel/PLParallelTask/PLShared_ObjectList.cpp index 7f9e21915..4115dd542 100644 --- a/src/Parallel/PLParallelTask/PLShared_ObjectList.cpp +++ b/src/Parallel/PLParallelTask/PLShared_ObjectList.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLShared_ResourceRequirement.cpp b/src/Parallel/PLParallelTask/PLShared_ResourceRequirement.cpp index b955dce40..cd5e021e2 100644 --- a/src/Parallel/PLParallelTask/PLShared_ResourceRequirement.cpp +++ b/src/Parallel/PLParallelTask/PLShared_ResourceRequirement.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLShared_ResourceRequirement.h b/src/Parallel/PLParallelTask/PLShared_ResourceRequirement.h index 016dbd930..3bb109a77 100644 --- a/src/Parallel/PLParallelTask/PLShared_ResourceRequirement.h +++ b/src/Parallel/PLParallelTask/PLShared_ResourceRequirement.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLShared_SampleObject.cpp b/src/Parallel/PLParallelTask/PLShared_SampleObject.cpp index a458886eb..5e4c5b2e4 100644 --- a/src/Parallel/PLParallelTask/PLShared_SampleObject.cpp +++ b/src/Parallel/PLParallelTask/PLShared_SampleObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLShared_SampleObject.h b/src/Parallel/PLParallelTask/PLShared_SampleObject.h index 254dba514..5f1f24d94 100644 --- a/src/Parallel/PLParallelTask/PLShared_SampleObject.h +++ b/src/Parallel/PLParallelTask/PLShared_SampleObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLShared_TaskResourceGrant.cpp b/src/Parallel/PLParallelTask/PLShared_TaskResourceGrant.cpp index 44d22b367..98900ecd0 100644 --- a/src/Parallel/PLParallelTask/PLShared_TaskResourceGrant.cpp +++ b/src/Parallel/PLParallelTask/PLShared_TaskResourceGrant.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLShared_TaskResourceGrant.h b/src/Parallel/PLParallelTask/PLShared_TaskResourceGrant.h index 848d11d6e..1253823a2 100644 --- a/src/Parallel/PLParallelTask/PLShared_TaskResourceGrant.h +++ b/src/Parallel/PLParallelTask/PLShared_TaskResourceGrant.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLSlaveState.cpp b/src/Parallel/PLParallelTask/PLSlaveState.cpp index d287bdbaf..97b311c38 100644 --- a/src/Parallel/PLParallelTask/PLSlaveState.cpp +++ b/src/Parallel/PLParallelTask/PLSlaveState.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLSlaveState.h b/src/Parallel/PLParallelTask/PLSlaveState.h index 391df3e90..75bba3d48 100644 --- a/src/Parallel/PLParallelTask/PLSlaveState.h +++ b/src/Parallel/PLParallelTask/PLSlaveState.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLTaskDriver.cpp b/src/Parallel/PLParallelTask/PLTaskDriver.cpp index 9db6ec0a1..3fb17dc9e 100644 --- a/src/Parallel/PLParallelTask/PLTaskDriver.cpp +++ b/src/Parallel/PLParallelTask/PLTaskDriver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLTaskDriver.h b/src/Parallel/PLParallelTask/PLTaskDriver.h index 37b52f326..7f1fd2d7e 100644 --- a/src/Parallel/PLParallelTask/PLTaskDriver.h +++ b/src/Parallel/PLParallelTask/PLTaskDriver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLTracer.cpp b/src/Parallel/PLParallelTask/PLTracer.cpp index 6a2974434..98190e38b 100644 --- a/src/Parallel/PLParallelTask/PLTracer.cpp +++ b/src/Parallel/PLParallelTask/PLTracer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/PLTracer.h b/src/Parallel/PLParallelTask/PLTracer.h index 6396ec8e3..c5b56dc68 100644 --- a/src/Parallel/PLParallelTask/PLTracer.h +++ b/src/Parallel/PLParallelTask/PLTracer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/RMParallelResourceDriver.cpp b/src/Parallel/PLParallelTask/RMParallelResourceDriver.cpp index e12c05e31..4b72efa6e 100644 --- a/src/Parallel/PLParallelTask/RMParallelResourceDriver.cpp +++ b/src/Parallel/PLParallelTask/RMParallelResourceDriver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/RMParallelResourceDriver.h b/src/Parallel/PLParallelTask/RMParallelResourceDriver.h index 5f963015a..0323f9fb2 100644 --- a/src/Parallel/PLParallelTask/RMParallelResourceDriver.h +++ b/src/Parallel/PLParallelTask/RMParallelResourceDriver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/RMParallelResourceManager.cpp b/src/Parallel/PLParallelTask/RMParallelResourceManager.cpp index ce65e3915..fb20c65f8 100644 --- a/src/Parallel/PLParallelTask/RMParallelResourceManager.cpp +++ b/src/Parallel/PLParallelTask/RMParallelResourceManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/RMParallelResourceManager.h b/src/Parallel/PLParallelTask/RMParallelResourceManager.h index b19f6e28a..1c8327f3c 100644 --- a/src/Parallel/PLParallelTask/RMParallelResourceManager.h +++ b/src/Parallel/PLParallelTask/RMParallelResourceManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/RMTaskResourceGrant.cpp b/src/Parallel/PLParallelTask/RMTaskResourceGrant.cpp index 053d24abd..e324b1e1d 100644 --- a/src/Parallel/PLParallelTask/RMTaskResourceGrant.cpp +++ b/src/Parallel/PLParallelTask/RMTaskResourceGrant.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/RMTaskResourceGrant.h b/src/Parallel/PLParallelTask/RMTaskResourceGrant.h index 5327a49f9..7e8d5937c 100644 --- a/src/Parallel/PLParallelTask/RMTaskResourceGrant.h +++ b/src/Parallel/PLParallelTask/RMTaskResourceGrant.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/RMTaskResourceRequirement.cpp b/src/Parallel/PLParallelTask/RMTaskResourceRequirement.cpp index a2d3adf69..d5b2cdd0a 100644 --- a/src/Parallel/PLParallelTask/RMTaskResourceRequirement.cpp +++ b/src/Parallel/PLParallelTask/RMTaskResourceRequirement.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLParallelTask/RMTaskResourceRequirement.h b/src/Parallel/PLParallelTask/RMTaskResourceRequirement.h index 283e9b39d..4caf0629a 100644 --- a/src/Parallel/PLParallelTask/RMTaskResourceRequirement.h +++ b/src/Parallel/PLParallelTask/RMTaskResourceRequirement.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEFileSearchTask.cpp b/src/Parallel/PLSamples/PEFileSearchTask.cpp index b6b2e26b2..c5c82f786 100644 --- a/src/Parallel/PLSamples/PEFileSearchTask.cpp +++ b/src/Parallel/PLSamples/PEFileSearchTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEFileSearchTask.h b/src/Parallel/PLSamples/PEFileSearchTask.h index da2fef58d..939b4c4ca 100644 --- a/src/Parallel/PLSamples/PEFileSearchTask.h +++ b/src/Parallel/PLSamples/PEFileSearchTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEHelloWorldTask.cpp b/src/Parallel/PLSamples/PEHelloWorldTask.cpp index 2f008dc5b..ec741f873 100644 --- a/src/Parallel/PLSamples/PEHelloWorldTask.cpp +++ b/src/Parallel/PLSamples/PEHelloWorldTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEHelloWorldTask.h b/src/Parallel/PLSamples/PEHelloWorldTask.h index 94261793e..820a18446 100644 --- a/src/Parallel/PLSamples/PEHelloWorldTask.h +++ b/src/Parallel/PLSamples/PEHelloWorldTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEIOParallelTestTask.cpp b/src/Parallel/PLSamples/PEIOParallelTestTask.cpp index 1fb748c46..01d695722 100644 --- a/src/Parallel/PLSamples/PEIOParallelTestTask.cpp +++ b/src/Parallel/PLSamples/PEIOParallelTestTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEIOParallelTestTask.h b/src/Parallel/PLSamples/PEIOParallelTestTask.h index 7959461cc..ef457d913 100644 --- a/src/Parallel/PLSamples/PEIOParallelTestTask.h +++ b/src/Parallel/PLSamples/PEIOParallelTestTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PELullaby.cpp b/src/Parallel/PLSamples/PELullaby.cpp index ea803ff8c..0fec6e5ef 100644 --- a/src/Parallel/PLSamples/PELullaby.cpp +++ b/src/Parallel/PLSamples/PELullaby.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PELullabyTask.h b/src/Parallel/PLSamples/PELullabyTask.h index 1c6dc2e16..5119904c7 100644 --- a/src/Parallel/PLSamples/PELullabyTask.h +++ b/src/Parallel/PLSamples/PELullabyTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEPi.cpp b/src/Parallel/PLSamples/PEPi.cpp index 0ab0e3f11..e361a5da6 100644 --- a/src/Parallel/PLSamples/PEPi.cpp +++ b/src/Parallel/PLSamples/PEPi.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEPi.h b/src/Parallel/PLSamples/PEPi.h index 98ba59a62..64b1b497f 100644 --- a/src/Parallel/PLSamples/PEPi.h +++ b/src/Parallel/PLSamples/PEPi.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEPiTask.cpp b/src/Parallel/PLSamples/PEPiTask.cpp index a2ccd866a..611d15901 100644 --- a/src/Parallel/PLSamples/PEPiTask.cpp +++ b/src/Parallel/PLSamples/PEPiTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEPiTask.h b/src/Parallel/PLSamples/PEPiTask.h index ac29b303a..f70aa4eaa 100644 --- a/src/Parallel/PLSamples/PEPiTask.h +++ b/src/Parallel/PLSamples/PEPiTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEPiView.cpp b/src/Parallel/PLSamples/PEPiView.cpp index 255b60242..739378bcd 100644 --- a/src/Parallel/PLSamples/PEPiView.cpp +++ b/src/Parallel/PLSamples/PEPiView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEPiView.h b/src/Parallel/PLSamples/PEPiView.h index cbac71f79..7457bd226 100644 --- a/src/Parallel/PLSamples/PEPiView.h +++ b/src/Parallel/PLSamples/PEPiView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEProgressionTask.cpp b/src/Parallel/PLSamples/PEProgressionTask.cpp index 58254f515..cd7a3ffbd 100644 --- a/src/Parallel/PLSamples/PEProgressionTask.cpp +++ b/src/Parallel/PLSamples/PEProgressionTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEProgressionTask.h b/src/Parallel/PLSamples/PEProgressionTask.h index bc9b4ccb9..7e78979c6 100644 --- a/src/Parallel/PLSamples/PEProgressionTask.h +++ b/src/Parallel/PLSamples/PEProgressionTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEProtocolTestTask.cpp b/src/Parallel/PLSamples/PEProtocolTestTask.cpp index 9f72513ce..2a6121c1e 100644 --- a/src/Parallel/PLSamples/PEProtocolTestTask.cpp +++ b/src/Parallel/PLSamples/PEProtocolTestTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEProtocolTestTask.h b/src/Parallel/PLSamples/PEProtocolTestTask.h index 9487dcaeb..2d0b9886f 100644 --- a/src/Parallel/PLSamples/PEProtocolTestTask.h +++ b/src/Parallel/PLSamples/PEProtocolTestTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PESerializerLongTestTask.cpp b/src/Parallel/PLSamples/PESerializerLongTestTask.cpp index 664e923be..1cbcfa400 100644 --- a/src/Parallel/PLSamples/PESerializerLongTestTask.cpp +++ b/src/Parallel/PLSamples/PESerializerLongTestTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PESerializerLongTestTask.h b/src/Parallel/PLSamples/PESerializerLongTestTask.h index 5695d47d1..f2e6f3d4b 100644 --- a/src/Parallel/PLSamples/PESerializerLongTestTask.h +++ b/src/Parallel/PLSamples/PESerializerLongTestTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PESerializerTestTask.cpp b/src/Parallel/PLSamples/PESerializerTestTask.cpp index 9747161ce..6ba605035 100644 --- a/src/Parallel/PLSamples/PESerializerTestTask.cpp +++ b/src/Parallel/PLSamples/PESerializerTestTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PESerializerTestTask.h b/src/Parallel/PLSamples/PESerializerTestTask.h index f926ef6ae..e0d94f0de 100644 --- a/src/Parallel/PLSamples/PESerializerTestTask.h +++ b/src/Parallel/PLSamples/PESerializerTestTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEShared_SampleObject.cpp b/src/Parallel/PLSamples/PEShared_SampleObject.cpp index b3e246985..a24d061f6 100644 --- a/src/Parallel/PLSamples/PEShared_SampleObject.cpp +++ b/src/Parallel/PLSamples/PEShared_SampleObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLSamples/PEShared_SampleObject.h b/src/Parallel/PLSamples/PEShared_SampleObject.h index 82c246c16..666e7bfeb 100644 --- a/src/Parallel/PLSamples/PEShared_SampleObject.h +++ b/src/Parallel/PLSamples/PEShared_SampleObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLTest/PLTest.cpp b/src/Parallel/PLTest/PLTest.cpp index a3cc5920b..a299d3bed 100644 --- a/src/Parallel/PLTest/PLTest.cpp +++ b/src/Parallel/PLTest/PLTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/PLTest/PLTest.h b/src/Parallel/PLTest/PLTest.h index b885b8dbb..9460a639b 100644 --- a/src/Parallel/PLTest/PLTest.h +++ b/src/Parallel/PLTest/PLTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/RMResourceManager/RMResourceConstraints.cpp b/src/Parallel/RMResourceManager/RMResourceConstraints.cpp index 9aaccb08f..bebca4cbe 100644 --- a/src/Parallel/RMResourceManager/RMResourceConstraints.cpp +++ b/src/Parallel/RMResourceManager/RMResourceConstraints.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/RMResourceManager/RMResourceConstraints.h b/src/Parallel/RMResourceManager/RMResourceConstraints.h index a052b4cec..163bbff4a 100644 --- a/src/Parallel/RMResourceManager/RMResourceConstraints.h +++ b/src/Parallel/RMResourceManager/RMResourceConstraints.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/RMResourceManager/RMResourceManager.cpp b/src/Parallel/RMResourceManager/RMResourceManager.cpp index fc433d4ac..92d51c0c6 100644 --- a/src/Parallel/RMResourceManager/RMResourceManager.cpp +++ b/src/Parallel/RMResourceManager/RMResourceManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/RMResourceManager/RMResourceManager.h b/src/Parallel/RMResourceManager/RMResourceManager.h index b1528ffbb..764331b97 100644 --- a/src/Parallel/RMResourceManager/RMResourceManager.h +++ b/src/Parallel/RMResourceManager/RMResourceManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/RMResourceManager/RMResourceSystem.cpp b/src/Parallel/RMResourceManager/RMResourceSystem.cpp index 31e4f8f10..beb9b2a03 100644 --- a/src/Parallel/RMResourceManager/RMResourceSystem.cpp +++ b/src/Parallel/RMResourceManager/RMResourceSystem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/RMResourceManager/RMResourceSystem.h b/src/Parallel/RMResourceManager/RMResourceSystem.h index 621c27549..b7f805e90 100644 --- a/src/Parallel/RMResourceManager/RMResourceSystem.h +++ b/src/Parallel/RMResourceManager/RMResourceSystem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/RMResourceManager/RMStandardResourceDriver.cpp b/src/Parallel/RMResourceManager/RMStandardResourceDriver.cpp index 1aa109d67..893e06efe 100644 --- a/src/Parallel/RMResourceManager/RMStandardResourceDriver.cpp +++ b/src/Parallel/RMResourceManager/RMStandardResourceDriver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Parallel/RMResourceManager/RMStandardResourceDriver.h b/src/Parallel/RMResourceManager/RMStandardResourceDriver.h index 3ca237283..bf2a321e5 100644 --- a/src/Parallel/RMResourceManager/RMStandardResourceDriver.h +++ b/src/Parallel/RMResourceManager/RMStandardResourceDriver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTest/MTdatasets/SpliceJunction/transcodeSpliceJunction.py b/test/LearningTest/MTdatasets/SpliceJunction/transcodeSpliceJunction.py index 9ef4ac00a..4976680d6 100644 --- a/test/LearningTest/MTdatasets/SpliceJunction/transcodeSpliceJunction.py +++ b/test/LearningTest/MTdatasets/SpliceJunction/transcodeSpliceJunction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTestTool/py/_kht_check_results.py b/test/LearningTestTool/py/_kht_check_results.py index a27c394f6..8fd31d7de 100644 --- a/test/LearningTestTool/py/_kht_check_results.py +++ b/test/LearningTestTool/py/_kht_check_results.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTestTool/py/_kht_constants.py b/test/LearningTestTool/py/_kht_constants.py index 47f88d292..5041ada9d 100644 --- a/test/LearningTestTool/py/_kht_constants.py +++ b/test/LearningTestTool/py/_kht_constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTestTool/py/_kht_families.py b/test/LearningTestTool/py/_kht_families.py index ad1bbf4df..9c137fdd0 100644 --- a/test/LearningTestTool/py/_kht_families.py +++ b/test/LearningTestTool/py/_kht_families.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTestTool/py/_kht_one_shot_instructions.py b/test/LearningTestTool/py/_kht_one_shot_instructions.py index 48b703722..a0f9c912f 100644 --- a/test/LearningTestTool/py/_kht_one_shot_instructions.py +++ b/test/LearningTestTool/py/_kht_one_shot_instructions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTestTool/py/_kht_results_management.py b/test/LearningTestTool/py/_kht_results_management.py index ca7ef853e..1706129ff 100644 --- a/test/LearningTestTool/py/_kht_results_management.py +++ b/test/LearningTestTool/py/_kht_results_management.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTestTool/py/_kht_standard_instructions.py b/test/LearningTestTool/py/_kht_standard_instructions.py index 2a6871741..94d57ca99 100644 --- a/test/LearningTestTool/py/_kht_standard_instructions.py +++ b/test/LearningTestTool/py/_kht_standard_instructions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTestTool/py/_kht_utils.py b/test/LearningTestTool/py/_kht_utils.py index 34a1fa020..f97614cc8 100644 --- a/test/LearningTestTool/py/_kht_utils.py +++ b/test/LearningTestTool/py/_kht_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTestTool/py/kht_apply.py b/test/LearningTestTool/py/kht_apply.py index e55f9fe9a..d192a23b2 100644 --- a/test/LearningTestTool/py/kht_apply.py +++ b/test/LearningTestTool/py/kht_apply.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTestTool/py/kht_collect_results.py b/test/LearningTestTool/py/kht_collect_results.py index 70f9bd5b7..1306bd03c 100644 --- a/test/LearningTestTool/py/kht_collect_results.py +++ b/test/LearningTestTool/py/kht_collect_results.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTestTool/py/kht_env.py b/test/LearningTestTool/py/kht_env.py index 1e474cf34..1127a4d7a 100644 --- a/test/LearningTestTool/py/kht_env.py +++ b/test/LearningTestTool/py/kht_env.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTestTool/py/kht_export.py b/test/LearningTestTool/py/kht_export.py index 0c567bfe5..62a0c09ab 100644 --- a/test/LearningTestTool/py/kht_export.py +++ b/test/LearningTestTool/py/kht_export.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTestTool/py/kht_help.py b/test/LearningTestTool/py/kht_help.py index 7c40cb394..7789f4846 100644 --- a/test/LearningTestTool/py/kht_help.py +++ b/test/LearningTestTool/py/kht_help.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/LearningTestTool/py/kht_test.py b/test/LearningTestTool/py/kht_test.py index 966e2fb3d..98fc05cfc 100644 --- a/test/LearningTestTool/py/kht_test.py +++ b/test/LearningTestTool/py/kht_test.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Orange. All rights reserved. +# Copyright (c) 2023-2025 Orange. All rights reserved. # This software is distributed under the BSD 3-Clause-clear License, the text of which is available # at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/UnitTests/KNITest/KNITest.cpp b/test/UnitTests/KNITest/KNITest.cpp index b4d9e8ede..3575e1d33 100644 --- a/test/UnitTests/KNITest/KNITest.cpp +++ b/test/UnitTests/KNITest/KNITest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/UnitTests/KNITest/KNITest.h b/test/UnitTests/KNITest/KNITest.h index bb1f2f5f2..c0be62550 100644 --- a/test/UnitTests/KNITest/KNITest.h +++ b/test/UnitTests/KNITest/KNITest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/UnitTests/Learning/KWClass_test.cpp b/test/UnitTests/Learning/KWClass_test.cpp index fe5105062..131db083f 100644 --- a/test/UnitTests/Learning/KWClass_test.cpp +++ b/test/UnitTests/Learning/KWClass_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/UnitTests/Norm/InputBufferedFile_test.cpp b/test/UnitTests/Norm/InputBufferedFile_test.cpp index 97c86f635..c6fd387f0 100644 --- a/test/UnitTests/Norm/InputBufferedFile_test.cpp +++ b/test/UnitTests/Norm/InputBufferedFile_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/UnitTests/Parallel-mpi/PEProtocolTest.cpp b/test/UnitTests/Parallel-mpi/PEProtocolTest.cpp index dd655b8d5..6cd7aa0c6 100644 --- a/test/UnitTests/Parallel-mpi/PEProtocolTest.cpp +++ b/test/UnitTests/Parallel-mpi/PEProtocolTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/UnitTests/Parallel-mpi/main.cpp b/test/UnitTests/Parallel-mpi/main.cpp index 6353573ac..9ab084432 100644 --- a/test/UnitTests/Parallel-mpi/main.cpp +++ b/test/UnitTests/Parallel-mpi/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/UnitTests/Parallel/PLSerializer_test.cpp b/test/UnitTests/Parallel/PLSerializer_test.cpp index 0007cf46a..ea1441935 100644 --- a/test/UnitTests/Parallel/PLSerializer_test.cpp +++ b/test/UnitTests/Parallel/PLSerializer_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/UnitTests/Utils/MpiEnvironment.h b/test/UnitTests/Utils/MpiEnvironment.h index 07a9c5c35..9c846831c 100644 --- a/test/UnitTests/Utils/MpiEnvironment.h +++ b/test/UnitTests/Utils/MpiEnvironment.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/UnitTests/Utils/ParallelTest.h b/test/UnitTests/Utils/ParallelTest.h index 03c0bd04a..dba6926da 100644 --- a/test/UnitTests/Utils/ParallelTest.h +++ b/test/UnitTests/Utils/ParallelTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/UnitTests/Utils/TestServices.cpp b/test/UnitTests/Utils/TestServices.cpp index 89c5b36d8..1b1588410 100644 --- a/test/UnitTests/Utils/TestServices.cpp +++ b/test/UnitTests/Utils/TestServices.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/test/UnitTests/Utils/TestServices.h b/test/UnitTests/Utils/TestServices.h index d5f04e3ad..779e57785 100644 --- a/test/UnitTests/Utils/TestServices.h +++ b/test/UnitTests/Utils/TestServices.h @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Orange. All rights reserved. +// Copyright (c) 2023-2025 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.