|
Packit |
5e354d |
Package: npth
|
|
Packit |
5e354d |
Download: https://gnupg.org/ftp/gcrypt/npth/
|
|
Packit |
5e354d |
Repository: git://git.gnupg.org/npth.git
|
|
Packit |
5e354d |
Maintainer: Werner Koch <wk@gnupg.org>
|
|
Packit |
5e354d |
Bug reports: gnupg-devel@gnupg.org
|
|
Packit |
5e354d |
Security related bug reports: security@gnupg.org
|
|
Packit |
5e354d |
License: LGPLv2+
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
nPth is free software. See the file COPYING.LIB for copying
|
|
Packit |
5e354d |
conditions. License copyright years may be listed using range
|
|
Packit |
5e354d |
notation, e.g., 2000-2013, indicating that every year in the range,
|
|
Packit |
5e354d |
inclusive, is a copyrightable year that would otherwise be listed
|
|
Packit |
5e354d |
individually.
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
* Authors
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
g10 Code GmbH <code@g10code.com>
|
|
Packit |
5e354d |
- Design and implementation.
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
* Copyright
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
nPth is Copyright (C) 2011, 2012, 2014, 2015, 2017 g10 Code GmbH
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
nPth is free software; you can redistribute it and/or modify
|
|
Packit |
5e354d |
it under the terms of the GNU Lesser General Public License as
|
|
Packit |
5e354d |
published by the Free Software Foundation; either version 2.1 of
|
|
Packit |
5e354d |
the License, or (at your option) any later version.
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
nPth is distributed in the hope that it will be useful, but
|
|
Packit |
5e354d |
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
Packit |
5e354d |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
|
|
Packit |
5e354d |
the GNU Lesser General Public License for more details.
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
You should have received a copy of the GNU Lesser General Public
|
|
Packit |
5e354d |
License along with this program; if not, see <https://www.gnu.org/licenses/>.
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
|
|
Packit |
5e354d |
# This file is Copyright 2011, 2012 g10 Code GmbH
|
|
Packit |
5e354d |
#
|
|
Packit |
5e354d |
# This file is free software; as a special exception the author gives
|
|
Packit |
5e354d |
# unlimited permission to copy and/or distribute it, with or without
|
|
Packit |
5e354d |
# modifications, as long as this notice is preserved.
|
|
Packit |
5e354d |
#
|
|
Packit |
5e354d |
# This file is distributed in the hope that it will be useful, but
|
|
Packit |
5e354d |
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
Packit |
5e354d |
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|