From b06f144ced820c9f9949786a1683f03e001e2e69 Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 11 Jan 2005 02:22:43 +0000 Subject: [PATCH] updated copyright year git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2122 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- config/linkcheck-cron.sh | 2 +- debian/copyright | 2 +- doc/bfknav.py | 2 +- doc/htmlnav.py | 2 +- linkcheck/HtmlParser/__init__.py | 2 +- linkcheck/HtmlParser/htmllex.c | 2 +- linkcheck/HtmlParser/htmllex.l | 2 +- linkcheck/HtmlParser/htmllib.py | 2 +- linkcheck/HtmlParser/htmlparse.c | 2 +- linkcheck/HtmlParser/htmlparse.y | 2 +- linkcheck/HtmlParser/htmlsax.h | 2 +- linkcheck/__init__.py | 2 +- linkcheck/ansicolor.py | 2 +- linkcheck/checker/__init__.py | 2 +- linkcheck/checker/cache.py | 2 +- linkcheck/checker/consumer.py | 2 +- linkcheck/checker/errorurl.py | 2 +- linkcheck/checker/fileurl.py | 2 +- linkcheck/checker/ftpurl.py | 2 +- linkcheck/checker/gopherurl.py | 2 +- linkcheck/checker/httpsurl.py | 2 +- linkcheck/checker/httpurl.py | 2 +- linkcheck/checker/ignoredurl.py | 2 +- linkcheck/checker/mailtourl.py | 2 +- linkcheck/checker/nntpurl.py | 2 +- linkcheck/checker/proxysupport.py | 2 +- linkcheck/checker/telneturl.py | 2 +- linkcheck/checker/urlbase.py | 2 +- linkcheck/configuration.py | 6 +++--- linkcheck/containers.py | 2 +- linkcheck/ftests/__init__.py | 2 +- linkcheck/ftests/httptest.py | 2 +- linkcheck/ftests/test_anchor.py | 2 +- linkcheck/ftests/test_base.py | 2 +- linkcheck/ftests/test_error.py | 2 +- linkcheck/ftests/test_file.py | 2 +- linkcheck/ftests/test_frames.py | 2 +- linkcheck/ftests/test_ftp.py | 2 +- linkcheck/ftests/test_http.py | 2 +- linkcheck/ftests/test_https.py | 2 +- linkcheck/ftests/test_mail.py | 2 +- linkcheck/ftests/test_news.py | 2 +- linkcheck/ftests/test_robotstxt.py | 2 +- linkcheck/ftests/test_telnet.py | 2 +- linkcheck/i18n.py | 2 +- linkcheck/lc_cgi.py | 2 +- linkcheck/linkname.py | 2 +- linkcheck/linkparse.py | 2 +- linkcheck/log.py | 2 +- linkcheck/logger/__init__.py | 2 +- linkcheck/logger/blacklist.py | 2 +- linkcheck/logger/csvlog.py | 2 +- linkcheck/logger/gml.py | 2 +- linkcheck/logger/html.py | 2 +- linkcheck/logger/none.py | 2 +- linkcheck/logger/sql.py | 2 +- linkcheck/logger/text.py | 2 +- linkcheck/logger/xmllog.py | 2 +- linkcheck/robotparser2.py | 2 +- linkcheck/strformat.py | 2 +- linkcheck/tests/__init__.py | 2 +- linkcheck/tests/test_cgi.py | 2 +- linkcheck/tests/test_containers.py | 2 +- linkcheck/tests/test_filenames.py | 2 +- linkcheck/tests/test_linkname.py | 2 +- linkcheck/tests/test_parser.py | 2 +- linkcheck/tests/test_robotparser.py | 2 +- linkcheck/tests/test_strformat.py | 2 +- linkcheck/tests/test_url.py | 2 +- linkcheck/tests/test_urlbuild.py | 2 +- linkcheck/threader.py | 2 +- linkcheck/url.py | 2 +- linkchecker | 2 +- setup.py | 2 +- 74 files changed, 76 insertions(+), 76 deletions(-) diff --git a/config/linkcheck-cron.sh b/config/linkcheck-cron.sh index 4a1acb39..9bf021ed 100755 --- a/config/linkcheck-cron.sh +++ b/config/linkcheck-cron.sh @@ -1,6 +1,6 @@ #!/bin/sh # this script is intended to be run daily from cron -# GNU GPL Copyright (C) 2004 Bastian Kleineidam +# GNU GPL Copyright (C) 2004-2005 Bastian Kleineidam # Put here your url(s) you want to check, separated by whitespace. # Urls can also be local files, eg "/var/www/index.html". diff --git a/debian/copyright b/debian/copyright index c6d6a83f..c6296d8a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ This is linkchecker, written and maintained by Bastian Kleineidam The original source can always be found at: http://linkchecker.sourceforge.net/ -Copyright (C) 2000-2004 Bastian Kleineidam +Copyright (C) 2000-2005 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/doc/bfknav.py b/doc/bfknav.py index fb6a0cfb..a6473d53 100644 --- a/doc/bfknav.py +++ b/doc/bfknav.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/doc/htmlnav.py b/doc/htmlnav.py index 7240f80a..d9572d8c 100644 --- a/doc/htmlnav.py +++ b/doc/htmlnav.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/HtmlParser/__init__.py b/linkcheck/HtmlParser/__init__.py index b0b7fa5a..1f06bfb0 100644 --- a/linkcheck/HtmlParser/__init__.py +++ b/linkcheck/HtmlParser/__init__.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/HtmlParser/htmllex.c b/linkcheck/HtmlParser/htmllex.c index ccf6de87..da53fb8a 100644 --- a/linkcheck/HtmlParser/htmllex.c +++ b/linkcheck/HtmlParser/htmllex.c @@ -9055,7 +9055,7 @@ static yyconst flex_int32_t yy_rule_linenum[118] = #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET #line 1 "htmllex.l" -/* Copyright (C) 2000-2004 Bastian Kleineidam +/* Copyright (C) 2000-2005 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/HtmlParser/htmllex.l b/linkcheck/HtmlParser/htmllex.l index fc8aa60f..ad640c43 100644 --- a/linkcheck/HtmlParser/htmllex.l +++ b/linkcheck/HtmlParser/htmllex.l @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2004 Bastian Kleineidam +/* Copyright (C) 2000-2005 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/HtmlParser/htmllib.py b/linkcheck/HtmlParser/htmllib.py index 2dd426dc..978db286 100644 --- a/linkcheck/HtmlParser/htmllib.py +++ b/linkcheck/HtmlParser/htmllib.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Default handler classes""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/HtmlParser/htmlparse.c b/linkcheck/HtmlParser/htmlparse.c index 57ba997d..5ede306d 100644 --- a/linkcheck/HtmlParser/htmlparse.c +++ b/linkcheck/HtmlParser/htmlparse.c @@ -86,7 +86,7 @@ /* Copy the first part of user declarations. */ #line 1 "htmlparse.y" -/* Copyright (C) 2000-2004 Bastian Kleineidam +/* Copyright (C) 2000-2005 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/HtmlParser/htmlparse.y b/linkcheck/HtmlParser/htmlparse.y index b7204144..9150aabf 100644 --- a/linkcheck/HtmlParser/htmlparse.y +++ b/linkcheck/HtmlParser/htmlparse.y @@ -1,5 +1,5 @@ %{ -/* Copyright (C) 2000-2004 Bastian Kleineidam +/* Copyright (C) 2000-2005 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/HtmlParser/htmlsax.h b/linkcheck/HtmlParser/htmlsax.h index 8c41b392..e6af9b8a 100644 --- a/linkcheck/HtmlParser/htmlsax.h +++ b/linkcheck/HtmlParser/htmlsax.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2004 Bastian Kleineidam +/* Copyright (C) 2000-2005 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/__init__.py b/linkcheck/__init__.py index a6e07591..59349b05 100644 --- a/linkcheck/__init__.py +++ b/linkcheck/__init__.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """main function module for link checking""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/ansicolor.py b/linkcheck/ansicolor.py index a0239baf..0ac854d7 100644 --- a/linkcheck/ansicolor.py +++ b/linkcheck/ansicolor.py @@ -61,7 +61,7 @@ The current version of this module is always available from its web site at http://www.eyrie.org/~eagle/software/ansicolor/. It is also part of the Perl core distribution as of 5.6.0. """ -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/__init__.py b/linkcheck/checker/__init__.py index 67f7d0a0..16abf63f 100644 --- a/linkcheck/checker/__init__.py +++ b/linkcheck/checker/__init__.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """main function module for link checking""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/cache.py b/linkcheck/checker/cache.py index d8a88bb4..98ccbd42 100644 --- a/linkcheck/checker/cache.py +++ b/linkcheck/checker/cache.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """store cached data during checking""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/consumer.py b/linkcheck/checker/consumer.py index 30ae85a8..2c0f5807 100644 --- a/linkcheck/checker/consumer.py +++ b/linkcheck/checker/consumer.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """url consumer class""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/errorurl.py b/linkcheck/checker/errorurl.py index 33496e9a..8d8386c0 100644 --- a/linkcheck/checker/errorurl.py +++ b/linkcheck/checker/errorurl.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Handle for unknown links""" -# Copyright (C) 2001-2004 Bastian Kleineidam +# Copyright (C) 2001-2005 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/fileurl.py b/linkcheck/checker/fileurl.py index f1802454..e1117511 100644 --- a/linkcheck/checker/fileurl.py +++ b/linkcheck/checker/fileurl.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Handle local file: links""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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 4e63611a..63f8708e 100644 --- a/linkcheck/checker/ftpurl.py +++ b/linkcheck/checker/ftpurl.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Handle FTP links""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/gopherurl.py b/linkcheck/checker/gopherurl.py index c34849b4..5f47fa53 100644 --- a/linkcheck/checker/gopherurl.py +++ b/linkcheck/checker/gopherurl.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Handle Gopher links""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/httpsurl.py b/linkcheck/checker/httpsurl.py index 678efa57..953d5581 100644 --- a/linkcheck/checker/httpsurl.py +++ b/linkcheck/checker/httpsurl.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Handle https links""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/httpurl.py b/linkcheck/checker/httpurl.py index c9593f25..d813c63d 100644 --- a/linkcheck/checker/httpurl.py +++ b/linkcheck/checker/httpurl.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Handle http links""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/ignoredurl.py b/linkcheck/checker/ignoredurl.py index a2b154a8..22b5d630 100644 --- a/linkcheck/checker/ignoredurl.py +++ b/linkcheck/checker/ignoredurl.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Handle for uncheckable application-specific links""" -# Copyright (C) 2001-2004 Bastian Kleineidam +# Copyright (C) 2001-2005 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 41c2de15..7bc4c7d4 100644 --- a/linkcheck/checker/mailtourl.py +++ b/linkcheck/checker/mailtourl.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Handle for mailto: links""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/nntpurl.py b/linkcheck/checker/nntpurl.py index 165b4c65..38c956dd 100644 --- a/linkcheck/checker/nntpurl.py +++ b/linkcheck/checker/nntpurl.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Handle nntp: and news: links""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/proxysupport.py b/linkcheck/checker/proxysupport.py index 9ee79524..1c052d37 100644 --- a/linkcheck/checker/proxysupport.py +++ b/linkcheck/checker/proxysupport.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/telneturl.py b/linkcheck/checker/telneturl.py index e1f3fd3b..884a9296 100644 --- a/linkcheck/checker/telneturl.py +++ b/linkcheck/checker/telneturl.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Handle telnet: links""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/urlbase.py b/linkcheck/checker/urlbase.py index 6232bb76..60697740 100644 --- a/linkcheck/checker/urlbase.py +++ b/linkcheck/checker/urlbase.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Base URL handler""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/configuration.py b/linkcheck/configuration.py index 799557b7..61bc389d 100644 --- a/linkcheck/configuration.py +++ b/linkcheck/configuration.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """store metadata and options""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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 @@ -34,8 +34,8 @@ AppName = u"LinkChecker" App = AppName+u" "+Version Author = _linkchecker_configdata.author HtmlAuthor = Author.replace(u' ', u' ') -Copyright = u"Copyright © 2000-2004 "+Author -HtmlCopyright = u"Copyright © 2000-2004 "+HtmlAuthor +Copyright = u"Copyright © 2000-2005 "+Author +HtmlCopyright = u"Copyright © 2000-2005 "+HtmlAuthor AppInfo = App+u" "+Copyright HtmlAppInfo = App+u", "+HtmlCopyright Url = _linkchecker_configdata.url diff --git a/linkcheck/containers.py b/linkcheck/containers.py index 7a6d8a2e..d4bac64c 100644 --- a/linkcheck/containers.py +++ b/linkcheck/containers.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """special container classes""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/__init__.py b/linkcheck/ftests/__init__.py index e9d8a80e..163430e8 100644 --- a/linkcheck/ftests/__init__.py +++ b/linkcheck/ftests/__init__.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """define standard test support classes funtional for LinkChecker tests""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/httptest.py b/linkcheck/ftests/httptest.py index cefe811f..3f39313f 100644 --- a/linkcheck/ftests/httptest.py +++ b/linkcheck/ftests/httptest.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """define http test support classes for LinkChecker tests""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/test_anchor.py b/linkcheck/ftests/test_anchor.py index a5d48ad4..2eb1a51f 100644 --- a/linkcheck/ftests/test_anchor.py +++ b/linkcheck/ftests/test_anchor.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test html anchor parsing and checking""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/test_base.py b/linkcheck/ftests/test_base.py index af38d6cd..0110d815 100644 --- a/linkcheck/ftests/test_base.py +++ b/linkcheck/ftests/test_base.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test html tag parsing""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/test_error.py b/linkcheck/ftests/test_error.py index 1c806431..b372e493 100644 --- a/linkcheck/ftests/test_error.py +++ b/linkcheck/ftests/test_error.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test error checking""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/test_file.py b/linkcheck/ftests/test_file.py index 6798731e..691582a0 100644 --- a/linkcheck/ftests/test_file.py +++ b/linkcheck/ftests/test_file.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test file parsing""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/test_frames.py b/linkcheck/ftests/test_frames.py index 3e15b696..46d8a77d 100644 --- a/linkcheck/ftests/test_frames.py +++ b/linkcheck/ftests/test_frames.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test html tag parsing""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/test_ftp.py b/linkcheck/ftests/test_ftp.py index 886f6f70..56f80501 100644 --- a/linkcheck/ftests/test_ftp.py +++ b/linkcheck/ftests/test_ftp.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test ftp checking""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/test_http.py b/linkcheck/ftests/test_http.py index eef7ce02..c0a48c13 100644 --- a/linkcheck/ftests/test_http.py +++ b/linkcheck/ftests/test_http.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test http checking""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/test_https.py b/linkcheck/ftests/test_https.py index 5aa82e52..07bfab69 100644 --- a/linkcheck/ftests/test_https.py +++ b/linkcheck/ftests/test_https.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test news checking""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/test_mail.py b/linkcheck/ftests/test_mail.py index 866956d3..84368e9d 100644 --- a/linkcheck/ftests/test_mail.py +++ b/linkcheck/ftests/test_mail.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test mail checking""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/test_news.py b/linkcheck/ftests/test_news.py index 324f91ea..6580ca41 100644 --- a/linkcheck/ftests/test_news.py +++ b/linkcheck/ftests/test_news.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test news checking""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/test_robotstxt.py b/linkcheck/ftests/test_robotstxt.py index 6c6691da..855f230d 100644 --- a/linkcheck/ftests/test_robotstxt.py +++ b/linkcheck/ftests/test_robotstxt.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test HTML robots.txt parsing""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/ftests/test_telnet.py b/linkcheck/ftests/test_telnet.py index d9093514..c2e57989 100644 --- a/linkcheck/ftests/test_telnet.py +++ b/linkcheck/ftests/test_telnet.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test telnet checking""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/i18n.py b/linkcheck/i18n.py index 7e2613b6..b9da6aae 100644 --- a/linkcheck/i18n.py +++ b/linkcheck/i18n.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """application internationalization support""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/lc_cgi.py b/linkcheck/lc_cgi.py index 095642c7..1970251b 100644 --- a/linkcheck/lc_cgi.py +++ b/linkcheck/lc_cgi.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """common CGI functions used by the CGI scripts""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/linkname.py b/linkcheck/linkname.py index f556198c..d3286498 100644 --- a/linkcheck/linkname.py +++ b/linkcheck/linkname.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """parse name of common link types""" -# Copyright (C) 2001-2004 Bastian Kleineidam +# Copyright (C) 2001-2005 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/linkparse.py b/linkcheck/linkparse.py index 82283946..b43bfbda 100644 --- a/linkcheck/linkparse.py +++ b/linkcheck/linkparse.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Find link tags in HTML text""" -# Copyright (C) 2001-2004 Bastian Kleineidam +# Copyright (C) 2001-2005 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/log.py b/linkcheck/log.py index eb198916..2a0438a5 100644 --- a/linkcheck/log.py +++ b/linkcheck/log.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """logging and debug functions""" -# Copyright (C) 2003-2004 Bastian Kleineidam +# Copyright (C) 2003-2005 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 0cc0bedf..4c582abd 100644 --- a/linkcheck/logger/__init__.py +++ b/linkcheck/logger/__init__.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Output logging support for different formats""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/blacklist.py b/linkcheck/logger/blacklist.py index bc477a81..d62a074e 100644 --- a/linkcheck/logger/blacklist.py +++ b/linkcheck/logger/blacklist.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """a blacklist logger""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/csvlog.py b/linkcheck/logger/csvlog.py index 8151b682..77c1649b 100644 --- a/linkcheck/logger/csvlog.py +++ b/linkcheck/logger/csvlog.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """a csv logger""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/gml.py b/linkcheck/logger/gml.py index 863c30a5..1684b0af 100644 --- a/linkcheck/logger/gml.py +++ b/linkcheck/logger/gml.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """a gml logger""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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 d91a910a..53783e79 100644 --- a/linkcheck/logger/html.py +++ b/linkcheck/logger/html.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """a html logger""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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 2e1dde05..2874690c 100644 --- a/linkcheck/logger/none.py +++ b/linkcheck/logger/none.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """an dummy logger""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/sql.py b/linkcheck/logger/sql.py index e99f532c..97cd169f 100644 --- a/linkcheck/logger/sql.py +++ b/linkcheck/logger/sql.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """an sql logger""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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 b9212b1d..2dbfaffd 100644 --- a/linkcheck/logger/text.py +++ b/linkcheck/logger/text.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """the default logger""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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 3f313778..18c07a13 100644 --- a/linkcheck/logger/xmllog.py +++ b/linkcheck/logger/xmllog.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """an xml logger""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/robotparser2.py b/linkcheck/robotparser2.py index d9780918..72c6333f 100755 --- a/linkcheck/robotparser2.py +++ b/linkcheck/robotparser2.py @@ -1,6 +1,6 @@ """ robotparser.py - Copyright (C) 2000-2004 Bastian Kleineidam + Copyright (C) 2000-2005 Bastian Kleineidam You can choose between two licenses when using this package: 1) GNU GPLv2 diff --git a/linkcheck/strformat.py b/linkcheck/strformat.py index c3c0b73a..66b3b535 100644 --- a/linkcheck/strformat.py +++ b/linkcheck/strformat.py @@ -1,7 +1,7 @@ # -*- coding: iso-8859-1 -*- """Various string utility functions. Note that these functions are not necessarily optimised for large strings, so use with care.""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/tests/__init__.py b/linkcheck/tests/__init__.py index 51661a2d..251e62ee 100644 --- a/linkcheck/tests/__init__.py +++ b/linkcheck/tests/__init__.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """unit tests for the linkcheck module""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/tests/test_cgi.py b/linkcheck/tests/test_cgi.py index a6fb6035..30a44034 100644 --- a/linkcheck/tests/test_cgi.py +++ b/linkcheck/tests/test_cgi.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test cgi form routines""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/tests/test_containers.py b/linkcheck/tests/test_containers.py index ac827013..245c22da 100644 --- a/linkcheck/tests/test_containers.py +++ b/linkcheck/tests/test_containers.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test container routines""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/tests/test_filenames.py b/linkcheck/tests/test_filenames.py index 23a7eb4d..14e9d15f 100644 --- a/linkcheck/tests/test_filenames.py +++ b/linkcheck/tests/test_filenames.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test filename routines""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/tests/test_linkname.py b/linkcheck/tests/test_linkname.py index 7f92df46..bd37bdfc 100644 --- a/linkcheck/tests/test_linkname.py +++ b/linkcheck/tests/test_linkname.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test linkname routines""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/tests/test_parser.py b/linkcheck/tests/test_parser.py index 610676d9..16652302 100644 --- a/linkcheck/tests/test_parser.py +++ b/linkcheck/tests/test_parser.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test html parsing""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/tests/test_robotparser.py b/linkcheck/tests/test_robotparser.py index fb6c8903..f999637a 100644 --- a/linkcheck/tests/test_robotparser.py +++ b/linkcheck/tests/test_robotparser.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/tests/test_strformat.py b/linkcheck/tests/test_strformat.py index f7afb68d..6933473c 100644 --- a/linkcheck/tests/test_strformat.py +++ b/linkcheck/tests/test_strformat.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test string formatting operations""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/tests/test_url.py b/linkcheck/tests/test_url.py index 4c0a08e7..f0082151 100644 --- a/linkcheck/tests/test_url.py +++ b/linkcheck/tests/test_url.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test url routines""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/tests/test_urlbuild.py b/linkcheck/tests/test_urlbuild.py index 63a42b76..01add770 100644 --- a/linkcheck/tests/test_urlbuild.py +++ b/linkcheck/tests/test_urlbuild.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """test url build method from url data objects""" -# Copyright (C) 2004 Bastian Kleineidam +# Copyright (C) 2004-2005 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/threader.py b/linkcheck/threader.py index 2dadc1f0..9732d25f 100644 --- a/linkcheck/threader.py +++ b/linkcheck/threader.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """Threading support""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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 c7fa4721..e6164ad7 100644 --- a/linkcheck/url.py +++ b/linkcheck/url.py @@ -1,6 +1,6 @@ # -*- coding: iso-8859-1 -*- """url utils""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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 4615d8db..90be3258 100755 --- a/linkchecker +++ b/linkchecker @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: iso-8859-1 -*- """check HTML pages for broken links""" -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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/setup.py b/setup.py index f8f0ff7f..2ac47f48 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ """setup file for the distuils module""" # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2004 Bastian Kleineidam +# Copyright (C) 2000-2005 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