Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: kylin-qrencode
Upstream-Contact: Rust Team <wyx@kylinos.cn>
Source: https://gitee.com/openkylin/kylin-qrencode

Files: *
Copyright: (C) 2025 openKylin Rust Team
           Original C implementation (C) 2006-2017 Kentaro Fukuchi <kentaro@fukuchi.org>
License: LGPL-2.1+

Files: src/encode/rsecc.rs
Copyright: (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q
           (C) 2014-2017 Kentaro Fukuchi <kentaro@fukuchi.org>
           (C) 2025 Rust port by openKylin Rust Team
License: LGPL-2.1+

Files: debian/*
Copyright: none
License: public-domain
 The Debian packaging for rust-qrencode is placed under public domain.

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or modify it under
 the terms of the GNU Lesser General Public License as published by the Free
 Software Foundation; either version 2.1 of the License, or any later version.
 .
 This library 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 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License along
 with this library; if not, write to the Free Software Foundation, Inc., 51
 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.