From 60f9752dc11c408d10dfd0616160d78e71add38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 7 Jan 2013 07:40:58 +0100 Subject: [PATCH] Updated copyrights years. --- stegano/basic.py | 2 +- stegano/exifHeader.py | 2 +- stegano/generators.py | 2 +- stegano/slsb.py | 2 +- stegano/slsbset.py | 2 +- stegano/steganalysisParity.py | 2 +- stegano/steganalysisStatistics.py | 2 +- stegano/tools.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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/ #