chiark / gitweb /
Add adns support in background resolver.
[mLib] / debian / mlib2-adns.copyright
CommitLineData
14d7100d 1mLib is copyright (c) 2003 Straylight/Edgeware
2
3mLib is free software; you can redistribute it and/or modify it under
4the terms of the GNU General Public License as published by the
5Free Software Foundation; either version 2 of the License, or (at your
6option) any later version.
7
8mLib is distributed in the hope that it will be useful, but WITHOUT ANY
9WARRANTY; without even the implied warranty of MERCHANTABILITY or
10FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
11License for more details.
12
13You should have a copy of the GNU General Public License in
14/usr/share/common-licenses/GPL-2; if not, write to the Free Software
15Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
16USA.
17
18
19The usual version of mLib is distributed under the terms of the weaker
20GNU Library General Public License, version 2. However, this version of
21mLib uses the GNU adns library as its background DNS resolver, and is
22therefore subject to the full GPL only. This doesn't mean that you must
23apply the GPL to your program just because it uses mLib, even if it uses
24the `bres' background resolver interface: you only need to do that if
25you depend on the adns version specifically, e.g., to acheive some
26performance criterion.