diff --git a/bin/lsb.py b/bin/lsb.py index 9963757..f6da980 100755 --- a/bin/lsb.py +++ b/bin/lsb.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/bin/lsbset.py b/bin/lsbset.py index 3f04a5f..046f488 100755 --- a/bin/lsbset.py +++ b/bin/lsbset.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/bin/parity.py b/bin/parity.py index e0e4f37..de24ff6 100644 --- a/bin/parity.py +++ b/bin/parity.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/bin/red.py b/bin/red.py index 4e8b37e..839dc0c 100644 --- a/bin/red.py +++ b/bin/red.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/bin/statistics.py b/bin/statistics.py index af52042..735c4a5 100644 --- a/bin/statistics.py +++ b/bin/statistics.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/stegano/exifHeader/exifHeader.py b/stegano/exifHeader/exifHeader.py index af25f30..8918331 100644 --- a/stegano/exifHeader/exifHeader.py +++ b/stegano/exifHeader/exifHeader.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano # diff --git a/stegano/lsb/lsb.py b/stegano/lsb/lsb.py index d5777e7..4729257 100755 --- a/stegano/lsb/lsb.py +++ b/stegano/lsb/lsb.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano # diff --git a/stegano/lsbset/generators.py b/stegano/lsbset/generators.py index 6a22ac0..e95b74d 100644 --- a/stegano/lsbset/generators.py +++ b/stegano/lsbset/generators.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano # diff --git a/stegano/lsbset/lsbset.py b/stegano/lsbset/lsbset.py index 7108f40..3a9583e 100644 --- a/stegano/lsbset/lsbset.py +++ b/stegano/lsbset/lsbset.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano # diff --git a/stegano/red/red.py b/stegano/red/red.py index 6fb8210..4865460 100755 --- a/stegano/red/red.py +++ b/stegano/red/red.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano # diff --git a/stegano/steganalysis/parity.py b/stegano/steganalysis/parity.py index 49b7268..193e98d 100644 --- a/stegano/steganalysis/parity.py +++ b/stegano/steganalysis/parity.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano # diff --git a/stegano/steganalysis/statistics.py b/stegano/steganalysis/statistics.py index cda10a0..dde980e 100644 --- a/stegano/steganalysis/statistics.py +++ b/stegano/steganalysis/statistics.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano # diff --git a/stegano/tools.py b/stegano/tools.py index 4ec1eae..a1cd923 100755 --- a/stegano/tools.py +++ b/stegano/tools.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano # diff --git a/tests/test_exifHeader.py b/tests/test_exifHeader.py index 0ecc6c7..ea08842 100644 --- a/tests/test_exifHeader.py +++ b/tests/test_exifHeader.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano # diff --git a/tests/test_generators.py b/tests/test_generators.py index 70c6b94..7dc3c21 100644 --- a/tests/test_generators.py +++ b/tests/test_generators.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano # diff --git a/tests/test_lsb.py b/tests/test_lsb.py index 203c3c7..649a4b8 100644 --- a/tests/test_lsb.py +++ b/tests/test_lsb.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano # diff --git a/tests/test_red.py b/tests/test_red.py index db6ba23..13f363a 100644 --- a/tests/test_red.py +++ b/tests/test_red.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano # diff --git a/tests/test_tools.py b/tests/test_tools.py index c16bec2..4ac66e6 100644 --- a/tests/test_tools.py +++ b/tests/test_tools.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano #