From 85f3690068be85ef51e099bbfd5a6f7332e74e6c Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 11 Feb 2011 14:00:31 +0100 Subject: [PATCH] Updated copyright. --- linkcheck/checker/fileurl.py | 2 +- linkcheck/checker/ftpurl.py | 2 +- linkcheck/gui/contextmenu.py | 2 +- linkcheck/gui/editor.py | 2 +- linkcheck/gui/urlsave.py | 2 +- tests/checker/test_http.py | 2 +- tests/test_urlbuild.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/linkcheck/checker/fileurl.py b/linkcheck/checker/fileurl.py index 2d17dc08..f338b5c5 100644 --- a/linkcheck/checker/fileurl.py +++ b/linkcheck/checker/fileurl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2010 Bastian Kleineidam +# Copyright (C) 2000-2011 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/ftpurl.py b/linkcheck/checker/ftpurl.py index bfb434b9..bde7d543 100644 --- a/linkcheck/checker/ftpurl.py +++ b/linkcheck/checker/ftpurl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2010 Bastian Kleineidam +# Copyright (C) 2000-2011 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/gui/contextmenu.py b/linkcheck/gui/contextmenu.py index 34d10be7..261608db 100644 --- a/linkcheck/gui/contextmenu.py +++ b/linkcheck/gui/contextmenu.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2009-2010 Bastian Kleineidam +# Copyright (C) 2009-2011 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/gui/editor.py b/linkcheck/gui/editor.py index 15ef087b..a6371ec8 100644 --- a/linkcheck/gui/editor.py +++ b/linkcheck/gui/editor.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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/gui/urlsave.py b/linkcheck/gui/urlsave.py index 10bab17b..57c864ba 100644 --- a/linkcheck/gui/urlsave.py +++ b/linkcheck/gui/urlsave.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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_http.py b/tests/checker/test_http.py index af5f1852..e1141162 100644 --- a/tests/checker/test_http.py +++ b/tests/checker/test_http.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2010 Bastian Kleineidam +# Copyright (C) 2004-2011 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_urlbuild.py b/tests/test_urlbuild.py index be61ed73..efa0e4b5 100644 --- a/tests/test_urlbuild.py +++ b/tests/test_urlbuild.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2010 Bastian Kleineidam +# Copyright (C) 2004-2011 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