From 886bacb2ac4abcdfd1339ff69eee4d4a6747732d Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 6 Jan 2012 20:33:49 +0100 Subject: [PATCH] Updated copyright. --- doc/changelog.txt | 5 +++-- doc/de/linkchecker-gui.1 | 2 +- doc/de/linkchecker.1 | 2 +- doc/de/linkcheckerrc.5 | 2 +- doc/en/linkchecker-gui.1 | 2 +- doc/en/linkchecker.1 | 2 +- doc/en/linkcheckerrc.5 | 2 +- linkcheck/ansicolor.py | 2 +- 8 files changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 2dbcae37..5dbf9af0 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,8 +1,8 @@ -7.4 "" (release xx.xx.2012) +7.4 "Warrior" (release 07.01.2012) Fixes: - gui: Fix saving of check results as a file. - Closes: SF bug #3466545 + Closes: SF bug #3466545, #3470389 Changes: - checking: The archive attribute of and is a @@ -11,6 +11,7 @@ Changes: - cmdline: Remove deprecated options. - configuration: The dictionary-based logging configuration is now used. The logging.conf file has been removed. +- dependencies: Python >= 2.7 is now required Features: - checking: Add HTML5 link elements and attributes. diff --git a/doc/de/linkchecker-gui.1 b/doc/de/linkchecker-gui.1 index d8735b37..6cf4af1a 100644 --- a/doc/de/linkchecker-gui.1 +++ b/doc/de/linkchecker-gui.1 @@ -22,4 +22,4 @@ Dokumenten zu prüfen. Bastian Kleineidam . .SH COPYRIGHT -Copyright \(co 2009\-2011 Bastian Kleineidam +Copyright \(co 2009\-2012 Bastian Kleineidam diff --git a/doc/de/linkchecker.1 b/doc/de/linkchecker.1 index 3ba3c48f..a2c70294 100644 --- a/doc/de/linkchecker.1 +++ b/doc/de/linkchecker.1 @@ -536,4 +536,4 @@ Ausdrücken Bastian Kleineidam . .SH COPYRIGHT -Copyright \(co 2000\-2011 Bastian Kleineidam +Copyright \(co 2000\-2012 Bastian Kleineidam diff --git a/doc/de/linkcheckerrc.5 b/doc/de/linkcheckerrc.5 index b8876c5a..6f19045f 100644 --- a/doc/de/linkcheckerrc.5 +++ b/doc/de/linkcheckerrc.5 @@ -522,4 +522,4 @@ BEISPIEL Bastian Kleineidam . .SH COPYRIGHT -Copyright \(co 2000\-2011 Bastian Kleineidam +Copyright \(co 2000\-2012 Bastian Kleineidam diff --git a/doc/en/linkchecker-gui.1 b/doc/en/linkchecker-gui.1 index f7317451..4b3f1f48 100644 --- a/doc/en/linkchecker-gui.1 +++ b/doc/en/linkchecker-gui.1 @@ -15,4 +15,4 @@ A graphical interface to check links of websites and HTML documents. Bastian Kleineidam . .SH COPYRIGHT -Copyright \(co 2009-2011 Bastian Kleineidam +Copyright \(co 2009-2012 Bastian Kleineidam diff --git a/doc/en/linkchecker.1 b/doc/en/linkchecker.1 index e1bbb1d5..4a94ef24 100644 --- a/doc/en/linkchecker.1 +++ b/doc/en/linkchecker.1 @@ -539,4 +539,4 @@ might slow down the program or even the whole system. Bastian Kleineidam . .SH COPYRIGHT -Copyright \(co 2000-2011 Bastian Kleineidam +Copyright \(co 2000-2012 Bastian Kleineidam diff --git a/doc/en/linkcheckerrc.5 b/doc/en/linkcheckerrc.5 index ef616929..35b11bf6 100644 --- a/doc/en/linkcheckerrc.5 +++ b/doc/en/linkcheckerrc.5 @@ -518,4 +518,4 @@ linkchecker(1) Bastian Kleineidam . .SH COPYRIGHT -Copyright \(co 2000-2011 Bastian Kleineidam +Copyright \(co 2000-2012 Bastian Kleineidam diff --git a/linkcheck/ansicolor.py b/linkcheck/ansicolor.py index 5747d15f..15811552 100644 --- a/linkcheck/ansicolor.py +++ b/linkcheck/ansicolor.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