Skip to content

Commit 3c390f8

Browse files
committed
Updating copyright notices
1 parent 264c34f commit 3c390f8

File tree

411 files changed

+9043
-6984
lines changed

Some content is hidden

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

411 files changed

+9043
-6984
lines changed

NOTICE

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
Pyrogram - Telegram MTProto API Client Library for Python
2-
Copyright (C) 2017-present Dan <https://github.com/delivrance>
1+
Pyrography - A wonderful Pyrogram fork inspired by Pyromod & AmanoTeam/Pyrogram.
2+
Copyright (C) 2023-present Lelzin λ <https://github.com/d3cryptofc>
33

4-
This file is part of Pyrogram.
4+
Forked from Pyrogram <https://github.com/pyrogram/pyrogram>,
5+
originally copyright (C) 2017-present Dan <https://github.com/delivrance>
56

6-
Pyrogram is free software: you can redistribute it and/or modify
7-
it under the terms of the GNU Lesser General Public License as published
8-
by the Free Software Foundation, either version 3 of the License, or
9-
(at your option) any later version.
7+
This file is part of Pyrography.
108

11-
Pyrogram is distributed in the hope that it will be useful,
12-
but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
GNU Lesser General Public License for more details.
9+
Pyrography is is free software: you can redistribute it and/or modify it under
10+
the terms of the GNU Lesser General Public License as published by the Free
11+
Software Foundation, either version 3 of the License, or (at your option) any
12+
later version.
1513

16-
You should have received a copy of the GNU Lesser General Public License
17-
along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
14+
Pyrography is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
17+
for more details.
18+
19+
You should have received a copy of the GNU Lesser General Public License along
20+
with Pyrography. If not, see <http://www.gnu.org/licenses/>.

compiler/__init__.py

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1-
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
3-
#
4-
# This file is part of Pyrogram.
5-
#
6-
# Pyrogram is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
9-
# (at your option) any later version.
10-
#
11-
# Pyrogram is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
15-
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1+
"""
2+
Pyrography - A wonderful Pyrogram fork inspired by Pyromod & AmanoTeam/Pyrogram.
3+
Copyright (C) 2023-present Lelzin λ <https://github.com/d3cryptofc>
4+
5+
Forked from Pyrogram <https://github.com/pyrogram/pyrogram>,
6+
originally copyright (C) 2017-present Dan <https://github.com/delivrance>
7+
8+
This file is part of Pyrography.
9+
10+
Pyrography is is free software: you can redistribute it and/or modify it under
11+
the terms of the GNU Lesser General Public License as published by the Free
12+
Software Foundation, either version 3 of the License, or (at your option) any
13+
later version.
14+
15+
Pyrography is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
18+
for more details.
19+
20+
You should have received a copy of the GNU Lesser General Public License along
21+
with Pyrography. If not, see <http://www.gnu.org/licenses/>.
22+
"""

compiler/api/__init__.py

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1-
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
3-
#
4-
# This file is part of Pyrogram.
5-
#
6-
# Pyrogram is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
9-
# (at your option) any later version.
10-
#
11-
# Pyrogram is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
15-
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1+
"""
2+
Pyrography - A wonderful Pyrogram fork inspired by Pyromod & AmanoTeam/Pyrogram.
3+
Copyright (C) 2023-present Lelzin λ <https://github.com/d3cryptofc>
4+
5+
Forked from Pyrogram <https://github.com/pyrogram/pyrogram>,
6+
originally copyright (C) 2017-present Dan <https://github.com/delivrance>
7+
8+
This file is part of Pyrography.
9+
10+
Pyrography is is free software: you can redistribute it and/or modify it under
11+
the terms of the GNU Lesser General Public License as published by the Free
12+
Software Foundation, either version 3 of the License, or (at your option) any
13+
later version.
14+
15+
Pyrography is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
18+
for more details.
19+
20+
You should have received a copy of the GNU Lesser General Public License along
21+
with Pyrography. If not, see <http://www.gnu.org/licenses/>.
22+
"""

compiler/api/compiler.py

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
3-
#
4-
# This file is part of Pyrogram.
5-
#
6-
# Pyrogram is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
9-
# (at your option) any later version.
10-
#
11-
# Pyrogram is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
15-
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1+
"""
2+
Pyrography - A wonderful Pyrogram fork inspired by Pyromod & AmanoTeam/Pyrogram.
3+
Copyright (C) 2023-present Lelzin λ <https://github.com/d3cryptofc>
4+
5+
Forked from Pyrogram <https://github.com/pyrogram/pyrogram>,
6+
originally copyright (C) 2017-present Dan <https://github.com/delivrance>
7+
8+
This file is part of Pyrography.
9+
10+
Pyrography is is free software: you can redistribute it and/or modify it under
11+
the terms of the GNU Lesser General Public License as published by the Free
12+
Software Foundation, either version 3 of the License, or (at your option) any
13+
later version.
14+
15+
Pyrography is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
18+
for more details.
19+
20+
You should have received a copy of the GNU Lesser General Public License along
21+
with Pyrography. If not, see <http://www.gnu.org/licenses/>.
22+
"""
1823

1924
import json
2025
import os

compiler/errors/__init__.py

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1-
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
3-
#
4-
# This file is part of Pyrogram.
5-
#
6-
# Pyrogram is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
9-
# (at your option) any later version.
10-
#
11-
# Pyrogram is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
15-
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1+
"""
2+
Pyrography - A wonderful Pyrogram fork inspired by Pyromod & AmanoTeam/Pyrogram.
3+
Copyright (C) 2023-present Lelzin λ <https://github.com/d3cryptofc>
4+
5+
Forked from Pyrogram <https://github.com/pyrogram/pyrogram>,
6+
originally copyright (C) 2017-present Dan <https://github.com/delivrance>
7+
8+
This file is part of Pyrography.
9+
10+
Pyrography is is free software: you can redistribute it and/or modify it under
11+
the terms of the GNU Lesser General Public License as published by the Free
12+
Software Foundation, either version 3 of the License, or (at your option) any
13+
later version.
14+
15+
Pyrography is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
18+
for more details.
19+
20+
You should have received a copy of the GNU Lesser General Public License along
21+
with Pyrography. If not, see <http://www.gnu.org/licenses/>.
22+
"""

compiler/errors/compiler.py

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
3-
#
4-
# This file is part of Pyrogram.
5-
#
6-
# Pyrogram is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
9-
# (at your option) any later version.
10-
#
11-
# Pyrogram is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
15-
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1+
"""
2+
Pyrography - A wonderful Pyrogram fork inspired by Pyromod & AmanoTeam/Pyrogram.
3+
Copyright (C) 2023-present Lelzin λ <https://github.com/d3cryptofc>
4+
5+
Forked from Pyrogram <https://github.com/pyrogram/pyrogram>,
6+
originally copyright (C) 2017-present Dan <https://github.com/delivrance>
7+
8+
This file is part of Pyrography.
9+
10+
Pyrography is is free software: you can redistribute it and/or modify it under
11+
the terms of the GNU Lesser General Public License as published by the Free
12+
Software Foundation, either version 3 of the License, or (at your option) any
13+
later version.
14+
15+
Pyrography is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
18+
for more details.
19+
20+
You should have received a copy of the GNU Lesser General Public License along
21+
with Pyrography. If not, see <http://www.gnu.org/licenses/>.
22+
"""
1823

1924
import csv
2025
import os

