diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2017-04-02 19:50:49 +0100 |
---|---|---|
committer | Wilmer van der Gaast <github@wilmer.gaast.net> | 2017-04-06 21:25:08 +0100 |
commit | 60141cfa8c26971ec2258118a661609c7a15d261 (patch) | |
tree | 113517b04ef151c509695f8298c2376258e0d6b6 /debian/copyright | |
parent | 262a82b875f2a05cdcf2258260c5e8a9e538f405 (diff) |
Add reverse_lookup() function which does a more proper (verified) DNS
reverse lookup. (Code copied from OpenSSH instead of redoing it
poorly.)
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright index c5ca4e16..f1c7f7f4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -16,6 +16,8 @@ Bits of third party code, also (L)GPLed: Other license (but GPL-compatible): * lib/json.[ch] is from <https://github.com/udp/json-parser> and licensed under the modified BSD license. +* reverse_lookup() from lib/misc.c is from OpenSSH and licenced under + the BSD-3-clause licence. BitlBee License: |