From 1ad97d81bc0bb84e0e21e906e3598422b0764ff7 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Mon, 8 Dec 2025 22:32:07 +0100 Subject: [PATCH] :page_facing_up: Update copyright holder from NiceBots to Paillat-dev --- .copywrite.hcl | 2 +- .github/workflows/CI-CD.yaml | 1 - Dockerfile | 2 +- LICENSE | 2 +- README.md | 2 +- compose.yaml | 2 +- src/__main__.py | 2 +- src/commands/__init__.py | 2 +- src/commands/error_handling.py | 2 +- src/commands/flag_gen.py | 2 +- src/config.py | 2 +- src/http_server.py | 2 +- src/renderer/__init__.py | 2 +- src/renderer/base.py | 2 +- src/renderer/flag.py | 2 +- src/renderer/manager.py | 2 +- 16 files changed, 15 insertions(+), 16 deletions(-) diff --git a/.copywrite.hcl b/.copywrite.hcl index ff52843..b966deb 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -3,7 +3,7 @@ schema_version = 1 project { license = "MIT" copyright_year = 2025 - copyright_holder = "NiceBots" + copyright_holder = "Paillat-dev" header_ignore = [ ".venv/**", "logs/**", diff --git a/.github/workflows/CI-CD.yaml b/.github/workflows/CI-CD.yaml index 236ac33..4f2b874 100644 --- a/.github/workflows/CI-CD.yaml +++ b/.github/workflows/CI-CD.yaml @@ -1,4 +1,3 @@ -#file: noinspection SpellCheckingInspection name: CI/CD on: diff --git a/Dockerfile b/Dockerfile index 2a32f85..eae7c4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) NiceBots +# Copyright (c) Paillat-dev # SPDX-License-Identifier: MIT ARG PYTHON_VERSION=3.13 diff --git a/LICENSE b/LICENSE index 6c580db..1af0286 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 NiceBots +Copyright (c) 2025 Paillat-dev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4fdc8fe..7957930 100644 --- a/README.md +++ b/README.md @@ -118,5 +118,5 @@ The compose configuration includes: ## License -Copyright (c) NiceBots +Copyright (c) Paillat-dev SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/compose.yaml b/compose.yaml index 2ad769a..5487441 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,4 +1,4 @@ -# Copyright (c) NiceBots +# Copyright (c) Paillat-dev # SPDX-License-Identifier: MIT services: diff --git a/src/__main__.py b/src/__main__.py index 7118933..427c030 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -1,4 +1,4 @@ -# Copyright (c) NiceBots +# Copyright (c) Paillat-dev # SPDX-License-Identifier: MIT import os diff --git a/src/commands/__init__.py b/src/commands/__init__.py index b8d6546..2d29390 100644 --- a/src/commands/__init__.py +++ b/src/commands/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) NiceBots +# Copyright (c) Paillat-dev # SPDX-License-Identifier: MIT diff --git a/src/commands/error_handling.py b/src/commands/error_handling.py index 5787b24..7d18c7e 100644 --- a/src/commands/error_handling.py +++ b/src/commands/error_handling.py @@ -1,4 +1,4 @@ -# Copyright (c) NiceBots +# Copyright (c) Paillat-dev # SPDX-License-Identifier: MIT from typing import TYPE_CHECKING diff --git a/src/commands/flag_gen.py b/src/commands/flag_gen.py index 47375c2..043d5c8 100644 --- a/src/commands/flag_gen.py +++ b/src/commands/flag_gen.py @@ -1,4 +1,4 @@ -# Copyright (c) NiceBots +# Copyright (c) Paillat-dev # SPDX-License-Identifier: MIT from typing import TYPE_CHECKING diff --git a/src/config.py b/src/config.py index 8fe5751..690baf0 100644 --- a/src/config.py +++ b/src/config.py @@ -1,4 +1,4 @@ -# Copyright (c) NiceBots +# Copyright (c) Paillat-dev # SPDX-License-Identifier: MIT import os diff --git a/src/http_server.py b/src/http_server.py index f8e97b1..a32ae98 100644 --- a/src/http_server.py +++ b/src/http_server.py @@ -1,4 +1,4 @@ -# Copyright (c) NiceBots +# Copyright (c) Paillat-dev # SPDX-License-Identifier: MIT import asyncio diff --git a/src/renderer/__init__.py b/src/renderer/__init__.py index b8d6546..2d29390 100644 --- a/src/renderer/__init__.py +++ b/src/renderer/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) NiceBots +# Copyright (c) Paillat-dev # SPDX-License-Identifier: MIT diff --git a/src/renderer/base.py b/src/renderer/base.py index 6471355..5c0ba94 100644 --- a/src/renderer/base.py +++ b/src/renderer/base.py @@ -1,4 +1,4 @@ -# Copyright (c) NiceBots +# Copyright (c) Paillat-dev # SPDX-License-Identifier: MIT import asyncio diff --git a/src/renderer/flag.py b/src/renderer/flag.py index e30a15c..a8fa91d 100644 --- a/src/renderer/flag.py +++ b/src/renderer/flag.py @@ -1,4 +1,4 @@ -# Copyright (c) NiceBots +# Copyright (c) Paillat-dev # SPDX-License-Identifier: MIT from dataclasses import dataclass diff --git a/src/renderer/manager.py b/src/renderer/manager.py index 9b3336c..94998ea 100644 --- a/src/renderer/manager.py +++ b/src/renderer/manager.py @@ -1,4 +1,4 @@ -# Copyright (c) NiceBots +# Copyright (c) Paillat-dev # SPDX-License-Identifier: MIT import asyncio