diff --git a/cgi-bin/lc.fcgi b/cgi-bin/lc.fcgi index 72812154..a8ad25c9 100755 --- a/cgi-bin/lc.fcgi +++ b/cgi-bin/lc.fcgi @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- 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/HtmlParser/htmllex.c b/linkcheck/HtmlParser/htmllex.c index e3bd106e..c6ac4907 100644 --- a/linkcheck/HtmlParser/htmllex.c +++ b/linkcheck/HtmlParser/htmllex.c @@ -2620,7 +2620,7 @@ static yyconst flex_int32_t yy_rule_linenum[131] = #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET #line 1 "htmllex.l" -/* 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/HtmlParser/htmlsax.h b/linkcheck/HtmlParser/htmlsax.h index 9b6d5d0f..9fde9543 100644 --- a/linkcheck/HtmlParser/htmlsax.h +++ b/linkcheck/HtmlParser/htmlsax.h @@ -1,4 +1,4 @@ -/* 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/mailtourl.py b/linkcheck/checker/mailtourl.py index fc12b491..cd9cc2a5 100644 --- a/linkcheck/checker/mailtourl.py +++ b/linkcheck/checker/mailtourl.py @@ -18,7 +18,6 @@ Handle for mailto: links. """ -import cgi import re import urllib import urlparse diff --git a/linkcheck/clamav.py b/linkcheck/clamav.py index 5f7c5c20..73f67f98 100644 --- a/linkcheck/clamav.py +++ b/linkcheck/clamav.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2009 Bastian Kleineidam +# Copyright (C) 2004-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/decorators.py b/linkcheck/decorators.py index e4027378..193ff389 100644 --- a/linkcheck/decorators.py +++ b/linkcheck/decorators.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/dns/message.py b/linkcheck/dns/message.py index 6f0dda1a..ae86e546 100644 --- a/linkcheck/dns/message.py +++ b/linkcheck/dns/message.py @@ -18,7 +18,6 @@ from cStringIO import StringIO import struct -import sys import time import linkcheck.dns.edns diff --git a/linkcheck/dns/tsig.py b/linkcheck/dns/tsig.py index f950f657..420c4bf2 100644 --- a/linkcheck/dns/tsig.py +++ b/linkcheck/dns/tsig.py @@ -18,7 +18,6 @@ import hmac import struct -import sys import linkcheck.dns.exception import linkcheck.dns.rdataclass diff --git a/linkcheck/gui/properties.py b/linkcheck/gui/properties.py index d621939e..6cd62e2e 100644 --- a/linkcheck/gui/properties.py +++ b/linkcheck/gui/properties.py @@ -16,7 +16,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os -import sys from PyQt4 import QtGui from .linkchecker_ui_properties import Ui_PropertiesDialog from .. import strformat diff --git a/linkcheck/logger/blacklist.py b/linkcheck/logger/blacklist.py index 6c79a73c..555e471c 100644 --- a/linkcheck/logger/blacklist.py +++ b/linkcheck/logger/blacklist.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/tests/checker/test_noproxy.py b/tests/checker/test_noproxy.py index ccb547a5..3553501e 100644 --- a/tests/checker/test_noproxy.py +++ b/tests/checker/test_noproxy.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2009 Bastian Kleineidam +# Copyright (C) 2004-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