From 10256ba28b8dd3508be2a30acd54786477f93f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Fri, 3 Jan 2025 13:17:58 +0100 Subject: [PATCH] chg: Updated copyright years. --- CONTRIBUTORS.md | 1 + 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/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_red.py | 2 +- tests/test_tools.py | 2 +- 17 files changed, 17 insertions(+), 16 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 7e00cdd..75ba0bc 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -16,5 +16,6 @@ - panni - Peter Justin - thundersparkf - https://github.com/thundersparkf +- Mickaël Schoentgen And thank you to the testers! diff --git a/README.md b/README.md index 8349581..08d42be 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,6 @@ Thank you ! This software is licensed under [GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.html) -Copyright (C) 2010-2024 [Cédric Bonhomme](https://www.cedricbonhomme.org) +Copyright (C) 2010-2025 [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 7ebbe3f..7ab98ca 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 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 56e443c..7c0ea8e 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 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 2cb962c..f656e2b 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 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 c26f637..85b144e 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 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 23f5f68..48f4e7a 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-2024, Cédric Bonhomme" +copyright = "2010-2025, 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 9e41c5b..33fec99 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/stegano/lsb/generators.py b/stegano/lsb/generators.py index d3e23f6..3780fc9 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/stegano/lsb/lsb.py b/stegano/lsb/lsb.py index bb538ff..918d939 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/stegano/steganalysis/parity.py b/stegano/steganalysis/parity.py index adc93c6..b78b412 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/stegano/steganalysis/statistics.py b/stegano/steganalysis/statistics.py index ebb44fd..52cb296 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/stegano/tools.py b/stegano/tools.py index 9464deb..f4bcab7 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/tests/test_exifHeader.py b/tests/test_exifHeader.py index cd15cd6..893d3a7 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/tests/test_generators.py b/tests/test_generators.py index b3cd355..9bef03a 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/tests/test_red.py b/tests/test_red.py index a1e3db3..acde7d7 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano # diff --git a/tests/test_tools.py b/tests/test_tools.py index 1eba04b..d2aa441 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-2024 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2025 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : https://github.com/cedricbonhomme/Stegano #