X-Git-Url: https://blacka.com/cgi-bin/gitweb.cgi?p=python-rwhoisd.git;a=blobdiff_plain;f=rwhoisd%2FQueryParser.py;h=2e2ce6e30b77f2c05ea3f75f4c159cb1cd80125f;hp=32fb47f054c22809503834da69675b3e98ae9361;hb=HEAD;hpb=a6b5f5371ee8a2510703e0f6f491df9f8065e622 diff --git a/rwhoisd/QueryParser.py b/rwhoisd/QueryParser.py index 32fb47f..2e2ce6e 100644 --- a/rwhoisd/QueryParser.py +++ b/rwhoisd/QueryParser.py @@ -1,3 +1,22 @@ +# This file is part of python-rwhoisd +# +# Copyright (C) 2003, David E. Blacka +# +# 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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA + # queryparser.db must be set to a DB class instance. db = None