Blame debian/copyright

Packit d3489f
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Packit d3489f
Upstream-Name: liburing
Packit d3489f
Source: https://git.kernel.dk/cgit/liburing/
Packit d3489f
Packit d3489f
Files: *
Packit d3489f
Copyright: 2019 Jens Axboe <axboe@kernel.dk>
Packit d3489f
License: GPL-2+ / MIT
Packit d3489f
Packit d3489f
Files: debian/*
Packit d3489f
Copyright: 2019 Changcheng Liu <changcheng.liu@aliyun.com>
Packit d3489f
License: GPL-2+
Packit d3489f
Packit d3489f
License: GPL-2+
Packit d3489f
 This package is free software; you can redistribute it and/or modify
Packit d3489f
 it under the terms of the GNU General Public License as published by
Packit d3489f
 the Free Software Foundation; either version 2 of the License, or
Packit d3489f
 (at your option) any later version.
Packit d3489f
 .
Packit d3489f
 This package is distributed in the hope that it will be useful,
Packit d3489f
 but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit d3489f
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit d3489f
 GNU General Public License for more details.
Packit d3489f
 .
Packit d3489f
 You should have received a copy of the GNU General Public License
Packit d3489f
 along with this program. If not, see <https://www.gnu.org/licenses/>
Packit d3489f
 .
Packit d3489f
 On Debian systems, the complete text of the GNU General
Packit d3489f
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Packit d3489f
Packit d3489f
License: MIT
Packit d3489f
 Copyright 2020 Jens Axboe
Packit d3489f
Packit d3489f
 Permission is hereby granted, free of charge, to any person obtaining a copy
Packit d3489f
 of this software and associated documentation files (the "Software"), to deal
Packit d3489f
 in the Software without restriction, including without limitation the rights
Packit d3489f
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Packit d3489f
 copies of the Software, and to permit persons to whom the Software is
Packit d3489f
 furnished to do so, subject to the following conditions:
Packit d3489f
Packit d3489f
 The above copyright notice and this permission notice shall be included in all
Packit d3489f
 copies or substantial portions of the Software.
Packit d3489f
Packit d3489f
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit d3489f
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit d3489f
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Packit d3489f
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Packit d3489f
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
Packit d3489f
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
Packit d3489f
 SOFTWARE.