diff options
author | Werner Koch <wk@gnupg.org> | 2016-12-14 11:11:17 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-12-14 15:57:16 +0100 |
commit | d84f5a88233c073a82fd47728574b001343784ee (patch) | |
tree | 4f29127b52c6adfb775f9f7735a630e38212116e /build-aux/speedo | |
parent | common: Add replacements for error codes from gpg-error 1.26. (diff) | |
download | gnupg2-d84f5a88233c073a82fd47728574b001343784ee.tar.xz gnupg2-d84f5a88233c073a82fd47728574b001343784ee.zip |
doc: Add license notes for libdns.
* COPYING.other: New.
* Makefile.am (EXTRA_DIST): Add it.
* AUTHORS: Add info on libdns.
* build-aux/speedo/w32/pkg-copyright.txt: Add license terms.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'build-aux/speedo')
-rw-r--r-- | build-aux/speedo/w32/pkg-copyright.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/build-aux/speedo/w32/pkg-copyright.txt b/build-aux/speedo/w32/pkg-copyright.txt index daf288118..a630c8e44 100644 --- a/build-aux/speedo/w32/pkg-copyright.txt +++ b/build-aux/speedo/w32/pkg-copyright.txt @@ -19,6 +19,7 @@ GnuPG is Copyright (C) 1998-2003 Hallvard B. Furuseth. Copyright (C) 1992-1996 Regents of the University of Michigan. Copyright (C) 2000 Dimitrios Souflis + Copyright (C) 2008,2009,2010,2012-2016 William Ahern GnuPG is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -145,6 +146,30 @@ TinySCHEME is part of the GnuPG package and is SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +libdns is part of the GnuPG package and is + + Copyright (c) 2008, 2009, 2010, 2012-2016 William Ahern + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to permit + persons to whom the Software is furnished to do so, subject to the + following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + USE OR OTHER DEALINGS IN THE SOFTWARE. + + SQLite has been put into the public-domain by its author D. Richard Hipp: |