From 6d5e5f9efb03399485365e1bc96c7181c12eaadd Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 30 Mar 2012 22:24:10 +0200 Subject: [PATCH] Updated copyright. --- linkcheck/HtmlParser/__init__.py | 2 +- linkcheck/checker/mailtourl.py | 2 +- linkcheck/clamav.py | 2 +- po/linkchecker.pot | 2 +- tests/configuration/test_config.py | 2 +- tests/debugparse.py | 2 +- tests/test_parser.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/linkcheck/HtmlParser/__init__.py b/linkcheck/HtmlParser/__init__.py index 5034f6fe..8648050f 100644 --- a/linkcheck/HtmlParser/__init__.py +++ b/linkcheck/HtmlParser/__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/mailtourl.py b/linkcheck/checker/mailtourl.py index 0bb45cb1..ba7fa0d0 100644 --- a/linkcheck/checker/mailtourl.py +++ b/linkcheck/checker/mailtourl.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/clamav.py b/linkcheck/clamav.py index 39334f98..04a51eb5 100644 --- a/linkcheck/clamav.py +++ b/linkcheck/clamav.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2011 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 diff --git a/po/linkchecker.pot b/po/linkchecker.pot index c89c7602..27bba00a 100644 --- a/po/linkchecker.pot +++ b/po/linkchecker.pot @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Bastian Kleineidam +# Copyright (C) 2012 Bastian Kleineidam # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # diff --git a/tests/configuration/test_config.py b/tests/configuration/test_config.py index a9f80f93..22a83ae4 100644 --- a/tests/configuration/test_config.py +++ b/tests/configuration/test_config.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2006-2011 Bastian Kleineidam +# Copyright (C) 2006-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/debugparse.py b/tests/debugparse.py index f69e2055..60dd36a6 100755 --- a/tests/debugparse.py +++ b/tests/debugparse.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: iso-8859-1 -*- -# Copyright (C) 2011 Bastian Kleineidam +# Copyright (C) 2011-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_parser.py b/tests/test_parser.py index 4696e043..3a0eb5ec 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2011 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