diff --git a/stegano/basic.py b/stegano/basic.py index 902c8ca..be875c8 100755 --- a/stegano/basic.py +++ b/stegano/basic.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ +# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/stegano/ # diff --git a/stegano/exifHeader.py b/stegano/exifHeader.py index 7d84cfd..60bf33f 100644 --- a/stegano/exifHeader.py +++ b/stegano/exifHeader.py @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ +# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/stegano/ # diff --git a/stegano/generators.py b/stegano/generators.py index 7b2d0df..b13cecb 100644 --- a/stegano/generators.py +++ b/stegano/generators.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2011-2012 Cédric Bonhomme - http://cedricbonhomme.org/ +# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/stegano/ # diff --git a/stegano/slsb.py b/stegano/slsb.py index a76457a..4e4f841 100755 --- a/stegano/slsb.py +++ b/stegano/slsb.py @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ +# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/stegano/ # diff --git a/stegano/slsbset.py b/stegano/slsbset.py index a89b674..91021bc 100644 --- a/stegano/slsbset.py +++ b/stegano/slsbset.py @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ +# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/stegano/ # diff --git a/stegano/steganalysisParity.py b/stegano/steganalysisParity.py index 39c0648..3dc858e 100644 --- a/stegano/steganalysisParity.py +++ b/stegano/steganalysisParity.py @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ +# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/stegano/ # diff --git a/stegano/steganalysisStatistics.py b/stegano/steganalysisStatistics.py index 59df801..2cb0c5c 100644 --- a/stegano/steganalysisStatistics.py +++ b/stegano/steganalysisStatistics.py @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ +# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/stegano/ # diff --git a/stegano/tools.py b/stegano/tools.py index 4bf4b13..08094f6 100755 --- a/stegano/tools.py +++ b/stegano/tools.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Stéganô - Stéganô is a basic Python Steganography module. -# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ +# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # # For more information : http://bitbucket.org/cedricbonhomme/stegano/ #