Add copyright and missing docs.

This commit is contained in:
Bastian Kleineidam 2012-06-20 00:30:52 +02:00
parent 2f730f4e13
commit eb30191bb0
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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."""