Skip to content

Commit 45c8503

Browse files
committed
meta: bump license year and use SPDX license comments
1 parent 8293c0e commit 45c8503

18 files changed

Lines changed: 49 additions & 360 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2021 Assanali Mukhanov & Top.gg
4-
Copyright (c) 2024-2025 null8626 & Top.gg
4+
Copyright (c) 2024-2026 null8626 & Top.gg
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

examples/discordpy_example/__main__.py

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
1-
# The MIT License (MIT)
2-
3-
# Copyright (c) 2021 Norizon
4-
5-
# Permission is hereby granted, free of charge, to any person obtaining a
6-
# copy of this software and associated documentation files (the "Software"),
7-
# to deal in the Software without restriction, including without limitation
8-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
# and/or sell copies of the Software, and to permit persons to whom the
10-
# Software is furnished to do so, subject to the following conditions:
11-
12-
# The above copyright notice and this permission notice shall be included in
13-
# all copies or substantial portions of the Software.
14-
15-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
# DEALINGS IN THE SOFTWARE.
1+
# SPDX-License-Identifier: MIT
2+
# SPDX-FileCopyrightText: 2021 Norizon & Top.gg
3+
224
import discord
235

246
import topgg

examples/discordpy_example/callbacks/autopost.py

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
1-
# The MIT License (MIT)
2-
3-
# Copyright (c) 2021 Norizon
4-
5-
# Permission is hereby granted, free of charge, to any person obtaining a
6-
# copy of this software and associated documentation files (the "Software"),
7-
# to deal in the Software without restriction, including without limitation
8-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
# and/or sell copies of the Software, and to permit persons to whom the
10-
# Software is furnished to do so, subject to the following conditions:
11-
12-
# The above copyright notice and this permission notice shall be included in
13-
# all copies or substantial portions of the Software.
14-
15-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
# DEALINGS IN THE SOFTWARE.
1+
# SPDX-License-Identifier: MIT
2+
# SPDX-FileCopyrightText: 2021 Norizon & Top.gg
3+
224
import sys
235

246
import discord

examples/discordpy_example/callbacks/webhook.py

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
1-
# The MIT License (MIT)
2-
3-
# Copyright (c) 2021 Norizon
4-
5-
# Permission is hereby granted, free of charge, to any person obtaining a
6-
# copy of this software and associated documentation files (the "Software"),
7-
# to deal in the Software without restriction, including without limitation
8-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
# and/or sell copies of the Software, and to permit persons to whom the
10-
# Software is furnished to do so, subject to the following conditions:
11-
12-
# The above copyright notice and this permission notice shall be included in
13-
# all copies or substantial portions of the Software.
14-
15-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
# DEALINGS IN THE SOFTWARE.
1+
# SPDX-License-Identifier: MIT
2+
# SPDX-FileCopyrightText: 2021 Norizon & Top.gg
223

234
# import discord
245

examples/hikari_example/__main__.py

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
1-
# The MIT License (MIT)
2-
3-
# Copyright (c) 2021 Norizon
4-
5-
# Permission is hereby granted, free of charge, to any person obtaining a
6-
# copy of this software and associated documentation files (the "Software"),
7-
# to deal in the Software without restriction, including without limitation
8-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
# and/or sell copies of the Software, and to permit persons to whom the
10-
# Software is furnished to do so, subject to the following conditions:
11-
12-
# The above copyright notice and this permission notice shall be included in
13-
# all copies or substantial portions of the Software.
14-
15-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
# DEALINGS IN THE SOFTWARE.
1+
# SPDX-License-Identifier: MIT
2+
# SPDX-FileCopyrightText: 2021 Norizon & Top.gg
3+
224
import hikari
235

246
import topgg

examples/hikari_example/callbacks/autopost.py

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
1-
# The MIT License (MIT)
2-
3-
# Copyright (c) 2021 Norizon
4-
5-
# Permission is hereby granted, free of charge, to any person obtaining a
6-
# copy of this software and associated documentation files (the "Software"),
7-
# to deal in the Software without restriction, including without limitation
8-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
# and/or sell copies of the Software, and to permit persons to whom the
10-
# Software is furnished to do so, subject to the following conditions:
11-
12-
# The above copyright notice and this permission notice shall be included in
13-
# all copies or substantial portions of the Software.
14-
15-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
# DEALINGS IN THE SOFTWARE.
1+
# SPDX-License-Identifier: MIT
2+
# SPDX-FileCopyrightText: 2021 Norizon & Top.gg
3+
224
import logging
235

