From 838095cbd597251806c45a70fb5e21a3cd953267 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sun, 10 Jun 2012 14:58:38 +0200 Subject: [PATCH] Updated copyright. --- linkcheck/checker/__init__.py | 2 +- linkcheck/checker/fileurl.py | 2 +- tests/test_robotparser.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linkcheck/checker/__init__.py b/linkcheck/checker/__init__.py index 8352b867..d69df134 100644 --- a/linkcheck/checker/__init__.py +++ b/linkcheck/checker/__init__.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/checker/fileurl.py b/linkcheck/checker/fileurl.py index b7b004bd..d8702518 100644 --- a/linkcheck/checker/fileurl.py +++ b/linkcheck/checker/fileurl.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/tests/test_robotparser.py b/tests/test_robotparser.py index c38a6643..ba3713aa 100644 --- a/tests/test_robotparser.py +++ b/tests/test_robotparser.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2010 Bastian Kleineidam +# Copyright (C) 2004-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