compiler/errors/sort.py

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
3-
#
4-
# This file is part of Pyrogram.
5-
#
6-
# Pyrogram is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
9-
# (at your option) any later version.
10-
#
11-
# Pyrogram is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
15-
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1+
"""
2+
Pyrography - A wonderful Pyrogram fork inspired by Pyromod & AmanoTeam/Pyrogram.
3+
Copyright (C) 2023-present Lelzin λ <https://github.com/d3cryptofc>
4+
5+
Forked from Pyrogram <https://github.com/pyrogram/pyrogram>,
6+
originally copyright (C) 2017-present Dan <https://github.com/delivrance>
7+
8+
This file is part of Pyrography.
9+
10+
Pyrography is is free software: you can redistribute it and/or modify it under
11+
the terms of the GNU Lesser General Public License as published by the Free
12+
Software Foundation, either version 3 of the License, or (at your option) any
13+
later version.
14+
15+
Pyrography is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
18+
for more details.
19+
20+
You should have received a copy of the GNU Lesser General Public License along
21+
with Pyrography. If not, see <http://www.gnu.org/licenses/>.
22+
"""
1823

1924
import csv
2025
from pathlib import Path

pyrogram/__init__.py

Lines changed: 29 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,35 @@
1-
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
3-
#
4-
# This file is part of Pyrogram.
5-
#
6-
# Pyrogram is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
9-
# (at your option) any later version.
10-
#
11-
# Pyrogram is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
15-
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1+
"""
2+
Pyrography - A wonderful Pyrogram fork inspired by Pyromod & AmanoTeam/Pyrogram.
3+
Copyright (C) 2023-present Lelzin λ <https://github.com/d3cryptofc>
4+
5+
Forked from Pyrogram <https://github.com/pyrogram/pyrogram>,
6+
originally copyright (C) 2017-present Dan <https://github.com/delivrance>
7+
8+
This file is part of Pyrography.
9+
10+
Pyrography is is free software: you can redistribute it and/or modify it under
11+
the terms of the GNU Lesser General Public License as published by the Free
12+
Software Foundation, either version 3 of the License, or (at your option) any
13+
later version.
14+
15+
Pyrography is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
18+
for more details.
19+
20+
You should have received a copy of the GNU Lesser General Public License along
21+
with Pyrography. If not, see <http://www.gnu.org/licenses/>.
22+
"""
1823

1924
__version__ = "2.0.106"
2025
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
21-
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"
26+
__copyright__ = (
27+
'Pyrography - A wonderful Pyrogram fork inspired by Pyromod & AmanoTeam/Pyrogram.\n'
28+
'Copyright (C) 2023-present Lelzin λ <https://github.com/d3cryptofc>\n\n'
29+
30+
'Forked from Pyrogram <https://github.com/pyrogram/pyrogram>,\n'
31+
'originally copyright (C) 2017-present Dan <https://github.com/delivrance>'
32+
)
2233

2334
from concurrent.futures.thread import ThreadPoolExecutor
2435

pyrogram/client.py

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
3-
#
4-
# This file is part of Pyrogram.
5-
#
6-
# Pyrogram is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
9-
# (at your option) any later version.
10-
#
11-
# Pyrogram is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
15-
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1+
"""
2+
Pyrography - A wonderful Pyrogram fork inspired by Pyromod & AmanoTeam/Pyrogram.
3+
Copyright (C) 2023-present Lelzin λ <https://github.com/d3cryptofc>
4+
5+
Forked from Pyrogram <https://github.com/pyrogram/pyrogram>,
6+
originally copyright (C) 2017-present Dan <https://github.com/delivrance>
7+
8+
This file is part of Pyrography.
9+
10+
Pyrography is is free software: you can redistribute it and/or modify it under
11+
the terms of the GNU Lesser General Public License as published by the Free
12+
Software Foundation, either version 3 of the License, or (at your option) any
13+
later version.
14+
15+
Pyrography is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
18+
for more details.
19+
20+
You should have received a copy of the GNU Lesser General Public License along
21+
with Pyrography. If not, see <http://www.gnu.org/licenses/>.
22+
"""
1823

1924
import asyncio
2025
import functools

0 commit comments

Comments
 (0)