Skip to content

Commit f93de30

Browse files
committed
meta: update copyright year
1 parent 8ad44a7 commit f93de30

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright 2021 Assanali Mukhanov & Top.gg
2-
Copyright 2024 null8626 & Top.gg
2+
Copyright 2024-2025 null8626 & Top.gg
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
master_doc = "index"
6262

6363
project = "topggpy"
64-
copyright = "2021 Assanali Mukhanov; 2024 null8626"
64+
copyright = "2021 Assanali Mukhanov; 2024-2025 null8626"
6565
author = "null8626"
6666
release = version
6767

examples/discordpy_example/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The MIT License (MIT)
33
44
Copyright (c) 2021 Norizon
5-
Copyright (c) 2024 null8626
5+
Copyright (c) 2024-2025 null8626
66
77
Permission is hereby granted, free of charge, to any person obtaining a
88
copy of this software and associated documentation files (the "Software"),

examples/hikari_example/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The MIT License (MIT)
33
44
Copyright (c) 2021 Norizon
5-
Copyright (c) 2024 null8626
5+
Copyright (c) 2024-2025 null8626
66
77
Permission is hereby granted, free of charge, to any person obtaining a
88
copy of this software and associated documentation files (the "Software"),

topgg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
~~~~~~~~~~~~~~~~~~~~~~~~~
44
A basic wrapper for the Top.gg API.
55
:copyright: (c) 2021 Assanali Mukhanov & Top.gg
6-
:copyright: (c) 2024 null8626 & Top.gg
6+
:copyright: (c) 2024-2025 null8626 & Top.gg
77
:license: MIT, see LICENSE for more details.
88
"""
99

topgg/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The MIT License (MIT)
33
44
Copyright (c) 2021 Assanali Mukhanov
5-
Copyright (c) 2024 null8626
5+
Copyright (c) 2024-2025 null8626
66
77
Permission is hereby granted, free of charge, to any person obtaining a
88
copy of this software and associated documentation files (the "Software"),

topgg/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The MIT License (MIT)
33
44
Copyright (c) 2021 Assanali Mukhanov
5-
Copyright (c) 2024 null8626
5+
Copyright (c) 2024-2025 null8626
66
77
Permission is hereby granted, free of charge, to any person obtaining a
88
copy of this software and associated documentation files (the "Software"),

topgg/webhook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The MIT License (MIT)
33
44
Copyright (c) 2021 Assanali Mukhanov
5-
Copyright (c) 2024 null8626
5+
Copyright (c) 2024-2025 null8626
66
77
Permission is hereby granted, free of charge, to any person obtaining a
88
copy of this software and associated documentation files (the "Software"),

0 commit comments

Comments
 (0)