From d863dbfddbe92ad954c1980ba36b26513cb413b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 1 Jan 2024 20:32:02 +0100 Subject: [PATCH] Updated copyright years. --- README.md | 2 +- bin/lsb.py | 2 +- bin/parity.py | 2 +- bin/red.py | 2 +- bin/statistics.py | 2 +- docs/conf.py | 2 +- stegano/exifHeader/exifHeader.py | 2 +- stegano/lsb/generators.py | 2 +- stegano/lsb/lsb.py | 2 +- stegano/red/red.py | 2 +- stegano/steganalysis/parity.py | 2 +- stegano/steganalysis/statistics.py | 2 +- stegano/tools.py | 2 +- tests/test_exifHeader.py | 2 +- tests/test_generators.py | 2 +- tests/test_lsb.py | 2 +- tests/test_red.py | 2 +- tests/test_tools.py | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 8274732..c56a37d 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,6 @@ recommend you to install it in a Python virtual environment with poetry. This software is licensed under [GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.html) -Copyright (C) 2010-2023 [Cédric Bonhomme](https://www.cedricbonhomme.org) +Copyright (C) 2010-2024 [Cédric Bonhomme](https://www.cedricbonhomme.org) For more information, [the list of authors and contributors](CONTRIBUTORS.md) is available. diff --git a/bin/lsb.py b/bin/lsb.py index be87a79..7ebbe3f 100755 --- a/bin/lsb.py +++ b/bin/lsb.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 e248d5f..56e443c 100644 --- a/bin/parity.py +++ b/bin/parity.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 216d27d..2cb962c 100644 --- a/bin/red.py +++ b/bin/red.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 6184266..c26f637 100644 --- a/bin/statistics.py +++ b/bin/statistics.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/docs/conf.py b/docs/conf.py index 4d7973e..23f5f68 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ master_doc = "index" # General information about the project. project = "Stegano" -copyright = "2010-2023, Cédric Bonhomme" +copyright = "2010-2024, Cédric Bonhomme" author = "Cédric Bonhomme " # The version info for the project you're documenting, acts as replacement for diff --git a/stegano/exifHeader/exifHeader.py b/stegano/exifHeader/exifHeader.py index e90e7ca..044e507 100644 --- a/stegano/exifHeader/exifHeader.py +++ b/stegano/exifHeader/exifHeader.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano # diff --git a/stegano/lsb/generators.py b/stegano/lsb/generators.py index 90685ca..803066a 100644 --- a/stegano/lsb/generators.py +++ b/stegano/lsb/generators.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 7b762de..a023575 100644 --- a/stegano/lsb/lsb.py +++ b/stegano/lsb/lsb.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 0704e23..c4280d0 100755 --- a/stegano/red/red.py +++ b/stegano/red/red.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 a245ef0..e48d854 100644 --- a/stegano/steganalysis/parity.py +++ b/stegano/steganalysis/parity.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 edd423c..b2a63d2 100644 --- a/stegano/steganalysis/statistics.py +++ b/stegano/steganalysis/statistics.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 156b40a..205115a 100755 --- a/stegano/tools.py +++ b/stegano/tools.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 eef0e02..b2b6969 100644 --- a/tests/test_exifHeader.py +++ b/tests/test_exifHeader.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 66dbc1b..c6551a3 100644 --- a/tests/test_generators.py +++ b/tests/test_generators.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 836f43c..f6a1c75 100644 --- a/tests/test_lsb.py +++ b/tests/test_lsb.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 6bf6607..1f946b4 100644 --- a/tests/test_red.py +++ b/tests/test_red.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 1a6926d..6055e1a 100644 --- a/tests/test_tools.py +++ b/tests/test_tools.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Stegano - Stegano is a pure Python steganography module. -# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://git.sr.ht/~cedric/stegano #