diff --git a/LICENSE b/LICENSE index 1d6da0342..c58c9dfaf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The Clear BSD License -Copyright (c) 2023 Orange S.A. +Copyright (c) 2024 Orange S.A. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/Learning/DTForest/DTAttributeSelection.cpp b/src/Learning/DTForest/DTAttributeSelection.cpp index c723cce4d..d9f304267 100644 --- a/src/Learning/DTForest/DTAttributeSelection.cpp +++ b/src/Learning/DTForest/DTAttributeSelection.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 af53a1056..41497b0ce 100644 --- a/src/Learning/DTForest/DTAttributeSelection.h +++ b/src/Learning/DTForest/DTAttributeSelection.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 47205558f..ff2bd5a6d 100644 --- a/src/Learning/DTForest/DTBaseLoader.cpp +++ b/src/Learning/DTForest/DTBaseLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 715372d27..c529639ff 100644 --- a/src/Learning/DTForest/DTBaseLoader.h +++ b/src/Learning/DTForest/DTBaseLoader.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cb9157995..4cad7391b 100644 --- a/src/Learning/DTForest/DTBaseLoaderSplitter.cpp +++ b/src/Learning/DTForest/DTBaseLoaderSplitter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ed25336a7..d2e415ae4 100644 --- a/src/Learning/DTForest/DTBaseLoaderSplitter.h +++ b/src/Learning/DTForest/DTBaseLoaderSplitter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f1b0ca52e..ea2ab3676 100644 --- a/src/Learning/DTForest/DTConfig.cpp +++ b/src/Learning/DTForest/DTConfig.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fb91859d1..40eabab6d 100644 --- a/src/Learning/DTForest/DTConfig.h +++ b/src/Learning/DTForest/DTConfig.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e6ac5f279..33a97e08a 100644 --- a/src/Learning/DTForest/DTCreationReport.cpp +++ b/src/Learning/DTForest/DTCreationReport.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 25b6517de..6e83a31b4 100644 --- a/src/Learning/DTForest/DTCreationReport.h +++ b/src/Learning/DTForest/DTCreationReport.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 12ec3e9e6..d8c6410f7 100644 --- a/src/Learning/DTForest/DTDecisionBinaryTreeCost.cpp +++ b/src/Learning/DTForest/DTDecisionBinaryTreeCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5edce9f93..98e9b9bfe 100644 --- a/src/Learning/DTForest/DTDecisionBinaryTreeCost.h +++ b/src/Learning/DTForest/DTDecisionBinaryTreeCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3078f0693..1f9a876ed 100644 --- a/src/Learning/DTForest/DTDecisionTree.cpp +++ b/src/Learning/DTForest/DTDecisionTree.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0db13734c..b5b6225a1 100644 --- a/src/Learning/DTForest/DTDecisionTree.h +++ b/src/Learning/DTForest/DTDecisionTree.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 260714cf2..b366cde58 100644 --- a/src/Learning/DTForest/DTDecisionTreeCost.cpp +++ b/src/Learning/DTForest/DTDecisionTreeCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fa508dab0..7950db2a8 100644 --- a/src/Learning/DTForest/DTDecisionTreeCost.h +++ b/src/Learning/DTForest/DTDecisionTreeCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d3181dbb2..455809228 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTask.cpp +++ b/src/Learning/DTForest/DTDecisionTreeCreationTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3b5ae84fe..a87f4e4e8 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTask.h +++ b/src/Learning/DTForest/DTDecisionTreeCreationTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 405bf5faf..326889796 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTaskSequential.cpp +++ b/src/Learning/DTForest/DTDecisionTreeCreationTaskSequential.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3162e47bb..aa1f9dda7 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTaskSequential.h +++ b/src/Learning/DTForest/DTDecisionTreeCreationTaskSequential.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 340ab10b6..3b5f0d946 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTaskSequentialView.cpp +++ b/src/Learning/DTForest/DTDecisionTreeCreationTaskSequentialView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ee96958b0..440551112 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTaskSequentialView.h +++ b/src/Learning/DTForest/DTDecisionTreeCreationTaskSequentialView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4ac7d4b6b..61997e4e9 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTaskView.cpp +++ b/src/Learning/DTForest/DTDecisionTreeCreationTaskView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1bbb501a7..6f3c8211a 100644 --- a/src/Learning/DTForest/DTDecisionTreeCreationTaskView.h +++ b/src/Learning/DTForest/DTDecisionTreeCreationTaskView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b5b5932fe..3e44c8c29 100644 --- a/src/Learning/DTForest/DTDecisionTreeDatabaseObject.cpp +++ b/src/Learning/DTForest/DTDecisionTreeDatabaseObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 db1b159c7..006707ac0 100644 --- a/src/Learning/DTForest/DTDecisionTreeDatabaseObject.h +++ b/src/Learning/DTForest/DTDecisionTreeDatabaseObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2216aa8b2..30ec4a791 100644 --- a/src/Learning/DTForest/DTDecisionTreeGlobalCost.cpp +++ b/src/Learning/DTForest/DTDecisionTreeGlobalCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 60b39d0a1..504c2be68 100644 --- a/src/Learning/DTForest/DTDecisionTreeGlobalCost.h +++ b/src/Learning/DTForest/DTDecisionTreeGlobalCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 49503c51f..06d01cf99 100644 --- a/src/Learning/DTForest/DTDecisionTreeNode.cpp +++ b/src/Learning/DTForest/DTDecisionTreeNode.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 bc9e6f7ef..3aebe30da 100644 --- a/src/Learning/DTForest/DTDecisionTreeNode.h +++ b/src/Learning/DTForest/DTDecisionTreeNode.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1fbab7511..e0a4ca3f9 100644 --- a/src/Learning/DTForest/DTDecisionTreeParameter.cpp +++ b/src/Learning/DTForest/DTDecisionTreeParameter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 758dc675b..6419aa289 100644 --- a/src/Learning/DTForest/DTDecisionTreeParameter.h +++ b/src/Learning/DTForest/DTDecisionTreeParameter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 57cbd3791..d31e524c0 100644 --- a/src/Learning/DTForest/DTDecisionTreeParameterView.cpp +++ b/src/Learning/DTForest/DTDecisionTreeParameterView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3de304cb5..3f8c3de30 100644 --- a/src/Learning/DTForest/DTDecisionTreeParameterView.h +++ b/src/Learning/DTForest/DTDecisionTreeParameterView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 25cf6c0aa..e25e0d793 100644 --- a/src/Learning/DTForest/DTDecisionTreeRecursiveCost.cpp +++ b/src/Learning/DTForest/DTDecisionTreeRecursiveCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1c63a0b03..f7174f9ef 100644 --- a/src/Learning/DTForest/DTDecisionTreeRecursiveCost.h +++ b/src/Learning/DTForest/DTDecisionTreeRecursiveCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b6f207b60..9d20f900f 100644 --- a/src/Learning/DTForest/DTDecisionTreeSpec.cpp +++ b/src/Learning/DTForest/DTDecisionTreeSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5ee5073c4..71c7b819f 100644 --- a/src/Learning/DTForest/DTDecisionTreeSpec.h +++ b/src/Learning/DTForest/DTDecisionTreeSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cbb6390a8..47ef1b704 100644 --- a/src/Learning/DTForest/DTDiscretizerMODL.cpp +++ b/src/Learning/DTForest/DTDiscretizerMODL.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0d718a41a..2b9bb7c08 100644 --- a/src/Learning/DTForest/DTDiscretizerMODL.h +++ b/src/Learning/DTForest/DTDiscretizerMODL.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3271a2982..6049fee02 100644 --- a/src/Learning/DTForest/DTForestAttributeSelection.cpp +++ b/src/Learning/DTForest/DTForestAttributeSelection.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e5ff7e220..8928119e0 100644 --- a/src/Learning/DTForest/DTForestAttributeSelection.h +++ b/src/Learning/DTForest/DTForestAttributeSelection.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cd422ed90..490409323 100644 --- a/src/Learning/DTForest/DTForestParameter.cpp +++ b/src/Learning/DTForest/DTForestParameter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 861ced5bf..b0b3db971 100644 --- a/src/Learning/DTForest/DTForestParameter.h +++ b/src/Learning/DTForest/DTForestParameter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4b25f84d5..007c425f2 100644 --- a/src/Learning/DTForest/DTForestParameterView.cpp +++ b/src/Learning/DTForest/DTForestParameterView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e3ca2e2eb..a7040d3be 100644 --- a/src/Learning/DTForest/DTForestParameterView.h +++ b/src/Learning/DTForest/DTForestParameterView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e5792d54d..905785e34 100644 --- a/src/Learning/DTForest/DTGlobalTag.cpp +++ b/src/Learning/DTForest/DTGlobalTag.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 82d659fbd..3f08ac136 100644 --- a/src/Learning/DTForest/DTGlobalTag.h +++ b/src/Learning/DTForest/DTGlobalTag.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 bd89d9fdd..2b34576bf 100644 --- a/src/Learning/DTForest/DTGrouperMODL.cpp +++ b/src/Learning/DTForest/DTGrouperMODL.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5a2119de3..8f71b7250 100644 --- a/src/Learning/DTForest/DTGrouperMODL.h +++ b/src/Learning/DTForest/DTGrouperMODL.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6bf35996d..892dabc23 100644 --- a/src/Learning/DTForest/DTGrouperMODLBasic.cpp +++ b/src/Learning/DTForest/DTGrouperMODLBasic.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2e264e306..01feecfb9 100644 --- a/src/Learning/DTForest/DTGrouperMODLInternal.cpp +++ b/src/Learning/DTForest/DTGrouperMODLInternal.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 23ae2d837..7b37d64c6 100644 --- a/src/Learning/DTForest/DTGrouperMODLInternal.h +++ b/src/Learning/DTForest/DTGrouperMODLInternal.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3de2a0fbd..0dedc8b7d 100644 --- a/src/Learning/DTForest/DTGrouperMODLOptimization.cpp +++ b/src/Learning/DTForest/DTGrouperMODLOptimization.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a0b3a2003..00ce279af 100644 --- a/src/Learning/DTForest/DTStat.cpp +++ b/src/Learning/DTForest/DTStat.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b2923f22c..3a1906e28 100644 --- a/src/Learning/DTForest/DTStat.h +++ b/src/Learning/DTForest/DTStat.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ff6aac240..e3c324f2b 100644 --- a/src/Learning/DTForest/DTUnivariatePartitionCost.cpp +++ b/src/Learning/DTForest/DTUnivariatePartitionCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8c29a8225..2871f3e8c 100644 --- a/src/Learning/DTForest/DTUnivariatePartitionCost.h +++ b/src/Learning/DTForest/DTUnivariatePartitionCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3f5486466..89e4ef086 100644 --- a/src/Learning/KDDomainKnowledge/KDClassBuilder.cpp +++ b/src/Learning/KDDomainKnowledge/KDClassBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2972f2525..6cb53e5fb 100644 --- a/src/Learning/KDDomainKnowledge/KDClassBuilder.h +++ b/src/Learning/KDDomainKnowledge/KDClassBuilder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6830d7941..92a64a1de 100644 --- a/src/Learning/KDDomainKnowledge/KDClassCompliantRules.cpp +++ b/src/Learning/KDDomainKnowledge/KDClassCompliantRules.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 434589230..58a9363c3 100644 --- a/src/Learning/KDDomainKnowledge/KDClassCompliantRules.h +++ b/src/Learning/KDDomainKnowledge/KDClassCompliantRules.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e4e27298e..d68e08f98 100644 --- a/src/Learning/KDDomainKnowledge/KDConstructedRule.cpp +++ b/src/Learning/KDDomainKnowledge/KDConstructedRule.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 147d94022..a39a104c7 100644 --- a/src/Learning/KDDomainKnowledge/KDConstructedRule.h +++ b/src/Learning/KDDomainKnowledge/KDConstructedRule.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4faa1e535..5e687f392 100644 --- a/src/Learning/KDDomainKnowledge/KDConstructionDomain.cpp +++ b/src/Learning/KDDomainKnowledge/KDConstructionDomain.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8806c6dca..486482ba1 100644 --- a/src/Learning/KDDomainKnowledge/KDConstructionDomain.h +++ b/src/Learning/KDDomainKnowledge/KDConstructionDomain.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 905d310ea..e9d661a18 100644 --- a/src/Learning/KDDomainKnowledge/KDConstructionRule.cpp +++ b/src/Learning/KDDomainKnowledge/KDConstructionRule.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7362127b1..7d42c37f6 100644 --- a/src/Learning/KDDomainKnowledge/KDConstructionRule.h +++ b/src/Learning/KDDomainKnowledge/KDConstructionRule.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f90548201..3e6f7ac16 100644 --- a/src/Learning/KDDomainKnowledge/KDDomainConstraint.cpp +++ b/src/Learning/KDDomainKnowledge/KDDomainConstraint.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a2cba7c0f..0001e8b0e 100644 --- a/src/Learning/KDDomainKnowledge/KDDomainConstraint.h +++ b/src/Learning/KDDomainKnowledge/KDDomainConstraint.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 89b4a9af8..13e959a62 100644 --- a/src/Learning/KDDomainKnowledge/KDEntity.cpp +++ b/src/Learning/KDDomainKnowledge/KDEntity.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 37af55f4b..57feb3c67 100644 --- a/src/Learning/KDDomainKnowledge/KDEntity.h +++ b/src/Learning/KDDomainKnowledge/KDEntity.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4978f7669..ca4270f0b 100644 --- a/src/Learning/KDDomainKnowledge/KDFeatureConstruction.cpp +++ b/src/Learning/KDDomainKnowledge/KDFeatureConstruction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e6195fa48..2b7cd72b9 100644 --- a/src/Learning/KDDomainKnowledge/KDFeatureConstruction.h +++ b/src/Learning/KDDomainKnowledge/KDFeatureConstruction.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9fcebf9ef..a712de67e 100644 --- a/src/Learning/KDDomainKnowledge/KDMultiTableFeatureConstruction.cpp +++ b/src/Learning/KDDomainKnowledge/KDMultiTableFeatureConstruction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4a206a5e7..701c8f6e5 100644 --- a/src/Learning/KDDomainKnowledge/KDMultiTableFeatureConstruction.h +++ b/src/Learning/KDDomainKnowledge/KDMultiTableFeatureConstruction.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d445f6116..2b422b202 100644 --- a/src/Learning/KDDomainKnowledge/KDMultinomialSampleGenerator.cpp +++ b/src/Learning/KDDomainKnowledge/KDMultinomialSampleGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 99628e296..2382d1cce 100644 --- a/src/Learning/KDDomainKnowledge/KDMultinomialSampleGenerator.h +++ b/src/Learning/KDDomainKnowledge/KDMultinomialSampleGenerator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 07b89f1c7..1482f446b 100644 --- a/src/Learning/KDDomainKnowledge/KDSelectionOperandAnalyser.cpp +++ b/src/Learning/KDDomainKnowledge/KDSelectionOperandAnalyser.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f717b8f86..e3c1cc2d1 100644 --- a/src/Learning/KDDomainKnowledge/KDSelectionOperandAnalyser.h +++ b/src/Learning/KDDomainKnowledge/KDSelectionOperandAnalyser.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9df279327..c7fc96680 100644 --- a/src/Learning/KDDomainKnowledge/KDSelectionOperandDataSampler.cpp +++ b/src/Learning/KDDomainKnowledge/KDSelectionOperandDataSampler.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3b68dd9c6..1fa93f994 100644 --- a/src/Learning/KDDomainKnowledge/KDSelectionOperandDataSampler.h +++ b/src/Learning/KDDomainKnowledge/KDSelectionOperandDataSampler.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 292364444..44158a157 100644 --- a/src/Learning/KDDomainKnowledge/KDSelectionOperandSamplingTask.cpp +++ b/src/Learning/KDDomainKnowledge/KDSelectionOperandSamplingTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fef565cae..4968ad838 100644 --- a/src/Learning/KDDomainKnowledge/KDSelectionOperandSamplingTask.h +++ b/src/Learning/KDDomainKnowledge/KDSelectionOperandSamplingTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6732b3328..14b3edfac 100644 --- a/src/Learning/KDDomainKnowledge/KDTextFeatureConstruction.cpp +++ b/src/Learning/KDDomainKnowledge/KDTextFeatureConstruction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0664deefd..f8e326473 100644 --- a/src/Learning/KDDomainKnowledge/KDTextFeatureConstruction.h +++ b/src/Learning/KDDomainKnowledge/KDTextFeatureConstruction.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ed6074012..0d46d45b4 100644 --- a/src/Learning/KDDomainKnowledge/KDTextFeatureSpec.cpp +++ b/src/Learning/KDDomainKnowledge/KDTextFeatureSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e7c895bde..4b135068f 100644 --- a/src/Learning/KDDomainKnowledge/KDTextFeatureSpec.h +++ b/src/Learning/KDDomainKnowledge/KDTextFeatureSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1d4195f5b..0b6a04f8d 100644 --- a/src/Learning/KDDomainKnowledge/KDTextTokenSampleCollectionTask.cpp +++ b/src/Learning/KDDomainKnowledge/KDTextTokenSampleCollectionTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2741260c3..b32969d1d 100644 --- a/src/Learning/KDDomainKnowledge/KDTextTokenSampleCollectionTask.h +++ b/src/Learning/KDDomainKnowledge/KDTextTokenSampleCollectionTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cfcbc07ed..3a1c54461 100644 --- a/src/Learning/KIInterpretation/KIDRPredictor.cpp +++ b/src/Learning/KIInterpretation/KIDRPredictor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 189514128..2940b0fdc 100644 --- a/src/Learning/KIInterpretation/KIDRPredictor.h +++ b/src/Learning/KIInterpretation/KIDRPredictor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 887c108d6..5e182b9b9 100644 --- a/src/Learning/KIInterpretation/KIDRRegisterAllRules.cpp +++ b/src/Learning/KIInterpretation/KIDRRegisterAllRules.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5577a84e7..94387f5d1 100644 --- a/src/Learning/KIInterpretation/KIDRRegisterAllRules.h +++ b/src/Learning/KIInterpretation/KIDRRegisterAllRules.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 529703640..7ba5452c8 100644 --- a/src/Learning/KIInterpretation/KIHowParameterView.cpp +++ b/src/Learning/KIInterpretation/KIHowParameterView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2c40f5381..a03b67d7a 100644 --- a/src/Learning/KIInterpretation/KIHowParameterView.h +++ b/src/Learning/KIInterpretation/KIHowParameterView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 45f7d653a..a920ff1ad 100644 --- a/src/Learning/KIInterpretation/KIInterpretationDictionary.cpp +++ b/src/Learning/KIInterpretation/KIInterpretationDictionary.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4960718d9..b13bb517c 100644 --- a/src/Learning/KIInterpretation/KIInterpretationDictionary.h +++ b/src/Learning/KIInterpretation/KIInterpretationDictionary.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 328598ed0..5c0cac35a 100644 --- a/src/Learning/KIInterpretation/KIInterpretationSpec.cpp +++ b/src/Learning/KIInterpretation/KIInterpretationSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fdf1dd984..15cbd8d04 100644 --- a/src/Learning/KIInterpretation/KIInterpretationSpec.h +++ b/src/Learning/KIInterpretation/KIInterpretationSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8c04b753a..f3cd1bf20 100644 --- a/src/Learning/KIInterpretation/KILeverVariablesSpecView.cpp +++ b/src/Learning/KIInterpretation/KILeverVariablesSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 94858eb5b..2d6247df8 100644 --- a/src/Learning/KIInterpretation/KILeverVariablesSpecView.h +++ b/src/Learning/KIInterpretation/KILeverVariablesSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0275204dc..c0f3400ba 100644 --- a/src/Learning/KIInterpretation/KIPredictorInterpretationView.cpp +++ b/src/Learning/KIInterpretation/KIPredictorInterpretationView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 83adcd43a..93815f016 100644 --- a/src/Learning/KIInterpretation/KIPredictorInterpretationView.h +++ b/src/Learning/KIInterpretation/KIPredictorInterpretationView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 049d5594c..fc26b0423 100644 --- a/src/Learning/KIInterpretation/KIWhyParameterView.cpp +++ b/src/Learning/KIInterpretation/KIWhyParameterView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0bd1c6863..29709f4c4 100644 --- a/src/Learning/KIInterpretation/KIWhyParameterView.h +++ b/src/Learning/KIInterpretation/KIWhyParameterView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3a8f4f5e0..2ab6923fc 100644 --- a/src/Learning/KMDRRuleLibrary/KMDRClassifier.cpp +++ b/src/Learning/KMDRRuleLibrary/KMDRClassifier.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 50b3370f3..aa15b75c4 100644 --- a/src/Learning/KMDRRuleLibrary/KMDRClassifier.h +++ b/src/Learning/KMDRRuleLibrary/KMDRClassifier.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6fc6a4bf6..46b937ec2 100644 --- a/src/Learning/KMDRRuleLibrary/KMDRLocalModelChooser.cpp +++ b/src/Learning/KMDRRuleLibrary/KMDRLocalModelChooser.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b5bdbb518..f9519e94e 100644 --- a/src/Learning/KMDRRuleLibrary/KMDRLocalModelChooser.h +++ b/src/Learning/KMDRRuleLibrary/KMDRLocalModelChooser.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1c534741b..e9631a9fc 100644 --- a/src/Learning/KMDRRuleLibrary/KMDRRegisterAllRules.cpp +++ b/src/Learning/KMDRRuleLibrary/KMDRRegisterAllRules.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 17e06f413..dff4f7c35 100644 --- a/src/Learning/KMDRRuleLibrary/KMDRRegisterAllRules.h +++ b/src/Learning/KMDRRuleLibrary/KMDRRegisterAllRules.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ce8aff755..fd8da62b8 100644 --- a/src/Learning/KNITransfer/KNIDatabaseTransferView.cpp +++ b/src/Learning/KNITransfer/KNIDatabaseTransferView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 95ef6ef3f..709c8e7a3 100644 --- a/src/Learning/KNITransfer/KNIDatabaseTransferView.h +++ b/src/Learning/KNITransfer/KNIDatabaseTransferView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 490cf036f..f322a13f3 100644 --- a/src/Learning/KNITransfer/KNIRecodeFile.cpp +++ b/src/Learning/KNITransfer/KNIRecodeFile.cpp @@ -1,10 +1,10 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. /****************************************************************************** * Khiops Native Interface (KNI) - * Copyright (c) 2023 Orange Labs. All rights reserved. + * Copyright (c) 2024 Orange Labs. All rights reserved. *****************************************************************************/ #ifdef _MSC_VER diff --git a/src/Learning/KNITransfer/KNIRecodeFile.h b/src/Learning/KNITransfer/KNIRecodeFile.h index e39e39e41..37aafedab 100644 --- a/src/Learning/KNITransfer/KNIRecodeFile.h +++ b/src/Learning/KNITransfer/KNIRecodeFile.h @@ -1,11 +1,11 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. #pragma once /****************************************************************************** * Khiops Native Interface (KNI) - * Copyright (c) 2023 Orange Labs. All rights reserved. + * Copyright (c) 2024 Orange Labs. All rights reserved. *****************************************************************************/ /* diff --git a/src/Learning/KNITransfer/KNIRecodeMTFiles.cpp b/src/Learning/KNITransfer/KNIRecodeMTFiles.cpp index 3cc545db2..db4a710cb 100644 --- a/src/Learning/KNITransfer/KNIRecodeMTFiles.cpp +++ b/src/Learning/KNITransfer/KNIRecodeMTFiles.cpp @@ -1,10 +1,10 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. /****************************************************************************** * Khiops Native Interface (KNI) - * Copyright (c) 2023 Orange Labs. All rights reserved. + * Copyright (c) 2024 Orange Labs. All rights reserved. *****************************************************************************/ #ifdef _MSC_VER diff --git a/src/Learning/KNITransfer/KNIRecodeMTFiles.h b/src/Learning/KNITransfer/KNIRecodeMTFiles.h index 02edccfd4..f5fbbeff3 100644 --- a/src/Learning/KNITransfer/KNIRecodeMTFiles.h +++ b/src/Learning/KNITransfer/KNIRecodeMTFiles.h @@ -1,11 +1,11 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. #pragma once /****************************************************************************** * Khiops Native Interface (KNI) - * Copyright (c) 2023 Orange Labs. All rights reserved. + * Copyright (c) 2024 Orange Labs. All rights reserved. *****************************************************************************/ /* diff --git a/src/Learning/KNITransfer/KNITransfer.cpp b/src/Learning/KNITransfer/KNITransfer.cpp index f97c52cb2..0c643f462 100644 --- a/src/Learning/KNITransfer/KNITransfer.cpp +++ b/src/Learning/KNITransfer/KNITransfer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b4123eac3..66287272e 100644 --- a/src/Learning/KNITransfer/KNITransfer.h +++ b/src/Learning/KNITransfer/KNITransfer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e5456f3b3..f01b6f3c4 100644 --- a/src/Learning/KNITransfer/KNITransferProblem.cpp +++ b/src/Learning/KNITransfer/KNITransferProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e8f30dcc4..141a2b4e9 100644 --- a/src/Learning/KNITransfer/KNITransferProblem.h +++ b/src/Learning/KNITransfer/KNITransferProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7b5a572a7..04d06935e 100644 --- a/src/Learning/KNITransfer/KNITransferProblemView.cpp +++ b/src/Learning/KNITransfer/KNITransferProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4f9468782..a861910db 100644 --- a/src/Learning/KNITransfer/KNITransferProblemView.h +++ b/src/Learning/KNITransfer/KNITransferProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c7d7ff7ff..0bcb38de9 100644 --- a/src/Learning/KNITransfer/KNITransferProject.cpp +++ b/src/Learning/KNITransfer/KNITransferProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3ff283f40..4fa45f7d5 100644 --- a/src/Learning/KNITransfer/KNITransferProject.h +++ b/src/Learning/KNITransfer/KNITransferProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d7fabe2e1..b6f4cffcc 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRAll.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRAll.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b5c0cb2bd..4468be7ba 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRAll.h +++ b/src/Learning/KWDRRuleLibrary/KWDRAll.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 79d5f207a..220b3a445 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRCompare.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRCompare.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 afcf5cecf..028b22721 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRCompare.h +++ b/src/Learning/KWDRRuleLibrary/KWDRCompare.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ae819ea78..d65a3f3ee 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRDateTime.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRDateTime.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9d6005138..7f1240aaa 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRDateTime.h +++ b/src/Learning/KWDRRuleLibrary/KWDRDateTime.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2c9599629..bd3c66a8f 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRHashMap.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRHashMap.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b554e1d9d..036d09445 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRHashMap.h +++ b/src/Learning/KWDRRuleLibrary/KWDRHashMap.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0869159c0..d2bb8d7d4 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRLogical.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRLogical.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 45f9f7f74..d8ba77795 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRLogical.h +++ b/src/Learning/KWDRRuleLibrary/KWDRLogical.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 648318547..2d671d73e 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRMath.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRMath.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7c11dc255..a4d0119b7 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRMath.h +++ b/src/Learning/KWDRRuleLibrary/KWDRMath.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1cf5b8ae1..3794c28bd 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRMultiTable.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRMultiTable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b51d04186..37954e77a 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRMultiTable.h +++ b/src/Learning/KWDRRuleLibrary/KWDRMultiTable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5abeaaa7e..537eeaf11 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRString.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRString.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2b149eac2..bc1bbb97e 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRString.h +++ b/src/Learning/KWDRRuleLibrary/KWDRString.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 13d38bb00..e382a257f 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRStringEncrypt.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRStringEncrypt.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 eda670941..f33dd76f2 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRText.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRText.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 bbe1c5964..1013d17ef 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRText.h +++ b/src/Learning/KWDRRuleLibrary/KWDRText.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 399e2c18c..8df6fa2c6 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRTextList.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRTextList.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 df2645df2..cc46f9ef9 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRTextList.h +++ b/src/Learning/KWDRRuleLibrary/KWDRTextList.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 aade65ab7..662bed058 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysis.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysis.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c9f31b457..9bb262b2d 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysis.h +++ b/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysis.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 df85eb6b4..5ded6babc 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysisPROTO.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysisPROTO.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ccc4b0f36..997ab7439 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysisPROTO.h +++ b/src/Learning/KWDRRuleLibrary/KWDRTextualAnalysisPROTO.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2e52bdee7..29af7f303 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRVector.cpp +++ b/src/Learning/KWDRRuleLibrary/KWDRVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e5e2a5b38..431f170eb 100644 --- a/src/Learning/KWDRRuleLibrary/KWDRVector.h +++ b/src/Learning/KWDRRuleLibrary/KWDRVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ee4ef2102..810a248bf 100644 --- a/src/Learning/KWData/JSONFile.cpp +++ b/src/Learning/KWData/JSONFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 27c39e421..e8e7246ce 100644 --- a/src/Learning/KWData/JSONFile.h +++ b/src/Learning/KWData/JSONFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 168d7e643..67a77270e 100644 --- a/src/Learning/KWData/JSONTokenizer.cpp +++ b/src/Learning/KWData/JSONTokenizer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 121fb2815..fa6c069af 100644 --- a/src/Learning/KWData/JSONTokenizer.h +++ b/src/Learning/KWData/JSONTokenizer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5c2a6babd..a23e59915 100644 --- a/src/Learning/KWData/KWAttribute.cpp +++ b/src/Learning/KWData/KWAttribute.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a4fc118c8..12437913b 100644 --- a/src/Learning/KWData/KWAttribute.h +++ b/src/Learning/KWData/KWAttribute.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c99995775..385e1d6bb 100644 --- a/src/Learning/KWData/KWAttributeBlock.cpp +++ b/src/Learning/KWData/KWAttributeBlock.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d04223a41..b875e63e5 100644 --- a/src/Learning/KWData/KWAttributeBlock.h +++ b/src/Learning/KWData/KWAttributeBlock.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 86051043d..0411f40b1 100644 --- a/src/Learning/KWData/KWAttributeName.cpp +++ b/src/Learning/KWData/KWAttributeName.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 14220a801..2fdebf857 100644 --- a/src/Learning/KWData/KWAttributeName.h +++ b/src/Learning/KWData/KWAttributeName.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e9785a4c7..ea94bc347 100644 --- a/src/Learning/KWData/KWAttributePairName.cpp +++ b/src/Learning/KWData/KWAttributePairName.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5b4ca83ac..02ee77658 100644 --- a/src/Learning/KWData/KWAttributePairName.h +++ b/src/Learning/KWData/KWAttributePairName.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9e92747ce..bd09184b6 100644 --- a/src/Learning/KWData/KWCDUniqueString.cpp +++ b/src/Learning/KWData/KWCDUniqueString.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5339afa81..529270c6c 100644 --- a/src/Learning/KWData/KWCDUniqueString.h +++ b/src/Learning/KWData/KWCDUniqueString.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 de868a771..72c0727eb 100644 --- a/src/Learning/KWData/KWCYac.cpp +++ b/src/Learning/KWData/KWCYac.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5008b2db4..c523f80dc 100644 --- a/src/Learning/KWData/KWCharFrequencyVector.cpp +++ b/src/Learning/KWData/KWCharFrequencyVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fe118b25b..9262f31a2 100644 --- a/src/Learning/KWData/KWCharFrequencyVector.h +++ b/src/Learning/KWData/KWCharFrequencyVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fd13fec50..44b4d0015 100644 --- a/src/Learning/KWData/KWClass.cpp +++ b/src/Learning/KWData/KWClass.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5388492b1..529129d8c 100644 --- a/src/Learning/KWData/KWClass.h +++ b/src/Learning/KWData/KWClass.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8e47957b2..2a5f96113 100644 --- a/src/Learning/KWData/KWClassDomain.cpp +++ b/src/Learning/KWData/KWClassDomain.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 de2af72a4..365a9650a 100644 --- a/src/Learning/KWData/KWClassDomain.h +++ b/src/Learning/KWData/KWClassDomain.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0819a1919..446cf8288 100644 --- a/src/Learning/KWData/KWContinuous.cpp +++ b/src/Learning/KWData/KWContinuous.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c31e74584..a7645e0fb 100644 --- a/src/Learning/KWData/KWContinuous.h +++ b/src/Learning/KWData/KWContinuous.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a4a601ba7..aad5f635b 100644 --- a/src/Learning/KWData/KWDRRandom.cpp +++ b/src/Learning/KWData/KWDRRandom.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 179f79d35..b208b679b 100644 --- a/src/Learning/KWData/KWDRRandom.h +++ b/src/Learning/KWData/KWDRRandom.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f1efb2b94..cd20fd6a7 100644 --- a/src/Learning/KWData/KWDRReference.cpp +++ b/src/Learning/KWData/KWDRReference.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 01cbbf926..6a8462ceb 100644 --- a/src/Learning/KWData/KWDRReference.h +++ b/src/Learning/KWData/KWDRReference.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 040544acf..cecea8183 100644 --- a/src/Learning/KWData/KWDRStandard.cpp +++ b/src/Learning/KWData/KWDRStandard.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1e2cbaa86..80c4b0145 100644 --- a/src/Learning/KWData/KWDRStandard.h +++ b/src/Learning/KWData/KWDRStandard.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cf894f3ca..bae9954e4 100644 --- a/src/Learning/KWData/KWDataItem.cpp +++ b/src/Learning/KWData/KWDataItem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 204c084ae..17bbac9e5 100644 --- a/src/Learning/KWData/KWDataItem.h +++ b/src/Learning/KWData/KWDataItem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f93faec90..fbc2b67f3 100644 --- a/src/Learning/KWData/KWDataTableDriver.cpp +++ b/src/Learning/KWData/KWDataTableDriver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 914f7fc46..5e194b98d 100644 --- a/src/Learning/KWData/KWDataTableDriver.h +++ b/src/Learning/KWData/KWDataTableDriver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ae96822f0..6ba5b2cf8 100644 --- a/src/Learning/KWData/KWDataTableDriverTextFile.cpp +++ b/src/Learning/KWData/KWDataTableDriverTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 144161980..0442ed94a 100644 --- a/src/Learning/KWData/KWDataTableDriverTextFile.h +++ b/src/Learning/KWData/KWDataTableDriverTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5c69ab41f..3159f7965 100644 --- a/src/Learning/KWData/KWDatabase.cpp +++ b/src/Learning/KWData/KWDatabase.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b9fd5a676..f4bf06288 100644 --- a/src/Learning/KWData/KWDatabase.h +++ b/src/Learning/KWData/KWDatabase.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4925da39e..e6b17f27d 100644 --- a/src/Learning/KWData/KWDatabaseFormatDetector.cpp +++ b/src/Learning/KWData/KWDatabaseFormatDetector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3a4d83dd0..e0cff3efd 100644 --- a/src/Learning/KWData/KWDatabaseFormatDetector.h +++ b/src/Learning/KWData/KWDatabaseFormatDetector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 52ac52694..81af2482a 100644 --- a/src/Learning/KWData/KWDatabaseMemoryGuard.cpp +++ b/src/Learning/KWData/KWDatabaseMemoryGuard.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 857da26da..55d38d8cf 100644 --- a/src/Learning/KWData/KWDatabaseMemoryGuard.h +++ b/src/Learning/KWData/KWDatabaseMemoryGuard.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 73dc5b617..409831caa 100644 --- a/src/Learning/KWData/KWDate.cpp +++ b/src/Learning/KWData/KWDate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8664cb6e4..bea92290b 100644 --- a/src/Learning/KWData/KWDate.h +++ b/src/Learning/KWData/KWDate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWDateTime.cpp b/src/Learning/KWData/KWDateTime.cpp index c9e4fed0f..9421b7bc6 100644 --- a/src/Learning/KWData/KWDateTime.cpp +++ b/src/Learning/KWData/KWDateTime.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWDateTime.h b/src/Learning/KWData/KWDateTime.h index db63454c2..fb38be2cd 100644 --- a/src/Learning/KWData/KWDateTime.h +++ b/src/Learning/KWData/KWDateTime.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4131a63ad..f820e864c 100644 --- a/src/Learning/KWData/KWDerivationRule.cpp +++ b/src/Learning/KWData/KWDerivationRule.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a0da0321d..3e315cd8a 100644 --- a/src/Learning/KWData/KWDerivationRule.h +++ b/src/Learning/KWData/KWDerivationRule.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5bcc79927..4af8ff828 100644 --- a/src/Learning/KWData/KWDerivationRuleOperand.cpp +++ b/src/Learning/KWData/KWDerivationRuleOperand.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ebda86e24..92d7fe756 100644 --- a/src/Learning/KWData/KWIndexedKeyBlock.cpp +++ b/src/Learning/KWData/KWIndexedKeyBlock.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 abcb25ffc..5180ab81d 100644 --- a/src/Learning/KWData/KWIndexedKeyBlock.h +++ b/src/Learning/KWData/KWIndexedKeyBlock.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2cd586295..3a712fff2 100644 --- a/src/Learning/KWData/KWLoadIndex.cpp +++ b/src/Learning/KWData/KWLoadIndex.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8a4bfe184..648753cbe 100644 --- a/src/Learning/KWData/KWLoadIndex.h +++ b/src/Learning/KWData/KWLoadIndex.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 11de949f2..527081767 100644 --- a/src/Learning/KWData/KWMTDatabase.cpp +++ b/src/Learning/KWData/KWMTDatabase.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 bbc323e0b..3b1e3c3f1 100644 --- a/src/Learning/KWData/KWMTDatabase.h +++ b/src/Learning/KWData/KWMTDatabase.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c811c6c39..0d73e5e01 100644 --- a/src/Learning/KWData/KWMTDatabaseMapping.cpp +++ b/src/Learning/KWData/KWMTDatabaseMapping.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 47bccd389..eb42abfd1 100644 --- a/src/Learning/KWData/KWMTDatabaseMapping.h +++ b/src/Learning/KWData/KWMTDatabaseMapping.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 71a81710a..19f30a8d7 100644 --- a/src/Learning/KWData/KWMTDatabaseTextFile.cpp +++ b/src/Learning/KWData/KWMTDatabaseTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 67f65def2..29b39e337 100644 --- a/src/Learning/KWData/KWMTDatabaseTextFile.h +++ b/src/Learning/KWData/KWMTDatabaseTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d6841fc1d..c2c739385 100644 --- a/src/Learning/KWData/KWMetaData.cpp +++ b/src/Learning/KWData/KWMetaData.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 19dec1d16..057373af4 100644 --- a/src/Learning/KWData/KWMetaData.h +++ b/src/Learning/KWData/KWMetaData.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7ba8310cc..f784da24f 100644 --- a/src/Learning/KWData/KWObject.cpp +++ b/src/Learning/KWData/KWObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 bf90e58ef..05ac0a907 100644 --- a/src/Learning/KWData/KWObject.h +++ b/src/Learning/KWData/KWObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d2024c051..c7583e8af 100644 --- a/src/Learning/KWData/KWObjectKey.cpp +++ b/src/Learning/KWData/KWObjectKey.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 27eca5038..915e590f4 100644 --- a/src/Learning/KWData/KWObjectKey.h +++ b/src/Learning/KWData/KWObjectKey.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f6bdbddd7..fe3f5db2d 100644 --- a/src/Learning/KWData/KWSTDatabase.cpp +++ b/src/Learning/KWData/KWSTDatabase.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 303561494..1cf54a325 100644 --- a/src/Learning/KWData/KWSTDatabase.h +++ b/src/Learning/KWData/KWSTDatabase.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e4e6ae67f..06cdc7b1e 100644 --- a/src/Learning/KWData/KWSTDatabaseTextFile.cpp +++ b/src/Learning/KWData/KWSTDatabaseTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 71c029e92..d07a9d06f 100644 --- a/src/Learning/KWData/KWSTDatabaseTextFile.h +++ b/src/Learning/KWData/KWSTDatabaseTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 adcb47bbe..928bf2331 100644 --- a/src/Learning/KWData/KWSortableIndex.cpp +++ b/src/Learning/KWData/KWSortableIndex.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 22a8e178b..a489bc708 100644 --- a/src/Learning/KWData/KWSortableIndex.h +++ b/src/Learning/KWData/KWSortableIndex.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cc554e3db..67626a947 100644 --- a/src/Learning/KWData/KWStructureRule.cpp +++ b/src/Learning/KWData/KWStructureRule.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 aab6c4bab..d669b32c1 100644 --- a/src/Learning/KWData/KWStructureRule.h +++ b/src/Learning/KWData/KWStructureRule.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 195ffbdc8..4e94da287 100644 --- a/src/Learning/KWData/KWSymbol.cpp +++ b/src/Learning/KWData/KWSymbol.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d66c91896..4557a8bc3 100644 --- a/src/Learning/KWData/KWSymbol.h +++ b/src/Learning/KWData/KWSymbol.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWTextService.cpp b/src/Learning/KWData/KWTextService.cpp index 9cdce0053..bb369338e 100644 --- a/src/Learning/KWData/KWTextService.cpp +++ b/src/Learning/KWData/KWTextService.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWTextService.h b/src/Learning/KWData/KWTextService.h index 1accdb70f..8c6eb4b76 100644 --- a/src/Learning/KWData/KWTextService.h +++ b/src/Learning/KWData/KWTextService.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWTextTokenizer.cpp b/src/Learning/KWData/KWTextTokenizer.cpp index 1c0260a12..e25d07305 100644 --- a/src/Learning/KWData/KWTextTokenizer.cpp +++ b/src/Learning/KWData/KWTextTokenizer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWTextTokenizer.h b/src/Learning/KWData/KWTextTokenizer.h index e4bae63f4..e2ef729e5 100644 --- a/src/Learning/KWData/KWTextTokenizer.h +++ b/src/Learning/KWData/KWTextTokenizer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 feab53a12..ca2c959d4 100644 --- a/src/Learning/KWData/KWTime.cpp +++ b/src/Learning/KWData/KWTime.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a967ee08a..8c2560c4f 100644 --- a/src/Learning/KWData/KWTime.h +++ b/src/Learning/KWData/KWTime.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 65c9787e4..7cba3b29f 100644 --- a/src/Learning/KWData/KWTimestamp.cpp +++ b/src/Learning/KWData/KWTimestamp.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0ccffe78d..1fcdc0ae3 100644 --- a/src/Learning/KWData/KWTimestamp.h +++ b/src/Learning/KWData/KWTimestamp.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 38af8d6bc..756a30b54 100644 --- a/src/Learning/KWData/KWTimestampTZ.cpp +++ b/src/Learning/KWData/KWTimestampTZ.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 473e8575f..6d4b0dbbc 100644 --- a/src/Learning/KWData/KWTimestampTZ.h +++ b/src/Learning/KWData/KWTimestampTZ.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWTokenFrequency.cpp b/src/Learning/KWData/KWTokenFrequency.cpp index 8b27639e2..de3bb3903 100644 --- a/src/Learning/KWData/KWTokenFrequency.cpp +++ b/src/Learning/KWData/KWTokenFrequency.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWTokenFrequency.h b/src/Learning/KWData/KWTokenFrequency.h index fa0494930..11b9af08b 100644 --- a/src/Learning/KWData/KWTokenFrequency.h +++ b/src/Learning/KWData/KWTokenFrequency.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 309ce2d46..b1457d4c5 100644 --- a/src/Learning/KWData/KWType.cpp +++ b/src/Learning/KWData/KWType.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3b1d1f180..d6ee00db5 100644 --- a/src/Learning/KWData/KWType.h +++ b/src/Learning/KWData/KWType.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cf48bf1c3..1ac019225 100644 --- a/src/Learning/KWData/KWTypeAutomaticRecognition.cpp +++ b/src/Learning/KWData/KWTypeAutomaticRecognition.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 959c59673..f305cfe53 100644 --- a/src/Learning/KWData/KWTypeAutomaticRecognition.h +++ b/src/Learning/KWData/KWTypeAutomaticRecognition.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3d503f294..cec5cf6bd 100644 --- a/src/Learning/KWData/KWValueBlock.cpp +++ b/src/Learning/KWData/KWValueBlock.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b1c3306df..217cc6d30 100644 --- a/src/Learning/KWData/KWValueBlock.h +++ b/src/Learning/KWData/KWValueBlock.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6524b4e26..b60ab8974 100644 --- a/src/Learning/KWData/KWValueDictionary.cpp +++ b/src/Learning/KWData/KWValueDictionary.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a598065d8..e2bcb8b10 100644 --- a/src/Learning/KWData/KWValueDictionary.h +++ b/src/Learning/KWData/KWValueDictionary.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 be84caffa..b63da911a 100644 --- a/src/Learning/KWData/KWValueSparseVector.cpp +++ b/src/Learning/KWData/KWValueSparseVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 497d4bc58..4aa49188c 100644 --- a/src/Learning/KWData/KWValueSparseVector.h +++ b/src/Learning/KWData/KWValueSparseVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/Profiler.cpp b/src/Learning/KWData/Profiler.cpp index 72143865a..9b0359943 100644 --- a/src/Learning/KWData/Profiler.cpp +++ b/src/Learning/KWData/Profiler.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/Profiler.h b/src/Learning/KWData/Profiler.h index 025fcd5cf..147133372 100644 --- a/src/Learning/KWData/Profiler.h +++ b/src/Learning/KWData/Profiler.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1c6ef58ed..0a528d060 100644 --- a/src/Learning/KWDataPreparation/KDDataPreparationAttributeCreationTask.cpp +++ b/src/Learning/KWDataPreparation/KDDataPreparationAttributeCreationTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e56f318ac..d032f5327 100644 --- a/src/Learning/KWDataPreparation/KDDataPreparationAttributeCreationTask.h +++ b/src/Learning/KWDataPreparation/KDDataPreparationAttributeCreationTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0ec859165..7acb3d283 100644 --- a/src/Learning/KWDataPreparation/KWAttributePairsSpec.cpp +++ b/src/Learning/KWDataPreparation/KWAttributePairsSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c0c7208c3..4a4603f1a 100644 --- a/src/Learning/KWDataPreparation/KWAttributePairsSpec.h +++ b/src/Learning/KWDataPreparation/KWAttributePairsSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 11f46ece3..32c61e978 100644 --- a/src/Learning/KWDataPreparation/KWAttributeStats.cpp +++ b/src/Learning/KWDataPreparation/KWAttributeStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 81311baa8..5eea89368 100644 --- a/src/Learning/KWDataPreparation/KWAttributeStats.h +++ b/src/Learning/KWDataPreparation/KWAttributeStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 43a517330..f9355982e 100644 --- a/src/Learning/KWDataPreparation/KWAttributeSubsetStats.cpp +++ b/src/Learning/KWDataPreparation/KWAttributeSubsetStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6ceb1e3d5..1466ae575 100644 --- a/src/Learning/KWDataPreparation/KWAttributeSubsetStats.h +++ b/src/Learning/KWDataPreparation/KWAttributeSubsetStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f6a48ab9d..7c214c7c6 100644 --- a/src/Learning/KWDataPreparation/KWClassStats.cpp +++ b/src/Learning/KWDataPreparation/KWClassStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0be779a56..917efee0a 100644 --- a/src/Learning/KWDataPreparation/KWClassStats.h +++ b/src/Learning/KWDataPreparation/KWClassStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e3d8017c7..e82aef473 100644 --- a/src/Learning/KWDataPreparation/KWDGMPartMergeAction.cpp +++ b/src/Learning/KWDataPreparation/KWDGMPartMergeAction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 607ddaa7f..a53f9fca2 100644 --- a/src/Learning/KWDataPreparation/KWDGMPartMergeAction.h +++ b/src/Learning/KWDataPreparation/KWDGMPartMergeAction.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 bd57d9469..31cb5ed3c 100644 --- a/src/Learning/KWDataPreparation/KWDRDataGrid.cpp +++ b/src/Learning/KWDataPreparation/KWDRDataGrid.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d8137121e..2ab22e8d8 100644 --- a/src/Learning/KWDataPreparation/KWDRDataGrid.h +++ b/src/Learning/KWDataPreparation/KWDRDataGrid.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 39bc7e6bd..deee3d9e0 100644 --- a/src/Learning/KWDataPreparation/KWDRDataGridBlock.cpp +++ b/src/Learning/KWDataPreparation/KWDRDataGridBlock.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 40348ae40..2e8429e02 100644 --- a/src/Learning/KWDataPreparation/KWDRDataGridBlock.h +++ b/src/Learning/KWDataPreparation/KWDRDataGridBlock.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fbeb4803e..604af009d 100644 --- a/src/Learning/KWDataPreparation/KWDRDataGridDeployment.cpp +++ b/src/Learning/KWDataPreparation/KWDRDataGridDeployment.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c6095fdc0..cdf01dec8 100644 --- a/src/Learning/KWDataPreparation/KWDRDataGridDeployment.h +++ b/src/Learning/KWDataPreparation/KWDRDataGridDeployment.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 799271ec5..548a71851 100644 --- a/src/Learning/KWDataPreparation/KWDRPreprocessing.cpp +++ b/src/Learning/KWDataPreparation/KWDRPreprocessing.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5b10d821d..e782661a2 100644 --- a/src/Learning/KWDataPreparation/KWDRPreprocessing.h +++ b/src/Learning/KWDataPreparation/KWDRPreprocessing.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e430511ab..8d72142fa 100644 --- a/src/Learning/KWDataPreparation/KWDRTableBlock.cpp +++ b/src/Learning/KWDataPreparation/KWDRTableBlock.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d596efdc3..7871c3dcb 100644 --- a/src/Learning/KWDataPreparation/KWDRTableBlock.h +++ b/src/Learning/KWDataPreparation/KWDRTableBlock.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2d985c718..b71015c86 100644 --- a/src/Learning/KWDataPreparation/KWDRTablePartition.cpp +++ b/src/Learning/KWDataPreparation/KWDRTablePartition.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4a6616038..ea7f251ce 100644 --- a/src/Learning/KWDataPreparation/KWDRTablePartition.h +++ b/src/Learning/KWDataPreparation/KWDRTablePartition.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4690ee064..a6a850925 100644 --- a/src/Learning/KWDataPreparation/KWDataGrid.cpp +++ b/src/Learning/KWDataPreparation/KWDataGrid.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f27044a07..587e47a59 100644 --- a/src/Learning/KWDataPreparation/KWDataGrid.h +++ b/src/Learning/KWDataPreparation/KWDataGrid.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1cabfba10..3d374504f 100644 --- a/src/Learning/KWDataPreparation/KWDataGridCosts.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridCosts.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 abce44c24..098b2bb29 100644 --- a/src/Learning/KWDataPreparation/KWDataGridCosts.h +++ b/src/Learning/KWDataPreparation/KWDataGridCosts.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cf4cf237a..be61e0325 100644 --- a/src/Learning/KWDataPreparation/KWDataGridDeployment.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridDeployment.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 96eb8ac99..b93bcb3f6 100644 --- a/src/Learning/KWDataPreparation/KWDataGridDeployment.h +++ b/src/Learning/KWDataPreparation/KWDataGridDeployment.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 bcaa959f5..7a4cd25da 100644 --- a/src/Learning/KWDataPreparation/KWDataGridManager.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1a23e8e56..79cfcd1a5 100644 --- a/src/Learning/KWDataPreparation/KWDataGridManager.h +++ b/src/Learning/KWDataPreparation/KWDataGridManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8642b2d55..e449324a0 100644 --- a/src/Learning/KWDataPreparation/KWDataGridMerger.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridMerger.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d85100d17..881326315 100644 --- a/src/Learning/KWDataPreparation/KWDataGridMerger.h +++ b/src/Learning/KWDataPreparation/KWDataGridMerger.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d9d08b864..502e3adb2 100644 --- a/src/Learning/KWDataPreparation/KWDataGridOptimizer.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridOptimizer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 708c714fc..2c8ec093d 100644 --- a/src/Learning/KWDataPreparation/KWDataGridOptimizer.h +++ b/src/Learning/KWDataPreparation/KWDataGridOptimizer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 127ab8487..a6642f316 100644 --- a/src/Learning/KWDataPreparation/KWDataGridOptimizerParameters.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridOptimizerParameters.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 13bbd8a7e..b5b5c661d 100644 --- a/src/Learning/KWDataPreparation/KWDataGridOptimizerParameters.h +++ b/src/Learning/KWDataPreparation/KWDataGridOptimizerParameters.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 05e0b06c8..14b01fae9 100644 --- a/src/Learning/KWDataPreparation/KWDataGridPostOptimizer.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridPostOptimizer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 bf1c55980..ba938268f 100644 --- a/src/Learning/KWDataPreparation/KWDataGridPostOptimizer.h +++ b/src/Learning/KWDataPreparation/KWDataGridPostOptimizer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 40575b417..2dd4f022b 100644 --- a/src/Learning/KWDataPreparation/KWDataGridStats.cpp +++ b/src/Learning/KWDataPreparation/KWDataGridStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d4cf0f608..0f0392aee 100644 --- a/src/Learning/KWDataPreparation/KWDataGridStats.h +++ b/src/Learning/KWDataPreparation/KWDataGridStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 faa4f2e67..7a9223b48 100644 --- a/src/Learning/KWDataPreparation/KWDataPreparationBivariateTask.cpp +++ b/src/Learning/KWDataPreparation/KWDataPreparationBivariateTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ae331d49d..f58ddefa3 100644 --- a/src/Learning/KWDataPreparation/KWDataPreparationBivariateTask.h +++ b/src/Learning/KWDataPreparation/KWDataPreparationBivariateTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9aa8aa629..25971a277 100644 --- a/src/Learning/KWDataPreparation/KWDataPreparationTask.cpp +++ b/src/Learning/KWDataPreparation/KWDataPreparationTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3c73a983a..9527140c6 100644 --- a/src/Learning/KWDataPreparation/KWDataPreparationTask.h +++ b/src/Learning/KWDataPreparation/KWDataPreparationTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8f29acd43..b67576aa2 100644 --- a/src/Learning/KWDataPreparation/KWDataPreparationUnivariateTask.cpp +++ b/src/Learning/KWDataPreparation/KWDataPreparationUnivariateTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6f6392424..04f8a58ce 100644 --- a/src/Learning/KWDataPreparation/KWDataPreparationUnivariateTask.h +++ b/src/Learning/KWDataPreparation/KWDataPreparationUnivariateTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 78b9075e5..852ecad80 100644 --- a/src/Learning/KWDataPreparation/KWDescriptiveStats.cpp +++ b/src/Learning/KWDataPreparation/KWDescriptiveStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 62ad17074..4e117af1c 100644 --- a/src/Learning/KWDataPreparation/KWDescriptiveStats.h +++ b/src/Learning/KWDataPreparation/KWDescriptiveStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c1cd19ff1..0e97a5547 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizer.cpp +++ b/src/Learning/KWDataPreparation/KWDiscretizer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 19429cf8d..532ab4125 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizer.h +++ b/src/Learning/KWDataPreparation/KWDiscretizer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0bf5224bb..8117182f2 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerMODL.cpp +++ b/src/Learning/KWDataPreparation/KWDiscretizerMODL.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2a2dd756f..eea1a6a6c 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerMODL.h +++ b/src/Learning/KWDataPreparation/KWDiscretizerMODL.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 887f52c30..8961bacaf 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerMODLLine.cpp +++ b/src/Learning/KWDataPreparation/KWDiscretizerMODLLine.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fd9a27c7e..f6a08d033 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerMODLLine.h +++ b/src/Learning/KWDataPreparation/KWDiscretizerMODLLine.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 08c21a691..99c393d64 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerMODLOptimization.cpp +++ b/src/Learning/KWDataPreparation/KWDiscretizerMODLOptimization.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0d2c277b3..e96bc19ef 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerSpec.cpp +++ b/src/Learning/KWDataPreparation/KWDiscretizerSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1b534e767..111e1440f 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerSpec.h +++ b/src/Learning/KWDataPreparation/KWDiscretizerSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b1255a867..a7106a508 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerUnsupervised.cpp +++ b/src/Learning/KWDataPreparation/KWDiscretizerUnsupervised.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c314118b1..e97c4d5ca 100644 --- a/src/Learning/KWDataPreparation/KWDiscretizerUnsupervised.h +++ b/src/Learning/KWDataPreparation/KWDiscretizerUnsupervised.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6d1d2b44d..5f2dfa6f0 100644 --- a/src/Learning/KWDataPreparation/KWFrequencyVector.cpp +++ b/src/Learning/KWDataPreparation/KWFrequencyVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f3197d51c..d4e2834f1 100644 --- a/src/Learning/KWDataPreparation/KWFrequencyVector.h +++ b/src/Learning/KWDataPreparation/KWFrequencyVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 25dba66ab..aef7e07ad 100644 --- a/src/Learning/KWDataPreparation/KWGrouper.cpp +++ b/src/Learning/KWDataPreparation/KWGrouper.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8542e69df..93f248fcc 100644 --- a/src/Learning/KWDataPreparation/KWGrouper.h +++ b/src/Learning/KWDataPreparation/KWGrouper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 14ba91e87..800e1f079 100644 --- a/src/Learning/KWDataPreparation/KWGrouperMODL.cpp +++ b/src/Learning/KWDataPreparation/KWGrouperMODL.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 38e29cfa4..8442a090a 100644 --- a/src/Learning/KWDataPreparation/KWGrouperMODL.h +++ b/src/Learning/KWDataPreparation/KWGrouperMODL.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6635436a4..6307320fc 100644 --- a/src/Learning/KWDataPreparation/KWGrouperMODLBasic.cpp +++ b/src/Learning/KWDataPreparation/KWGrouperMODLBasic.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1825e5379..bf09ae868 100644 --- a/src/Learning/KWDataPreparation/KWGrouperMODLInternal.cpp +++ b/src/Learning/KWDataPreparation/KWGrouperMODLInternal.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 76b52e39b..5d448afe9 100644 --- a/src/Learning/KWDataPreparation/KWGrouperMODLInternal.h +++ b/src/Learning/KWDataPreparation/KWGrouperMODLInternal.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9a7ea7bfa..ae1723fe0 100644 --- a/src/Learning/KWDataPreparation/KWGrouperMODLOptimization.cpp +++ b/src/Learning/KWDataPreparation/KWGrouperMODLOptimization.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 dac30ec11..c233a3bd6 100644 --- a/src/Learning/KWDataPreparation/KWGrouperSpec.cpp +++ b/src/Learning/KWDataPreparation/KWGrouperSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 af052ea84..eb4ac471d 100644 --- a/src/Learning/KWDataPreparation/KWGrouperSpec.h +++ b/src/Learning/KWDataPreparation/KWGrouperSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWGrouperUnsupervisedMODL.cpp b/src/Learning/KWDataPreparation/KWGrouperUnsupervisedMODL.cpp index 2a4713b51..5e6ffe05d 100644 --- a/src/Learning/KWDataPreparation/KWGrouperUnsupervisedMODL.cpp +++ b/src/Learning/KWDataPreparation/KWGrouperUnsupervisedMODL.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6043dc67c..4d25396ac 100644 --- a/src/Learning/KWDataPreparation/KWLearningErrorManager.cpp +++ b/src/Learning/KWDataPreparation/KWLearningErrorManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6a788aef9..6ee2c4e53 100644 --- a/src/Learning/KWDataPreparation/KWLearningErrorManager.h +++ b/src/Learning/KWDataPreparation/KWLearningErrorManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e839370a0..97258abf9 100644 --- a/src/Learning/KWDataPreparation/KWLearningReport.cpp +++ b/src/Learning/KWDataPreparation/KWLearningReport.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c43e66e47..16fab4a40 100644 --- a/src/Learning/KWDataPreparation/KWLearningReport.h +++ b/src/Learning/KWDataPreparation/KWLearningReport.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9a1146d96..edc80d2c7 100644 --- a/src/Learning/KWDataPreparation/KWLearningSpec.cpp +++ b/src/Learning/KWDataPreparation/KWLearningSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7915dc12d..2874280a8 100644 --- a/src/Learning/KWDataPreparation/KWLearningSpec.h +++ b/src/Learning/KWDataPreparation/KWLearningSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 24ffec6f3..b807e2f9c 100644 --- a/src/Learning/KWDataPreparation/KWPreprocessingSpec.cpp +++ b/src/Learning/KWDataPreparation/KWPreprocessingSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3f76e79b5..600290551 100644 --- a/src/Learning/KWDataPreparation/KWPreprocessingSpec.h +++ b/src/Learning/KWDataPreparation/KWPreprocessingSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5fdbc8992..4a36a9313 100644 --- a/src/Learning/KWDataPreparation/KWProbabilityTable.cpp +++ b/src/Learning/KWDataPreparation/KWProbabilityTable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3d2519e99..fdeec3471 100644 --- a/src/Learning/KWDataPreparation/KWProbabilityTable.h +++ b/src/Learning/KWDataPreparation/KWProbabilityTable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a77be3370..1909cbb05 100644 --- a/src/Learning/KWDataPreparation/KWQuantileBuilder.cpp +++ b/src/Learning/KWDataPreparation/KWQuantileBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f610df37f..9cbddc7f6 100644 --- a/src/Learning/KWDataPreparation/KWQuantileBuilder.h +++ b/src/Learning/KWDataPreparation/KWQuantileBuilder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 501e27def..c01dad9d4 100644 --- a/src/Learning/KWDataPreparation/KWStat.cpp +++ b/src/Learning/KWDataPreparation/KWStat.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a34f658b0..9561cb152 100644 --- a/src/Learning/KWDataPreparation/KWStat.h +++ b/src/Learning/KWDataPreparation/KWStat.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3cb5bd406..f28379599 100644 --- a/src/Learning/KWDataPreparation/KWStatisticalEvaluation.cpp +++ b/src/Learning/KWDataPreparation/KWStatisticalEvaluation.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8d39ec8ff..9350be4cb 100644 --- a/src/Learning/KWDataPreparation/KWStatisticalEvaluation.h +++ b/src/Learning/KWDataPreparation/KWStatisticalEvaluation.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a88359234..3f6d83037 100644 --- a/src/Learning/KWDataPreparation/KWTupleTable.cpp +++ b/src/Learning/KWDataPreparation/KWTupleTable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9a87a8d15..bd6a89e7a 100644 --- a/src/Learning/KWDataPreparation/KWTupleTable.h +++ b/src/Learning/KWDataPreparation/KWTupleTable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c3c4bf425..b07e8413b 100644 --- a/src/Learning/KWDataPreparation/KWTupleTableCompareFunctions.cpp +++ b/src/Learning/KWDataPreparation/KWTupleTableCompareFunctions.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 37482a543..514645357 100644 --- a/src/Learning/KWDataPreparation/KWTupleTableLoader.cpp +++ b/src/Learning/KWDataPreparation/KWTupleTableLoader.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 632dbb9ed..573085c4a 100644 --- a/src/Learning/KWDataPreparation/KWTupleTableLoader.h +++ b/src/Learning/KWDataPreparation/KWTupleTableLoader.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f61b08cf8..d0450af7b 100644 --- a/src/Learning/KWDataPreparation/KWUnivariatePartitionCost.cpp +++ b/src/Learning/KWDataPreparation/KWUnivariatePartitionCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 612511b0d..c0fa1bfb6 100644 --- a/src/Learning/KWDataPreparation/KWUnivariatePartitionCost.h +++ b/src/Learning/KWDataPreparation/KWUnivariatePartitionCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/TSV.cpp b/src/Learning/KWDataPreparation/TSV.cpp index 46893ea76..33d09bb65 100644 --- a/src/Learning/KWDataPreparation/TSV.cpp +++ b/src/Learning/KWDataPreparation/TSV.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/TSV.h b/src/Learning/KWDataPreparation/TSV.h index 0a7bf9bf4..99142caa7 100644 --- a/src/Learning/KWDataPreparation/TSV.h +++ b/src/Learning/KWDataPreparation/TSV.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ff99bfb2a..a35b20e5f 100644 --- a/src/Learning/KWDataUtils/KWArtificialDataset.cpp +++ b/src/Learning/KWDataUtils/KWArtificialDataset.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6e8d98fca..fdb3a31a5 100644 --- a/src/Learning/KWDataUtils/KWArtificialDataset.h +++ b/src/Learning/KWDataUtils/KWArtificialDataset.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 92d4ab82d..a95f2847b 100644 --- a/src/Learning/KWDataUtils/KWChunkSorterTask.cpp +++ b/src/Learning/KWDataUtils/KWChunkSorterTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c3f1fb703..7bbb0d7fd 100644 --- a/src/Learning/KWDataUtils/KWChunkSorterTask.h +++ b/src/Learning/KWDataUtils/KWChunkSorterTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f87200aa1..b7fb6d829 100644 --- a/src/Learning/KWDataUtils/KWDataTableSliceSet.cpp +++ b/src/Learning/KWDataUtils/KWDataTableSliceSet.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c7cfa42f1..a27b6a29c 100644 --- a/src/Learning/KWDataUtils/KWDataTableSliceSet.h +++ b/src/Learning/KWDataUtils/KWDataTableSliceSet.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ee7403a0e..fa3c04fd8 100644 --- a/src/Learning/KWDataUtils/KWDatabaseBasicStatsTask.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseBasicStatsTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 418b86a1e..bfd5761b4 100644 --- a/src/Learning/KWDataUtils/KWDatabaseBasicStatsTask.h +++ b/src/Learning/KWDataUtils/KWDatabaseBasicStatsTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 da6e1bfdf..2e7df7fd2 100644 --- a/src/Learning/KWDataUtils/KWDatabaseCheckTask.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseCheckTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 aa9cda95e..a066abe90 100644 --- a/src/Learning/KWDataUtils/KWDatabaseCheckTask.h +++ b/src/Learning/KWDataUtils/KWDatabaseCheckTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f29c04b4c..060cc8691 100644 --- a/src/Learning/KWDataUtils/KWDatabaseChunkBuilder.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseChunkBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2340add88..a02af20fe 100644 --- a/src/Learning/KWDataUtils/KWDatabaseChunkBuilder.h +++ b/src/Learning/KWDataUtils/KWDatabaseChunkBuilder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2cd486e39..139c4816a 100644 --- a/src/Learning/KWDataUtils/KWDatabaseIndexer.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseIndexer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7fc136fe6..4a3e9f9ab 100644 --- a/src/Learning/KWDataUtils/KWDatabaseIndexer.h +++ b/src/Learning/KWDataUtils/KWDatabaseIndexer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b7bb05961..4dead9f84 100644 --- a/src/Learning/KWDataUtils/KWDatabaseSlicerTask.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseSlicerTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5ffe91b25..f472a297c 100644 --- a/src/Learning/KWDataUtils/KWDatabaseSlicerTask.h +++ b/src/Learning/KWDataUtils/KWDatabaseSlicerTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ef6a8a369..995f8df61 100644 --- a/src/Learning/KWDataUtils/KWDatabaseTask.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3411ca539..6142f208f 100644 --- a/src/Learning/KWDataUtils/KWDatabaseTask.h +++ b/src/Learning/KWDataUtils/KWDatabaseTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 015a86a7f..760b1e585 100644 --- a/src/Learning/KWDataUtils/KWDatabaseTransferTask.cpp +++ b/src/Learning/KWDataUtils/KWDatabaseTransferTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 04459ed43..e12b547ad 100644 --- a/src/Learning/KWDataUtils/KWDatabaseTransferTask.h +++ b/src/Learning/KWDataUtils/KWDatabaseTransferTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0c8e3b217..612a13729 100644 --- a/src/Learning/KWDataUtils/KWFileIndexerTask.cpp +++ b/src/Learning/KWDataUtils/KWFileIndexerTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9e4e3dc57..cfdc64b37 100644 --- a/src/Learning/KWDataUtils/KWFileIndexerTask.h +++ b/src/Learning/KWDataUtils/KWFileIndexerTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2b576a800..1bd49f0ed 100644 --- a/src/Learning/KWDataUtils/KWFileKeyExtractorTask.cpp +++ b/src/Learning/KWDataUtils/KWFileKeyExtractorTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 25728d830..94730fced 100644 --- a/src/Learning/KWDataUtils/KWFileKeyExtractorTask.h +++ b/src/Learning/KWDataUtils/KWFileKeyExtractorTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2fc82566b..bec223c13 100644 --- a/src/Learning/KWDataUtils/KWFileSorter.cpp +++ b/src/Learning/KWDataUtils/KWFileSorter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8c881e121..b931e2271 100644 --- a/src/Learning/KWDataUtils/KWFileSorter.h +++ b/src/Learning/KWDataUtils/KWFileSorter.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d711b3c1d..c123c37d4 100644 --- a/src/Learning/KWDataUtils/KWKey.cpp +++ b/src/Learning/KWDataUtils/KWKey.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 868e52a99..aa676e843 100644 --- a/src/Learning/KWDataUtils/KWKey.h +++ b/src/Learning/KWDataUtils/KWKey.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e7c05f4e1..4c8fcf4b9 100644 --- a/src/Learning/KWDataUtils/KWKeyExtractor.cpp +++ b/src/Learning/KWDataUtils/KWKeyExtractor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e0d277c18..995464957 100644 --- a/src/Learning/KWDataUtils/KWKeyExtractor.h +++ b/src/Learning/KWDataUtils/KWKeyExtractor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8a19a321b..59c9afe1b 100644 --- a/src/Learning/KWDataUtils/KWKeyPositionFinderTask.cpp +++ b/src/Learning/KWDataUtils/KWKeyPositionFinderTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 241e3b63f..7fc4e6b45 100644 --- a/src/Learning/KWDataUtils/KWKeyPositionFinderTask.h +++ b/src/Learning/KWDataUtils/KWKeyPositionFinderTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 62c5f2161..ee4b5ca73 100644 --- a/src/Learning/KWDataUtils/KWKeyPositionSampleExtractorTask.cpp +++ b/src/Learning/KWDataUtils/KWKeyPositionSampleExtractorTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d3ca07151..a61a1283b 100644 --- a/src/Learning/KWDataUtils/KWKeyPositionSampleExtractorTask.h +++ b/src/Learning/KWDataUtils/KWKeyPositionSampleExtractorTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 87136804d..32265ac76 100644 --- a/src/Learning/KWDataUtils/KWKeySampleExtractorTask.cpp +++ b/src/Learning/KWDataUtils/KWKeySampleExtractorTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0c9682da8..2370f1813 100644 --- a/src/Learning/KWDataUtils/KWKeySampleExtractorTask.h +++ b/src/Learning/KWDataUtils/KWKeySampleExtractorTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 14925b2fd..73371e511 100644 --- a/src/Learning/KWDataUtils/KWKeySizeEvaluatorTask.cpp +++ b/src/Learning/KWDataUtils/KWKeySizeEvaluatorTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8adaf0a37..dc0a33d5e 100644 --- a/src/Learning/KWDataUtils/KWKeySizeEvaluatorTask.h +++ b/src/Learning/KWDataUtils/KWKeySizeEvaluatorTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1cac7407a..8cd28231d 100644 --- a/src/Learning/KWDataUtils/KWSortBuckets.cpp +++ b/src/Learning/KWDataUtils/KWSortBuckets.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 24147d8a3..6640b5499 100644 --- a/src/Learning/KWDataUtils/KWSortBuckets.h +++ b/src/Learning/KWDataUtils/KWSortBuckets.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4a2ee0f7b..0b58e62a0 100644 --- a/src/Learning/KWDataUtils/KWSortedChunkBuilderTask.cpp +++ b/src/Learning/KWDataUtils/KWSortedChunkBuilderTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 278570c23..d1d611eae 100644 --- a/src/Learning/KWDataUtils/KWSortedChunkBuilderTask.h +++ b/src/Learning/KWDataUtils/KWSortedChunkBuilderTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 95779d88e..a488ceabe 100644 --- a/src/Learning/KWDataUtils/KWTestDatabaseTransfer.cpp +++ b/src/Learning/KWDataUtils/KWTestDatabaseTransfer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 86fd7d611..0785ccd45 100644 --- a/src/Learning/KWDataUtils/KWTestDatabaseTransfer.h +++ b/src/Learning/KWDataUtils/KWTestDatabaseTransfer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c4a0dbfa3..557f6a9c6 100644 --- a/src/Learning/KWDataUtils/PLDataTableDriverTextFile.cpp +++ b/src/Learning/KWDataUtils/PLDataTableDriverTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f977eda4c..947e2a7bd 100644 --- a/src/Learning/KWDataUtils/PLDataTableDriverTextFile.h +++ b/src/Learning/KWDataUtils/PLDataTableDriverTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e5ea13bfb..5b9bda5cd 100644 --- a/src/Learning/KWDataUtils/PLDatabaseTextFile.cpp +++ b/src/Learning/KWDataUtils/PLDatabaseTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6005f7b35..2e75ba79a 100644 --- a/src/Learning/KWDataUtils/PLDatabaseTextFile.h +++ b/src/Learning/KWDataUtils/PLDatabaseTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 971d38988..23c9f8d13 100644 --- a/src/Learning/KWDataUtils/PLMTDatabaseTextFile.cpp +++ b/src/Learning/KWDataUtils/PLMTDatabaseTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e46e663fb..fa72cea1d 100644 --- a/src/Learning/KWDataUtils/PLMTDatabaseTextFile.h +++ b/src/Learning/KWDataUtils/PLMTDatabaseTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 caebadd1d..4c2d04d65 100644 --- a/src/Learning/KWDataUtils/PLSTDatabaseTextFile.cpp +++ b/src/Learning/KWDataUtils/PLSTDatabaseTextFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 93296b585..5835c9110 100644 --- a/src/Learning/KWDataUtils/PLSTDatabaseTextFile.h +++ b/src/Learning/KWDataUtils/PLSTDatabaseTextFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f1975c680..576efe4f6 100644 --- a/src/Learning/KWDataUtils/PLUseMPI.h +++ b/src/Learning/KWDataUtils/PLUseMPI.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2013bfbbd..78e9ff538 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisResults.cpp +++ b/src/Learning/KWLearningProblem/KWAnalysisResults.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f10907d5a..7266dd0d3 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisResults.h +++ b/src/Learning/KWLearningProblem/KWAnalysisResults.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6185fd01d..87aa8da53 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisResultsView.cpp +++ b/src/Learning/KWLearningProblem/KWAnalysisResultsView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 87114cc51..7dcc2697d 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisResultsView.h +++ b/src/Learning/KWLearningProblem/KWAnalysisResultsView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2c26eb8a2..44d766ec4 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisSpec.cpp +++ b/src/Learning/KWLearningProblem/KWAnalysisSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2c2c7aa93..afe74deca 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisSpec.h +++ b/src/Learning/KWLearningProblem/KWAnalysisSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c51411cfb..79dfc3d46 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisSpecView.cpp +++ b/src/Learning/KWLearningProblem/KWAnalysisSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 43843e48d..fac3a3a69 100644 --- a/src/Learning/KWLearningProblem/KWAnalysisSpecView.h +++ b/src/Learning/KWLearningProblem/KWAnalysisSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3112f32c4..b4c1d7523 100644 --- a/src/Learning/KWLearningProblem/KWCrashTestParametersView.cpp +++ b/src/Learning/KWLearningProblem/KWCrashTestParametersView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 593bf23e2..9a413a08f 100644 --- a/src/Learning/KWLearningProblem/KWCrashTestParametersView.h +++ b/src/Learning/KWLearningProblem/KWCrashTestParametersView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a493a22a4..bded43505 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblem.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3d87e78a2..7b7867028 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblem.h +++ b/src/Learning/KWLearningProblem/KWLearningProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 737286fdf..a58df76ce 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemActionView.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProblemActionView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e8d636df9..3b1ee8bd2 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemActionView.h +++ b/src/Learning/KWLearningProblem/KWLearningProblemActionView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c604e45c1..e79f7f383 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemComputeStats.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProblemComputeStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 09e7debbb..11e0ca404 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemHelpCard.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProblemHelpCard.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f0a2b4bf2..44c0a0d3f 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemHelpCard.h +++ b/src/Learning/KWLearningProblem/KWLearningProblemHelpCard.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 505356851..c26b6d882 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemTrain.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProblemTrain.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 bcd00ea8d..d08a368b7 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemView.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 deba4e6b3..ebf627b8c 100644 --- a/src/Learning/KWLearningProblem/KWLearningProblemView.h +++ b/src/Learning/KWLearningProblem/KWLearningProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 737a07571..fd5ad35af 100644 --- a/src/Learning/KWLearningProblem/KWLearningProject.cpp +++ b/src/Learning/KWLearningProblem/KWLearningProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e7dd9964e..203cc3c9a 100644 --- a/src/Learning/KWLearningProblem/KWLearningProject.h +++ b/src/Learning/KWLearningProblem/KWLearningProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b22e91891..8d4b6d331 100644 --- a/src/Learning/KWLearningProblem/KWModelingAdvancedSpecView.cpp +++ b/src/Learning/KWLearningProblem/KWModelingAdvancedSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 413d08a60..3af3087ed 100644 --- a/src/Learning/KWLearningProblem/KWModelingAdvancedSpecView.h +++ b/src/Learning/KWLearningProblem/KWModelingAdvancedSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWModelingExpertSpecView.cpp b/src/Learning/KWLearningProblem/KWModelingExpertSpecView.cpp index a7fa2278b..9c9617745 100644 --- a/src/Learning/KWLearningProblem/KWModelingExpertSpecView.cpp +++ b/src/Learning/KWLearningProblem/KWModelingExpertSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWModelingExpertSpecView.h b/src/Learning/KWLearningProblem/KWModelingExpertSpecView.h index 90458b96b..ab1ab9317 100644 --- a/src/Learning/KWLearningProblem/KWModelingExpertSpecView.h +++ b/src/Learning/KWLearningProblem/KWModelingExpertSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 23cbab27a..7e8b32c3b 100644 --- a/src/Learning/KWLearningProblem/KWModelingSpec.cpp +++ b/src/Learning/KWLearningProblem/KWModelingSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1db54fcc0..cbfb3faff 100644 --- a/src/Learning/KWLearningProblem/KWModelingSpec.h +++ b/src/Learning/KWLearningProblem/KWModelingSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1993d2d11..49ad395c7 100644 --- a/src/Learning/KWLearningProblem/KWModelingSpecView.cpp +++ b/src/Learning/KWLearningProblem/KWModelingSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0e02d0b3f..64f1afbc8 100644 --- a/src/Learning/KWLearningProblem/KWModelingSpecView.h +++ b/src/Learning/KWLearningProblem/KWModelingSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 895fe0ee1..7719542ce 100644 --- a/src/Learning/KWLearningProblem/KWRecoderSpec.cpp +++ b/src/Learning/KWLearningProblem/KWRecoderSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0728530b5..0ac33eb0e 100644 --- a/src/Learning/KWLearningProblem/KWRecoderSpec.h +++ b/src/Learning/KWLearningProblem/KWRecoderSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e6078789b..1b2f401b2 100644 --- a/src/Learning/KWLearningProblem/KWRecoderSpecView.cpp +++ b/src/Learning/KWLearningProblem/KWRecoderSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 16925188b..ef61434a6 100644 --- a/src/Learning/KWLearningProblem/KWRecoderSpecView.h +++ b/src/Learning/KWLearningProblem/KWRecoderSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 db18c85ef..856c74c19 100644 --- a/src/Learning/KWLearningProblem/KWSystemParametersView.cpp +++ b/src/Learning/KWLearningProblem/KWSystemParametersView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fcc8152bf..0d8ba664c 100644 --- a/src/Learning/KWLearningProblem/KWSystemParametersView.h +++ b/src/Learning/KWLearningProblem/KWSystemParametersView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d65a77282..91d0711f5 100644 --- a/src/Learning/KWModeling/KWAttributeConstructionReport.cpp +++ b/src/Learning/KWModeling/KWAttributeConstructionReport.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a7440e21c..c7144ed00 100644 --- a/src/Learning/KWModeling/KWAttributeConstructionReport.h +++ b/src/Learning/KWModeling/KWAttributeConstructionReport.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 04b25880c..98e2d0df0 100644 --- a/src/Learning/KWModeling/KWAttributeConstructionSpec.cpp +++ b/src/Learning/KWModeling/KWAttributeConstructionSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9e0a784d7..133a9e04a 100644 --- a/src/Learning/KWModeling/KWAttributeConstructionSpec.h +++ b/src/Learning/KWModeling/KWAttributeConstructionSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 481711026..0586b2c5d 100644 --- a/src/Learning/KWModeling/KWBenchmarkClassSpec.cpp +++ b/src/Learning/KWModeling/KWBenchmarkClassSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 59ea7cce5..c8262fc8d 100644 --- a/src/Learning/KWModeling/KWBenchmarkClassSpec.h +++ b/src/Learning/KWModeling/KWBenchmarkClassSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c12add4f1..31a980266 100644 --- a/src/Learning/KWModeling/KWBenchmarkSpec.cpp +++ b/src/Learning/KWModeling/KWBenchmarkSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3110c8e9c..6df49150d 100644 --- a/src/Learning/KWModeling/KWBenchmarkSpec.h +++ b/src/Learning/KWModeling/KWBenchmarkSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e1bc88d12..c1b45fc1d 100644 --- a/src/Learning/KWModeling/KWClassifierPostOptimizer.cpp +++ b/src/Learning/KWModeling/KWClassifierPostOptimizer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c916638bb..a5b1b04d7 100644 --- a/src/Learning/KWModeling/KWClassifierPostOptimizer.h +++ b/src/Learning/KWModeling/KWClassifierPostOptimizer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 40b6eda8e..a8d4f2014 100644 --- a/src/Learning/KWModeling/KWDRNBPredictor.cpp +++ b/src/Learning/KWModeling/KWDRNBPredictor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e58e016f5..89bb15fa6 100644 --- a/src/Learning/KWModeling/KWDRNBPredictor.h +++ b/src/Learning/KWModeling/KWDRNBPredictor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 123bb38f0..4bdc870fd 100644 --- a/src/Learning/KWModeling/KWDRPredictor.cpp +++ b/src/Learning/KWModeling/KWDRPredictor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f28d32c23..ac853ce0f 100644 --- a/src/Learning/KWModeling/KWDRPredictor.h +++ b/src/Learning/KWModeling/KWDRPredictor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 968849016..c4abc713d 100644 --- a/src/Learning/KWModeling/KWDataPreparationClass.cpp +++ b/src/Learning/KWModeling/KWDataPreparationClass.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e222e7cee..77c332a8d 100644 --- a/src/Learning/KWModeling/KWDataPreparationClass.h +++ b/src/Learning/KWModeling/KWDataPreparationClass.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4b18ba7d4..0115b3cb8 100644 --- a/src/Learning/KWModeling/KWLearningBenchmark.cpp +++ b/src/Learning/KWModeling/KWLearningBenchmark.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 64b290aa4..1c36ed0c6 100644 --- a/src/Learning/KWModeling/KWLearningBenchmark.h +++ b/src/Learning/KWModeling/KWLearningBenchmark.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cfb733af3..ea9f21483 100644 --- a/src/Learning/KWModeling/KWLearningBenchmarkBivariate.cpp +++ b/src/Learning/KWModeling/KWLearningBenchmarkBivariate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5a15f3ad5..5c2bf8145 100644 --- a/src/Learning/KWModeling/KWLearningBenchmarkBivariate.h +++ b/src/Learning/KWModeling/KWLearningBenchmarkBivariate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d5da13a69..fab2ba8f0 100644 --- a/src/Learning/KWModeling/KWLearningBenchmarkUnivariate.cpp +++ b/src/Learning/KWModeling/KWLearningBenchmarkUnivariate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 eed7f2d1b..4e1d83f35 100644 --- a/src/Learning/KWModeling/KWLearningBenchmarkUnivariate.h +++ b/src/Learning/KWModeling/KWLearningBenchmarkUnivariate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 99ed5f990..f4ba57187 100644 --- a/src/Learning/KWModeling/KWPredictor.cpp +++ b/src/Learning/KWModeling/KWPredictor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0d078c914..cebe3bd51 100644 --- a/src/Learning/KWModeling/KWPredictor.h +++ b/src/Learning/KWModeling/KWPredictor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f36b7084d..3bf75a3f8 100644 --- a/src/Learning/KWModeling/KWPredictorBaseline.cpp +++ b/src/Learning/KWModeling/KWPredictorBaseline.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e4a9ee3b5..4e07ec607 100644 --- a/src/Learning/KWModeling/KWPredictorBaseline.h +++ b/src/Learning/KWModeling/KWPredictorBaseline.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5957f2e95..322d65357 100644 --- a/src/Learning/KWModeling/KWPredictorBivariate.cpp +++ b/src/Learning/KWModeling/KWPredictorBivariate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 da885c226..62cace67b 100644 --- a/src/Learning/KWModeling/KWPredictorBivariate.h +++ b/src/Learning/KWModeling/KWPredictorBivariate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 493c14ae0..0666f7b8e 100644 --- a/src/Learning/KWModeling/KWPredictorDataGrid.cpp +++ b/src/Learning/KWModeling/KWPredictorDataGrid.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3bd080083..8e909436c 100644 --- a/src/Learning/KWModeling/KWPredictorDataGrid.h +++ b/src/Learning/KWModeling/KWPredictorDataGrid.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 bf05a65b2..04be76aad 100644 --- a/src/Learning/KWModeling/KWPredictorEvaluation.cpp +++ b/src/Learning/KWModeling/KWPredictorEvaluation.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 74c46cf3a..db999571d 100644 --- a/src/Learning/KWModeling/KWPredictorEvaluation.h +++ b/src/Learning/KWModeling/KWPredictorEvaluation.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f9d4b2039..28e436c74 100644 --- a/src/Learning/KWModeling/KWPredictorEvaluationTask.cpp +++ b/src/Learning/KWModeling/KWPredictorEvaluationTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0e27f0abc..71cb4720b 100644 --- a/src/Learning/KWModeling/KWPredictorEvaluationTask.h +++ b/src/Learning/KWModeling/KWPredictorEvaluationTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 21f3350c3..cf34a6b2a 100644 --- a/src/Learning/KWModeling/KWPredictorNaiveBayes.cpp +++ b/src/Learning/KWModeling/KWPredictorNaiveBayes.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ef70d3fd3..1cc3670a0 100644 --- a/src/Learning/KWModeling/KWPredictorNaiveBayes.h +++ b/src/Learning/KWModeling/KWPredictorNaiveBayes.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 92d492fec..ff60c9243 100644 --- a/src/Learning/KWModeling/KWPredictorReport.cpp +++ b/src/Learning/KWModeling/KWPredictorReport.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3568992b0..70bfb4324 100644 --- a/src/Learning/KWModeling/KWPredictorReport.h +++ b/src/Learning/KWModeling/KWPredictorReport.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 af11c7fe5..22a580d69 100644 --- a/src/Learning/KWModeling/KWPredictorSpec.cpp +++ b/src/Learning/KWModeling/KWPredictorSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 35ca68074..298213689 100644 --- a/src/Learning/KWModeling/KWPredictorSpec.h +++ b/src/Learning/KWModeling/KWPredictorSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4260d9d1d..cb2b43aee 100644 --- a/src/Learning/KWModeling/KWPredictorUnivariate.cpp +++ b/src/Learning/KWModeling/KWPredictorUnivariate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e60c1e80e..4f52656ac 100644 --- a/src/Learning/KWModeling/KWPredictorUnivariate.h +++ b/src/Learning/KWModeling/KWPredictorUnivariate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fa98bf193..e8ac60db5 100644 --- a/src/Learning/KWModeling/KWRecodingSpec.cpp +++ b/src/Learning/KWModeling/KWRecodingSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 497115cee..fbbeb7961 100644 --- a/src/Learning/KWModeling/KWRecodingSpec.h +++ b/src/Learning/KWModeling/KWRecodingSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f18f5b657..9ed87e772 100644 --- a/src/Learning/KWModeling/KWSelectionParameters.cpp +++ b/src/Learning/KWModeling/KWSelectionParameters.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6d69c209f..3b3cada2e 100644 --- a/src/Learning/KWModeling/KWSelectionParameters.h +++ b/src/Learning/KWModeling/KWSelectionParameters.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 739884751..086dd2c53 100644 --- a/src/Learning/KWModeling/KWTrainParameters.cpp +++ b/src/Learning/KWModeling/KWTrainParameters.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6a0d0d5ce..dcb10eb8e 100644 --- a/src/Learning/KWModeling/KWTrainParameters.h +++ b/src/Learning/KWModeling/KWTrainParameters.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 98d80075f..0a5d7a2d6 100644 --- a/src/Learning/KWModeling/KWTrainedPredictor.cpp +++ b/src/Learning/KWModeling/KWTrainedPredictor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 63b1fdd9c..21712b8bb 100644 --- a/src/Learning/KWModeling/KWTrainedPredictor.h +++ b/src/Learning/KWModeling/KWTrainedPredictor.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9a5bb6e5a..36f502067 100644 --- a/src/Learning/KWTest/CreateLargeFiles.cpp +++ b/src/Learning/KWTest/CreateLargeFiles.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1080e03bd..9d1b7dd53 100644 --- a/src/Learning/KWTest/CreateLargeFiles.h +++ b/src/Learning/KWTest/CreateLargeFiles.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a64ab9b15..b810c9368 100644 --- a/src/Learning/KWTest/Divers.cpp +++ b/src/Learning/KWTest/Divers.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 faaaefa59..2cafd7b34 100644 --- a/src/Learning/KWTest/Divers.h +++ b/src/Learning/KWTest/Divers.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ce9b3a455..fd254b89e 100644 --- a/src/Learning/KWTest/HanoiTower.cpp +++ b/src/Learning/KWTest/HanoiTower.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 011688058..5cfa13d75 100644 --- a/src/Learning/KWTest/HanoiTower.h +++ b/src/Learning/KWTest/HanoiTower.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e03663727..fe03003a4 100644 --- a/src/Learning/KWTest/KDMultinomialSamplingStudy.cpp +++ b/src/Learning/KWTest/KDMultinomialSamplingStudy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9d1e35464..2bd2e51a0 100644 --- a/src/Learning/KWTest/KDMultinomialSamplingStudy.h +++ b/src/Learning/KWTest/KDMultinomialSamplingStudy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 83546f11d..087123e01 100644 --- a/src/Learning/KWTest/KWDataGridTest.cpp +++ b/src/Learning/KWTest/KWDataGridTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5777b7031..06ea3612c 100644 --- a/src/Learning/KWTest/KWDataGridTest.h +++ b/src/Learning/KWTest/KWDataGridTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 50ff97610..e125da8aa 100644 --- a/src/Learning/KWTest/KWDensityEstimationTest.cpp +++ b/src/Learning/KWTest/KWDensityEstimationTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 99cc5b770..6061decfc 100644 --- a/src/Learning/KWTest/KWDensityEstimationTest.h +++ b/src/Learning/KWTest/KWDensityEstimationTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ad2cc168d..288f3de4d 100644 --- a/src/Learning/KWTest/KWDiscretizerTest.cpp +++ b/src/Learning/KWTest/KWDiscretizerTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8f2bb198b..5a4718ae5 100644 --- a/src/Learning/KWTest/KWDiscretizerTest.h +++ b/src/Learning/KWTest/KWDiscretizerTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 00d03efa6..a5524e65a 100644 --- a/src/Learning/KWTest/KWGrouperTest.cpp +++ b/src/Learning/KWTest/KWGrouperTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0075da309..a8861c25d 100644 --- a/src/Learning/KWTest/KWGrouperTest.h +++ b/src/Learning/KWTest/KWGrouperTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1a9efbeb6..3fdf1f0f1 100644 --- a/src/Learning/KWTest/KWHierarchicalMultinomialStudy.cpp +++ b/src/Learning/KWTest/KWHierarchicalMultinomialStudy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 154eed74b..f40be69c4 100644 --- a/src/Learning/KWTest/KWHierarchicalMultinomialStudy.h +++ b/src/Learning/KWTest/KWHierarchicalMultinomialStudy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 25edcbfe1..ce7418459 100644 --- a/src/Learning/KWTest/KWNewType.cpp +++ b/src/Learning/KWTest/KWNewType.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ba495c2ec..99062f017 100644 --- a/src/Learning/KWTest/KWNewType.h +++ b/src/Learning/KWTest/KWNewType.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 92bb9c24e..640a6332e 100644 --- a/src/Learning/KWTest/KWSNBStudy.cpp +++ b/src/Learning/KWTest/KWSNBStudy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3d819fdea..ab1f3c1a1 100644 --- a/src/Learning/KWTest/KWSNBStudy.h +++ b/src/Learning/KWTest/KWSNBStudy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 29577a971..80db7cebb 100644 --- a/src/Learning/KWTest/KWTextParser.cpp +++ b/src/Learning/KWTest/KWTextParser.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 01c773ed4..a8622ac69 100644 --- a/src/Learning/KWTest/KWTextParser.h +++ b/src/Learning/KWTest/KWTextParser.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e1f0b5191..a5b6c2dd3 100644 --- a/src/Learning/KWTest/SizeofStudy.cpp +++ b/src/Learning/KWTest/SizeofStudy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c597a82d4..4ce67275e 100644 --- a/src/Learning/KWTest/SizeofStudy.h +++ b/src/Learning/KWTest/SizeofStudy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f143e2166..0c7b1b6a3 100644 --- a/src/Learning/KWTest/SparseStudy.cpp +++ b/src/Learning/KWTest/SparseStudy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f33291b70..7c7ffb8c6 100644 --- a/src/Learning/KWTest/SparseStudy.h +++ b/src/Learning/KWTest/SparseStudy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fcfa11217..635f47551 100644 --- a/src/Learning/KWTest/StreamTest.cpp +++ b/src/Learning/KWTest/StreamTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a94a3d618..0e7903042 100644 --- a/src/Learning/KWTest/StreamTest.h +++ b/src/Learning/KWTest/StreamTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4fdf1dcc6..0b75ed173 100644 --- a/src/Learning/KWTest/SystemDivers.cpp +++ b/src/Learning/KWTest/SystemDivers.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 efc82ec47..e6240e944 100644 --- a/src/Learning/KWTest/SystemDivers.h +++ b/src/Learning/KWTest/SystemDivers.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5104f1a5d..60c128b35 100644 --- a/src/Learning/KWTest/Test.cpp +++ b/src/Learning/KWTest/Test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a1f307975..16eea1e34 100644 --- a/src/Learning/KWTest/Test.h +++ b/src/Learning/KWTest/Test.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f56ec0cb5..0df57ad88 100644 --- a/src/Learning/KWUserInterface/KDConstructionDomainView.cpp +++ b/src/Learning/KWUserInterface/KDConstructionDomainView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d833dbd90..6b064ee98 100644 --- a/src/Learning/KWUserInterface/KDConstructionDomainView.h +++ b/src/Learning/KWUserInterface/KDConstructionDomainView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ef5ea807c..c95844ecd 100644 --- a/src/Learning/KWUserInterface/KDConstructionRuleArrayView.cpp +++ b/src/Learning/KWUserInterface/KDConstructionRuleArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7b88c08de..c0683d185 100644 --- a/src/Learning/KWUserInterface/KDConstructionRuleArrayView.h +++ b/src/Learning/KWUserInterface/KDConstructionRuleArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f75f48c10..83ecbf906 100644 --- a/src/Learning/KWUserInterface/KDConstructionRuleView.cpp +++ b/src/Learning/KWUserInterface/KDConstructionRuleView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d1a49abb0..bd05c4f6a 100644 --- a/src/Learning/KWUserInterface/KDConstructionRuleView.h +++ b/src/Learning/KWUserInterface/KDConstructionRuleView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f57c3b157..820e7f83b 100644 --- a/src/Learning/KWUserInterface/KDDataPreparationAttributeCreationTaskView.cpp +++ b/src/Learning/KWUserInterface/KDDataPreparationAttributeCreationTaskView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f62d81f72..485c46ac9 100644 --- a/src/Learning/KWUserInterface/KDDataPreparationAttributeCreationTaskView.h +++ b/src/Learning/KWUserInterface/KDDataPreparationAttributeCreationTaskView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5c0778a7d..6d3291e77 100644 --- a/src/Learning/KWUserInterface/KDTextFeatureSpecView.cpp +++ b/src/Learning/KWUserInterface/KDTextFeatureSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 dc70b523e..76c1587af 100644 --- a/src/Learning/KWUserInterface/KDTextFeatureSpecView.h +++ b/src/Learning/KWUserInterface/KDTextFeatureSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cc0a1a25e..595f6b4a6 100644 --- a/src/Learning/KWUserInterface/KWAttributeConstructionSpecView.cpp +++ b/src/Learning/KWUserInterface/KWAttributeConstructionSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 da269ce75..6b2dd0685 100644 --- a/src/Learning/KWUserInterface/KWAttributeConstructionSpecView.h +++ b/src/Learning/KWUserInterface/KWAttributeConstructionSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 993da637b..599708040 100644 --- a/src/Learning/KWUserInterface/KWAttributeNameArrayView.cpp +++ b/src/Learning/KWUserInterface/KWAttributeNameArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3ae8f1762..f443650b4 100644 --- a/src/Learning/KWUserInterface/KWAttributeNameArrayView.h +++ b/src/Learning/KWUserInterface/KWAttributeNameArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 66fc08e87..3e182e79f 100644 --- a/src/Learning/KWUserInterface/KWAttributeNameView.cpp +++ b/src/Learning/KWUserInterface/KWAttributeNameView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6d3270b76..752db2d01 100644 --- a/src/Learning/KWUserInterface/KWAttributeNameView.h +++ b/src/Learning/KWUserInterface/KWAttributeNameView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 62ebe7f70..91350252e 100644 --- a/src/Learning/KWUserInterface/KWAttributePairNameArrayView.cpp +++ b/src/Learning/KWUserInterface/KWAttributePairNameArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0250d8e37..d8e3a0576 100644 --- a/src/Learning/KWUserInterface/KWAttributePairNameArrayView.h +++ b/src/Learning/KWUserInterface/KWAttributePairNameArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 164f17505..d80193b6e 100644 --- a/src/Learning/KWUserInterface/KWAttributePairNameView.cpp +++ b/src/Learning/KWUserInterface/KWAttributePairNameView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 85156fc28..a3ae0f5ac 100644 --- a/src/Learning/KWUserInterface/KWAttributePairNameView.h +++ b/src/Learning/KWUserInterface/KWAttributePairNameView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 45cfcd056..c6fa2a28d 100644 --- a/src/Learning/KWUserInterface/KWAttributePairsSpecFileView.cpp +++ b/src/Learning/KWUserInterface/KWAttributePairsSpecFileView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 95b6a6dd1..1516a2481 100644 --- a/src/Learning/KWUserInterface/KWAttributePairsSpecFileView.h +++ b/src/Learning/KWUserInterface/KWAttributePairsSpecFileView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 141fa7063..f4b1e3137 100644 --- a/src/Learning/KWUserInterface/KWAttributePairsSpecView.cpp +++ b/src/Learning/KWUserInterface/KWAttributePairsSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0c916c968..59688ed80 100644 --- a/src/Learning/KWUserInterface/KWAttributePairsSpecView.h +++ b/src/Learning/KWUserInterface/KWAttributePairsSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0547acd1c..2fc9d650c 100644 --- a/src/Learning/KWUserInterface/KWAttributeSpec.cpp +++ b/src/Learning/KWUserInterface/KWAttributeSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a0aa791f1..ab5866d54 100644 --- a/src/Learning/KWUserInterface/KWAttributeSpec.h +++ b/src/Learning/KWUserInterface/KWAttributeSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 88f678e59..442b55b5c 100644 --- a/src/Learning/KWUserInterface/KWAttributeSpecArrayView.cpp +++ b/src/Learning/KWUserInterface/KWAttributeSpecArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f169e5cf3..ab1c6abdb 100644 --- a/src/Learning/KWUserInterface/KWAttributeSpecArrayView.h +++ b/src/Learning/KWUserInterface/KWAttributeSpecArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e1441b094..5158aee6a 100644 --- a/src/Learning/KWUserInterface/KWAttributeSpecView.cpp +++ b/src/Learning/KWUserInterface/KWAttributeSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 79eb6263f..d9fa701e1 100644 --- a/src/Learning/KWUserInterface/KWAttributeSpecView.h +++ b/src/Learning/KWUserInterface/KWAttributeSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8e8fc8122..077950a89 100644 --- a/src/Learning/KWUserInterface/KWBenchmarkClassSpecView.cpp +++ b/src/Learning/KWUserInterface/KWBenchmarkClassSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5c87cb07e..526f06031 100644 --- a/src/Learning/KWUserInterface/KWBenchmarkClassSpecView.h +++ b/src/Learning/KWUserInterface/KWBenchmarkClassSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c38f68518..f9f0d2576 100644 --- a/src/Learning/KWUserInterface/KWBenchmarkSpecArrayView.cpp +++ b/src/Learning/KWUserInterface/KWBenchmarkSpecArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3dde64ee5..4fbf6c4cc 100644 --- a/src/Learning/KWUserInterface/KWBenchmarkSpecArrayView.h +++ b/src/Learning/KWUserInterface/KWBenchmarkSpecArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 39fdabb26..27b7b63ad 100644 --- a/src/Learning/KWUserInterface/KWBenchmarkSpecView.cpp +++ b/src/Learning/KWUserInterface/KWBenchmarkSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e235f40e9..4871a62cd 100644 --- a/src/Learning/KWUserInterface/KWBenchmarkSpecView.h +++ b/src/Learning/KWUserInterface/KWBenchmarkSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 055983a71..491916810 100644 --- a/src/Learning/KWUserInterface/KWClassAttributeHelpList.cpp +++ b/src/Learning/KWUserInterface/KWClassAttributeHelpList.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a29075030..f7621e3a3 100644 --- a/src/Learning/KWUserInterface/KWClassAttributeHelpList.h +++ b/src/Learning/KWUserInterface/KWClassAttributeHelpList.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7a74e9247..5f7e99ded 100644 --- a/src/Learning/KWUserInterface/KWClassBuilderView.cpp +++ b/src/Learning/KWUserInterface/KWClassBuilderView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 295160262..2549373ce 100644 --- a/src/Learning/KWUserInterface/KWClassBuilderView.h +++ b/src/Learning/KWUserInterface/KWClassBuilderView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0f94db057..b52186d61 100644 --- a/src/Learning/KWUserInterface/KWClassManagement.cpp +++ b/src/Learning/KWUserInterface/KWClassManagement.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 924244654..4f03d5fb0 100644 --- a/src/Learning/KWUserInterface/KWClassManagement.h +++ b/src/Learning/KWUserInterface/KWClassManagement.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWClassManagementActionView.cpp b/src/Learning/KWUserInterface/KWClassManagementActionView.cpp index 6d7f51ca1..397182b69 100644 --- a/src/Learning/KWUserInterface/KWClassManagementActionView.cpp +++ b/src/Learning/KWUserInterface/KWClassManagementActionView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWClassManagementActionView.h b/src/Learning/KWUserInterface/KWClassManagementActionView.h index f20e4ce12..6adba2416 100644 --- a/src/Learning/KWUserInterface/KWClassManagementActionView.h +++ b/src/Learning/KWUserInterface/KWClassManagementActionView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWClassManagementDialogView.cpp b/src/Learning/KWUserInterface/KWClassManagementDialogView.cpp index 71f5dfb40..d4ff5c373 100644 --- a/src/Learning/KWUserInterface/KWClassManagementDialogView.cpp +++ b/src/Learning/KWUserInterface/KWClassManagementDialogView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWClassManagementDialogView.h b/src/Learning/KWUserInterface/KWClassManagementDialogView.h index ba94938bf..8e1987e36 100644 --- a/src/Learning/KWUserInterface/KWClassManagementDialogView.h +++ b/src/Learning/KWUserInterface/KWClassManagementDialogView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c19f9d9db..a3ef24dd1 100644 --- a/src/Learning/KWUserInterface/KWClassSpec.cpp +++ b/src/Learning/KWUserInterface/KWClassSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 78ba35095..2a8d37bf2 100644 --- a/src/Learning/KWUserInterface/KWClassSpec.h +++ b/src/Learning/KWUserInterface/KWClassSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b23d619b8..f343bcc39 100644 --- a/src/Learning/KWUserInterface/KWClassSpecArrayView.cpp +++ b/src/Learning/KWUserInterface/KWClassSpecArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d3105e0e2..ccf647e8d 100644 --- a/src/Learning/KWUserInterface/KWClassSpecArrayView.h +++ b/src/Learning/KWUserInterface/KWClassSpecArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b344f7e5d..44d9f5555 100644 --- a/src/Learning/KWUserInterface/KWClassSpecView.cpp +++ b/src/Learning/KWUserInterface/KWClassSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a3acc23cd..de1f43b2b 100644 --- a/src/Learning/KWUserInterface/KWClassSpecView.h +++ b/src/Learning/KWUserInterface/KWClassSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d0085e389..9d3572a9d 100644 --- a/src/Learning/KWUserInterface/KWDataGridOptimizerParametersView.cpp +++ b/src/Learning/KWUserInterface/KWDataGridOptimizerParametersView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d3cdc397e..cb9d9c7f8 100644 --- a/src/Learning/KWUserInterface/KWDataGridOptimizerParametersView.h +++ b/src/Learning/KWUserInterface/KWDataGridOptimizerParametersView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d1f68a532..7c09ab46b 100644 --- a/src/Learning/KWUserInterface/KWDataTableKeyExtractorView.cpp +++ b/src/Learning/KWUserInterface/KWDataTableKeyExtractorView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6f65c1848..4327c5208 100644 --- a/src/Learning/KWUserInterface/KWDataTableKeyExtractorView.h +++ b/src/Learning/KWUserInterface/KWDataTableKeyExtractorView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 37781716e..f57a788b8 100644 --- a/src/Learning/KWUserInterface/KWDataTableSorterView.cpp +++ b/src/Learning/KWUserInterface/KWDataTableSorterView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ed9231c6c..a6e00f3ee 100644 --- a/src/Learning/KWUserInterface/KWDataTableSorterView.h +++ b/src/Learning/KWUserInterface/KWDataTableSorterView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 372edc1d3..cc3def0e9 100644 --- a/src/Learning/KWUserInterface/KWDatabaseAttributeValuesHelpList.cpp +++ b/src/Learning/KWUserInterface/KWDatabaseAttributeValuesHelpList.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 734968c50..1c26cbaf4 100644 --- a/src/Learning/KWUserInterface/KWDatabaseAttributeValuesHelpList.h +++ b/src/Learning/KWUserInterface/KWDatabaseAttributeValuesHelpList.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 14b1fbe29..cd6ecdaee 100644 --- a/src/Learning/KWUserInterface/KWDatabaseFormatDetectorView.cpp +++ b/src/Learning/KWUserInterface/KWDatabaseFormatDetectorView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b4bd6535e..3c732c154 100644 --- a/src/Learning/KWUserInterface/KWDatabaseFormatDetectorView.h +++ b/src/Learning/KWUserInterface/KWDatabaseFormatDetectorView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWDatabaseSamplingView.cpp b/src/Learning/KWUserInterface/KWDatabaseSamplingView.cpp index 28c9f9efd..2082771dc 100644 --- a/src/Learning/KWUserInterface/KWDatabaseSamplingView.cpp +++ b/src/Learning/KWUserInterface/KWDatabaseSamplingView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWDatabaseSamplingView.h b/src/Learning/KWUserInterface/KWDatabaseSamplingView.h index d0f3e06ef..7217fc4df 100644 --- a/src/Learning/KWUserInterface/KWDatabaseSamplingView.h +++ b/src/Learning/KWUserInterface/KWDatabaseSamplingView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWDatabaseSelectionView.cpp b/src/Learning/KWUserInterface/KWDatabaseSelectionView.cpp index d5a67c37d..b0985465e 100644 --- a/src/Learning/KWUserInterface/KWDatabaseSelectionView.cpp +++ b/src/Learning/KWUserInterface/KWDatabaseSelectionView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWDatabaseSelectionView.h b/src/Learning/KWUserInterface/KWDatabaseSelectionView.h index 69c2bc67e..4cba735fd 100644 --- a/src/Learning/KWUserInterface/KWDatabaseSelectionView.h +++ b/src/Learning/KWUserInterface/KWDatabaseSelectionView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWDatabaseSpecView.cpp b/src/Learning/KWUserInterface/KWDatabaseSpecView.cpp index 864a00281..be09b44c8 100644 --- a/src/Learning/KWUserInterface/KWDatabaseSpecView.cpp +++ b/src/Learning/KWUserInterface/KWDatabaseSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWDatabaseSpecView.h b/src/Learning/KWUserInterface/KWDatabaseSpecView.h index 39cc5cb47..508b10e4a 100644 --- a/src/Learning/KWUserInterface/KWDatabaseSpecView.h +++ b/src/Learning/KWUserInterface/KWDatabaseSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e694dfc6a..1c12bb16a 100644 --- a/src/Learning/KWUserInterface/KWDatabaseTransferView.cpp +++ b/src/Learning/KWUserInterface/KWDatabaseTransferView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6171c71d0..d072f6dd9 100644 --- a/src/Learning/KWUserInterface/KWDatabaseTransferView.h +++ b/src/Learning/KWUserInterface/KWDatabaseTransferView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 200320580..ad80bd426 100644 --- a/src/Learning/KWUserInterface/KWDatabaseView.cpp +++ b/src/Learning/KWUserInterface/KWDatabaseView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8ecada48b..365df4c1d 100644 --- a/src/Learning/KWUserInterface/KWDatabaseView.h +++ b/src/Learning/KWUserInterface/KWDatabaseView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9fb7c976a..e9250db7c 100644 --- a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpec.cpp +++ b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 810f9c134..9579954d6 100644 --- a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpec.h +++ b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f8e25fe58..3f69b605b 100644 --- a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecArrayView.cpp +++ b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d6bd72de3..900066a55 100644 --- a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecArrayView.h +++ b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 49135e91f..953fbb7b5 100644 --- a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecView.cpp +++ b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 71ba8ed04..03b4f10a4 100644 --- a/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecView.h +++ b/src/Learning/KWUserInterface/KWEvaluatedPredictorSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 23d450f0f..4f988c0ce 100644 --- a/src/Learning/KWUserInterface/KWLearningBenchmarkView.cpp +++ b/src/Learning/KWUserInterface/KWLearningBenchmarkView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c45051abd..c0daf6bdd 100644 --- a/src/Learning/KWUserInterface/KWLearningBenchmarkView.h +++ b/src/Learning/KWUserInterface/KWLearningBenchmarkView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cfa6fb2c9..1d91829fc 100644 --- a/src/Learning/KWUserInterface/KWMTClassBuilderView.cpp +++ b/src/Learning/KWUserInterface/KWMTClassBuilderView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 42cb35da8..1f7f175ad 100644 --- a/src/Learning/KWUserInterface/KWMTClassBuilderView.h +++ b/src/Learning/KWUserInterface/KWMTClassBuilderView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6a8342ae4..ed497c188 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseMappingArrayView.cpp +++ b/src/Learning/KWUserInterface/KWMTDatabaseMappingArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e68ca8e01..d0931c879 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseMappingArrayView.h +++ b/src/Learning/KWUserInterface/KWMTDatabaseMappingArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7c2448a1c..3d5b7a6e8 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseMappingView.cpp +++ b/src/Learning/KWUserInterface/KWMTDatabaseMappingView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 42ae8d868..913ebc841 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseMappingView.h +++ b/src/Learning/KWUserInterface/KWMTDatabaseMappingView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWMTDatabaseTextFileDataView.cpp b/src/Learning/KWUserInterface/KWMTDatabaseTextFileDataView.cpp index 529e85c41..31955e94d 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseTextFileDataView.cpp +++ b/src/Learning/KWUserInterface/KWMTDatabaseTextFileDataView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWMTDatabaseTextFileDataView.h b/src/Learning/KWUserInterface/KWMTDatabaseTextFileDataView.h index b78d6c947..7f3453961 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseTextFileDataView.h +++ b/src/Learning/KWUserInterface/KWMTDatabaseTextFileDataView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ebd41374e..83df8c228 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseTextFileView.cpp +++ b/src/Learning/KWUserInterface/KWMTDatabaseTextFileView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e9f5bdf4c..27eda6026 100644 --- a/src/Learning/KWUserInterface/KWMTDatabaseTextFileView.h +++ b/src/Learning/KWUserInterface/KWMTDatabaseTextFileView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 12a9cb975..719766e70 100644 --- a/src/Learning/KWUserInterface/KWPredictorDataGridView.cpp +++ b/src/Learning/KWUserInterface/KWPredictorDataGridView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a4a93af95..b3b99f947 100644 --- a/src/Learning/KWUserInterface/KWPredictorDataGridView.h +++ b/src/Learning/KWUserInterface/KWPredictorDataGridView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e9968a563..78d1d029b 100644 --- a/src/Learning/KWUserInterface/KWPredictorEvaluator.cpp +++ b/src/Learning/KWUserInterface/KWPredictorEvaluator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4b71d2c01..c2b9f076f 100644 --- a/src/Learning/KWUserInterface/KWPredictorEvaluator.h +++ b/src/Learning/KWUserInterface/KWPredictorEvaluator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a1f35099f..772ad81ee 100644 --- a/src/Learning/KWUserInterface/KWPredictorEvaluatorView.cpp +++ b/src/Learning/KWUserInterface/KWPredictorEvaluatorView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b0cb91e58..f5724fb27 100644 --- a/src/Learning/KWUserInterface/KWPredictorEvaluatorView.h +++ b/src/Learning/KWUserInterface/KWPredictorEvaluatorView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 72011a9e8..92a589662 100644 --- a/src/Learning/KWUserInterface/KWPredictorSpecArrayView.cpp +++ b/src/Learning/KWUserInterface/KWPredictorSpecArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 293bfe171..94181796b 100644 --- a/src/Learning/KWUserInterface/KWPredictorSpecArrayView.h +++ b/src/Learning/KWUserInterface/KWPredictorSpecArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 030f80372..4c4b71048 100644 --- a/src/Learning/KWUserInterface/KWPredictorSpecView.cpp +++ b/src/Learning/KWUserInterface/KWPredictorSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f142fcec4..e96f5e9f0 100644 --- a/src/Learning/KWUserInterface/KWPredictorSpecView.h +++ b/src/Learning/KWUserInterface/KWPredictorSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ad8a4b7d8..21e188e6f 100644 --- a/src/Learning/KWUserInterface/KWPredictorView.cpp +++ b/src/Learning/KWUserInterface/KWPredictorView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d3f8da5bc..77910cb98 100644 --- a/src/Learning/KWUserInterface/KWPredictorView.h +++ b/src/Learning/KWUserInterface/KWPredictorView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWPreprocessingAdvancedSpecView.cpp b/src/Learning/KWUserInterface/KWPreprocessingAdvancedSpecView.cpp index e8b20436d..97ec0aeb9 100644 --- a/src/Learning/KWUserInterface/KWPreprocessingAdvancedSpecView.cpp +++ b/src/Learning/KWUserInterface/KWPreprocessingAdvancedSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWPreprocessingAdvancedSpecView.h b/src/Learning/KWUserInterface/KWPreprocessingAdvancedSpecView.h index 6bdd96cca..2209d5687 100644 --- a/src/Learning/KWUserInterface/KWPreprocessingAdvancedSpecView.h +++ b/src/Learning/KWUserInterface/KWPreprocessingAdvancedSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b557075c7..67e259f9a 100644 --- a/src/Learning/KWUserInterface/KWPreprocessingSpecView.cpp +++ b/src/Learning/KWUserInterface/KWPreprocessingSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 469f917ec..4f28d8840 100644 --- a/src/Learning/KWUserInterface/KWPreprocessingSpecView.h +++ b/src/Learning/KWUserInterface/KWPreprocessingSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 31305d782..f1c5f9341 100644 --- a/src/Learning/KWUserInterface/KWRecodingSpecView.cpp +++ b/src/Learning/KWUserInterface/KWRecodingSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c8f1b1b4a..618f988ba 100644 --- a/src/Learning/KWUserInterface/KWRecodingSpecView.h +++ b/src/Learning/KWUserInterface/KWRecodingSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWSTDatabaseTextFileDataView.cpp b/src/Learning/KWUserInterface/KWSTDatabaseTextFileDataView.cpp index ffe9bc0c5..d1131b861 100644 --- a/src/Learning/KWUserInterface/KWSTDatabaseTextFileDataView.cpp +++ b/src/Learning/KWUserInterface/KWSTDatabaseTextFileDataView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWSTDatabaseTextFileDataView.h b/src/Learning/KWUserInterface/KWSTDatabaseTextFileDataView.h index 8235e33a8..a54d825dd 100644 --- a/src/Learning/KWUserInterface/KWSTDatabaseTextFileDataView.h +++ b/src/Learning/KWUserInterface/KWSTDatabaseTextFileDataView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 04cf89aaa..fd0989a9a 100644 --- a/src/Learning/KWUserInterface/KWSTDatabaseTextFileView.cpp +++ b/src/Learning/KWUserInterface/KWSTDatabaseTextFileView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 72913a28f..4c0605e51 100644 --- a/src/Learning/KWUserInterface/KWSTDatabaseTextFileView.h +++ b/src/Learning/KWUserInterface/KWSTDatabaseTextFileView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2bffbe9e5..8d6c2df09 100644 --- a/src/Learning/KWUserInterface/KWSelectionParametersView.cpp +++ b/src/Learning/KWUserInterface/KWSelectionParametersView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4a0efd0bd..69ddf7609 100644 --- a/src/Learning/KWUserInterface/KWSelectionParametersView.h +++ b/src/Learning/KWUserInterface/KWSelectionParametersView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d9b151163..db97caa65 100644 --- a/src/Learning/KWUserInterface/KWSortAttributeNameArrayView.cpp +++ b/src/Learning/KWUserInterface/KWSortAttributeNameArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 689f7a9fd..b2eb20e52 100644 --- a/src/Learning/KWUserInterface/KWSortAttributeNameArrayView.h +++ b/src/Learning/KWUserInterface/KWSortAttributeNameArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 46525561f..4d2639070 100644 --- a/src/Learning/KWUserInterface/KWTrainParametersView.cpp +++ b/src/Learning/KWUserInterface/KWTrainParametersView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2bcbcbe5d..0e2c1f6e3 100644 --- a/src/Learning/KWUserInterface/KWTrainParametersView.h +++ b/src/Learning/KWUserInterface/KWTrainParametersView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7533e3db7..8d08198d6 100644 --- a/src/Learning/KWUtils/KWKhiopsVersion.h +++ b/src/Learning/KWUtils/KWKhiopsVersion.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. @@ -13,4 +13,4 @@ #define KHIOPS_VERSION str(10.4.9i) // Copyright -#define KHIOPS_COPYRIGHT_LABEL str((c)2023 Orange Labs - All rights reserved.) +#define KHIOPS_COPYRIGHT_LABEL str((c)2024 Orange Labs - All rights reserved.) diff --git a/src/Learning/KWUtils/KWResultFilePathBuilder.cpp b/src/Learning/KWUtils/KWResultFilePathBuilder.cpp index f354722f5..fb99dad18 100644 --- a/src/Learning/KWUtils/KWResultFilePathBuilder.cpp +++ b/src/Learning/KWUtils/KWResultFilePathBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/KWResultFilePathBuilder.h b/src/Learning/KWUtils/KWResultFilePathBuilder.h index 745163c3b..1c4c9aefa 100644 --- a/src/Learning/KWUtils/KWResultFilePathBuilder.h +++ b/src/Learning/KWUtils/KWResultFilePathBuilder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d94393165..cdccb3f3a 100644 --- a/src/Learning/KWUtils/KWVersion.cpp +++ b/src/Learning/KWUtils/KWVersion.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 62726449f..f26bd7929 100644 --- a/src/Learning/KWUtils/KWVersion.h +++ b/src/Learning/KWUtils/KWVersion.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f91a70793..f7e68076d 100644 --- a/src/Learning/KhiopsNativeInterface/KNIStream.cpp +++ b/src/Learning/KhiopsNativeInterface/KNIStream.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7a41ce464..1f3dc1e24 100644 --- a/src/Learning/KhiopsNativeInterface/KNIStream.h +++ b/src/Learning/KhiopsNativeInterface/KNIStream.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f8ae3ea04..c0802c2b0 100644 --- a/src/Learning/KhiopsNativeInterface/KWDataTableDriverStream.cpp +++ b/src/Learning/KhiopsNativeInterface/KWDataTableDriverStream.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 26eab6cce..0cf342c56 100644 --- a/src/Learning/KhiopsNativeInterface/KWDataTableDriverStream.h +++ b/src/Learning/KhiopsNativeInterface/KWDataTableDriverStream.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a358a1d58..eb2b8aaac 100644 --- a/src/Learning/KhiopsNativeInterface/KWMTDatabaseStream.cpp +++ b/src/Learning/KhiopsNativeInterface/KWMTDatabaseStream.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f756adb62..79a1fc9f9 100644 --- a/src/Learning/KhiopsNativeInterface/KWMTDatabaseStream.h +++ b/src/Learning/KhiopsNativeInterface/KWMTDatabaseStream.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7cc332e8f..c4ccf02cd 100644 --- a/src/Learning/KhiopsNativeInterface/KWSTDatabaseStream.cpp +++ b/src/Learning/KhiopsNativeInterface/KWSTDatabaseStream.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0703f6eaf..98fb8ba3a 100644 --- a/src/Learning/KhiopsNativeInterface/KWSTDatabaseStream.h +++ b/src/Learning/KhiopsNativeInterface/KWSTDatabaseStream.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9a7a543a3..f78d201c2 100644 --- a/src/Learning/KhiopsNativeInterface/KhiopsNativeInterface.cpp +++ b/src/Learning/KhiopsNativeInterface/KhiopsNativeInterface.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 bca235675..a6eb2a54a 100644 --- a/src/Learning/KhiopsNativeInterface/KhiopsNativeInterface.h +++ b/src/Learning/KhiopsNativeInterface/KhiopsNativeInterface.h @@ -1,11 +1,11 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. #pragma once /****************************************************************************** * Khiops Native Interface (KNI) - * Copyright (c) 2023 Orange Labs. All rights reserved. + * Copyright (c) 2024 Orange Labs. All rights reserved. *****************************************************************************/ /* Use of C linkage from C++ */ diff --git a/src/Learning/KhiopsNativeInterface/resource.h b/src/Learning/KhiopsNativeInterface/resource.h index 77f9ab77a..5abd6e0c0 100644 --- a/src/Learning/KhiopsNativeInterface/resource.h +++ b/src/Learning/KhiopsNativeInterface/resource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 37f258486..a6caa9a23 100644 --- a/src/Learning/MHHistograms/MHBin.cpp +++ b/src/Learning/MHHistograms/MHBin.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 172cc2331..65e94ff20 100644 --- a/src/Learning/MHHistograms/MHBin.h +++ b/src/Learning/MHHistograms/MHBin.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3786a91bc..23cf5d433 100644 --- a/src/Learning/MHHistograms/MHContinuousLimits.cpp +++ b/src/Learning/MHHistograms/MHContinuousLimits.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 97857ea8e..7e5f24008 100644 --- a/src/Learning/MHHistograms/MHContinuousLimits.h +++ b/src/Learning/MHHistograms/MHContinuousLimits.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHDiscretizerMODLHistogram.cpp b/src/Learning/MHHistograms/MHDiscretizerMODLHistogram.cpp index 1770e09ee..9921a6018 100644 --- a/src/Learning/MHHistograms/MHDiscretizerMODLHistogram.cpp +++ b/src/Learning/MHHistograms/MHDiscretizerMODLHistogram.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHDiscretizerMODLHistogram.h b/src/Learning/MHHistograms/MHDiscretizerMODLHistogram.h index 1e7ee8724..b13f16ce2 100644 --- a/src/Learning/MHHistograms/MHDiscretizerMODLHistogram.h +++ b/src/Learning/MHHistograms/MHDiscretizerMODLHistogram.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHDiscretizerTruncationMODLHistogram.cpp b/src/Learning/MHHistograms/MHDiscretizerTruncationMODLHistogram.cpp index 90b53490f..ac2aa184f 100644 --- a/src/Learning/MHHistograms/MHDiscretizerTruncationMODLHistogram.cpp +++ b/src/Learning/MHHistograms/MHDiscretizerTruncationMODLHistogram.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHDiscretizerTruncationMODLHistogram.h b/src/Learning/MHHistograms/MHDiscretizerTruncationMODLHistogram.h index 8829c79ca..d15d18d92 100644 --- a/src/Learning/MHHistograms/MHDiscretizerTruncationMODLHistogram.h +++ b/src/Learning/MHHistograms/MHDiscretizerTruncationMODLHistogram.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 de1d21d59..f723989f3 100644 --- a/src/Learning/MHHistograms/MHFloatingPointFrequencyTableBuilder.cpp +++ b/src/Learning/MHHistograms/MHFloatingPointFrequencyTableBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f8d5ee339..9dfefa3ed 100644 --- a/src/Learning/MHHistograms/MHFloatingPointFrequencyTableBuilder.h +++ b/src/Learning/MHHistograms/MHFloatingPointFrequencyTableBuilder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0f1f4f901..222433520 100644 --- a/src/Learning/MHHistograms/MHHistogram.cpp +++ b/src/Learning/MHHistograms/MHHistogram.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9b0c11726..d9a26a8b5 100644 --- a/src/Learning/MHHistograms/MHHistogram.h +++ b/src/Learning/MHHistograms/MHHistogram.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d088d263f..04208135a 100644 --- a/src/Learning/MHHistograms/MHHistogramSpec.cpp +++ b/src/Learning/MHHistograms/MHHistogramSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 22cc648a4..4684b1159 100644 --- a/src/Learning/MHHistograms/MHHistogramSpec.h +++ b/src/Learning/MHHistograms/MHHistogramSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 901232751..ea333b3be 100644 --- a/src/Learning/MHHistograms/MHHistogramSpecView.cpp +++ b/src/Learning/MHHistograms/MHHistogramSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e4be7b864..a62c75cdc 100644 --- a/src/Learning/MHHistograms/MHHistogramSpecView.h +++ b/src/Learning/MHHistograms/MHHistogramSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHMODLHistogramAnalysisStats.cpp b/src/Learning/MHHistograms/MHMODLHistogramAnalysisStats.cpp index a472c4ad1..9a1d7f710 100644 --- a/src/Learning/MHHistograms/MHMODLHistogramAnalysisStats.cpp +++ b/src/Learning/MHHistograms/MHMODLHistogramAnalysisStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHMODLHistogramAnalysisStats.h b/src/Learning/MHHistograms/MHMODLHistogramAnalysisStats.h index 1a11f78bb..92d3ad54d 100644 --- a/src/Learning/MHHistograms/MHMODLHistogramAnalysisStats.h +++ b/src/Learning/MHHistograms/MHMODLHistogramAnalysisStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0035c1c69..5566493f7 100644 --- a/src/Learning/MHHistograms/MHMODLHistogramCost.cpp +++ b/src/Learning/MHHistograms/MHMODLHistogramCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a055346bc..1f1c4a99b 100644 --- a/src/Learning/MHHistograms/MHMODLHistogramCost.h +++ b/src/Learning/MHHistograms/MHMODLHistogramCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHMODLHistogramVector.cpp b/src/Learning/MHHistograms/MHMODLHistogramVector.cpp index d584966a8..05aef5771 100644 --- a/src/Learning/MHHistograms/MHMODLHistogramVector.cpp +++ b/src/Learning/MHHistograms/MHMODLHistogramVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHMODLHistogramVector.h b/src/Learning/MHHistograms/MHMODLHistogramVector.h index 8a7253150..d92516a20 100644 --- a/src/Learning/MHHistograms/MHMODLHistogramVector.h +++ b/src/Learning/MHHistograms/MHMODLHistogramVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 85dce36ae..24dfbfc14 100644 --- a/src/Learning/MHHistograms/MHTruncationFloatingPointFrequencyTableBuilder.cpp +++ b/src/Learning/MHHistograms/MHTruncationFloatingPointFrequencyTableBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6b0e4736e..fee3291a6 100644 --- a/src/Learning/MHHistograms/MHTruncationFloatingPointFrequencyTableBuilder.h +++ b/src/Learning/MHHistograms/MHTruncationFloatingPointFrequencyTableBuilder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 11534a945..699681f53 100644 --- a/src/Learning/MODL/MDKhiopsLearningProblem.cpp +++ b/src/Learning/MODL/MDKhiopsLearningProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8d662624d..d5b65ea5d 100644 --- a/src/Learning/MODL/MDKhiopsLearningProblem.h +++ b/src/Learning/MODL/MDKhiopsLearningProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 64e872a5a..cc6fa9bfb 100644 --- a/src/Learning/MODL/MDKhiopsLearningProblemView.cpp +++ b/src/Learning/MODL/MDKhiopsLearningProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 afc83af9a..7fd554842 100644 --- a/src/Learning/MODL/MDKhiopsLearningProblemView.h +++ b/src/Learning/MODL/MDKhiopsLearningProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7524d4bd0..688f36637 100644 --- a/src/Learning/MODL/MDKhiopsLearningProject.cpp +++ b/src/Learning/MODL/MDKhiopsLearningProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c16da69df..4af9f4feb 100644 --- a/src/Learning/MODL/MDKhiopsLearningProject.h +++ b/src/Learning/MODL/MDKhiopsLearningProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1afb0cfd9..1e307a8ff 100644 --- a/src/Learning/MODL/MODL.cpp +++ b/src/Learning/MODL/MODL.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7d8d7d418..fb26ef16c 100644 --- a/src/Learning/MODL/MODL.h +++ b/src/Learning/MODL/MODL.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b13ab919c..1e1149a32 100644 --- a/src/Learning/MODL/MODL_dll.cpp +++ b/src/Learning/MODL/MODL_dll.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. @@ -53,7 +53,7 @@ KHIOPS_API int StartKhiops(const char* sInputScenario, const char* sLogFileName, int nDaysBeforeExpiration; // Mise en place d'une date de peremption - expirationDate.Init(2023, 6, 30); + expirationDate.Init(2024, 6, 30); currentDate.SetCurrentDate(); nDaysBeforeExpiration = expirationDate.Diff(currentDate); if (nDaysBeforeExpiration < 0) diff --git a/src/Learning/MODL/MODL_dll.h b/src/Learning/MODL/MODL_dll.h index 70524bbf8..054a46cc5 100644 --- a/src/Learning/MODL/MODL_dll.h +++ b/src/Learning/MODL/MODL_dll.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 79aa8e211..326dad8e7 100644 --- a/src/Learning/MODL/resource.h +++ b/src/Learning/MODL/resource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 df61c79a8..f52af228a 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisResults.cpp +++ b/src/Learning/MODL_Coclustering/CCAnalysisResults.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e881f7f2f..f681b66bf 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisResults.h +++ b/src/Learning/MODL_Coclustering/CCAnalysisResults.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7d533dc29..603e2cd74 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisResultsView.cpp +++ b/src/Learning/MODL_Coclustering/CCAnalysisResultsView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 28581dba0..ac55af48c 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisResultsView.h +++ b/src/Learning/MODL_Coclustering/CCAnalysisResultsView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 46f812c28..4777071f9 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisSpec.cpp +++ b/src/Learning/MODL_Coclustering/CCAnalysisSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6ca0a3c66..f9861c63c 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisSpec.h +++ b/src/Learning/MODL_Coclustering/CCAnalysisSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4202ce6a1..8e4e0c100 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisSpecView.cpp +++ b/src/Learning/MODL_Coclustering/CCAnalysisSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 05127b006..6b4c7ae0f 100644 --- a/src/Learning/MODL_Coclustering/CCAnalysisSpecView.h +++ b/src/Learning/MODL_Coclustering/CCAnalysisSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 03a94d374..634023caa 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringBuilder.cpp +++ b/src/Learning/MODL_Coclustering/CCCoclusteringBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2c30324f4..09103bcc7 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringBuilder.h +++ b/src/Learning/MODL_Coclustering/CCCoclusteringBuilder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 286a438ed..9b0f9b096 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringReport.cpp +++ b/src/Learning/MODL_Coclustering/CCCoclusteringReport.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1966ac335..19b177b34 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringReport.h +++ b/src/Learning/MODL_Coclustering/CCCoclusteringReport.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5b192d362..82ca2d7b3 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringSpec.cpp +++ b/src/Learning/MODL_Coclustering/CCCoclusteringSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6c829e3b5..975188337 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringSpec.h +++ b/src/Learning/MODL_Coclustering/CCCoclusteringSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 084585e24..d349527f7 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringSpecView.cpp +++ b/src/Learning/MODL_Coclustering/CCCoclusteringSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 bb3eb8e65..ea6292920 100644 --- a/src/Learning/MODL_Coclustering/CCCoclusteringSpecView.h +++ b/src/Learning/MODL_Coclustering/CCCoclusteringSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 dfd6d3e03..686dce48c 100644 --- a/src/Learning/MODL_Coclustering/CCDeploymentSpec.cpp +++ b/src/Learning/MODL_Coclustering/CCDeploymentSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f0b0de31f..e2ce48f61 100644 --- a/src/Learning/MODL_Coclustering/CCDeploymentSpec.h +++ b/src/Learning/MODL_Coclustering/CCDeploymentSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1b832caf8..07bb75cea 100644 --- a/src/Learning/MODL_Coclustering/CCDeploymentSpecView.cpp +++ b/src/Learning/MODL_Coclustering/CCDeploymentSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9d76c3298..8b39b4fec 100644 --- a/src/Learning/MODL_Coclustering/CCDeploymentSpecView.h +++ b/src/Learning/MODL_Coclustering/CCDeploymentSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fc2f71e31..914a35277 100644 --- a/src/Learning/MODL_Coclustering/CCHierarchicalDataGrid.cpp +++ b/src/Learning/MODL_Coclustering/CCHierarchicalDataGrid.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9c0fc4d50..c12911b56 100644 --- a/src/Learning/MODL_Coclustering/CCHierarchicalDataGrid.h +++ b/src/Learning/MODL_Coclustering/CCHierarchicalDataGrid.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3fbbe514c..543c12a64 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblem.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 143d85e64..edf80a3a6 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblem.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 669dc8425..5a0a5d37a 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemActionView.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblemActionView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fee235863..35433899f 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemActionView.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblemActionView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 dfe1dfa9a..646cf78f2 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemClusterExtractionView.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblemClusterExtractionView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 05006e389..688bb9c8e 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemClusterExtractionView.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblemClusterExtractionView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7493a2c5b..3ad7eabf2 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemDeploymentPreparationView.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblemDeploymentPreparationView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c094998fe..fc38cbb9e 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemDeploymentPreparationView.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblemDeploymentPreparationView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 d385780d2..58d6337d7 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemPostProcessingView.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblemPostProcessingView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 09a575174..fed47fa80 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemPostProcessingView.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblemPostProcessingView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 23ecd2a38..904c27672 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemToolView.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblemToolView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cc77ded6e..590d3aa33 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemToolView.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblemToolView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9d851a69a..26be4d7e7 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemView.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ddf0f5baa..7241dcc3f 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProblemView.h +++ b/src/Learning/MODL_Coclustering/CCLearningProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9e09907f5..af0a558fc 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProject.cpp +++ b/src/Learning/MODL_Coclustering/CCLearningProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 91792b99c..b8552a5f2 100644 --- a/src/Learning/MODL_Coclustering/CCLearningProject.h +++ b/src/Learning/MODL_Coclustering/CCLearningProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cb2b0d931..388b80bd9 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessedAttribute.cpp +++ b/src/Learning/MODL_Coclustering/CCPostProcessedAttribute.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f10dcfec7..5c06308b1 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessedAttribute.h +++ b/src/Learning/MODL_Coclustering/CCPostProcessedAttribute.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c9ddce9d0..b18966e23 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessedAttributeArrayView.cpp +++ b/src/Learning/MODL_Coclustering/CCPostProcessedAttributeArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 df2a16780..cf3ba391d 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessedAttributeArrayView.h +++ b/src/Learning/MODL_Coclustering/CCPostProcessedAttributeArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ea53936a5..c9bf571b2 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessedAttributeView.cpp +++ b/src/Learning/MODL_Coclustering/CCPostProcessedAttributeView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b0c79866b..bef56c2a7 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessedAttributeView.h +++ b/src/Learning/MODL_Coclustering/CCPostProcessedAttributeView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6cf5d9558..d13cecf9d 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessingSpec.cpp +++ b/src/Learning/MODL_Coclustering/CCPostProcessingSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ead5e7175..652d3e5d9 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessingSpec.h +++ b/src/Learning/MODL_Coclustering/CCPostProcessingSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fd7ed74e2..aa25e0e7e 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessingSpecView.cpp +++ b/src/Learning/MODL_Coclustering/CCPostProcessingSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a3b14f590..c05e1dfcd 100644 --- a/src/Learning/MODL_Coclustering/CCPostProcessingSpecView.h +++ b/src/Learning/MODL_Coclustering/CCPostProcessingSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/CCVarPartCoclusteringSpec.cpp b/src/Learning/MODL_Coclustering/CCVarPartCoclusteringSpec.cpp index d27073026..53bd00f88 100644 --- a/src/Learning/MODL_Coclustering/CCVarPartCoclusteringSpec.cpp +++ b/src/Learning/MODL_Coclustering/CCVarPartCoclusteringSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/CCVarPartCoclusteringSpec.h b/src/Learning/MODL_Coclustering/CCVarPartCoclusteringSpec.h index 602ad1ebb..6b61e877a 100644 --- a/src/Learning/MODL_Coclustering/CCVarPartCoclusteringSpec.h +++ b/src/Learning/MODL_Coclustering/CCVarPartCoclusteringSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/CCVarPartCoclusteringSpecView.cpp b/src/Learning/MODL_Coclustering/CCVarPartCoclusteringSpecView.cpp index 549117dc2..aea1455b8 100644 --- a/src/Learning/MODL_Coclustering/CCVarPartCoclusteringSpecView.cpp +++ b/src/Learning/MODL_Coclustering/CCVarPartCoclusteringSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/CCVarPartCoclusteringSpecView.h b/src/Learning/MODL_Coclustering/CCVarPartCoclusteringSpecView.h index ed215bbb3..c177598ee 100644 --- a/src/Learning/MODL_Coclustering/CCVarPartCoclusteringSpecView.h +++ b/src/Learning/MODL_Coclustering/CCVarPartCoclusteringSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 1c7d66901..7c50af784 100644 --- a/src/Learning/MODL_Coclustering/MODL_Coclustering.cpp +++ b/src/Learning/MODL_Coclustering/MODL_Coclustering.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 06b991595..3ae05bdb8 100644 --- a/src/Learning/MODL_Coclustering/MODL_Coclustering.h +++ b/src/Learning/MODL_Coclustering/MODL_Coclustering.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 19c617aaf..be470b7b1 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b5d8861ba..d0221ad99 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 45d86302b..06ee395f4 100644 --- a/src/Learning/MODL_Coclustering/resource.h +++ b/src/Learning/MODL_Coclustering/resource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6276c9741..c399d2a02 100644 --- a/src/Learning/SNBPredictor/SNBAttributeSelectionScorer.cpp +++ b/src/Learning/SNBPredictor/SNBAttributeSelectionScorer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7cd546d2f..674d95eca 100644 --- a/src/Learning/SNBPredictor/SNBAttributeSelectionScorer.h +++ b/src/Learning/SNBPredictor/SNBAttributeSelectionScorer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0a1150130..6103e0129 100644 --- a/src/Learning/SNBPredictor/SNBAttributeSelectionWeightCalculator.cpp +++ b/src/Learning/SNBPredictor/SNBAttributeSelectionWeightCalculator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 dec68772b..2ba11e4aa 100644 --- a/src/Learning/SNBPredictor/SNBAttributeSelectionWeightCalculator.h +++ b/src/Learning/SNBPredictor/SNBAttributeSelectionWeightCalculator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a067d744a..ffe39c18b 100644 --- a/src/Learning/SNBPredictor/SNBDataTableBinarySliceSet.cpp +++ b/src/Learning/SNBPredictor/SNBDataTableBinarySliceSet.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 38d164b2b..59884c399 100644 --- a/src/Learning/SNBPredictor/SNBDataTableBinarySliceSet.h +++ b/src/Learning/SNBPredictor/SNBDataTableBinarySliceSet.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f8a0e3f7b..8a102c7bd 100644 --- a/src/Learning/SNBPredictor/SNBIndexVector.cpp +++ b/src/Learning/SNBPredictor/SNBIndexVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 88473da14..266cc5ec5 100644 --- a/src/Learning/SNBPredictor/SNBIndexVector.h +++ b/src/Learning/SNBPredictor/SNBIndexVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 47bd91efd..e7e25b49d 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectionDataCostCalculator.cpp +++ b/src/Learning/SNBPredictor/SNBPredictorSelectionDataCostCalculator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 43b48ba14..07a5f3a79 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectionDataCostCalculator.h +++ b/src/Learning/SNBPredictor/SNBPredictorSelectionDataCostCalculator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e1a1e2740..43d8239c6 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayes.cpp +++ b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayes.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2351afcf7..2d25347fb 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayes.h +++ b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayes.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 be253c9a0..5b7dbe80c 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesTrainingTask.cpp +++ b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesTrainingTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3b2e4cb81..2b3953bc0 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesTrainingTask.h +++ b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesTrainingTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fc07b4ee2..2a988353e 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesView.cpp +++ b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 dc5c1dd00..687b18547 100644 --- a/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesView.h +++ b/src/Learning/SNBPredictor/SNBPredictorSelectiveNaiveBayesView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 aaaf39041..637c1d9e3 100644 --- a/src/Learning/genum/GenumCommandLine.cpp +++ b/src/Learning/genum/GenumCommandLine.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. @@ -330,7 +330,7 @@ boolean GenumCommandLine::InitializeParameters(int argc, char** argv) if (sArgument == "-v") { cout << GetClassLabel() << " " << GENUM_VERSION << "\n "; - cout << "Copyright (C) 2023 Orange labs\n"; + cout << "Copyright (C) 2024 Orange labs\n"; bOk = false; } // Aide diff --git a/src/Learning/genum/GenumCommandLine.h b/src/Learning/genum/GenumCommandLine.h index 2bcffb350..ce1876e8f 100644 --- a/src/Learning/genum/GenumCommandLine.h +++ b/src/Learning/genum/GenumCommandLine.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHDataSubset.cpp b/src/Learning/genum/MHDataSubset.cpp index 3e78641ae..a0d1de21d 100644 --- a/src/Learning/genum/MHDataSubset.cpp +++ b/src/Learning/genum/MHDataSubset.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHDataSubset.h b/src/Learning/genum/MHDataSubset.h index 3e948aa35..37e88c064 100644 --- a/src/Learning/genum/MHDataSubset.h +++ b/src/Learning/genum/MHDataSubset.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHDiscretizerGenumHistogram.cpp b/src/Learning/genum/MHDiscretizerGenumHistogram.cpp index 50415af6e..532c01cf0 100644 --- a/src/Learning/genum/MHDiscretizerGenumHistogram.cpp +++ b/src/Learning/genum/MHDiscretizerGenumHistogram.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHDiscretizerGenumHistogram.h b/src/Learning/genum/MHDiscretizerGenumHistogram.h index aeb12b0b7..1b429428d 100644 --- a/src/Learning/genum/MHDiscretizerGenumHistogram.h +++ b/src/Learning/genum/MHDiscretizerGenumHistogram.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHEnumHistogramCost.cpp b/src/Learning/genum/MHEnumHistogramCost.cpp index f196e8771..27bcf50c6 100644 --- a/src/Learning/genum/MHEnumHistogramCost.cpp +++ b/src/Learning/genum/MHEnumHistogramCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHEnumHistogramCost.h b/src/Learning/genum/MHEnumHistogramCost.h index d68552bcb..f7ce72171 100644 --- a/src/Learning/genum/MHEnumHistogramCost.h +++ b/src/Learning/genum/MHEnumHistogramCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHGenumHistogram.cpp b/src/Learning/genum/MHGenumHistogram.cpp index f7301be56..837fa664b 100644 --- a/src/Learning/genum/MHGenumHistogram.cpp +++ b/src/Learning/genum/MHGenumHistogram.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHGenumHistogram.h b/src/Learning/genum/MHGenumHistogram.h index cb294c183..f02683bc3 100644 --- a/src/Learning/genum/MHGenumHistogram.h +++ b/src/Learning/genum/MHGenumHistogram.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHGenumHistogramCosts.cpp b/src/Learning/genum/MHGenumHistogramCosts.cpp index e1a928210..a91c6d65e 100644 --- a/src/Learning/genum/MHGenumHistogramCosts.cpp +++ b/src/Learning/genum/MHGenumHistogramCosts.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHGenumHistogramCosts.h b/src/Learning/genum/MHGenumHistogramCosts.h index d05fa832a..50fb0e839 100644 --- a/src/Learning/genum/MHGenumHistogramCosts.h +++ b/src/Learning/genum/MHGenumHistogramCosts.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHGenumHistogramSpec.cpp b/src/Learning/genum/MHGenumHistogramSpec.cpp index 331c8dc85..1b55ef10a 100644 --- a/src/Learning/genum/MHGenumHistogramSpec.cpp +++ b/src/Learning/genum/MHGenumHistogramSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHGenumHistogramSpec.h b/src/Learning/genum/MHGenumHistogramSpec.h index 5c8e30f43..283d90dd2 100644 --- a/src/Learning/genum/MHGenumHistogramSpec.h +++ b/src/Learning/genum/MHGenumHistogramSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHGenumHistogramVector.cpp b/src/Learning/genum/MHGenumHistogramVector.cpp index 7694f4615..aea6bfece 100644 --- a/src/Learning/genum/MHGenumHistogramVector.cpp +++ b/src/Learning/genum/MHGenumHistogramVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHGenumHistogramVector.h b/src/Learning/genum/MHGenumHistogramVector.h index c99ffc50b..963b254de 100644 --- a/src/Learning/genum/MHGenumHistogramVector.h +++ b/src/Learning/genum/MHGenumHistogramVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHKMHistogramCost.cpp b/src/Learning/genum/MHKMHistogramCost.cpp index 371257872..cb34b5f9b 100644 --- a/src/Learning/genum/MHKMHistogramCost.cpp +++ b/src/Learning/genum/MHKMHistogramCost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHKMHistogramCost.h b/src/Learning/genum/MHKMHistogramCost.h index 4d6dcedab..1f9df8f2b 100644 --- a/src/Learning/genum/MHKMHistogramCost.h +++ b/src/Learning/genum/MHKMHistogramCost.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHNMLStat.cpp b/src/Learning/genum/MHNMLStat.cpp index 5feb6d366..3ee6a7896 100644 --- a/src/Learning/genum/MHNMLStat.cpp +++ b/src/Learning/genum/MHNMLStat.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/MHNMLStat.h b/src/Learning/genum/MHNMLStat.h index bc77bef0b..13521fc88 100644 --- a/src/Learning/genum/MHNMLStat.h +++ b/src/Learning/genum/MHNMLStat.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f6b04bb62..23c0b7fb7 100644 --- a/src/Learning/genum/Version.h +++ b/src/Learning/genum/Version.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. @@ -13,4 +13,4 @@ #define GENUM_VERSION str(1.0) // Copyright -#define GENUM_COPYRIGHT_LABEL str((c)2023 Orange Labs.) +#define GENUM_COPYRIGHT_LABEL str((c)2024 Orange Labs.) diff --git a/src/Learning/genum/genum.cpp b/src/Learning/genum/genum.cpp index 14a1cd671..752a687d7 100644 --- a/src/Learning/genum/genum.cpp +++ b/src/Learning/genum/genum.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 671438ba0..1a308f6af 100644 --- a/src/Learning/genum/genum.h +++ b/src/Learning/genum/genum.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 be0c6116e..977286cf6 100644 --- a/src/Learning/genum/resource.h +++ b/src/Learning/genum/resource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/KhistoCommandLine.cpp b/src/Learning/khisto/KhistoCommandLine.cpp index 7229f69da..0295c9bc2 100644 --- a/src/Learning/khisto/KhistoCommandLine.cpp +++ b/src/Learning/khisto/KhistoCommandLine.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. @@ -1069,7 +1069,7 @@ boolean KhistoCommandLine::InitializeParameters(int argc, char** argv) if (sArgument == "-v") { cout << GetClassLabel() << " " << KHISTO_VERSION << "\n "; - cout << "Copyright (C) 2023 Orange labs\n"; + cout << "Copyright (C) 2024 Orange labs\n"; bOk = false; } // Aide diff --git a/src/Learning/khisto/KhistoCommandLine.h b/src/Learning/khisto/KhistoCommandLine.h index 14868a1ba..9892588dc 100644 --- a/src/Learning/khisto/KhistoCommandLine.h +++ b/src/Learning/khisto/KhistoCommandLine.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/MHBinMerge.cpp b/src/Learning/khisto/MHBinMerge.cpp index db02e0be4..86a0c9061 100644 --- a/src/Learning/khisto/MHBinMerge.cpp +++ b/src/Learning/khisto/MHBinMerge.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/MHBinMerge.h b/src/Learning/khisto/MHBinMerge.h index 1ea5379d0..eb6051d56 100644 --- a/src/Learning/khisto/MHBinMerge.h +++ b/src/Learning/khisto/MHBinMerge.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/MHStreamBining.cpp b/src/Learning/khisto/MHStreamBining.cpp index 297bc1f9c..84eb9ec0c 100644 --- a/src/Learning/khisto/MHStreamBining.cpp +++ b/src/Learning/khisto/MHStreamBining.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/MHStreamBining.h b/src/Learning/khisto/MHStreamBining.h index 28f7ddbd1..9a5214778 100644 --- a/src/Learning/khisto/MHStreamBining.h +++ b/src/Learning/khisto/MHStreamBining.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/MHStreamBiningCommandLine.cpp b/src/Learning/khisto/MHStreamBiningCommandLine.cpp index e9a74f2bb..14e2c8bf1 100644 --- a/src/Learning/khisto/MHStreamBiningCommandLine.cpp +++ b/src/Learning/khisto/MHStreamBiningCommandLine.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/MHStreamBiningCommandLine.h b/src/Learning/khisto/MHStreamBiningCommandLine.h index 8d162b838..7f23d2285 100644 --- a/src/Learning/khisto/MHStreamBiningCommandLine.h +++ b/src/Learning/khisto/MHStreamBiningCommandLine.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/MHStreamBiningMixed.cpp b/src/Learning/khisto/MHStreamBiningMixed.cpp index c8e80b2e8..7bdfdc363 100644 --- a/src/Learning/khisto/MHStreamBiningMixed.cpp +++ b/src/Learning/khisto/MHStreamBiningMixed.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/MHStreamBiningMixed.h b/src/Learning/khisto/MHStreamBiningMixed.h index c2fd2f272..af211665a 100644 --- a/src/Learning/khisto/MHStreamBiningMixed.h +++ b/src/Learning/khisto/MHStreamBiningMixed.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/Version.h b/src/Learning/khisto/Version.h index 574e0ba32..465d934e3 100644 --- a/src/Learning/khisto/Version.h +++ b/src/Learning/khisto/Version.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. @@ -13,4 +13,4 @@ #define KHISTO_VERSION str(1.0) // Copyright -#define KHISTO_COPYRIGHT_LABEL str((c)2023 Orange Labs.) +#define KHISTO_COPYRIGHT_LABEL str((c)2024 Orange Labs.) diff --git a/src/Learning/khisto/khisto.cpp b/src/Learning/khisto/khisto.cpp index da9771933..dfa8d4db3 100644 --- a/src/Learning/khisto/khisto.cpp +++ b/src/Learning/khisto/khisto.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/khisto.h b/src/Learning/khisto/khisto.h index 5e4dc5df4..1d069defd 100644 --- a/src/Learning/khisto/khisto.h +++ b/src/Learning/khisto/khisto.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/resource.h b/src/Learning/khisto/resource.h index 59f2c52b5..dec4c59f6 100644 --- a/src/Learning/khisto/resource.h +++ b/src/Learning/khisto/resource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/streambining.cpp b/src/Learning/khisto/streambining.cpp index ed21cc054..f44200307 100644 --- a/src/Learning/khisto/streambining.cpp +++ b/src/Learning/khisto/streambining.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. diff --git a/src/Learning/khisto/streambining.h b/src/Learning/khisto/streambining.h index e817d7c10..55c83c5a6 100644 --- a/src/Learning/khisto/streambining.h +++ b/src/Learning/khisto/streambining.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 0db23a705..5b7a7616b 100644 --- a/src/Learning/samples/sample1/SampleOneLearningProblem.cpp +++ b/src/Learning/samples/sample1/SampleOneLearningProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 150fe0a5f..f67a7af58 100644 --- a/src/Learning/samples/sample1/SampleOneLearningProblem.h +++ b/src/Learning/samples/sample1/SampleOneLearningProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 302a9b586..965423658 100644 --- a/src/Learning/samples/sample1/SampleOneLearningProblemView.cpp +++ b/src/Learning/samples/sample1/SampleOneLearningProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 346fb3ff2..6ce9c1ce5 100644 --- a/src/Learning/samples/sample1/SampleOneLearningProblemView.h +++ b/src/Learning/samples/sample1/SampleOneLearningProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fa4783829..0d137a7e3 100644 --- a/src/Learning/samples/sample1/SampleOneLearningProject.cpp +++ b/src/Learning/samples/sample1/SampleOneLearningProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3a54e163a..313c54044 100644 --- a/src/Learning/samples/sample1/SampleOneLearningProject.h +++ b/src/Learning/samples/sample1/SampleOneLearningProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6a5e62a04..a87aac761 100644 --- a/src/Learning/samples/sample1/test.cpp +++ b/src/Learning/samples/sample1/test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 11eb89ec3..645c893f5 100644 --- a/src/Learning/samples/sample1/test.h +++ b/src/Learning/samples/sample1/test.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 bf8dd78fe..fee254cec 100644 --- a/src/Learning/samples/sample2/CMDRMajority.cpp +++ b/src/Learning/samples/sample2/CMDRMajority.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2456b9825..712fe3c99 100644 --- a/src/Learning/samples/sample2/CMDRMajority.h +++ b/src/Learning/samples/sample2/CMDRMajority.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 fc59b12dd..db61d813a 100644 --- a/src/Learning/samples/sample2/CMLearningProblem.cpp +++ b/src/Learning/samples/sample2/CMLearningProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 4c9450aaf..750820a43 100644 --- a/src/Learning/samples/sample2/CMLearningProblem.h +++ b/src/Learning/samples/sample2/CMLearningProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 7bbb83225..ed688cded 100644 --- a/src/Learning/samples/sample2/CMLearningProblemView.cpp +++ b/src/Learning/samples/sample2/CMLearningProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 b6b7e0e0d..5e2b5afbe 100644 --- a/src/Learning/samples/sample2/CMLearningProblemView.h +++ b/src/Learning/samples/sample2/CMLearningProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 8ccb563f6..4ce429e96 100644 --- a/src/Learning/samples/sample2/CMLearningProject.cpp +++ b/src/Learning/samples/sample2/CMLearningProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 57fef5397..d2febc525 100644 --- a/src/Learning/samples/sample2/CMLearningProject.h +++ b/src/Learning/samples/sample2/CMLearningProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ea454a1a6..a35c54c82 100644 --- a/src/Learning/samples/sample2/CMMajorityClassifier.cpp +++ b/src/Learning/samples/sample2/CMMajorityClassifier.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 e209b0287..f5fd99a6f 100644 --- a/src/Learning/samples/sample2/CMMajorityClassifier.h +++ b/src/Learning/samples/sample2/CMMajorityClassifier.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c193fbd25..edb26387d 100644 --- a/src/Learning/samples/sample2/CMModelingSpec.cpp +++ b/src/Learning/samples/sample2/CMModelingSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3fee27454..dd8464fe9 100644 --- a/src/Learning/samples/sample2/CMModelingSpec.h +++ b/src/Learning/samples/sample2/CMModelingSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 db9dd4b34..672e186c0 100644 --- a/src/Learning/samples/sample2/CMModelingSpecView.cpp +++ b/src/Learning/samples/sample2/CMModelingSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 53264d21a..ee0cce5d3 100644 --- a/src/Learning/samples/sample2/CMModelingSpecView.h +++ b/src/Learning/samples/sample2/CMModelingSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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/main.cpp b/src/Learning/samples/sample2/main.cpp index 4bd27eb0c..a4ff992db 100644 --- a/src/Learning/samples/sample2/main.cpp +++ b/src/Learning/samples/sample2/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 772d27e5a..ddd0580db 100644 --- a/src/Learning/samples/sample3/MYAnalysisResults.cpp +++ b/src/Learning/samples/sample3/MYAnalysisResults.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 9eece8a62..36f50893d 100644 --- a/src/Learning/samples/sample3/MYAnalysisResults.h +++ b/src/Learning/samples/sample3/MYAnalysisResults.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 6d07d7460..776a71009 100644 --- a/src/Learning/samples/sample3/MYAnalysisResultsView.cpp +++ b/src/Learning/samples/sample3/MYAnalysisResultsView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 deee5ce2f..e137cfdfd 100644 --- a/src/Learning/samples/sample3/MYAnalysisResultsView.h +++ b/src/Learning/samples/sample3/MYAnalysisResultsView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 3832e634f..6df27f62f 100644 --- a/src/Learning/samples/sample3/MYLearningProblem.cpp +++ b/src/Learning/samples/sample3/MYLearningProblem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 89b96f43b..2a60a3838 100644 --- a/src/Learning/samples/sample3/MYLearningProblem.h +++ b/src/Learning/samples/sample3/MYLearningProblem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 368f314ec..777b5ae55 100644 --- a/src/Learning/samples/sample3/MYLearningProblemView.cpp +++ b/src/Learning/samples/sample3/MYLearningProblemView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 f06b6bda3..fe2e39df6 100644 --- a/src/Learning/samples/sample3/MYLearningProblemView.h +++ b/src/Learning/samples/sample3/MYLearningProblemView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 2356956b2..4a9da2796 100644 --- a/src/Learning/samples/sample3/MYLearningProject.cpp +++ b/src/Learning/samples/sample3/MYLearningProject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 a9a158bca..fda5443a5 100644 --- a/src/Learning/samples/sample3/MYLearningProject.h +++ b/src/Learning/samples/sample3/MYLearningProject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 5eda9ea70..3c9b10bea 100644 --- a/src/Learning/samples/sample3/MYMain.cpp +++ b/src/Learning/samples/sample3/MYMain.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 dc1357ea5..eed831d41 100644 --- a/src/Learning/samples/sample3/MYMain.h +++ b/src/Learning/samples/sample3/MYMain.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 c9eb3b0a6..6a6616114 100644 --- a/src/Learning/samples/sample3/MYModelingSpec.cpp +++ b/src/Learning/samples/sample3/MYModelingSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 ca9a184a9..7070b81a9 100644 --- a/src/Learning/samples/sample3/MYModelingSpec.h +++ b/src/Learning/samples/sample3/MYModelingSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 cdf19bbab..a710fa0d4 100644 --- a/src/Learning/samples/sample3/MYModelingSpecView.cpp +++ b/src/Learning/samples/sample3/MYModelingSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is 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 65a486a4f..8602265aa 100644 --- a/src/Learning/samples/sample3/MYModelingSpecView.h +++ b/src/Learning/samples/sample3/MYModelingSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a87a05123..6589e86ba 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 4d03b6653..4e43951d6 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e99cdc857..c1a8f4a95 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 5a0efbfcf..dcd27103e 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 7ebb0057f..265c7d088 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 7d6514f76..4624f4ddf 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 f823827d8..0f1ae4c8a 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 6adc049d6..70c665640 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 5465d1697..c75bc616a 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 4f42259ab..cd6951f73 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 9fa515a8a..f4b21b60b 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 2607d54b2..0f36c2e7b 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 7e8ee5f0d..ee174d551 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 333d514fc..8fa26d67f 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 1724670c2..cd6139144 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 41e2fd6ad..a1116e569 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 03b911d44..bf16df56b 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e64c8fd7d..efa93a109 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 31eca2eb8..98d139644 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 421bbc142..ea0bedeac 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8ec1ef209..1a3c20ace 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a682b88b7..f8f430097 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 95bc96729..a83318676 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 1ac2d9366..03cfaedc5 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 db06c0f8f..03059b01b 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 2c4f0129a..a292e9308 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 18b6651c6..954128249 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 9b7bca3a1..37b6810f3 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 67c9a31b6..6f91d2ce6 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8b032974f..92403c940 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 721c88a7b..8e5be29cc 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 ac76cf0e9..18961e119 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 edcb0a9c4..6882296fe 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 2fad8dd5d..e6bad5c47 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 4bb5980ba..761b44731 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 aa3700b07..798acb5c0 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 74cd5e32e..a5e8c2018 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 712e76398..a7e44f3c2 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 1a30ca974..95a077cfd 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 041fc67e3..18a900678 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a0daaa3f1..ab5f47fe2 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 f83db026f..edd7f66ad 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a51dd220d..25ab0f198 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 692a40356..5e1cf43ce 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 34e5d5800..44a936a0c 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 04ceb252f..42eb626bc 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a6b63671a..27a41ed58 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 39c7bd8dc..504cc521a 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8aa334c22..07108f97f 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 893bf71fc..4893cb0be 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c31aaf859..fe3a4b8bf 100644 --- a/src/Norm/base/ALString.cpp +++ b/src/Norm/base/ALString.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 caad7d273..d2729f130 100644 --- a/src/Norm/base/ALString.h +++ b/src/Norm/base/ALString.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 d49268d19..08e1a8b6b 100644 --- a/src/Norm/base/BufferedFile.cpp +++ b/src/Norm/base/BufferedFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8d8e61207..793788bc1 100644 --- a/src/Norm/base/BufferedFile.h +++ b/src/Norm/base/BufferedFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 64ebcbca8..527962c6d 100644 --- a/src/Norm/base/CharVector.cpp +++ b/src/Norm/base/CharVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 fc98da784..865e07a77 100644 --- a/src/Norm/base/CharVector.h +++ b/src/Norm/base/CharVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e6a1b0934..4f77ac616 100644 --- a/src/Norm/base/CommandLine.cpp +++ b/src/Norm/base/CommandLine.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 fc11a3366..286ac9eee 100644 --- a/src/Norm/base/CommandLine.h +++ b/src/Norm/base/CommandLine.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 1330d8cca..97e27c35e 100644 --- a/src/Norm/base/Ermgt.cpp +++ b/src/Norm/base/Ermgt.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c2c09b965..cd11a4bda 100644 --- a/src/Norm/base/Ermgt.h +++ b/src/Norm/base/Ermgt.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c81bfb590..48b4d2203 100644 --- a/src/Norm/base/FileCache.cpp +++ b/src/Norm/base/FileCache.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a4bd7a42d..3fbc11f9f 100644 --- a/src/Norm/base/FileCache.h +++ b/src/Norm/base/FileCache.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 6e57a538d..99b3a6fcc 100644 --- a/src/Norm/base/FileService.cpp +++ b/src/Norm/base/FileService.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 438bb077e..d798ac020 100644 --- a/src/Norm/base/FileService.h +++ b/src/Norm/base/FileService.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 1837ac9bc..430fb9667 100644 --- a/src/Norm/base/HugeBuffer.cpp +++ b/src/Norm/base/HugeBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 38605ba53..ed5d9910a 100644 --- a/src/Norm/base/HugeBuffer.h +++ b/src/Norm/base/HugeBuffer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c866565f5..0bf0953cf 100644 --- a/src/Norm/base/InputBufferedFile.cpp +++ b/src/Norm/base/InputBufferedFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 49b3aa79b..f1143e481 100644 --- a/src/Norm/base/InputBufferedFile.h +++ b/src/Norm/base/InputBufferedFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 b7b172d9d..7a3929684 100644 --- a/src/Norm/base/Longint.cpp +++ b/src/Norm/base/Longint.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 fea5d8ae5..551d9a9dd 100644 --- a/src/Norm/base/Longint.h +++ b/src/Norm/base/Longint.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 65ef2b949..2401a258c 100644 --- a/src/Norm/base/MemVector.cpp +++ b/src/Norm/base/MemVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 3dbda243d..a291bba1e 100644 --- a/src/Norm/base/MemVector.h +++ b/src/Norm/base/MemVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8f747f6b1..0d9a8d4e7 100644 --- a/src/Norm/base/MemoryBufferedFile.cpp +++ b/src/Norm/base/MemoryBufferedFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 da77080d1..bc2c9a015 100644 --- a/src/Norm/base/MemoryBufferedFile.h +++ b/src/Norm/base/MemoryBufferedFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 3a6dffe6b..45644e6de 100644 --- a/src/Norm/base/MemoryManager.cpp +++ b/src/Norm/base/MemoryManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 743257d28..4b682379d 100644 --- a/src/Norm/base/MemoryManager.h +++ b/src/Norm/base/MemoryManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 056a50887..1884e696b 100644 --- a/src/Norm/base/MemoryStatsManager.cpp +++ b/src/Norm/base/MemoryStatsManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 56902d253..85121d9ac 100644 --- a/src/Norm/base/MemoryStatsManager.h +++ b/src/Norm/base/MemoryStatsManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 2607905f2..4e46cf9cd 100644 --- a/src/Norm/base/Obarray.cpp +++ b/src/Norm/base/Obarray.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 83bb44064..0144897c2 100644 --- a/src/Norm/base/Obdic.cpp +++ b/src/Norm/base/Obdic.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8598a351b..c77fa034a 100644 --- a/src/Norm/base/Object.h +++ b/src/Norm/base/Object.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a72e24b25..3b2eb89ac 100644 --- a/src/Norm/base/Oblist.cpp +++ b/src/Norm/base/Oblist.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 271c62941..fcb516faa 100644 --- a/src/Norm/base/OutputBufferedFile.cpp +++ b/src/Norm/base/OutputBufferedFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 2b745b343..4f8f9474f 100644 --- a/src/Norm/base/OutputBufferedFile.h +++ b/src/Norm/base/OutputBufferedFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 4018c3433..c66bac70e 100644 --- a/src/Norm/base/PLRemoteFileService.cpp +++ b/src/Norm/base/PLRemoteFileService.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 827b39634..fc6fdbf82 100644 --- a/src/Norm/base/PLRemoteFileService.h +++ b/src/Norm/base/PLRemoteFileService.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 53b83fc2b..b8a57c67e 100644 --- a/src/Norm/base/Portability.cpp +++ b/src/Norm/base/Portability.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 feb837c60..9c72c719d 100644 --- a/src/Norm/base/Portability.h +++ b/src/Norm/base/Portability.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a0024ca93..60f21f7b1 100644 --- a/src/Norm/base/Regexp.cpp +++ b/src/Norm/base/Regexp.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 972dda349..c425f93d9 100644 --- a/src/Norm/base/Regexp.h +++ b/src/Norm/base/Regexp.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 545fca2fe..814d1885a 100644 --- a/src/Norm/base/SortedList.cpp +++ b/src/Norm/base/SortedList.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 184e666aa..1099cd174 100644 --- a/src/Norm/base/SortedList.h +++ b/src/Norm/base/SortedList.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 0dc33a8e8..9a1ce822b 100644 --- a/src/Norm/base/Standard.cpp +++ b/src/Norm/base/Standard.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 067a0cb06..ff1bb47f1 100644 --- a/src/Norm/base/Standard.h +++ b/src/Norm/base/Standard.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 18105ad51..78ff5b364 100644 --- a/src/Norm/base/SystemFile.cpp +++ b/src/Norm/base/SystemFile.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 128ac2d6e..0d7b391e0 100644 --- a/src/Norm/base/SystemFile.h +++ b/src/Norm/base/SystemFile.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 89545c113..29bf1418b 100644 --- a/src/Norm/base/SystemFileDriver.cpp +++ b/src/Norm/base/SystemFileDriver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 284ba0ab2..fb9dc7322 100644 --- a/src/Norm/base/SystemFileDriver.h +++ b/src/Norm/base/SystemFileDriver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 acfb0cae7..4b1f589da 100644 --- a/src/Norm/base/SystemFileDriverANSI.cpp +++ b/src/Norm/base/SystemFileDriverANSI.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 40136ff0c..f80155fd4 100644 --- a/src/Norm/base/SystemFileDriverANSI.h +++ b/src/Norm/base/SystemFileDriverANSI.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 1c3b5a8ff..1e6c610c5 100644 --- a/src/Norm/base/SystemFileDriverCreator.cpp +++ b/src/Norm/base/SystemFileDriverCreator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 74a0a82e0..13bdbb995 100644 --- a/src/Norm/base/SystemFileDriverCreator.h +++ b/src/Norm/base/SystemFileDriverCreator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 2391b545a..ffc0ba2ec 100644 --- a/src/Norm/base/SystemFileDriverLibrary.cpp +++ b/src/Norm/base/SystemFileDriverLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 2da98d09c..e9be72e89 100644 --- a/src/Norm/base/SystemFileDriverLibrary.h +++ b/src/Norm/base/SystemFileDriverLibrary.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 ee0057021..ee32b2d36 100644 --- a/src/Norm/base/SystemResource.cpp +++ b/src/Norm/base/SystemResource.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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.h b/src/Norm/base/SystemResource.h index 6b8430e5e..fd1e22a68 100644 --- a/src/Norm/base/SystemResource.h +++ b/src/Norm/base/SystemResource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 41ecf9cf3..9d474c5f4 100644 --- a/src/Norm/base/TaskProgression.cpp +++ b/src/Norm/base/TaskProgression.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 897afb441..40f7a270e 100644 --- a/src/Norm/base/TaskProgression.h +++ b/src/Norm/base/TaskProgression.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 9c206a5aa..27f5c4be6 100644 --- a/src/Norm/base/TaskProgressionManager.cpp +++ b/src/Norm/base/TaskProgressionManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a676297fe..63b249c2b 100644 --- a/src/Norm/base/TaskProgressionManager.h +++ b/src/Norm/base/TaskProgressionManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 404888655..61c38b63a 100644 --- a/src/Norm/base/Timer.cpp +++ b/src/Norm/base/Timer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 d411285eb..c9382c443 100644 --- a/src/Norm/base/Timer.h +++ b/src/Norm/base/Timer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 da708226c..fa3949eda 100644 --- a/src/Norm/base/UICard.cpp +++ b/src/Norm/base/UICard.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 d44ac1807..7f396561c 100644 --- a/src/Norm/base/UIData.cpp +++ b/src/Norm/base/UIData.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a3d4b7aea..43a4f55a0 100644 --- a/src/Norm/base/UIElements.cpp +++ b/src/Norm/base/UIElements.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c38500f20..3e1e46b0a 100644 --- a/src/Norm/base/UIList.cpp +++ b/src/Norm/base/UIList.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 85b9d0d2a..62ed9599e 100644 --- a/src/Norm/base/UIObject.cpp +++ b/src/Norm/base/UIObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 1cbb106cd..2ebb117b4 100644 --- a/src/Norm/base/UIObjectArrayView.cpp +++ b/src/Norm/base/UIObjectArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 b1126a679..6cc56c59a 100644 --- a/src/Norm/base/UIObjectView.cpp +++ b/src/Norm/base/UIObjectView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 0e97e4536..3ed707e7d 100644 --- a/src/Norm/base/UITaskProgression.cpp +++ b/src/Norm/base/UITaskProgression.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 ce6596254..951963682 100644 --- a/src/Norm/base/UIUnit.cpp +++ b/src/Norm/base/UIUnit.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 871dbe59d..d611ce0e8 100644 --- a/src/Norm/base/UserInterface.h +++ b/src/Norm/base/UserInterface.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c28b420f8..061cf1bfd 100644 --- a/src/Norm/base/Vector.cpp +++ b/src/Norm/base/Vector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 0ec59245c..1f23868a6 100644 --- a/src/Norm/base/Vector.h +++ b/src/Norm/base/Vector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 ed5ebcf2f..3cfc982d4 100644 --- a/src/Norm/base/jni_md_linux.h +++ b/src/Norm/base/jni_md_linux.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 7c2aff9bf..e02e3a756 100644 --- a/src/Norm/base/jni_md_windows.h +++ b/src/Norm/base/jni_md_windows.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 1b87c5f13..69bb22b1b 100644 --- a/src/Norm/base/jni_wrapper.h +++ b/src/Norm/base/jni_wrapper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 f979ffcd8..6f785125f 100644 --- a/src/Norm/basetest/BaseTest.cpp +++ b/src/Norm/basetest/BaseTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 d2e0b93ea..a714df5b5 100644 --- a/src/Norm/basetest/BaseTest.h +++ b/src/Norm/basetest/BaseTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c25128ade..adf780ac0 100644 --- a/src/Norm/basetest/DiversTests.cpp +++ b/src/Norm/basetest/DiversTests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8b94a85cd..1d1c4ccbf 100644 --- a/src/Norm/basetest/DiversTests.h +++ b/src/Norm/basetest/DiversTests.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 bf61b118d..8d82a47ba 100644 --- a/src/Norm/basetest/UITest.cpp +++ b/src/Norm/basetest/UITest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 74b4cf655..b0b2fce80 100644 --- a/src/Norm/basetest/UITest.h +++ b/src/Norm/basetest/UITest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 670e3077d..132dc9d6f 100644 --- a/src/Norm/basetest/UITestActionSubObject.cpp +++ b/src/Norm/basetest/UITestActionSubObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8723e9f4f..1c073a7cf 100644 --- a/src/Norm/basetest/UITestActionSubObject.h +++ b/src/Norm/basetest/UITestActionSubObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 ab05cf308..7664d44ca 100644 --- a/src/Norm/basetest/UITestActionSubObjectView.cpp +++ b/src/Norm/basetest/UITestActionSubObjectView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 48d30576e..101a9d4af 100644 --- a/src/Norm/basetest/UITestActionSubObjectView.h +++ b/src/Norm/basetest/UITestActionSubObjectView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 d3ba57eef..8af83506b 100644 --- a/src/Norm/basetest/UITestClassSpec.cpp +++ b/src/Norm/basetest/UITestClassSpec.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 9b1379d11..adb19f8a9 100644 --- a/src/Norm/basetest/UITestClassSpec.h +++ b/src/Norm/basetest/UITestClassSpec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 76afc6b34..1f76f3792 100644 --- a/src/Norm/basetest/UITestClassSpecArrayView.cpp +++ b/src/Norm/basetest/UITestClassSpecArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 222a868be..ebbe9406a 100644 --- a/src/Norm/basetest/UITestClassSpecArrayView.h +++ b/src/Norm/basetest/UITestClassSpecArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 5b854b2d0..534d68a33 100644 --- a/src/Norm/basetest/UITestClassSpecView.cpp +++ b/src/Norm/basetest/UITestClassSpecView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 20d5d5a01..2f54d7ec7 100644 --- a/src/Norm/basetest/UITestClassSpecView.h +++ b/src/Norm/basetest/UITestClassSpecView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8a12f29ce..d10e2a759 100644 --- a/src/Norm/basetest/UITestObject.cpp +++ b/src/Norm/basetest/UITestObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 f3966cd08..fb7431222 100644 --- a/src/Norm/basetest/UITestObject.h +++ b/src/Norm/basetest/UITestObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 2df1c34ab..ca2008adc 100644 --- a/src/Norm/basetest/UITestObjectView.cpp +++ b/src/Norm/basetest/UITestObjectView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 82a68e80a..226b62512 100644 --- a/src/Norm/basetest/UITestObjectView.h +++ b/src/Norm/basetest/UITestObjectView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 deac1ad95..c31975c7c 100644 --- a/src/Norm/basetest/UITestSubObject.cpp +++ b/src/Norm/basetest/UITestSubObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e29d2f3b3..f3bdf31c5 100644 --- a/src/Norm/basetest/UITestSubObject.h +++ b/src/Norm/basetest/UITestSubObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 0dc7d119d..a91602042 100644 --- a/src/Norm/basetest/UITestSubObjectView.cpp +++ b/src/Norm/basetest/UITestSubObjectView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 eb723f4a2..6d34ed98b 100644 --- a/src/Norm/basetest/UITestSubObjectView.h +++ b/src/Norm/basetest/UITestSubObjectView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c1b848f01..14e1d0648 100644 --- a/src/Norm/basetest/main.cpp +++ b/src/Norm/basetest/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 33631946d..8fa4830a0 100644 --- a/src/Norm/basetest/main.h +++ b/src/Norm/basetest/main.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8ce8def02..5c4bbddf1 100644 --- a/src/Norm/genere/Attribute.cpp +++ b/src/Norm/genere/Attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 39d349873..1510e255e 100644 --- a/src/Norm/genere/Attribute.h +++ b/src/Norm/genere/Attribute.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 dae5899e3..156a7c662 100644 --- a/src/Norm/genere/AttributeTable.cpp +++ b/src/Norm/genere/AttributeTable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 1a8c799ba..43485acb4 100644 --- a/src/Norm/genere/AttributeTable.h +++ b/src/Norm/genere/AttributeTable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 9fb1d868e..ecfd26591 100644 --- a/src/Norm/genere/Genere.h +++ b/src/Norm/genere/Genere.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 06617c611..875b1bbce 100644 --- a/src/Norm/genere/GenereAttArrayViewC.cpp +++ b/src/Norm/genere/GenereAttArrayViewC.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a63766ec3..fe160e8b0 100644 --- a/src/Norm/genere/GenereAttC.cpp +++ b/src/Norm/genere/GenereAttC.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c12b29dbf..79e8dc58e 100644 --- a/src/Norm/genere/GenereAttH.cpp +++ b/src/Norm/genere/GenereAttH.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 745fbe248..c76f9c04f 100644 --- a/src/Norm/genere/GenereAttViewC.cpp +++ b/src/Norm/genere/GenereAttViewC.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 35df053b9..31fa9bb68 100644 --- a/src/Norm/genere/GenereAttViewH.cpp +++ b/src/Norm/genere/GenereAttViewH.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 5b1dc1be1..6d2b04ae4 100644 --- a/src/Norm/genere/ManagedObject.cpp +++ b/src/Norm/genere/ManagedObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a6bc0d27f..5061ff9c1 100644 --- a/src/Norm/genere/ManagedObject.h +++ b/src/Norm/genere/ManagedObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c5d5c1054..b0215cc04 100644 --- a/src/Norm/genere/ManagedObjectTable.cpp +++ b/src/Norm/genere/ManagedObjectTable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 9fc6b3736..920a40db2 100644 --- a/src/Norm/genere/ManagedObjectTable.h +++ b/src/Norm/genere/ManagedObjectTable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e16f3e1f9..ecce2cd8f 100644 --- a/src/Norm/genere/QueryServices.cpp +++ b/src/Norm/genere/QueryServices.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 f805e7cb4..44f5688c5 100644 --- a/src/Norm/genere/QueryServices.h +++ b/src/Norm/genere/QueryServices.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 bcbfade4e..16b9f1d0d 100644 --- a/src/Norm/genere/QueryServicesView.cpp +++ b/src/Norm/genere/QueryServicesView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 5945b23a4..1944d891f 100644 --- a/src/Norm/genere/QueryServicesView.h +++ b/src/Norm/genere/QueryServicesView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a2f76a2b7..93c7fd0f1 100644 --- a/src/Norm/genere/Section.cpp +++ b/src/Norm/genere/Section.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 b58c3151e..7615fdbea 100644 --- a/src/Norm/genere/Section.h +++ b/src/Norm/genere/Section.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 288d8c8b5..f23e55c1d 100644 --- a/src/Norm/genere/SectionTable.cpp +++ b/src/Norm/genere/SectionTable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 5b24fe11d..a54e63329 100644 --- a/src/Norm/genere/SectionTable.h +++ b/src/Norm/genere/SectionTable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 fc2061c08..95ae07a26 100644 --- a/src/Norm/genere/TableGenerator.cpp +++ b/src/Norm/genere/TableGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. @@ -522,7 +522,7 @@ void TableGenerator::GenereWith(const ALString& sName, const ALString& sSpecific void TableGenerator::GenerateCopyrightHeader(ostream& ost) const { - ost << "// Copyright (c) 2023 Orange. All rights reserved.\n"; + ost << "// Copyright (c) 2024 Orange. All rights reserved.\n"; ost << "// This software is distributed under the BSD 3-Clause-clear License, the text of which is available\n"; ost << "// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the \"LICENSE\" file for more " "details.\n"; diff --git a/src/Norm/genere/TableGenerator.h b/src/Norm/genere/TableGenerator.h index fc6e7bc55..a9a10aebb 100644 --- a/src/Norm/genere/TableGenerator.h +++ b/src/Norm/genere/TableGenerator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 d996319aa..f608a6b14 100644 --- a/src/Norm/genere/TableServices.cpp +++ b/src/Norm/genere/TableServices.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 7c3c0c2ce..638f3663b 100644 --- a/src/Norm/genere/TableServices.h +++ b/src/Norm/genere/TableServices.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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/Version.h b/src/Norm/genere/Version.h index f4ab08782..efa922661 100644 --- a/src/Norm/genere/Version.h +++ b/src/Norm/genere/Version.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details. @@ -13,4 +13,4 @@ #define GENERE_VERSION str(1.0) // Copyright -#define GENERE_COPYRIGHT_LABEL str((c)2023 Orange Labs.) +#define GENERE_COPYRIGHT_LABEL str((c)2024 Orange Labs.) diff --git a/src/Norm/genere/genere.cpp b/src/Norm/genere/genere.cpp index 52879d71d..ce03b1307 100644 --- a/src/Norm/genere/genere.cpp +++ b/src/Norm/genere/genere.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 370f52a77..fdaaec4f2 100644 --- a/src/Norm/genere/genereattarrayviewH.cpp +++ b/src/Norm/genere/genereattarrayviewH.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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/resource.h b/src/Norm/genere/resource.h index 1e54c4daa..ec374b8c7 100644 --- a/src/Norm/genere/resource.h +++ b/src/Norm/genere/resource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 73c6e05dc..50369e243 100644 --- a/src/Norm/generetest/Sample.cpp +++ b/src/Norm/generetest/Sample.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 6e6051b4f..b1ec737c0 100644 --- a/src/Norm/generetest/Sample.h +++ b/src/Norm/generetest/Sample.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c591a581c..ec7c861c0 100644 --- a/src/Norm/generetest/SampleArrayView.cpp +++ b/src/Norm/generetest/SampleArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e8cfcc463..67dbf3f6e 100644 --- a/src/Norm/generetest/SampleArrayView.h +++ b/src/Norm/generetest/SampleArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 dde20b129..f5dcdd462 100644 --- a/src/Norm/generetest/SampleView.cpp +++ b/src/Norm/generetest/SampleView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 7ee9e5d87..26e993cab 100644 --- a/src/Norm/generetest/SampleView.h +++ b/src/Norm/generetest/SampleView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 47462adf9..5c254508a 100644 --- a/src/Norm/generetest/generetest.cpp +++ b/src/Norm/generetest/generetest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 b4699eed2..12167a5d8 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 5b70580c6..f8fe9fee2 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) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 5687634bd..17fae9187 100644 --- a/src/Norm/samples/sample1/main.cpp +++ b/src/Norm/samples/sample1/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 78234984c..919a228cf 100644 --- a/src/Norm/samples/sample1/main.h +++ b/src/Norm/samples/sample1/main.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 fd4d2c824..584b9f54a 100644 --- a/src/Norm/samples/sample2/PRWorker.cpp +++ b/src/Norm/samples/sample2/PRWorker.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 d7faedc33..266e19f8e 100644 --- a/src/Norm/samples/sample2/PRWorker.h +++ b/src/Norm/samples/sample2/PRWorker.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 9b338326b..d50d35c5f 100644 --- a/src/Norm/samples/sample2/PRWorkerView.cpp +++ b/src/Norm/samples/sample2/PRWorkerView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 dddce9fe9..725a1c258 100644 --- a/src/Norm/samples/sample2/PRWorkerView.h +++ b/src/Norm/samples/sample2/PRWorkerView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 bed84ff6f..20c955f23 100644 --- a/src/Norm/samples/sample2/main.cpp +++ b/src/Norm/samples/sample2/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c34f2b728..db6cb7aa1 100644 --- a/src/Norm/samples/sample2/main.h +++ b/src/Norm/samples/sample2/main.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 709318ab5..20ef6e91a 100644 --- a/src/Norm/samples/sample3/PRAddress.cpp +++ b/src/Norm/samples/sample3/PRAddress.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 09a0ef1f0..0d278ee2e 100644 --- a/src/Norm/samples/sample3/PRAddress.h +++ b/src/Norm/samples/sample3/PRAddress.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8450131c2..a9cfbca05 100644 --- a/src/Norm/samples/sample3/PRAddressView.cpp +++ b/src/Norm/samples/sample3/PRAddressView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 678b11f47..f90441f93 100644 --- a/src/Norm/samples/sample3/PRAddressView.h +++ b/src/Norm/samples/sample3/PRAddressView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 4622c9e5e..6dba2dd6a 100644 --- a/src/Norm/samples/sample3/PRChild.cpp +++ b/src/Norm/samples/sample3/PRChild.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a05a76d4a..75865e270 100644 --- a/src/Norm/samples/sample3/PRChild.h +++ b/src/Norm/samples/sample3/PRChild.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 641a3140b..cbf3c4374 100644 --- a/src/Norm/samples/sample3/PRChildArrayView.cpp +++ b/src/Norm/samples/sample3/PRChildArrayView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 696e9a367..486072680 100644 --- a/src/Norm/samples/sample3/PRChildArrayView.h +++ b/src/Norm/samples/sample3/PRChildArrayView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e85f2162b..5c274ff87 100644 --- a/src/Norm/samples/sample3/PRChildView.cpp +++ b/src/Norm/samples/sample3/PRChildView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 ad108f5a6..ee39dd374 100644 --- a/src/Norm/samples/sample3/PRChildView.h +++ b/src/Norm/samples/sample3/PRChildView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 ff1adca9b..c9dd0541d 100644 --- a/src/Norm/samples/sample3/PRWorker.cpp +++ b/src/Norm/samples/sample3/PRWorker.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c53409127..17a0a05f9 100644 --- a/src/Norm/samples/sample3/PRWorker.h +++ b/src/Norm/samples/sample3/PRWorker.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 49698239b..af69da9af 100644 --- a/src/Norm/samples/sample3/PRWorkerView.cpp +++ b/src/Norm/samples/sample3/PRWorkerView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8333f2b8b..a07a31834 100644 --- a/src/Norm/samples/sample3/PRWorkerView.h +++ b/src/Norm/samples/sample3/PRWorkerView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 bed84ff6f..20c955f23 100644 --- a/src/Norm/samples/sample3/main.cpp +++ b/src/Norm/samples/sample3/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c34f2b728..db6cb7aa1 100644 --- a/src/Norm/samples/sample3/main.h +++ b/src/Norm/samples/sample3/main.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 79a03c7f2..0bbd7ea40 100644 --- a/src/Parallel/PLMPI/PLMPIFileServerSlave.cpp +++ b/src/Parallel/PLMPI/PLMPIFileServerSlave.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 5f9e23a1a..a57a7037e 100644 --- a/src/Parallel/PLMPI/PLMPIFileServerSlave.h +++ b/src/Parallel/PLMPI/PLMPIFileServerSlave.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 7846a1a39..ae078fd02 100644 --- a/src/Parallel/PLMPI/PLMPIMaster.cpp +++ b/src/Parallel/PLMPI/PLMPIMaster.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 cdf349b4a..00447fd99 100644 --- a/src/Parallel/PLMPI/PLMPIMaster.h +++ b/src/Parallel/PLMPI/PLMPIMaster.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 1952eefb3..180acc88a 100644 --- a/src/Parallel/PLMPI/PLMPIMasterSlaveTags.h +++ b/src/Parallel/PLMPI/PLMPIMasterSlaveTags.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 2cd134b0d..3d0461035 100644 --- a/src/Parallel/PLMPI/PLMPIMessageManager.cpp +++ b/src/Parallel/PLMPI/PLMPIMessageManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 0c02eb9b7..569716bfb 100644 --- a/src/Parallel/PLMPI/PLMPIMessageManager.h +++ b/src/Parallel/PLMPI/PLMPIMessageManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 ae1236653..828cdebc4 100644 --- a/src/Parallel/PLMPI/PLMPIMsgContext.cpp +++ b/src/Parallel/PLMPI/PLMPIMsgContext.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 2118b7464..8c721e0e5 100644 --- a/src/Parallel/PLMPI/PLMPIMsgContext.h +++ b/src/Parallel/PLMPI/PLMPIMsgContext.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 73154d267..980459c34 100644 --- a/src/Parallel/PLMPI/PLMPISlave.cpp +++ b/src/Parallel/PLMPI/PLMPISlave.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 560115067..5abf87be0 100644 --- a/src/Parallel/PLMPI/PLMPISlave.h +++ b/src/Parallel/PLMPI/PLMPISlave.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 3f60d4076..1c5dbf37a 100644 --- a/src/Parallel/PLMPI/PLMPISlaveLauncher.cpp +++ b/src/Parallel/PLMPI/PLMPISlaveLauncher.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 189dfa654..45cfb384f 100644 --- a/src/Parallel/PLMPI/PLMPISlaveLauncher.h +++ b/src/Parallel/PLMPI/PLMPISlaveLauncher.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 9490beca3..d88a78042 100644 --- a/src/Parallel/PLMPI/PLMPISlaveProgressionManager.cpp +++ b/src/Parallel/PLMPI/PLMPISlaveProgressionManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 eb8cd7742..30fc68950 100644 --- a/src/Parallel/PLMPI/PLMPISlaveProgressionManager.h +++ b/src/Parallel/PLMPI/PLMPISlaveProgressionManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 eb9cf371a..8f432536b 100644 --- a/src/Parallel/PLMPI/PLMPISystemFileDriverRemote.cpp +++ b/src/Parallel/PLMPI/PLMPISystemFileDriverRemote.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 55d6b3d62..7c10f03f8 100644 --- a/src/Parallel/PLMPI/PLMPISystemFileDriverRemote.h +++ b/src/Parallel/PLMPI/PLMPISystemFileDriverRemote.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 6f14841c3..ff726c1eb 100644 --- a/src/Parallel/PLMPI/PLMPITaskDriver.cpp +++ b/src/Parallel/PLMPI/PLMPITaskDriver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 ca37de212..32602de16 100644 --- a/src/Parallel/PLMPI/PLMPITaskDriver.h +++ b/src/Parallel/PLMPI/PLMPITaskDriver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 d6c37bf9b..3da3dd8d2 100644 --- a/src/Parallel/PLMPI/PLMPITracer.cpp +++ b/src/Parallel/PLMPI/PLMPITracer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 eaefbe19e..924cbbbfd 100644 --- a/src/Parallel/PLMPI/PLMPITracer.h +++ b/src/Parallel/PLMPI/PLMPITracer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 b1b7ab561..8305054ab 100644 --- a/src/Parallel/PLMPI/PLMPImpi_wrapper.h +++ b/src/Parallel/PLMPI/PLMPImpi_wrapper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 6ed7239e5..5b4e5c4eb 100644 --- a/src/Parallel/PLParallelTask/PLErrorWithIndex.cpp +++ b/src/Parallel/PLParallelTask/PLErrorWithIndex.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 19efaef57..09b6d4206 100644 --- a/src/Parallel/PLParallelTask/PLErrorWithIndex.h +++ b/src/Parallel/PLParallelTask/PLErrorWithIndex.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 6d0d85bf0..a0c983bea 100644 --- a/src/Parallel/PLParallelTask/PLFileConcatenater.cpp +++ b/src/Parallel/PLParallelTask/PLFileConcatenater.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 fc24033e0..1659aba27 100644 --- a/src/Parallel/PLParallelTask/PLFileConcatenater.h +++ b/src/Parallel/PLParallelTask/PLFileConcatenater.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 5353e6008..29dcda99a 100644 --- a/src/Parallel/PLParallelTask/PLIncrementalStats.cpp +++ b/src/Parallel/PLParallelTask/PLIncrementalStats.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 95926c88c..732a17412 100644 --- a/src/Parallel/PLParallelTask/PLIncrementalStats.h +++ b/src/Parallel/PLParallelTask/PLIncrementalStats.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 cf1aa291b..9bcd8bc49 100644 --- a/src/Parallel/PLParallelTask/PLParallelTask.cpp +++ b/src/Parallel/PLParallelTask/PLParallelTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 2cec14828..3d5342bf9 100644 --- a/src/Parallel/PLParallelTask/PLParallelTask.h +++ b/src/Parallel/PLParallelTask/PLParallelTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 b86877dfc..377771e4c 100644 --- a/src/Parallel/PLParallelTask/PLSerializer.cpp +++ b/src/Parallel/PLParallelTask/PLSerializer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e36c7f878..79d0696b6 100644 --- a/src/Parallel/PLParallelTask/PLSerializer.h +++ b/src/Parallel/PLParallelTask/PLSerializer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a0cdf4b8e..079034922 100644 --- a/src/Parallel/PLParallelTask/PLSharedObject.cpp +++ b/src/Parallel/PLParallelTask/PLSharedObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 13b14a42e..d78e848de 100644 --- a/src/Parallel/PLParallelTask/PLSharedObject.h +++ b/src/Parallel/PLParallelTask/PLSharedObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 a024c16fd..8244f219d 100644 --- a/src/Parallel/PLParallelTask/PLSharedVariable.cpp +++ b/src/Parallel/PLParallelTask/PLSharedVariable.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 3cfca2e89..a0a23a2f3 100644 --- a/src/Parallel/PLParallelTask/PLSharedVariable.h +++ b/src/Parallel/PLParallelTask/PLSharedVariable.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 6a2916957..b388e6475 100644 --- a/src/Parallel/PLParallelTask/PLSharedVector.cpp +++ b/src/Parallel/PLParallelTask/PLSharedVector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 29780e368..9f5f18940 100644 --- a/src/Parallel/PLParallelTask/PLSharedVector.h +++ b/src/Parallel/PLParallelTask/PLSharedVector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 312b81806..f1374fd2e 100644 --- a/src/Parallel/PLParallelTask/PLShared_HostResource.cpp +++ b/src/Parallel/PLParallelTask/PLShared_HostResource.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 b37b4859d..ed810d5dc 100644 --- a/src/Parallel/PLParallelTask/PLShared_HostResource.h +++ b/src/Parallel/PLParallelTask/PLShared_HostResource.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 2942fad65..f9be67cb9 100644 --- a/src/Parallel/PLParallelTask/PLShared_ObjectArray.cpp +++ b/src/Parallel/PLParallelTask/PLShared_ObjectArray.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e31b11cbd..792c94b95 100644 --- a/src/Parallel/PLParallelTask/PLShared_ObjectDictionary.cpp +++ b/src/Parallel/PLParallelTask/PLShared_ObjectDictionary.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 eb7203ee6..7f9e21915 100644 --- a/src/Parallel/PLParallelTask/PLShared_ObjectList.cpp +++ b/src/Parallel/PLParallelTask/PLShared_ObjectList.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 f83a9f31a..b955dce40 100644 --- a/src/Parallel/PLParallelTask/PLShared_ResourceRequirement.cpp +++ b/src/Parallel/PLParallelTask/PLShared_ResourceRequirement.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 20bbf9cc6..016dbd930 100644 --- a/src/Parallel/PLParallelTask/PLShared_ResourceRequirement.h +++ b/src/Parallel/PLParallelTask/PLShared_ResourceRequirement.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 cc2014a40..a458886eb 100644 --- a/src/Parallel/PLParallelTask/PLShared_SampleObject.cpp +++ b/src/Parallel/PLParallelTask/PLShared_SampleObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 5e1fb9c63..254dba514 100644 --- a/src/Parallel/PLParallelTask/PLShared_SampleObject.h +++ b/src/Parallel/PLParallelTask/PLShared_SampleObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 275c88cc4..44d22b367 100644 --- a/src/Parallel/PLParallelTask/PLShared_TaskResourceGrant.cpp +++ b/src/Parallel/PLParallelTask/PLShared_TaskResourceGrant.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8ec805615..848d11d6e 100644 --- a/src/Parallel/PLParallelTask/PLShared_TaskResourceGrant.h +++ b/src/Parallel/PLParallelTask/PLShared_TaskResourceGrant.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e92c8fd45..d287bdbaf 100644 --- a/src/Parallel/PLParallelTask/PLSlaveState.cpp +++ b/src/Parallel/PLParallelTask/PLSlaveState.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 39a94095c..391df3e90 100644 --- a/src/Parallel/PLParallelTask/PLSlaveState.h +++ b/src/Parallel/PLParallelTask/PLSlaveState.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 cd9c08b3a..9db6ec0a1 100644 --- a/src/Parallel/PLParallelTask/PLTaskDriver.cpp +++ b/src/Parallel/PLParallelTask/PLTaskDriver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 6f0117cdd..37b52f326 100644 --- a/src/Parallel/PLParallelTask/PLTaskDriver.h +++ b/src/Parallel/PLParallelTask/PLTaskDriver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e87c2eb19..6a2974434 100644 --- a/src/Parallel/PLParallelTask/PLTracer.cpp +++ b/src/Parallel/PLParallelTask/PLTracer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 0a8975973..6396ec8e3 100644 --- a/src/Parallel/PLParallelTask/PLTracer.h +++ b/src/Parallel/PLParallelTask/PLTracer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 27d8fbea3..e12c05e31 100644 --- a/src/Parallel/PLParallelTask/RMParallelResourceDriver.cpp +++ b/src/Parallel/PLParallelTask/RMParallelResourceDriver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 ad955a0f9..5f963015a 100644 --- a/src/Parallel/PLParallelTask/RMParallelResourceDriver.h +++ b/src/Parallel/PLParallelTask/RMParallelResourceDriver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 460a59215..ce65e3915 100644 --- a/src/Parallel/PLParallelTask/RMParallelResourceManager.cpp +++ b/src/Parallel/PLParallelTask/RMParallelResourceManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 b95ec75aa..b19f6e28a 100644 --- a/src/Parallel/PLParallelTask/RMParallelResourceManager.h +++ b/src/Parallel/PLParallelTask/RMParallelResourceManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 19846940b..053d24abd 100644 --- a/src/Parallel/PLParallelTask/RMTaskResourceGrant.cpp +++ b/src/Parallel/PLParallelTask/RMTaskResourceGrant.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 08c1ddbe1..5327a49f9 100644 --- a/src/Parallel/PLParallelTask/RMTaskResourceGrant.h +++ b/src/Parallel/PLParallelTask/RMTaskResourceGrant.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 3dc06ac48..a2d3adf69 100644 --- a/src/Parallel/PLParallelTask/RMTaskResourceRequirement.cpp +++ b/src/Parallel/PLParallelTask/RMTaskResourceRequirement.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 10a2de1f4..283e9b39d 100644 --- a/src/Parallel/PLParallelTask/RMTaskResourceRequirement.h +++ b/src/Parallel/PLParallelTask/RMTaskResourceRequirement.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 168eef538..b6b2e26b2 100644 --- a/src/Parallel/PLSamples/PEFileSearchTask.cpp +++ b/src/Parallel/PLSamples/PEFileSearchTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 6fa936a4a..da2fef58d 100644 --- a/src/Parallel/PLSamples/PEFileSearchTask.h +++ b/src/Parallel/PLSamples/PEFileSearchTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 7fc6906f2..2f008dc5b 100644 --- a/src/Parallel/PLSamples/PEHelloWorldTask.cpp +++ b/src/Parallel/PLSamples/PEHelloWorldTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 131bfba83..94261793e 100644 --- a/src/Parallel/PLSamples/PEHelloWorldTask.h +++ b/src/Parallel/PLSamples/PEHelloWorldTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 6205a251f..1fb748c46 100644 --- a/src/Parallel/PLSamples/PEIOParallelTestTask.cpp +++ b/src/Parallel/PLSamples/PEIOParallelTestTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 d379a7186..7959461cc 100644 --- a/src/Parallel/PLSamples/PEIOParallelTestTask.h +++ b/src/Parallel/PLSamples/PEIOParallelTestTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 31418d1fa..ea803ff8c 100644 --- a/src/Parallel/PLSamples/PELullaby.cpp +++ b/src/Parallel/PLSamples/PELullaby.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 27c0bb9e9..1c6dc2e16 100644 --- a/src/Parallel/PLSamples/PELullabyTask.h +++ b/src/Parallel/PLSamples/PELullabyTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 3e9248bc4..ef5aa5dac 100644 --- a/src/Parallel/PLSamples/PEPi.cpp +++ b/src/Parallel/PLSamples/PEPi.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 4548d6182..bbaf0140f 100644 --- a/src/Parallel/PLSamples/PEPi.h +++ b/src/Parallel/PLSamples/PEPi.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 6d33d084d..a2ccd866a 100644 --- a/src/Parallel/PLSamples/PEPiTask.cpp +++ b/src/Parallel/PLSamples/PEPiTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 ada61c0fc..ac29b303a 100644 --- a/src/Parallel/PLSamples/PEPiTask.h +++ b/src/Parallel/PLSamples/PEPiTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 ae2766166..35c8646bf 100644 --- a/src/Parallel/PLSamples/PEPiView.cpp +++ b/src/Parallel/PLSamples/PEPiView.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 45694051b..b713a7d36 100644 --- a/src/Parallel/PLSamples/PEPiView.h +++ b/src/Parallel/PLSamples/PEPiView.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 fd37efb8a..58254f515 100644 --- a/src/Parallel/PLSamples/PEProgressionTask.cpp +++ b/src/Parallel/PLSamples/PEProgressionTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 7ca325cdd..bc9b4ccb9 100644 --- a/src/Parallel/PLSamples/PEProgressionTask.h +++ b/src/Parallel/PLSamples/PEProgressionTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 f2591582c..9f72513ce 100644 --- a/src/Parallel/PLSamples/PEProtocolTestTask.cpp +++ b/src/Parallel/PLSamples/PEProtocolTestTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 8521330be..9487dcaeb 100644 --- a/src/Parallel/PLSamples/PEProtocolTestTask.h +++ b/src/Parallel/PLSamples/PEProtocolTestTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e60a5f8f4..664e923be 100644 --- a/src/Parallel/PLSamples/PESerializerLongTestTask.cpp +++ b/src/Parallel/PLSamples/PESerializerLongTestTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 5a8f1a35d..5695d47d1 100644 --- a/src/Parallel/PLSamples/PESerializerLongTestTask.h +++ b/src/Parallel/PLSamples/PESerializerLongTestTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 ebd7ce2b0..9747161ce 100644 --- a/src/Parallel/PLSamples/PESerializerTestTask.cpp +++ b/src/Parallel/PLSamples/PESerializerTestTask.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 9c369a91e..f926ef6ae 100644 --- a/src/Parallel/PLSamples/PESerializerTestTask.h +++ b/src/Parallel/PLSamples/PESerializerTestTask.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 2dff753e4..b3e246985 100644 --- a/src/Parallel/PLSamples/PEShared_SampleObject.cpp +++ b/src/Parallel/PLSamples/PEShared_SampleObject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 af29fb11b..82c246c16 100644 --- a/src/Parallel/PLSamples/PEShared_SampleObject.h +++ b/src/Parallel/PLSamples/PEShared_SampleObject.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 749c547b3..50c0c0162 100644 --- a/src/Parallel/PLTest/PLTest.cpp +++ b/src/Parallel/PLTest/PLTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 86f342bdb..b885b8dbb 100644 --- a/src/Parallel/PLTest/PLTest.h +++ b/src/Parallel/PLTest/PLTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 556fd29af..9aaccb08f 100644 --- a/src/Parallel/RMResourceManager/RMResourceConstraints.cpp +++ b/src/Parallel/RMResourceManager/RMResourceConstraints.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e2190b351..a052b4cec 100644 --- a/src/Parallel/RMResourceManager/RMResourceConstraints.h +++ b/src/Parallel/RMResourceManager/RMResourceConstraints.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 f2d6897f1..fc433d4ac 100644 --- a/src/Parallel/RMResourceManager/RMResourceManager.cpp +++ b/src/Parallel/RMResourceManager/RMResourceManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 bd32f6d88..b1528ffbb 100644 --- a/src/Parallel/RMResourceManager/RMResourceManager.h +++ b/src/Parallel/RMResourceManager/RMResourceManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 f3d1dd086..31e4f8f10 100644 --- a/src/Parallel/RMResourceManager/RMResourceSystem.cpp +++ b/src/Parallel/RMResourceManager/RMResourceSystem.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 e1253d3cf..621c27549 100644 --- a/src/Parallel/RMResourceManager/RMResourceSystem.h +++ b/src/Parallel/RMResourceManager/RMResourceSystem.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 1c63c5621..1aa109d67 100644 --- a/src/Parallel/RMResourceManager/RMStandardResourceDriver.cpp +++ b/src/Parallel/RMResourceManager/RMStandardResourceDriver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which 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 c1a3c64d2..3ca237283 100644 --- a/src/Parallel/RMResourceManager/RMStandardResourceDriver.h +++ b/src/Parallel/RMResourceManager/RMStandardResourceDriver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of 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/KNITest/KNITest.cpp b/test/KNITest/KNITest.cpp index 05aae3b6e..619b5c242 100644 --- a/test/KNITest/KNITest.cpp +++ b/test/KNITest/KNITest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of 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/KNITest/KNITest.h b/test/KNITest/KNITest.h index d6e16bba7..2ea0542be 100644 --- a/test/KNITest/KNITest.h +++ b/test/KNITest/KNITest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of 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/Learning/KWClass_test.cpp b/test/Learning/KWClass_test.cpp index 36e6d0d19..fe5105062 100644 --- a/test/Learning/KWClass_test.cpp +++ b/test/Learning/KWClass_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of 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/Norm/InputBufferedFile_test.cpp b/test/Norm/InputBufferedFile_test.cpp index 6350ab32e..97c86f635 100644 --- a/test/Norm/InputBufferedFile_test.cpp +++ b/test/Norm/InputBufferedFile_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of 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/Parallel-mpi/PEProtocolTest.cpp b/test/Parallel-mpi/PEProtocolTest.cpp index 9268eb93f..dd655b8d5 100644 --- a/test/Parallel-mpi/PEProtocolTest.cpp +++ b/test/Parallel-mpi/PEProtocolTest.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of 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/Parallel-mpi/main.cpp b/test/Parallel-mpi/main.cpp index 2b5ce67d3..6353573ac 100644 --- a/test/Parallel-mpi/main.cpp +++ b/test/Parallel-mpi/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of 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/Parallel/PLSerializer_test.cpp b/test/Parallel/PLSerializer_test.cpp index 1e26cef92..0007cf46a 100644 --- a/test/Parallel/PLSerializer_test.cpp +++ b/test/Parallel/PLSerializer_test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of 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/Utils/MpiEnvironment.h b/test/Utils/MpiEnvironment.h index 562894e0c..07a9c5c35 100644 --- a/test/Utils/MpiEnvironment.h +++ b/test/Utils/MpiEnvironment.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of 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/Utils/ParallelTest.h b/test/Utils/ParallelTest.h index 185e233d5..d2990014a 100644 --- a/test/Utils/ParallelTest.h +++ b/test/Utils/ParallelTest.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of 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/Utils/TestServices.cpp b/test/Utils/TestServices.cpp index 4c03a6615..6f4ff8cc3 100644 --- a/test/Utils/TestServices.cpp +++ b/test/Utils/TestServices.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of 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/Utils/TestServices.h b/test/Utils/TestServices.h index 023c5e3d5..eef84847b 100644 --- a/test/Utils/TestServices.h +++ b/test/Utils/TestServices.h @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Orange. All rights reserved. +// Copyright (c) 2024 Orange. All rights reserved. // This software is distributed under the BSD 3-Clause-clear License, the text of which is available // at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.