mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 15:14:45 +00:00
Updated copyright.
This commit is contained in:
parent
1f8067efc9
commit
886bacb2ac
8 changed files with 10 additions and 9 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
7.4 "" (release xx.xx.2012)
|
7.4 "Warrior" (release 07.01.2012)
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
- gui: Fix saving of check results as a file.
|
- gui: Fix saving of check results as a file.
|
||||||
Closes: SF bug #3466545
|
Closes: SF bug #3466545, #3470389
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- checking: The archive attribute of <applet> and <object> is a
|
- checking: The archive attribute of <applet> and <object> is a
|
||||||
|
|
@ -11,6 +11,7 @@ Changes:
|
||||||
- cmdline: Remove deprecated options.
|
- cmdline: Remove deprecated options.
|
||||||
- configuration: The dictionary-based logging configuration is now
|
- configuration: The dictionary-based logging configuration is now
|
||||||
used. The logging.conf file has been removed.
|
used. The logging.conf file has been removed.
|
||||||
|
- dependencies: Python >= 2.7 is now required
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
- checking: Add HTML5 link elements and attributes.
|
- checking: Add HTML5 link elements and attributes.
|
||||||
|
|
|
||||||
|
|
@ -22,4 +22,4 @@ Dokumenten zu prüfen.
|
||||||
Bastian Kleineidam <calvin@users.sourceforge.net>
|
Bastian Kleineidam <calvin@users.sourceforge.net>
|
||||||
.
|
.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2009\-2011 Bastian Kleineidam
|
Copyright \(co 2009\-2012 Bastian Kleineidam
|
||||||
|
|
|
||||||
|
|
@ -536,4 +536,4 @@ Ausdrücken
|
||||||
Bastian Kleineidam <calvin@users.sourceforge.net>
|
Bastian Kleineidam <calvin@users.sourceforge.net>
|
||||||
.
|
.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2000\-2011 Bastian Kleineidam
|
Copyright \(co 2000\-2012 Bastian Kleineidam
|
||||||
|
|
|
||||||
|
|
@ -522,4 +522,4 @@ BEISPIEL
|
||||||
Bastian Kleineidam <calvin@users.sourceforge.net>
|
Bastian Kleineidam <calvin@users.sourceforge.net>
|
||||||
.
|
.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2000\-2011 Bastian Kleineidam
|
Copyright \(co 2000\-2012 Bastian Kleineidam
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@ A graphical interface to check links of websites and HTML documents.
|
||||||
Bastian Kleineidam <calvin@users.sourceforge.net>
|
Bastian Kleineidam <calvin@users.sourceforge.net>
|
||||||
.
|
.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2009-2011 Bastian Kleineidam
|
Copyright \(co 2009-2012 Bastian Kleineidam
|
||||||
|
|
|
||||||
|
|
@ -539,4 +539,4 @@ might slow down the program or even the whole system.
|
||||||
Bastian Kleineidam <calvin@users.sourceforge.net>
|
Bastian Kleineidam <calvin@users.sourceforge.net>
|
||||||
.
|
.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2000-2011 Bastian Kleineidam
|
Copyright \(co 2000-2012 Bastian Kleineidam
|
||||||
|
|
|
||||||
|
|
@ -518,4 +518,4 @@ linkchecker(1)
|
||||||
Bastian Kleineidam <calvin@users.sourceforge.net>
|
Bastian Kleineidam <calvin@users.sourceforge.net>
|
||||||
.
|
.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2000-2011 Bastian Kleineidam
|
Copyright \(co 2000-2012 Bastian Kleineidam
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: iso-8859-1 -*-
|
# -*- 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue