Updated copyright

This commit is contained in:
Bastian Kleineidam 2010-11-21 11:25:07 +01:00
parent fb44f6b775
commit 03034ddc1c
11 changed files with 7 additions and 11 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2000-2009 Bastian Kleineidam
# Copyright (C) 2000-2010 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

View file

@ -2620,7 +2620,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-2009 Bastian Kleineidam
/* Copyright (C) 2000-2010 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

View file

@ -1,4 +1,4 @@
/* Copyright (C) 2000-2009 Bastian Kleineidam
/* Copyright (C) 2000-2010 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

View file

@ -18,7 +18,6 @@
Handle for mailto: links.
"""
import cgi
import re
import urllib
import urlparse

View file

@ -1,5 +1,5 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2009 Bastian Kleineidam
# Copyright (C) 2004-2010 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

View file

@ -1,5 +1,5 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2005-2009 Bastian Kleineidam
# Copyright (C) 2005-2010 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

View file

@ -18,7 +18,6 @@
from cStringIO import StringIO
import struct
import sys
import time
import linkcheck.dns.edns

View file

@ -18,7 +18,6 @@
import hmac
import struct
import sys
import linkcheck.dns.exception
import linkcheck.dns.rdataclass

View file

@ -16,7 +16,6 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import os
import sys
from PyQt4 import QtGui
from .linkchecker_ui_properties import Ui_PropertiesDialog
from .. import strformat

View file

@ -1,5 +1,5 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2000-2009 Bastian Kleineidam
# Copyright (C) 2000-2010 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

View file

@ -1,5 +1,5 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2009 Bastian Kleineidam
# Copyright (C) 2004-2010 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