Add MIT LICENSE and fix repository URLs
This commit is contained in:
parent
d87124fef2
commit
86d6559151
|
|
@ -45,7 +45,7 @@ dotnet test
|
|||
|
||||
### 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
|
||||
- Include reproduction steps, expected behavior, and actual behavior
|
||||
- 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
|
||||
|
||||
- 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
|
||||
- Check existing issues and discussions
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
A comprehensive Linux platform implementation for .NET MAUI using SkiaSharp rendering.
|
||||
|
||||
[](https://github.com/anthropics/maui-linux/actions)
|
||||
[](https://github.com/open-maui/maui-linux/actions)
|
||||
[](https://www.nuget.org/packages/Microsoft.Maui.Controls.Linux)
|
||||
[](LICENSE)
|
||||
|
||||
|
|
@ -141,7 +141,7 @@ app.Run();
|
|||
## Building from Source
|
||||
|
||||
```bash
|
||||
git clone https://github.com/anthropics/maui-linux.git
|
||||
git clone https://github.com/open-maui/maui-linux.git
|
||||
cd maui-linux
|
||||
dotnet build
|
||||
dotnet test
|
||||
|
|
|
|||
Loading…
Reference in New Issue