Skip to content

Commit ab13469

Browse files
chore: change copyright notices
1 parent 41342b8 commit ab13469

411 files changed

Lines changed: 823 additions & 412 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

NOTICE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Hydrogram - Telegram MTProto API Client Library for Python
2-
Copyright (C) 2017-present Dan <https://github.com/delivrance>
2+
Copyright (C) 2017-2023 Dan <https://github.com/delivrance>
3+
Copyright (C) 2023-present Amano LLC <https://amanoteam.com>
34

45
This file is part of Hydrogram.
56

compiler/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Hydrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-2023 Dan <https://github.com/delivrance>
3+
# Copyright (C) 2023-present Amano LLC <https://amanoteam.com>
34
#
45
# This file is part of Hydrogram.
56
#

compiler/api/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Hydrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-2023 Dan <https://github.com/delivrance>
3+
# Copyright (C) 2023-present Amano LLC <https://amanoteam.com>
34
#
45
# This file is part of Hydrogram.
56
#

compiler/api/compiler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Hydrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-2023 Dan <https://github.com/delivrance>
3+
# Copyright (C) 2023-present Amano LLC <https://amanoteam.com>
34
#
45
# This file is part of Hydrogram.
56
#

compiler/errors/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Hydrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-2023 Dan <https://github.com/delivrance>
3+
# Copyright (C) 2023-present Amano LLC <https://amanoteam.com>
34
#
45
# This file is part of Hydrogram.
56
#

compiler/errors/compiler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Hydrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-2023 Dan <https://github.com/delivrance>
3+
# Copyright (C) 2023-present Amano LLC <https://amanoteam.com>
34
#
45
# This file is part of Hydrogram.
56
#

compiler/errors/sort.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Hydrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-2023 Dan <https://github.com/delivrance>
3+
# Copyright (C) 2023-present Amano LLC <https://amanoteam.com>
34
#
45
# This file is part of Hydrogram.
56
#

hydrogram/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Hydrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-2023 Dan <https://github.com/delivrance>
3+
# Copyright (C) 2023-present Amano LLC <https://amanoteam.com>
34
#
45
# This file is part of Hydrogram.
56
#
@@ -18,7 +19,7 @@
1819

1920
__version__ = "2.0.106"
2021
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
21-
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"
22+
__copyright__ = "Copyright (C) 2023-present Amano LLC <https://amanoteam.com>"
2223

2324
from concurrent.futures.thread import ThreadPoolExecutor
2425

hydrogram/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Hydrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-2023 Dan <https://github.com/delivrance>
3+
# Copyright (C) 2023-present Amano LLC <https://amanoteam.com>
34
#
45
# This file is part of Hydrogram.
56
#

hydrogram/connection/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Hydrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-2023 Dan <https://github.com/delivrance>
3+
# Copyright (C) 2023-present Amano LLC <https://amanoteam.com>
34
#
45
# This file is part of Hydrogram.
56
#

0 commit comments

Comments
 (0)