From 979d7f13d3312ca719ec90ad97281cfbf8545fc0 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 20 Jun 2012 21:40:21 +0200 Subject: [PATCH] Updated copyright. --- linkcheck/decorators.py | 2 +- linkcheck/logger/html.py | 2 +- linkcheck/logger/text.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linkcheck/decorators.py b/linkcheck/decorators.py index a4891ba6..fbac0522 100644 --- a/linkcheck/decorators.py +++ b/linkcheck/decorators.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2005-2011 Bastian Kleineidam +# Copyright (C) 2005-2012 Bastian Kleineidam # # 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/linkcheck/logger/html.py b/linkcheck/logger/html.py index 03d30552..29800747 100644 --- a/linkcheck/logger/html.py +++ b/linkcheck/logger/html.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2011 Bastian Kleineidam +# Copyright (C) 2000-2012 Bastian Kleineidam # # 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/linkcheck/logger/text.py b/linkcheck/logger/text.py index 294a4ea1..896a5cd0 100644 --- a/linkcheck/logger/text.py +++ b/linkcheck/logger/text.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2011 Bastian Kleineidam +# Copyright (C) 2000-2012 Bastian Kleineidam # # 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