diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a322551..1293efa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..04ea2a3 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index 57ed3b9..200da39 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](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