diff --git a/basic.py b/basic.py index 3240033..aa0d48c 100755 --- a/basic.py +++ b/basic.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010 Cédric Bonhomme - http://cedric.bonhomme.free.fr/ +# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/stegano/ # diff --git a/lsb-s.py b/lsb-s.py index 028c650..4c6af4a 100755 --- a/lsb-s.py +++ b/lsb-s.py @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010 Cédric Bonhomme - http://cedric.bonhomme.free.fr/ +# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/stegano/ # diff --git a/steganalysis-parity.py b/steganalysis-parity.py index dab2fc7..39c0648 100644 --- a/steganalysis-parity.py +++ b/steganalysis-parity.py @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010 Cédric Bonhomme - http://cedric.bonhomme.free.fr/ +# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/stegano/ # diff --git a/steganalysis-statistics.py b/steganalysis-statistics.py index 0dde5bc..4fd3d05 100644 --- a/steganalysis-statistics.py +++ b/steganalysis-statistics.py @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010 Cédric Bonhomme - http://cedric.bonhomme.free.fr/ +# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/stegano/ # diff --git a/tools.py b/tools.py index 388898d..4bf4b13 100755 --- a/tools.py +++ b/tools.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010 Cédric Bonhomme - http://cedric.bonhomme.free.fr/ +# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/stegano/ #