diff --git a/NOTICE b/NOTICE index d1c4ccb..7a9aaab 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Pyrogram - Telegram MTProto API Client Library for Python -Copyright (C) 2017-2020 Dan +Copyright (C) 2017-present Dan This file is part of Pyrogram. diff --git a/README.md b/README.md index cfc82d1..a4b8d35 100644 --- a/README.md +++ b/README.md @@ -157,4 +157,4 @@ print(data == cbc_decrypted) # True ## License -[LGPLv3+](COPYING.lesser) © 2017-2020 [Dan](https://github.com/delivrance) +[LGPLv3+](COPYING.lesser) © 2017-present [Dan](https://github.com/delivrance) diff --git a/setup.py b/setup.py index 49d92b6..422f1d5 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2020 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/tests/__init__.py b/tests/__init__.py index 3d510a5..46887cb 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2020 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/tests/cbc/__init__.py b/tests/cbc/__init__.py index 3d510a5..46887cb 100644 --- a/tests/cbc/__init__.py +++ b/tests/cbc/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2020 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/tests/cbc/test_cbc.py b/tests/cbc/test_cbc.py index ad7c43e..dd06c0d 100644 --- a/tests/cbc/test_cbc.py +++ b/tests/cbc/test_cbc.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2020 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/tests/ctr/__init__.py b/tests/ctr/__init__.py index 3d510a5..46887cb 100644 --- a/tests/ctr/__init__.py +++ b/tests/ctr/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2020 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/tests/ctr/test_ctr.py b/tests/ctr/test_ctr.py index e59f88a..751d253 100644 --- a/tests/ctr/test_ctr.py +++ b/tests/ctr/test_ctr.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2020 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/tests/ige/__init__.py b/tests/ige/__init__.py index 3d510a5..46887cb 100644 --- a/tests/ige/__init__.py +++ b/tests/ige/__init__.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2020 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/tests/ige/test_ige.py b/tests/ige/test_ige.py index 208eb5f..6ad52ef 100644 --- a/tests/ige/test_ige.py +++ b/tests/ige/test_ige.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2020 Dan +# Copyright (C) 2017-present Dan # # This file is part of Pyrogram. # diff --git a/tgcrypto/aes256.c b/tgcrypto/aes256.c index 848cf36..43b3d13 100644 --- a/tgcrypto/aes256.c +++ b/tgcrypto/aes256.c @@ -1,6 +1,6 @@ /* * Pyrogram - Telegram MTProto API Client Library for Python - * Copyright (C) 2017-2020 Dan + * Copyright (C) 2017-present Dan * * This file is part of Pyrogram. * diff --git a/tgcrypto/aes256.h b/tgcrypto/aes256.h index 603a745..3006a93 100644 --- a/tgcrypto/aes256.h +++ b/tgcrypto/aes256.h @@ -1,6 +1,6 @@ /* * Pyrogram - Telegram MTProto API Client Library for Python - * Copyright (C) 2017-2020 Dan + * Copyright (C) 2017-present Dan * * This file is part of Pyrogram. * diff --git a/tgcrypto/cbc256.c b/tgcrypto/cbc256.c index cfd04d3..4c92af7 100644 --- a/tgcrypto/cbc256.c +++ b/tgcrypto/cbc256.c @@ -1,6 +1,6 @@ /* * Pyrogram - Telegram MTProto API Client Library for Python - * Copyright (C) 2017-2020 Dan + * Copyright (C) 2017-present Dan * * This file is part of Pyrogram. * diff --git a/tgcrypto/cbc256.h b/tgcrypto/cbc256.h index 891cd6f..c9ba438 100644 --- a/tgcrypto/cbc256.h +++ b/tgcrypto/cbc256.h @@ -1,6 +1,6 @@ /* * Pyrogram - Telegram MTProto API Client Library for Python - * Copyright (C) 2017-2020 Dan + * Copyright (C) 2017-present Dan * * This file is part of Pyrogram. * diff --git a/tgcrypto/ctr256.c b/tgcrypto/ctr256.c index d9e4843..156246f 100644 --- a/tgcrypto/ctr256.c +++ b/tgcrypto/ctr256.c @@ -1,6 +1,6 @@ /* * Pyrogram - Telegram MTProto API Client Library for Python - * Copyright (C) 2017-2020 Dan + * Copyright (C) 2017-present Dan * * This file is part of Pyrogram. * diff --git a/tgcrypto/ctr256.h b/tgcrypto/ctr256.h index ec6f69a..3c34c0e 100644 --- a/tgcrypto/ctr256.h +++ b/tgcrypto/ctr256.h @@ -1,6 +1,6 @@ /* * Pyrogram - Telegram MTProto API Client Library for Python - * Copyright (C) 2017-2020 Dan + * Copyright (C) 2017-present Dan * * This file is part of Pyrogram. * diff --git a/tgcrypto/ige256.c b/tgcrypto/ige256.c index b429bd0..b0576ac 100644 --- a/tgcrypto/ige256.c +++ b/tgcrypto/ige256.c @@ -1,6 +1,6 @@ /* * Pyrogram - Telegram MTProto API Client Library for Python - * Copyright (C) 2017-2020 Dan + * Copyright (C) 2017-present Dan * * This file is part of Pyrogram. * diff --git a/tgcrypto/ige256.h b/tgcrypto/ige256.h index 174b9b9..b4dda27 100644 --- a/tgcrypto/ige256.h +++ b/tgcrypto/ige256.h @@ -1,6 +1,6 @@ /* * Pyrogram - Telegram MTProto API Client Library for Python - * Copyright (C) 2017-2020 Dan + * Copyright (C) 2017-present Dan * * This file is part of Pyrogram. * diff --git a/tgcrypto/tgcrypto.c b/tgcrypto/tgcrypto.c index db15555..deec78a 100644 --- a/tgcrypto/tgcrypto.c +++ b/tgcrypto/tgcrypto.c @@ -1,6 +1,6 @@ /* * Pyrogram - Telegram MTProto API Client Library for Python - * Copyright (C) 2017-2020 Dan + * Copyright (C) 2017-present Dan * * This file is part of Pyrogram. *