📄 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 {
license = "MIT"
copyright_year = 2025
copyright_holder = "NiceBots"
copyright_holder = "Paillat-dev"
header_ignore = [
".venv/**",
"logs/**",

View File

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

View File

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

View File

@@ -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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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