From 3a737e00d3a67dfc39f7c391beb27254015d81f5 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 12 Jun 2019 09:31:04 +0200 Subject: [PATCH] Update NOTICE --- NOTICE | 2 +- README.md | 2 +- setup.py | 2 +- tgcrypto/aes256.c | 2 +- tgcrypto/aes256.h | 2 +- tgcrypto/ctr256.c | 2 +- tgcrypto/ctr256.h | 2 +- tgcrypto/ige256.c | 2 +- tgcrypto/ige256.h | 2 +- tgcrypto/tgcrypto.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NOTICE b/NOTICE index a7e2b00..a20c6bd 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Pyrogram - Telegram MTProto API Client Library for Python -Copyright (C) 2017-2018 Dan Tès +Copyright (C) 2017-2019 Dan This file is part of Pyrogram. diff --git a/README.md b/README.md index 47168ee..5d9d9f6 100644 --- a/README.md +++ b/README.md @@ -118,4 +118,4 @@ print(data.getvalue() == decrypted_data.getvalue()) # True ## License -[LGPLv3+](COPYING.lesser) © 2017-2019 [Dan Tès](https://github.com/delivrance) +[LGPLv3+](COPYING.lesser) © 2017-2019 [Dan](https://github.com/delivrance) diff --git a/setup.py b/setup.py index 43ae2e4..27bfae1 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # Pyrogram - Telegram MTProto API Client Library for Python -# Copyright (C) 2017-2018 Dan Tès +# Copyright (C) 2017-2019 Dan # # This file is part of Pyrogram. # diff --git a/tgcrypto/aes256.c b/tgcrypto/aes256.c index bdebe96..79a51a6 100644 --- a/tgcrypto/aes256.c +++ b/tgcrypto/aes256.c @@ -1,5 +1,5 @@ // Pyrogram - Telegram MTProto API Client Library for Python -// Copyright (C) 2017-2018 Dan Tès +// Copyright (C) 2017-2019 Dan // // This file is part of Pyrogram. // diff --git a/tgcrypto/aes256.h b/tgcrypto/aes256.h index 026bc51..8480f15 100644 --- a/tgcrypto/aes256.h +++ b/tgcrypto/aes256.h @@ -1,5 +1,5 @@ // Pyrogram - Telegram MTProto API Client Library for Python -// Copyright (C) 2017-2018 Dan Tès +// Copyright (C) 2017-2019 Dan // // This file is part of Pyrogram. // diff --git a/tgcrypto/ctr256.c b/tgcrypto/ctr256.c index ffaf654..21937f2 100644 --- a/tgcrypto/ctr256.c +++ b/tgcrypto/ctr256.c @@ -1,5 +1,5 @@ // Pyrogram - Telegram MTProto API Client Library for Python -// Copyright (C) 2017-2018 Dan Tès +// Copyright (C) 2017-2019 Dan // // This file is part of Pyrogram. // diff --git a/tgcrypto/ctr256.h b/tgcrypto/ctr256.h index 3b504f2..f235f79 100644 --- a/tgcrypto/ctr256.h +++ b/tgcrypto/ctr256.h @@ -1,5 +1,5 @@ // Pyrogram - Telegram MTProto API Client Library for Python -// Copyright (C) 2017-2018 Dan Tès +// Copyright (C) 2017-2019 Dan // // This file is part of Pyrogram. // diff --git a/tgcrypto/ige256.c b/tgcrypto/ige256.c index fc10f53..a8eb301 100644 --- a/tgcrypto/ige256.c +++ b/tgcrypto/ige256.c @@ -1,5 +1,5 @@ // Pyrogram - Telegram MTProto API Client Library for Python -// Copyright (C) 2017-2018 Dan Tès +// Copyright (C) 2017-2019 Dan // // This file is part of Pyrogram. // diff --git a/tgcrypto/ige256.h b/tgcrypto/ige256.h index 0cf2292..73af7b5 100644 --- a/tgcrypto/ige256.h +++ b/tgcrypto/ige256.h @@ -1,5 +1,5 @@ // Pyrogram - Telegram MTProto API Client Library for Python -// Copyright (C) 2017-2018 Dan Tès +// Copyright (C) 2017-2019 Dan // // This file is part of Pyrogram. // diff --git a/tgcrypto/tgcrypto.c b/tgcrypto/tgcrypto.c index e3e7b16..8a9047d 100644 --- a/tgcrypto/tgcrypto.c +++ b/tgcrypto/tgcrypto.c @@ -1,5 +1,5 @@ // Pyrogram - Telegram MTProto API Client Library for Python -// Copyright (C) 2017-2018 Dan Tès +// Copyright (C) 2017-2019 Dan // // This file is part of Pyrogram. //