diff --git a/cgi/lc.cgi b/cgi/lc.cgi index 306ffc7a..452fb300 100755 --- a/cgi/lc.cgi +++ b/cgi/lc.cgi @@ -1,6 +1,6 @@ #!/usr/bin/python2.4 # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/cgi/lc.fcgi b/cgi/lc.fcgi index b5c0ab53..8ae6a65f 100755 --- a/cgi/lc.fcgi +++ b/cgi/lc.fcgi @@ -1,6 +1,6 @@ #!/usr/bin/python2.4 # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/config/linkcheck-cron.sh b/config/linkcheck-cron.sh index d693f943..b6173380 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-2005 Bastian Kleineidam +# GNU GPL Copyright (C) 2004-2006 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/gui/Makefile b/gui/Makefile index faf32ff8..2cce942c 100644 --- a/gui/Makefile +++ b/gui/Makefile @@ -1,6 +1,6 @@ PYVER := 2.4 PYTHON := python$(PYVER) -OPTS := --copyright="Copyright (C) 2005 Bastian Kleineidam" \ +OPTS := --copyright="Copyright (C) 2005-2006 Bastian Kleineidam" \ --license=py_gpl_head.txt --threads glade: diff --git a/linkcheck/HtmlParser/__init__.py b/linkcheck/HtmlParser/__init__.py index 8ab5eb57..e019e0bd 100644 --- a/linkcheck/HtmlParser/__init__.py +++ b/linkcheck/HtmlParser/__init__.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 d7351603..4decb5b4 100644 --- a/linkcheck/HtmlParser/htmllex.c +++ b/linkcheck/HtmlParser/htmllex.c @@ -9790,7 +9790,7 @@ static yyconst flex_int32_t yy_rule_linenum[131] = #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET #line 1 "htmllex.l" -/* Copyright (C) 2000-2005 Bastian Kleineidam +/* Copyright (C) 2000-2006 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 dbf9b5fb..f75de9ba 100644 --- a/linkcheck/HtmlParser/htmllex.l +++ b/linkcheck/HtmlParser/htmllex.l @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2005 Bastian Kleineidam +/* Copyright (C) 2000-2006 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 075497d3..f116435f 100644 --- a/linkcheck/HtmlParser/htmllib.py +++ b/linkcheck/HtmlParser/htmllib.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 7b2ca1ba..74a2414b 100644 --- a/linkcheck/HtmlParser/htmlparse.c +++ b/linkcheck/HtmlParser/htmlparse.c @@ -90,7 +90,7 @@ /* Copy the first part of user declarations. */ #line 1 "htmlparse.y" -/* Copyright (C) 2000-2005 Bastian Kleineidam +/* Copyright (C) 2000-2006 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 6562e517..cf0d2432 100644 --- a/linkcheck/HtmlParser/htmlparse.y +++ b/linkcheck/HtmlParser/htmlparse.y @@ -1,5 +1,5 @@ %{ -/* Copyright (C) 2000-2005 Bastian Kleineidam +/* Copyright (C) 2000-2006 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 2850bb2c..3474761b 100644 --- a/linkcheck/HtmlParser/htmlsax.h +++ b/linkcheck/HtmlParser/htmlsax.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2005 Bastian Kleineidam +/* Copyright (C) 2000-2006 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 6e1310fe..bff6992d 100644 --- a/linkcheck/__init__.py +++ b/linkcheck/__init__.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 e5f24a2c..b85771ea 100644 --- a/linkcheck/ansicolor.py +++ b/linkcheck/ansicolor.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 81f56106..65f14f29 100644 --- a/linkcheck/checker/__init__.py +++ b/linkcheck/checker/__init__.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 28db5c32..c4810aa8 100644 --- a/linkcheck/checker/cache.py +++ b/linkcheck/checker/cache.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 b9a11a34..81bb0b3b 100644 --- a/linkcheck/checker/consumer.py +++ b/linkcheck/checker/consumer.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 f96fe121..8d5a09e4 100644 --- a/linkcheck/checker/errorurl.py +++ b/linkcheck/checker/errorurl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2001-2005 Bastian Kleineidam +# Copyright (C) 2001-2006 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 f5caa216..3a27d18b 100644 --- a/linkcheck/checker/fileurl.py +++ b/linkcheck/checker/fileurl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 53617004..49b8d271 100644 --- a/linkcheck/checker/ftpurl.py +++ b/linkcheck/checker/ftpurl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/geoip.py b/linkcheck/checker/geoip.py index 0e27f79c..881cc4cc 100644 --- a/linkcheck/checker/geoip.py +++ b/linkcheck/checker/geoip.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 8f953b1f..24347d37 100644 --- a/linkcheck/checker/gopherurl.py +++ b/linkcheck/checker/gopherurl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/httpheaders.py b/linkcheck/checker/httpheaders.py index e7b94c0d..261805f1 100644 --- a/linkcheck/checker/httpheaders.py +++ b/linkcheck/checker/httpheaders.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2005 Bastian Kleineidam +# Copyright (C) 2005-2006 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 f36bba3e..d7a0e5e7 100644 --- a/linkcheck/checker/httpsurl.py +++ b/linkcheck/checker/httpsurl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 95d19736..79d55a03 100644 --- a/linkcheck/checker/httpurl.py +++ b/linkcheck/checker/httpurl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 f2db1978..183838c8 100644 --- a/linkcheck/checker/ignoredurl.py +++ b/linkcheck/checker/ignoredurl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2001-2005 Bastian Kleineidam +# Copyright (C) 2001-2006 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/internpaturl.py b/linkcheck/checker/internpaturl.py index 809712f6..7e7a5359 100644 --- a/linkcheck/checker/internpaturl.py +++ b/linkcheck/checker/internpaturl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2005 Bastian Kleineidam +# Copyright (C) 2005-2006 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 6240e8be..ff592467 100644 --- a/linkcheck/checker/mailtourl.py +++ b/linkcheck/checker/mailtourl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 fc23278d..81673f69 100644 --- a/linkcheck/checker/nntpurl.py +++ b/linkcheck/checker/nntpurl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/pool.py b/linkcheck/checker/pool.py index 7aa018a4..c7d5d764 100644 --- a/linkcheck/checker/pool.py +++ b/linkcheck/checker/pool.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2005 Bastian Kleineidam +# Copyright (C) 2005-2006 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 5ddee547..a9c1d907 100644 --- a/linkcheck/checker/proxysupport.py +++ b/linkcheck/checker/proxysupport.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 9bd290a4..b14e1ac5 100644 --- a/linkcheck/checker/telneturl.py +++ b/linkcheck/checker/telneturl.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/tests/__init__.py b/linkcheck/checker/tests/__init__.py index 44421de8..91a0eceb 100644 --- a/linkcheck/checker/tests/__init__.py +++ b/linkcheck/checker/tests/__init__.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/httptest.py b/linkcheck/checker/tests/httptest.py index 9630473c..032f7912 100644 --- a/linkcheck/checker/tests/httptest.py +++ b/linkcheck/checker/tests/httptest.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/test_anchor.py b/linkcheck/checker/tests/test_anchor.py index 1958cdef..ea4c244c 100644 --- a/linkcheck/checker/tests/test_anchor.py +++ b/linkcheck/checker/tests/test_anchor.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/test_base.py b/linkcheck/checker/tests/test_base.py index b0ab3730..fbd2f79e 100644 --- a/linkcheck/checker/tests/test_base.py +++ b/linkcheck/checker/tests/test_base.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/test_error.py b/linkcheck/checker/tests/test_error.py index 4a328f6c..978baafa 100644 --- a/linkcheck/checker/tests/test_error.py +++ b/linkcheck/checker/tests/test_error.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/test_file.py b/linkcheck/checker/tests/test_file.py index 727bf231..5274a2e8 100644 --- a/linkcheck/checker/tests/test_file.py +++ b/linkcheck/checker/tests/test_file.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/test_frames.py b/linkcheck/checker/tests/test_frames.py index 4f320acd..70f6c5cb 100644 --- a/linkcheck/checker/tests/test_frames.py +++ b/linkcheck/checker/tests/test_frames.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/test_ftp.py b/linkcheck/checker/tests/test_ftp.py index 1bc3d0fa..f61b8b1c 100644 --- a/linkcheck/checker/tests/test_ftp.py +++ b/linkcheck/checker/tests/test_ftp.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/test_http.py b/linkcheck/checker/tests/test_http.py index a0a7c66e..8ca243fc 100644 --- a/linkcheck/checker/tests/test_http.py +++ b/linkcheck/checker/tests/test_http.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/test_https.py b/linkcheck/checker/tests/test_https.py index 8fdd66cc..154bee33 100644 --- a/linkcheck/checker/tests/test_https.py +++ b/linkcheck/checker/tests/test_https.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/test_mail.py b/linkcheck/checker/tests/test_mail.py index 516741af..2318a626 100644 --- a/linkcheck/checker/tests/test_mail.py +++ b/linkcheck/checker/tests/test_mail.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/test_misc.py b/linkcheck/checker/tests/test_misc.py index f4b75a8a..6f4b771a 100644 --- a/linkcheck/checker/tests/test_misc.py +++ b/linkcheck/checker/tests/test_misc.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/test_news.py b/linkcheck/checker/tests/test_news.py index c09c67e0..cec2099e 100644 --- a/linkcheck/checker/tests/test_news.py +++ b/linkcheck/checker/tests/test_news.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/test_robotstxt.py b/linkcheck/checker/tests/test_robotstxt.py index 23ed4881..861a7a78 100644 --- a/linkcheck/checker/tests/test_robotstxt.py +++ b/linkcheck/checker/tests/test_robotstxt.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/tests/test_telnet.py b/linkcheck/checker/tests/test_telnet.py index 57356617..5b72388c 100644 --- a/linkcheck/checker/tests/test_telnet.py +++ b/linkcheck/checker/tests/test_telnet.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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 9077d95a..58fef298 100644 --- a/linkcheck/checker/urlbase.py +++ b/linkcheck/checker/urlbase.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 60730817..9abf2c86 100644 --- a/linkcheck/configuration.py +++ b/linkcheck/configuration.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/containers.py b/linkcheck/containers.py index 1c3dc076..35154204 100644 --- a/linkcheck/containers.py +++ b/linkcheck/containers.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/cookies.py b/linkcheck/cookies.py index 8477b495..b47e8787 100644 --- a/linkcheck/cookies.py +++ b/linkcheck/cookies.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2005 Bastian Kleineidam +# Copyright (C) 2005-2006 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/decorators.py b/linkcheck/decorators.py index b140c7e2..7bd23749 100644 --- a/linkcheck/decorators.py +++ b/linkcheck/decorators.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2005 Bastian Kleineidam +# Copyright (C) 2005-2006 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/fileutil.py b/linkcheck/fileutil.py index 34c082ab..f1080f0d 100644 --- a/linkcheck/fileutil.py +++ b/linkcheck/fileutil.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2005 Bastian Kleineidam +# Copyright (C) 2005-2006 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 21e241e5..c91b1e64 100644 --- a/linkcheck/i18n.py +++ b/linkcheck/i18n.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 c9bfc0ab..29d7cc90 100644 --- a/linkcheck/lc_cgi.py +++ b/linkcheck/lc_cgi.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 08e07ab7..75dae3df 100644 --- a/linkcheck/linkname.py +++ b/linkcheck/linkname.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2001-2005 Bastian Kleineidam +# Copyright (C) 2001-2006 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 6261a139..30a5f0d9 100644 --- a/linkcheck/linkparse.py +++ b/linkcheck/linkparse.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2001-2005 Bastian Kleineidam +# Copyright (C) 2001-2006 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/lock.py b/linkcheck/lock.py index d0cdcfd9..c84ce5f8 100644 --- a/linkcheck/lock.py +++ b/linkcheck/lock.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2005 Bastian Kleineidam +# Copyright (C) 2005-2006 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 7b7d3caf..32c6eb91 100644 --- a/linkcheck/log.py +++ b/linkcheck/log.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2003-2005 Bastian Kleineidam +# Copyright (C) 2003-2006 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 58faeb79..229fbb7d 100644 --- a/linkcheck/logger/__init__.py +++ b/linkcheck/logger/__init__.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 73e97a21..7c6eece7 100644 --- a/linkcheck/logger/blacklist.py +++ b/linkcheck/logger/blacklist.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 afb56f5e..4b5a01af 100644 --- a/linkcheck/logger/csvlog.py +++ b/linkcheck/logger/csvlog.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/customxml.py b/linkcheck/logger/customxml.py index eaed3f84..2018a1ff 100644 --- a/linkcheck/logger/customxml.py +++ b/linkcheck/logger/customxml.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/dot.py b/linkcheck/logger/dot.py index bc7f3e3f..796826e4 100644 --- a/linkcheck/logger/dot.py +++ b/linkcheck/logger/dot.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2005 Bastian Kleineidam +# Copyright (C) 2005-2006 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 4f367be7..4837d97f 100644 --- a/linkcheck/logger/gml.py +++ b/linkcheck/logger/gml.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/gxml.py b/linkcheck/logger/gxml.py index a44239cd..08bc64cc 100644 --- a/linkcheck/logger/gxml.py +++ b/linkcheck/logger/gxml.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 6cf7fb1b..4d40da1e 100644 --- a/linkcheck/logger/html.py +++ b/linkcheck/logger/html.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 a60cf4cc..1e602b36 100644 --- a/linkcheck/logger/none.py +++ b/linkcheck/logger/none.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 9f32dac0..59e2d175 100644 --- a/linkcheck/logger/sql.py +++ b/linkcheck/logger/sql.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 4efa8a29..55b9937b 100644 --- a/linkcheck/logger/text.py +++ b/linkcheck/logger/text.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 b908f5d4..30320d72 100644 --- a/linkcheck/logger/xmllog.py +++ b/linkcheck/logger/xmllog.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 c5c9facb..e438bb6b 100755 --- a/linkcheck/robotparser2.py +++ b/linkcheck/robotparser2.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/strformat.py b/linkcheck/strformat.py index b3b56054..e1a4b8c3 100644 --- a/linkcheck/strformat.py +++ b/linkcheck/strformat.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 61086a79..24d54bfa 100644 --- a/linkcheck/tests/__init__.py +++ b/linkcheck/tests/__init__.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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 97401ce3..735368dd 100644 --- a/linkcheck/tests/test_cgi.py +++ b/linkcheck/tests/test_cgi.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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 27be835d..b2100536 100644 --- a/linkcheck/tests/test_containers.py +++ b/linkcheck/tests/test_containers.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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_cookies.py b/linkcheck/tests/test_cookies.py index 874ad83f..73f88101 100644 --- a/linkcheck/tests/test_cookies.py +++ b/linkcheck/tests/test_cookies.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2005 Bastian Kleineidam +# Copyright (C) 2005-2006 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 7262eb15..ba107da0 100644 --- a/linkcheck/tests/test_filenames.py +++ b/linkcheck/tests/test_filenames.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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 d9e1e35c..f5b59f7c 100644 --- a/linkcheck/tests/test_linkname.py +++ b/linkcheck/tests/test_linkname.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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_linkparser.py b/linkcheck/tests/test_linkparser.py index 1d1ff6aa..1b8d1806 100644 --- a/linkcheck/tests/test_linkparser.py +++ b/linkcheck/tests/test_linkparser.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2005 Bastian Kleineidam +# Copyright (C) 2005-2006 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 00fb3485..f47795ae 100644 --- a/linkcheck/tests/test_parser.py +++ b/linkcheck/tests/test_parser.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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 24726c0c..e31ac0cd 100644 --- a/linkcheck/tests/test_robotparser.py +++ b/linkcheck/tests/test_robotparser.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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 62f36da0..48c71df2 100644 --- a/linkcheck/tests/test_strformat.py +++ b/linkcheck/tests/test_strformat.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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 73c3e100..fa99f269 100644 --- a/linkcheck/tests/test_url.py +++ b/linkcheck/tests/test_url.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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 5e905717..5f4bba81 100644 --- a/linkcheck/tests/test_urlbuild.py +++ b/linkcheck/tests/test_urlbuild.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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 26b59239..e64f6d9c 100644 --- a/linkcheck/threader.py +++ b/linkcheck/threader.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/trace.py b/linkcheck/trace.py index 7afdcc81..621047f6 100644 --- a/linkcheck/trace.py +++ b/linkcheck/trace.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 be402f36..e09658af 100644 --- a/linkcheck/url.py +++ b/linkcheck/url.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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 90d9536d..e62ca43f 100755 --- a/linkchecker +++ b/linkchecker @@ -1,6 +1,6 @@ #!/usr/bin/python2.4 # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/scripts/get.py b/scripts/get.py index baf62798..75451404 100755 --- a/scripts/get.py +++ b/scripts/get.py @@ -1,6 +1,6 @@ #!/usr/bin/python2.4 # -*- coding: iso-8859-1 -*- -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/scripts/head.py b/scripts/head.py index 76bd38c5..253aeff0 100755 --- a/scripts/head.py +++ b/scripts/head.py @@ -1,5 +1,5 @@ #!/usr/bin/python2.4 -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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/scripts/parsefile.py b/scripts/parsefile.py index 21fbf46d..22df881f 100755 --- a/scripts/parsefile.py +++ b/scripts/parsefile.py @@ -1,5 +1,5 @@ #!/usr/bin/python2.4 -# Copyright (C) 2004-2005 Bastian Kleineidam +# Copyright (C) 2004-2006 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 a3860ccb..c64bfcb6 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/python2.4 # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2005 Bastian Kleineidam +# Copyright (C) 2000-2006 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/__init__.py b/tests/__init__.py index 7e62ef6c..e5663d40 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2005 Bastian Kleineidam +# Copyright (C) 2005-2006 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