MIT licence

This commit is contained in:
Abdenasser 2024-11-03 14:45:10 +01:00
parent 4ee67163d2
commit 8862b3967a
3 changed files with 48 additions and 1 deletions

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2024 Abdenasser
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.

View File

@ -1,7 +1,14 @@
<div align="center"> <div align="center">
<img src="app-icon.png" alt="NeoHtop Logo" width="120" /> <img src="app-icon.png" alt="NeoHtop Logo" width="120" />
<h1>NeoHtop</h1> <h1>NeoHtop</h1>
<p>A modern, cross-platform system monitor built with Tauri, Rust, and Svelte.</p> <p>A modern, cross-platform system monitor built on top of Svelte, Rust and Tauri.</p>
[![License](https://img.shields.io/github/license/Abdenasser/neohtop)](https://github.com/Abdenasser/neohtop/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/Abdenasser/neohtop)](https://github.com/Abdenasser/neohtop/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/Abdenasser/neohtop)](https://github.com/Abdenasser/neohtop/issues)
[![GitHub release](https://img.shields.io/github/v/release/Abdenasser/neohtop)](https://github.com/Abdenasser/neohtop/releases)
<!-- notorized by apple -->
[![Notarized by Apple](https://img.shields.io/badge/Release_Notarized_by_Apple-000000?style=flat-square&logo=apple&logoColor=white)](https://developer.apple.com/support/notarization/)
</div> </div>
<div align="center"> <div align="center">

View File

@ -54,6 +54,25 @@
</div> </div>
</section> </section>
<div class="badges">
<a href="https://github.com/Abdenasser/neohtop/blob/main/LICENSE" aria-label="License">
<img src="https://img.shields.io/github/license/Abdenasser/neohtop" alt="License">
</a>
<a href="https://github.com/Abdenasser/neohtop/stargazers" aria-label="GitHub stars">
<img src="https://img.shields.io/github/stars/Abdenasser/neohtop" alt="GitHub stars">
</a>
<a href="https://github.com/Abdenasser/neohtop/issues" aria-label="GitHub issues">
<img src="https://img.shields.io/github/issues/Abdenasser/neohtop" alt="GitHub issues">
</a>
<a href="https://github.com/Abdenasser/neohtop/releases" aria-label="GitHub release">
<img src="https://img.shields.io/github/v/release/Abdenasser/neohtop" alt="GitHub release">
</a>
<a href="https://developer.apple.com/support/notarization/" aria-label="Notarized by Apple">
<img src="https://img.shields.io/badge/Notarized_by_Apple-000000?style=flat-square&logo=apple&logoColor=white"
alt="Notarized by Apple">
</a>
</div>
<section class="screenshot"> <section class="screenshot">
<img src="https://github.com/Abdenasser/neohtop/raw/main/screenshot.jpg" alt="NeoHtop Screenshot" <img src="https://github.com/Abdenasser/neohtop/raw/main/screenshot.jpg" alt="NeoHtop Screenshot"
class="screenshot-img" loading="lazy"> class="screenshot-img" loading="lazy">