mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 23:24:44 +00:00
copyright, and fix some missing CVS lines hopefully
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@748 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
a79162d945
commit
69fd92b885
10 changed files with 15 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2000-2002 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2003 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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2000-2002 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2003 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
|
||||
|
|
@ -17,6 +17,7 @@
|
|||
import time
|
||||
from linkcheck.log import strtime
|
||||
from StandardLogger import StandardLogger
|
||||
from Logger import Logger
|
||||
from linkcheck import Config, i18n
|
||||
|
||||
class CSVLogger (StandardLogger):
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2000-2002 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2003 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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2000-2002 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2003 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
|
||||
|
|
@ -18,6 +18,7 @@ import time
|
|||
from linkcheck import Config, i18n
|
||||
from linkcheck.log import strtime
|
||||
from StandardLogger import StandardLogger
|
||||
from Logger import Logger
|
||||
|
||||
class GMLLogger (StandardLogger):
|
||||
"""GML means Graph Modeling Language. Use a GML tool to see
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2000-2002 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2003 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
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
from StandardLogger import StandardLogger
|
||||
from Logger import Logger
|
||||
from linkcheck.log import strtime
|
||||
from linkcheck import StringUtil, i18n, Config
|
||||
import time
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2000-2002 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2003 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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2000-2002 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2003 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
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
from StandardLogger import StandardLogger
|
||||
from Logger import Logger
|
||||
import time
|
||||
from linkcheck.log import strtime
|
||||
from linkcheck import StringUtil, i18n, Config
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2000-2002 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2003 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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2000-2002 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2003 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
|
||||
|
|
@ -19,6 +19,7 @@ from linkcheck import Config, i18n
|
|||
from linkcheck.StringUtil import xmlify
|
||||
from linkcheck.log import strtime
|
||||
from StandardLogger import StandardLogger
|
||||
from Logger import Logger
|
||||
|
||||
class XMLLogger (StandardLogger):
|
||||
"""XML output mirroring the GML structure. Easy to parse with any XML
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
"""Output logging support for different formats"""
|
||||
# Copyright (C) 2000-2002 Bastian Kleineidam
|
||||
# Copyright (C) 2000-2003 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue