From 2fde5bea8cdfe8155d35410cfc62754becf05fef Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 6 Nov 2010 18:02:56 +0100 Subject: [PATCH] Updated copyright --- linkcheck/__init__.py | 2 +- linkcheck/checker/internpaturl.py | 2 +- linkcheck/checker/nntpurl.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linkcheck/__init__.py b/linkcheck/__init__.py index 9eda67af..7e70b3b5 100644 --- a/linkcheck/__init__.py +++ b/linkcheck/__init__.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2009 Bastian Kleineidam +# Copyright (C) 2000-2010 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/checker/internpaturl.py b/linkcheck/checker/internpaturl.py index 755d5de8..27ec948e 100644 --- a/linkcheck/checker/internpaturl.py +++ b/linkcheck/checker/internpaturl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2005-2009 Bastian Kleineidam +# Copyright (C) 2005-2010 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/checker/nntpurl.py b/linkcheck/checker/nntpurl.py index 398cc9a5..4e074586 100644 --- a/linkcheck/checker/nntpurl.py +++ b/linkcheck/checker/nntpurl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2009 Bastian Kleineidam +# Copyright (C) 2000-2010 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