📄 Update copyright holder from NiceBots to Paillat-dev

This commit is contained in:
2025-12-08 22:32:07 +01:00
parent 9ec89305aa
commit 1ad97d81bc
16 changed files with 15 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ schema_version = 1
project { project {
license = "MIT" license = "MIT"
copyright_year = 2025 copyright_year = 2025
copyright_holder = "NiceBots" copyright_holder = "Paillat-dev"
header_ignore = [ header_ignore = [
".venv/**", ".venv/**",
"logs/**", "logs/**",

View File

@@ -1,4 +1,3 @@
#file: noinspection SpellCheckingInspection
name: CI/CD name: CI/CD
on: on:

View File

@@ -1,4 +1,4 @@
# Copyright (c) NiceBots # Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
ARG PYTHON_VERSION=3.13 ARG PYTHON_VERSION=3.13

View File

@@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2025 NiceBots Copyright (c) 2025 Paillat-dev
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@@ -118,5 +118,5 @@ The compose configuration includes:
## License ## License
Copyright (c) NiceBots Copyright (c) Paillat-dev
SPDX-License-Identifier: MIT SPDX-License-Identifier: MIT

View File

@@ -1,4 +1,4 @@
# Copyright (c) NiceBots # Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
services: services:

View File

@@ -1,4 +1,4 @@
# Copyright (c) NiceBots # Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
import os import os

View File

@@ -1,3 +1,3 @@
# Copyright (c) NiceBots # Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT

View File

@@ -1,4 +1,4 @@
# Copyright (c) NiceBots # Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
from typing import TYPE_CHECKING from typing import TYPE_CHECKING

View File

@@ -1,4 +1,4 @@
# Copyright (c) NiceBots # Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
from typing import TYPE_CHECKING from typing import TYPE_CHECKING

View File

@@ -1,4 +1,4 @@
# Copyright (c) NiceBots # Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
import os import os

View File

@@ -1,4 +1,4 @@
# Copyright (c) NiceBots # Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
import asyncio import asyncio

View File

@@ -1,3 +1,3 @@
# Copyright (c) NiceBots # Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT

View File

@@ -1,4 +1,4 @@
# Copyright (c) NiceBots # Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
import asyncio import asyncio

View File

@@ -1,4 +1,4 @@
# Copyright (c) NiceBots # Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
from dataclasses import dataclass from dataclasses import dataclass

View File

@@ -1,4 +1,4 @@
# Copyright (c) NiceBots # Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
import asyncio import asyncio