Skip to content

Commit a94d5f5

Browse files
committed
Remplace la licence du projet par Apache 2.0
1 parent 5d46f5c commit a94d5f5

21 files changed

Lines changed: 221 additions & 694 deletions

ENGINES/cx_freeze/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-3.0-only
1+
# SPDX-License-Identifier: Apache-2.0
22
# cx_Freeze engine package bootstrap
33
from __future__ import annotations
44

ENGINES/cx_freeze/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-3.0-only
1+
# SPDX-License-Identifier: Apache-2.0
22
from __future__ import annotations
33

44
import os

ENGINES/nuitka/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-3.0-only
1+
# SPDX-License-Identifier: Apache-2.0
22
# Nuitka engine package bootstrap
33
from __future__ import annotations
44

ENGINES/nuitka/auto_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-3.0-only
1+
# SPDX-License-Identifier: Apache-2.0
22
from __future__ import annotations
33

44
# Engine-controlled auto builder for Nuitka

ENGINES/nuitka/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-3.0-only
1+
# SPDX-License-Identifier: Apache-2.0
22
# Author: Samuel Amen Ague
33
# Copyright (C) 2025 Samuel Amen Ague
44
from __future__ import annotations

ENGINES/nuitka/nuitka_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-3.0-only
1+
# SPDX-License-Identifier: Apache-2.0
22
from __future__ import annotations
33

44
"""

ENGINES/pyinstaller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-3.0-only
1+
# SPDX-License-Identifier: Apache-2.0
22
# PyInstaller engine package bootstrap
33
from __future__ import annotations
44

ENGINES/pyinstaller/auto_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-3.0-only
1+
# SPDX-License-Identifier: Apache-2.0
22
from __future__ import annotations
33

44
# Engine-controlled auto builder for PyInstaller

ENGINES/pyinstaller/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-3.0-only
1+
# SPDX-License-Identifier: Apache-2.0
22
# Author: Samuel Amen Ague
33
# Copyright (C) 2025 Samuel Amen Ague
44
from __future__ import annotations

ENGINES/pyinstaller/pyinstaller_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-3.0-only
1+
# SPDX-License-Identifier: Apache-2.0
22
from __future__ import annotations
33

44
"""

0 commit comments

Comments
 (0)