246
import hikari

examples/hikari_example/callbacks/webhook.py

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
1-
# The MIT License (MIT)
2-
3-
# Copyright (c) 2021 Norizon
4-
5-
# Permission is hereby granted, free of charge, to any person obtaining a
6-
# copy of this software and associated documentation files (the "Software"),
7-
# to deal in the Software without restriction, including without limitation
8-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
# and/or sell copies of the Software, and to permit persons to whom the
10-
# Software is furnished to do so, subject to the following conditions:
11-
12-
# The above copyright notice and this permission notice shall be included in
13-
# all copies or substantial portions of the Software.
14-
15-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
# DEALINGS IN THE SOFTWARE.
1+
# SPDX-License-Identifier: MIT
2+
# SPDX-FileCopyrightText: 2021 Norizon & Top.gg
223

234
import logging
245

examples/hikari_example/events/autopost.py

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
1-
# The MIT License (MIT)
1+
# SPDX-License-Identifier: MIT
2+
# SPDX-FileCopyrightText: 2021 Norizon & Top.gg
23

3-
# Copyright (c) 2021 Norizon
4-
5-
# Permission is hereby granted, free of charge, to any person obtaining a
6-
# copy of this software and associated documentation files (the "Software"),
7-
# to deal in the Software without restriction, including without limitation
8-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
# and/or sell copies of the Software, and to permit persons to whom the
10-
# Software is furnished to do so, subject to the following conditions:
11-
12-
# The above copyright notice and this permission notice shall be included in
13-
# all copies or substantial portions of the Software.
14-
15-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
# DEALINGS IN THE SOFTWARE.
224
import attr
235
import hikari
246

examples/hikari_example/events/webhook.py

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
1-
# The MIT License (MIT)
1+
# SPDX-License-Identifier: MIT
2+
# SPDX-FileCopyrightText: 2021 Norizon & Top.gg
23

3-
# Copyright (c) 2021 Norizon
4-
5-
# Permission is hereby granted, free of charge, to any person obtaining a
6-
# copy of this software and associated documentation files (the "Software"),
7-
# to deal in the Software without restriction, including without limitation
8-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
# and/or sell copies of the Software, and to permit persons to whom the
10-
# Software is furnished to do so, subject to the following conditions:
11-
12-
# The above copyright notice and this permission notice shall be included in
13-
# all copies or substantial portions of the Software.
14-
15-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
# DEALINGS IN THE SOFTWARE.
224
import attr
235
import hikari
246

topgg/__init__.py

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1-
"""
2-
The MIT License (MIT)
3-
4-
Copyright (c) 2021 Assanali Mukhanov & Top.gg
5-
Copyright (c) 2024-2025 null8626 & Top.gg
6-
7-
Permission is hereby granted, free of charge, to any person obtaining a copy
8-
of this software and associated documentation files (the "Software"), to deal
9-
in the Software without restriction, including without limitation the rights
10-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
copies of the Software, and to permit persons to whom the Software is
12-
furnished to do so, subject to the following conditions:
13-
14-
The above copyright notice and this permission notice shall be included in all
15-
copies or substantial portions of the Software.
16-
17-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
SOFTWARE.
24-
"""
1+
# SPDX-License-Identifier: MIT
2+
# SPDX-FileCopyrightText: 2021 Assanali Mukhanov & Top.gg
3+
# SPDX-FileCopyrightText: 2024-2026 null8626 & Top.gg
254

265
from .autopost import AutoPoster
276
from .client import DBLClient
@@ -66,7 +45,7 @@
6645
__maintainer__ = "null8626"
6746
__status__ = "Production"
6847
__license__ = "MIT"
69-
__copyright__ = "Copyright (c) 2021 Assanali Mukhanov & Top.gg; Copyright (c) 2024-2025 null8626 & Top.gg"
48+
__copyright__ = "Copyright (c) 2021 Assanali Mukhanov & Norizon & Top.gg; Copyright (c) 2024-2026 null8626 & Top.gg"
7049
__version__ = VERSION
7150
__all__ = (
7251
"AutoPoster",

0 commit comments

Comments
 (0)