From eb30191bb0dd62db09b48e4c3eba628bb88ee3ab Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 20 Jun 2012 00:30:52 +0200 Subject: [PATCH] Add copyright and missing docs. --- linkcheck/director/console.py | 2 +- linkcheck/logger/none.py | 2 +- linkchecker | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/linkcheck/director/console.py b/linkcheck/director/console.py index d393892d..3a03e565 100644 --- a/linkcheck/director/console.py +++ b/linkcheck/director/console.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/linkcheck/logger/none.py b/linkcheck/logger/none.py index 55a02b10..62cdec9d 100644 --- a/linkcheck/logger/none.py +++ b/linkcheck/logger/none.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2009 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/linkchecker b/linkchecker index 25ff4a77..a59a38c9 100755 --- a/linkchecker +++ b/linkchecker @@ -237,6 +237,7 @@ def has_encoding (encoding): # instantiate option parser and configure options class MyOptionParser (LCOptionParser): + """Option parser for LinkChecker commandline client.""" def get_usage (self): """Return translated usage text."""