Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Philipp Schmitt <philipp@schmitt.co>
Upstream-Name: pykeepass
Source: https://pypi.org/project/pykeepass/

Files: *
Copyright: 2020 Philipp Schmitt <philipp@schmitt.co>
License: GPL-3

Files: pykeepass/kdbx_parsing/kdbx4.py
 pykeepass/kdbx_parsing/kdbx3.py
Copyright: 2018 Evan Widloski
License: GPL-3

Files: pykeepass/kdbx_parsing/pytwofish.py
Copyright: 2007 Bjorn Edstrom <be@bjrn.se>
           1999 Dr Brian Gladman <gladman@seven77.demon.co.uk>
License: other
 This code is a derived from an implementation by Dr Brian Gladman
 (gladman@seven77.demon.co.uk) which is subject to the following license.
 This Python implementation is not subject to any other license.
 .
 This is an independent implementation of the encryption algorithm:   
 .                                                                     
         Twofish by Bruce Schneier and colleagues                     
 .                                                                     
 which is a candidate algorithm in the Advanced Encryption Standard   
 programme of the US National Institute of Standards and Technology.  
 .                                                                     
 Copyright in this implementation is held by Dr B R Gladman but I     
 hereby give permission for its free direct or derivative use subject 
 to acknowledgment of its origin and compliance with any conditions   
 that the originators of t he algorithm place on its exploitation.    
 .                                                                     
 My thanks to Doug Whiting and Niels Ferguson for comments that led   
 to improvements in this implementation.                              
 .                                                                     
 Dr Brian Gladman (gladman@seven77.demon.co.uk) 14th January 1999     
 .
 The above copyright notice must not be removed.

Files: pykeepass/kdbx_parsing/twofish.py
Copyright: 2008 Christophe Oosterlynck <christophe.oosterlynck@gmail.com>
           2008 NXP (Philippe Teuwen <philippe.teuwen@nxp.com>)
License: MIT

Files: debian/*
Copyright: 2020 Henry-Nicolas Tourneur <debian@nilux.be>
License: GPL-3

License: GPL-3
 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, version 3 of the License.
 .
 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, see <https://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-3'.

License: MIT
 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.