diff --git a/bin/stegano-lsb b/bin/stegano-lsb index d7dcd02..b49fd11 100755 --- a/bin/stegano-lsb +++ b/bin/stegano-lsb @@ -1,8 +1,8 @@ #!/usr/bin/env python #-*- coding: utf-8 -*- -# Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2017 Cédric Bonhomme - https://www.cedricbonhomme.org +# Stegano - Stegano 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 # diff --git a/bin/stegano-red b/bin/stegano-red index ef36caf..5798f55 100644 --- a/bin/stegano-red +++ b/bin/stegano-red @@ -1,8 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2017 Cédric Bonhomme - https://www.cedricbonhomme.org +# Stegano - Stegano 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 # diff --git a/bin/stegano-steganalysis-parity b/bin/stegano-steganalysis-parity index 4d54586..32e4ef3 100644 --- a/bin/stegano-steganalysis-parity +++ b/bin/stegano-steganalysis-parity @@ -1,8 +1,8 @@ #!/usr/bin/env python #-*- coding: utf-8 -*- -# Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2017 Cédric Bonhomme - https://www.cedricbonhomme.org +# Stegano - Stegano 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 # diff --git a/bin/stegano-steganalysis-statistics b/bin/stegano-steganalysis-statistics index 1cbe28b..a368c03 100644 --- a/bin/stegano-steganalysis-statistics +++ b/bin/stegano-steganalysis-statistics @@ -1,8 +1,8 @@ #!/usr/bin/env python #-*- coding: utf-8 -*- -# Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2017 Cédric Bonhomme - https://www.cedricbonhomme.org +# Stegano - Stegano 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 # diff --git a/stegano/exifHeader/exifHeader.py b/stegano/exifHeader/exifHeader.py index 9a15ce2..e16f5ff 100644 --- a/stegano/exifHeader/exifHeader.py +++ b/stegano/exifHeader/exifHeader.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Stéganô - Stéganô is a basic Python Steganography module. +# Stegano - Stegano 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 diff --git a/stegano/lsb/lsb.py b/stegano/lsb/lsb.py index 3cc083c..9ea1095 100755 --- a/stegano/lsb/lsb.py +++ b/stegano/lsb/lsb.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Stéganô - Stegano is a basic Python Steganography module. +# Stegano - Stegano 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 diff --git a/stegano/lsbset/generators.py b/stegano/lsbset/generators.py index ab8bacb..5db3a7f 100644 --- a/stegano/lsbset/generators.py +++ b/stegano/lsbset/generators.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Stéganô - Stéganô is a basic Python Steganography module. +# Stegano - Stegano 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 diff --git a/stegano/lsbset/lsbset.py b/stegano/lsbset/lsbset.py index 2f04eba..5e0c22a 100644 --- a/stegano/lsbset/lsbset.py +++ b/stegano/lsbset/lsbset.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Stéganô - Stéganô is a basic Python Steganography module. +# Stegano - Stegano 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 diff --git a/stegano/red/red.py b/stegano/red/red.py index ff841b5..a17bc52 100755 --- a/stegano/red/red.py +++ b/stegano/red/red.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Stéganô - Stéganô is a basic Python Steganography module. +# 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 diff --git a/stegano/steganalysis/parity.py b/stegano/steganalysis/parity.py index e0e76c6..0b7d0e4 100644 --- a/stegano/steganalysis/parity.py +++ b/stegano/steganalysis/parity.py @@ -1,7 +1,7 @@ #!/usr/bin/env python #-*- coding: utf-8 -*- -# Stéganô - Stéganô is a basic Python Steganography module. +# Stegano - Stegano 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 diff --git a/stegano/steganalysis/statistics.py b/stegano/steganalysis/statistics.py index 45794a6..d85248b 100644 --- a/stegano/steganalysis/statistics.py +++ b/stegano/steganalysis/statistics.py @@ -1,7 +1,7 @@ #!/usr/bin/env python #-*- coding: utf-8 -*- -# Stéganô - Stéganô is a basic Python Steganography module. +# Stegano - Stegano 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 diff --git a/stegano/tools.py b/stegano/tools.py index 897bba4..9870000 100755 --- a/stegano/tools.py +++ b/stegano/tools.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Stéganô - Stéganô is a basic Python Steganography module. +# 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