Add MIT LICENSE and fix repository URLs

This commit is contained in:
logikonline 2025-12-19 04:33:01 -05:00
parent d87124fef2
commit 86d6559151
3 changed files with 25 additions and 4 deletions

View File

@ -45,7 +45,7 @@ dotnet test
### Reporting Bugs ### Reporting Bugs
- Check if the bug has already been reported in [Issues](https://github.com/anthropics/maui-linux/issues) - Check if the bug has already been reported in [Issues](https://github.com/open-maui/maui-linux/issues)
- Use the bug report template - Use the bug report template
- Include reproduction steps, expected behavior, and actual behavior - Include reproduction steps, expected behavior, and actual behavior
- Include system information (distro, .NET version, desktop environment) - Include system information (distro, .NET version, desktop environment)
@ -242,7 +242,7 @@ Look for issues labeled `good-first-issue` for beginner-friendly tasks.
## Getting Help ## Getting Help
- Open a [Discussion](https://github.com/anthropics/maui-linux/discussions) for questions - Open a [Discussion](https://github.com/open-maui/maui-linux/discussions) for questions
- Join the .NET community on Discord - Join the .NET community on Discord
- Check existing issues and discussions - Check existing issues and discussions

21
LICENSE Normal file
View File

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

@ -2,7 +2,7 @@
A comprehensive Linux platform implementation for .NET MAUI using SkiaSharp rendering. A comprehensive Linux platform implementation for .NET MAUI using SkiaSharp rendering.
[![Build Status](https://github.com/anthropics/maui-linux/actions/workflows/ci.yml/badge.svg)](https://github.com/anthropics/maui-linux/actions) [![Build Status](https://github.com/open-maui/maui-linux/actions/workflows/ci.yml/badge.svg)](https://github.com/open-maui/maui-linux/actions)
[![NuGet](https://img.shields.io/nuget/v/Microsoft.Maui.Controls.Linux)](https://www.nuget.org/packages/Microsoft.Maui.Controls.Linux) [![NuGet](https://img.shields.io/nuget/v/Microsoft.Maui.Controls.Linux)](https://www.nuget.org/packages/Microsoft.Maui.Controls.Linux)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
@ -141,7 +141,7 @@ app.Run();
## Building from Source ## Building from Source
```bash ```bash
git clone https://github.com/anthropics/maui-linux.git git clone https://github.com/open-maui/maui-linux.git
cd maui-linux cd maui-linux
dotnet build dotnet build
dotnet test dotnet test