Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: btop
Upstream-Contact: Aristocratos <jakob@qvantnet.com>
Source: https://github.com/aristocratos/btop

Files:     debian/*
Copyright: Marius Gripsgard <marius@ubports.com>
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     .editorconfig
           .github/FUNDING.yml
           .github/ISSUE_TEMPLATE/bug_report.md
           .github/ISSUE_TEMPLATE/feature_request.md
           .github/workflows/continuous-build-linux.yml
           .github/workflows/continuous-build-macos.yml
           .github/workflows/continuous-build-freebsd.yml
           .gitignore
           CHANGELOG.md
           CODE_OF_CONDUCT.md
           CONTRIBUTING.md
           Img/alt.png
           Img/help-menu.png
           Img/logo.png
           Img/main-menu.png
           Img/normal.png
           Img/options-menu.png
           Img/tty.png
           Img/logo.svg
           Img/icon.png
           Img/icon.svg
           btop.desktop
           Makefile
           README.md
           snap/snapcraft.yaml
           include/widechar_width.hpp
           src/btop.cpp
           src/btop_config.cpp
           src/btop_config.hpp
           src/btop_draw.cpp
           src/btop_draw.hpp
           src/btop_input.cpp
           src/btop_input.hpp
           src/btop_menu.cpp
           src/btop_menu.hpp
           src/btop_shared.hpp
           src/btop_shared.cpp
           src/btop_theme.cpp
           src/btop_theme.hpp
           src/btop_tools.cpp
           src/btop_tools.hpp
           src/linux/btop_collect.cpp
           src/osx/btop_collect.cpp
           src/osx/sensors.cpp
           src/osx/sensors.hpp
           src/osx/smc.cpp
           src/osx/smc.hpp
           src/freebsd/btop_collect.cpp
           themes/adapta.theme
           themes/ayu.theme
           themes/dracula.theme
           themes/dusklight.theme
           themes/flat-remix-light.theme
           themes/flat-remix.theme
           themes/greyscale.theme
           themes/gruvbox_dark.theme
           themes/gruvbox_dark_v2.theme
           themes/kyli0x.theme
           themes/matcha-dark-sea.theme
           themes/monokai.theme
           themes/night-owl.theme
           themes/nord.theme
           themes/onedark.theme
           themes/solarized_dark.theme
           themes/whiteout.theme
           themes/gruvbox_material_dark.theme
           themes/HotPurpleTrafficLight.theme
           themes/tokyo-night.theme
           themes/tokyo-storm.theme
           themes/elementarish.theme
           themes/everforest-dark-hard.theme
           themes/paper.theme
           themes/solarized_light.theme
           themes/tomorrow-night.theme
Copyright: 2021 Aristocratos (jakob@qvantnet.com)
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files: include/robin_hood.h
Copyright: 2018-2021, Martin Ankerl <http://martin.ankerl.com>
License: Expat
 Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 SPDX-License-Identifier: MIT
 Copyright (c) 2018-2021 Martin Ankerl <http://martin.ankerl.com>
 .
 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.