Skip to content

Commit ffed3a4

Browse files
Merge pull request #326 from KhiopsML/update-copyright
2 parents bd9843e + 538e09a commit ffed3a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+102
-62
lines changed

doc/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
######################################################################################
2+
# Copyright (c) 2023-2025 Orange. All rights reserved. #
3+
# This software is distributed under the BSD 3-Clause-clear License, the text of #
4+
# which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or #
5+
# see the "LICENSE.md" file for more details. #
6+
######################################################################################
17
"""Khiops Python Sphinx configuration file"""
28

39
import os

doc/convert_samples.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#! /usr/bin/python
2+
######################################################################################
3+
# Copyright (c) 2023-2025 Orange. All rights reserved. #
4+
# This software is distributed under the BSD 3-Clause-clear License, the text of #
5+
# which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or #
6+
# see the "LICENSE.md" file for more details. #
7+
######################################################################################
28
"""Transforms the samples.py script to a notebook or reST page"""
39

410
import argparse

doc/convert_tutorials.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
######################################################################################
2+
# Copyright (c) 2023-2025 Orange. All rights reserved. #
3+
# This software is distributed under the BSD 3-Clause-clear License, the text of #
4+
# which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or #
5+
# see the "LICENSE.md" file for more details. #
6+
######################################################################################
17
"""Converts the Jupyter notebooks of the Khiops Python tutorial to reST"""
28

39
import argparse

khiops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
######################################################################################
2-
# Copyright (c) 2024 Orange. All rights reserved. #
2+
# Copyright (c) 2023-2025 Orange. All rights reserved. #
33
# This software is distributed under the BSD 3-Clause-clear License, the text of #
44
# which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or #
55
# see the "LICENSE.md" file for more details. #

khiops/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
######################################################################################
2-
# Copyright (c) 2024 Orange. All rights reserved. #
2+
# Copyright (c) 2023-2025 Orange. All rights reserved. #
33
# This software is distributed under the BSD 3-Clause-clear License, the text of #
44
# which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or #
55
# see the "LICENSE.md" file for more details. #

khiops/core/analysis_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
######################################################################################
2-
# Copyright (c) 2024 Orange. All rights reserved. #
2+
# Copyright (c) 2023-2025 Orange. All rights reserved. #
33
# This software is distributed under the BSD 3-Clause-clear License, the text of #
44
# which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or #
55
# see the "LICENSE.md" file for more details. #

khiops/core/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
######################################################################################
2-
# Copyright (c) 2024 Orange. All rights reserved. #
2+
# Copyright (c) 2023-2025 Orange. All rights reserved. #
33
# This software is distributed under the BSD 3-Clause-clear License, the text of #
44
# which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or #
55
# see the "LICENSE.md" file for more details. #

khiops/core/coclustering_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
######################################################################################
2-
# Copyright (c) 2024 Orange. All rights reserved. #
2+
# Copyright (c) 2023-2025 Orange. All rights reserved. #
33
# This software is distributed under the BSD 3-Clause-clear License, the text of #
44
# which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or #
55
# see the "LICENSE.md" file for more details. #

khiops/core/dictionary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
######################################################################################
2-
# Copyright (c) 2024 Orange. All rights reserved. #
2+
# Copyright (c) 2023-2025 Orange. All rights reserved. #
33
# This software is distributed under the BSD 3-Clause-clear License, the text of #
44
# which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or #
55
# see the "LICENSE.md" file for more details. #

khiops/core/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
######################################################################################
2-
# Copyright (c) 2024 Orange. All rights reserved. #
2+
# Copyright (c) 2023-2025 Orange. All rights reserved. #
33
# This software is distributed under the BSD 3-Clause-clear License, the text of #
44
# which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or #
55
# see the "LICENSE.md" file for more details. #

0 commit comments

Comments
 (0)