Skip to content

Commit

Permalink
Merge branch 'KhiopsML:release-10-2-0' into release-10-2-0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgouache authored and Stephane Gouache committed Jan 10, 2024
2 parents 6b24834 + 27f4f1d commit 09dba2a
Show file tree
Hide file tree
Showing 1,162 changed files with 1,709 additions and 1,580 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build-linux-pack-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [debian10, debian11, rocky8, rocky9, ubuntu18.04, ubuntu20.04, ubuntu22.04]
os:
- debian10
- debian11
- rocky8
- rocky9
- ubuntu18.04
- ubuntu20.04
- ubuntu22.04
permissions:
packages: write # Allows writing in the container registry
steps:
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/run-standard-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ name: Run Standard Tests
on:
workflow_dispatch:
pull_request:
paths: [src/**]
paths:
- '**CMakeLists.txt'
- src/**.h
- src/**.cpp
- src/**.java
- src/**.dd
- src/**.inc
- src/**.lex
- src/**.yac
- test/LearningTest/**
env:
KhiopsBatchMode: true
jobs:
Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ repos:
# Exclude conda's meta.yaml because
# - It crashes with jinja2 definitions (ex. "{% my_var = 1 %}")
# - It doesn't support the preprocessing selectors (ex. "[not win]")
exclude: packaging/conda/meta.yaml
# Exclude pack-debian.yml because it doesn't support quoted strings in arrays
exclude: (packaging/conda/meta.yaml|workflows/pack-debian.yml)
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packaging/common/khiops/README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Khiops 10.0
===========
(c) 2023 Orange - All rights reserved.
(c) 2024 Orange - All rights reserved.
https://khiops.org

Khiops is a fully automatic tool for mining large multi-table databases,
Expand Down
2 changes: 1 addition & 1 deletion packaging/windows/nsis/khiops.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Page custom RequirementsPageShow RequirementsPageLeave
VIProductVersion "${KHIOPS_REDUCED_VERSION}.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "Khiops"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "Orange"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (c) 2023 Orange"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (c) 2024 Orange"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Khiops Installer"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${KHIOPS_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTAttributeSelection.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTAttributeSelection.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTBaseLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTBaseLoader.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTBaseLoaderSplitter.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTBaseLoaderSplitter.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTConfig.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTConfig.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTCreationReport.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTCreationReport.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionBinaryTreeCost.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionBinaryTreeCost.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTree.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTree.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeCost.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeCost.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeCreationTask.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeCreationTask.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeCreationTaskView.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeCreationTaskView.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeDatabaseObject.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeDatabaseObject.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeGlobalCost.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeGlobalCost.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeNode.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeNode.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeParameter.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeParameter.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeParameterView.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeParameterView.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeRecursiveCost.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeRecursiveCost.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeSpec.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDecisionTreeSpec.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDiscretizerMODL.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTDiscretizerMODL.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTForestAttributeSelection.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTForestAttributeSelection.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTForestParameter.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTForestParameter.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTForestParameterView.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTForestParameterView.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTGlobalTag.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTGlobalTag.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTGrouperMODL.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTGrouperMODL.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTGrouperMODLBasic.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTGrouperMODLInternal.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTGrouperMODLInternal.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTGrouperMODLOptimization.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
2 changes: 1 addition & 1 deletion src/Learning/DTForest/DTStat.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Orange. All rights reserved.
// Copyright (c) 2024 Orange. All rights reserved.
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

Expand Down
Loading

0 comments on commit 09dba2a

Please sign in to comment.