diff --git a/linkcheck/cookies.py b/linkcheck/cookies.py index ee222a0f..64e402e3 100644 --- a/linkcheck/cookies.py +++ b/linkcheck/cookies.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/director/console.py b/linkcheck/director/console.py index d59d9876..ebd4ee3f 100644 --- a/linkcheck/director/console.py +++ b/linkcheck/director/console.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2006-2009 Bastian Kleineidam +# Copyright (C) 2006-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/ftpparse.py b/linkcheck/ftpparse.py index 2a412d3d..760b83aa 100644 --- a/linkcheck/ftpparse.py +++ b/linkcheck/ftpparse.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2009 Bastian Kleineidam +# Copyright (C) 2009-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/htmlutil/linkname.py b/linkcheck/htmlutil/linkname.py index 3cc59749..cc22d3a6 100644 --- a/linkcheck/htmlutil/linkname.py +++ b/linkcheck/htmlutil/linkname.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2001-2009 Bastian Kleineidam +# Copyright (C) 2001-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/logger/__init__.py b/linkcheck/logger/__init__.py index e4ce7045..84c05c3f 100644 --- a/linkcheck/logger/__init__.py +++ b/linkcheck/logger/__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/logger/graph.py b/linkcheck/logger/graph.py index 1f36dc46..d753b2d9 100644 --- a/linkcheck/logger/graph.py +++ b/linkcheck/logger/graph.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/logger/html.py b/linkcheck/logger/html.py index fe725366..97e24646 100644 --- a/linkcheck/logger/html.py +++ b/linkcheck/logger/html.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/logger/text.py b/linkcheck/logger/text.py index 924abe3b..aba0b23c 100644 --- a/linkcheck/logger/text.py +++ b/linkcheck/logger/text.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/logger/xmllog.py b/linkcheck/logger/xmllog.py index 3d63a503..11b08e49 100644 --- a/linkcheck/logger/xmllog.py +++ b/linkcheck/logger/xmllog.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/trace.py b/linkcheck/trace.py index bc3aef80..b7716b3b 100644 --- a/linkcheck/trace.py +++ b/linkcheck/trace.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/url.py b/linkcheck/url.py index acacf585..e11a8e6a 100644 --- a/linkcheck/url.py +++ b/linkcheck/url.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 @@ -224,6 +224,7 @@ def url_fix_host (urlparts): urlparts[1] = userpass+host return is_idn + def url_fix_common_typos (url): """Fix common typos in given URL like forgotten colon.""" if url.startswith("http//"): diff --git a/tests/checker/test_file.py b/tests/checker/test_file.py index 1c0bbd42..a1b58820 100644 --- a/tests/checker/test_file.py +++ b/tests/checker/test_file.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# 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/tests/logger/test_csvlog.py b/tests/logger/test_csvlog.py index 216a98f6..5923ad98 100644 --- a/tests/logger/test_csvlog.py +++ b/tests/logger/test_csvlog.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2009 Bastian Kleineidam +# Copyright (C) 2009-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/test_ftpparse.py b/tests/test_ftpparse.py index b737057e..d87d3041 100644 --- a/tests/test_ftpparse.py +++ b/tests/test_ftpparse.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2009 Bastian Kleineidam +# Copyright (C) 2009-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