# Credits & third-party attributions
## Distribution logos
The distribution logos bundled in `assets/logos/` (and generated into
`src/logo.rs`) are taken from **fastfetch**, which builds on and extends the
distro logo set originally created for **neofetch**. All of this art is
redistributed here under the terms of the MIT License, reproduced below (both
projects are MIT-licensed).
The distribution logos themselves are trademarks of their respective projects
(Debian, Arch Linux, NixOS, Fedora, Ubuntu, …). purefetch uses them
nominatively — solely to identify the operating system being reported — which is
the same use every fetch tool makes of them.
## MIT License
The logo art above is distributed under the MIT License, and carries the
following copyright notices:
```
Copyright (c) 2015-2021 Dylan Araps (neofetch, https://github.com/dylanaraps/neofetch)
Copyright (c) 2021-2023 Linus Dierheimer (fastfetch, https://github.com/fastfetch-cli/fastfetch)
Copyright (c) 2022-2026 Carter Li (fastfetch, https://github.com/fastfetch-cli/fastfetch)
```
```
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.
```