mirror of
https://github.com/Paillat-dev/flagger.git
synced 2026-01-02 01:06:21 +00:00
📄 Update copyright holder from NiceBots to Paillat-dev
This commit is contained in:
@@ -3,7 +3,7 @@ schema_version = 1
|
||||
project {
|
||||
license = "MIT"
|
||||
copyright_year = 2025
|
||||
copyright_holder = "NiceBots"
|
||||
copyright_holder = "Paillat-dev"
|
||||
header_ignore = [
|
||||
".venv/**",
|
||||
"logs/**",
|
||||
|
||||
1
.github/workflows/CI-CD.yaml
vendored
1
.github/workflows/CI-CD.yaml
vendored
@@ -1,4 +1,3 @@
|
||||
#file: noinspection SpellCheckingInspection
|
||||
name: CI/CD
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) NiceBots
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
ARG PYTHON_VERSION=3.13
|
||||
|
||||
2
LICENSE
2
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
|
||||
|
||||
@@ -118,5 +118,5 @@ The compose configuration includes:
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) NiceBots
|
||||
Copyright (c) Paillat-dev
|
||||
SPDX-License-Identifier: MIT
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) NiceBots
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
services:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) NiceBots
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import os
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Copyright (c) NiceBots
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) NiceBots
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) NiceBots
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) NiceBots
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import os
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) NiceBots
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import asyncio
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Copyright (c) NiceBots
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) NiceBots
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import asyncio
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) NiceBots
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) NiceBots
|
||||
# Copyright (c) Paillat-dev
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import asyncio
|
||||
|
||||
Reference in New Issue
Block a user