From e5cfceb261dbe44aecf85fb87a6b1d2cebb015f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 15 Dec 2019 15:53:47 +0100 Subject: [PATCH] Updated URLs. --- README.md | 4 ++-- stegano/exifHeader/exifHeader.py | 2 +- stegano/lsb/lsb.py | 2 +- stegano/lsbset/generators.py | 2 +- stegano/lsbset/lsbset.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_lsbset.py | 2 +- tests/test_red.py | 2 +- tests/test_steganalysis.py | 2 +- tests/test_tools.py | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index b6d8001..200ae05 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Stegano -[![builds.sr.ht status](https://builds.sr.ht/~cedric/Stegano.svg)](https://builds.sr.ht/~cedric/Stegano) +[![builds.sr.ht status](https://builds.sr.ht/~cedric/stegano.svg)](https://builds.sr.ht/~cedric/stegano) -[Stegano](https://git.sr.ht/~cedric/Stegano), a pure Python +[Stegano](https://git.sr.ht/~cedric/stegano), a pure Python Steganography module. Steganography is the art and science of writing hidden messages in such a way diff --git a/stegano/exifHeader/exifHeader.py b/stegano/exifHeader/exifHeader.py index 31bfeb9..7a79dc9 100644 --- a/stegano/exifHeader/exifHeader.py +++ b/stegano/exifHeader/exifHeader.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stegano/lsb/lsb.py b/stegano/lsb/lsb.py index cfb2e6a..88f0fe0 100755 --- a/stegano/lsb/lsb.py +++ b/stegano/lsb/lsb.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stegano/lsbset/generators.py b/stegano/lsbset/generators.py index 5a5e557..c2b1912 100644 --- a/stegano/lsbset/generators.py +++ b/stegano/lsbset/generators.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stegano/lsbset/lsbset.py b/stegano/lsbset/lsbset.py index 8eadd04..fd8dec0 100644 --- a/stegano/lsbset/lsbset.py +++ b/stegano/lsbset/lsbset.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stegano/red/red.py b/stegano/red/red.py index a17bc52..6fb8210 100755 --- a/stegano/red/red.py +++ b/stegano/red/red.py @@ -4,7 +4,7 @@ # Stegano - Stéganô is a basic Python Steganography module. # Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stegano/steganalysis/parity.py b/stegano/steganalysis/parity.py index 0dc904d..49b7268 100644 --- a/stegano/steganalysis/parity.py +++ b/stegano/steganalysis/parity.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stegano/steganalysis/statistics.py b/stegano/steganalysis/statistics.py index a23c3e1..b83ab31 100644 --- a/stegano/steganalysis/statistics.py +++ b/stegano/steganalysis/statistics.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stegano/tools.py b/stegano/tools.py index 8fb8076..bf40d1b 100755 --- a/stegano/tools.py +++ b/stegano/tools.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_exifHeader.py b/tests/test_exifHeader.py index 3dc6f22..758ef3c 100644 --- a/tests/test_exifHeader.py +++ b/tests/test_exifHeader.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_generators.py b/tests/test_generators.py index 5f16727..ccb5b01 100644 --- a/tests/test_generators.py +++ b/tests/test_generators.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_lsb.py b/tests/test_lsb.py index 22a5574..8fd0e0c 100644 --- a/tests/test_lsb.py +++ b/tests/test_lsb.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_lsbset.py b/tests/test_lsbset.py index cfe51d8..e256b51 100644 --- a/tests/test_lsbset.py +++ b/tests/test_lsbset.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2017 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_red.py b/tests/test_red.py index a0e51cf..4e9d224 100644 --- a/tests/test_red.py +++ b/tests/test_red.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_steganalysis.py b/tests/test_steganalysis.py index 75509b5..0eb60d5 100644 --- a/tests/test_steganalysis.py +++ b/tests/test_steganalysis.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2017 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_tools.py b/tests/test_tools.py index ba6b5b3..9579a2b 100644 --- a/tests/test_tools.py +++ b/tests/test_tools.py @@ -4,7 +4,7 @@ # Stegano - Stegano is a pure Python steganography module. # Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/cedricbonhomme/Stegano +# For more information : https://git.sr.ht/~cedric/stegano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by