diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1293efa..b22bc9b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,8 @@
# Contributing to .NET MAUI Linux Platform
-Thank you for your interest in contributing to the .NET MAUI Linux Platform! This document provides guidelines and information for contributors.
+Thank you for your interest in contributing to the .NET MAUI Linux Platform! This project is developed and maintained by [MarketAlly LLC](https://marketally.com) under the leadership of David H. Friedel Jr.
+
+This document provides guidelines and information for contributors.
## Code of Conduct
diff --git a/LICENSE b/LICENSE
index 04ea2a3..88d39b3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,8 @@
MIT License
-Copyright (c) 2024 Open MAUI
+Copyright (c) 2025 MarketAlly LLC
+
+Lead Architect: David H. Friedel Jr.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/Microsoft.Maui.Controls.Linux.nuspec b/Microsoft.Maui.Controls.Linux.nuspec
index 6004b20..5e9fc7a 100644
--- a/Microsoft.Maui.Controls.Linux.nuspec
+++ b/Microsoft.Maui.Controls.Linux.nuspec
@@ -4,33 +4,37 @@
Microsoft.Maui.Controls.Linux
1.0.0-preview.1
.NET MAUI Linux Controls
- MAUI Linux Community Contributors
- MAUI Linux Community
+ MarketAlly LLC, David H. Friedel Jr.
+ MarketAlly LLC
MIT
- https://github.com/dotnet/maui
+ https://github.com/open-maui/maui-linux
https://raw.githubusercontent.com/dotnet/maui/main/assets/icon.png
-Linux desktop support for .NET MAUI applications. This experimental package enables running MAUI applications on Linux desktop environments using SkiaSharp for rendering.
+Linux desktop support for .NET MAUI applications. This package enables running MAUI applications on Linux desktop environments using SkiaSharp for rendering.
Features:
- X11 display server support (primary)
- Wayland support with XWayland fallback
-- Skia-rendered controls (Button, Label, Entry, CheckBox, Slider, Switch, layouts)
-- Input handling (keyboard, mouse, touch)
-- Platform services (Clipboard, FilePicker, Launcher, Preferences)
+- 35+ Skia-rendered controls (Button, Label, Entry, CarouselView, SwipeView, RefreshView, and more)
+- Full input handling (keyboard, mouse, touch, gestures)
+- Platform services (Clipboard, FilePicker, Notifications, DragDrop, GlobalHotkeys)
+- Accessibility support (AT-SPI2, High Contrast)
+- HiDPI and Input Method support
-Note: This is a community preview and not officially supported by Microsoft.
+Developed by MarketAlly LLC. Lead Architect: David H. Friedel Jr.
-Initial community preview release:
+Initial release:
- Core SkiaSharp-based rendering engine
-- X11 window management with input handling
-- Basic control set implementation
-- Handler alignment with MAUI interface contracts
+- X11 window management with full input handling
+- 35+ control implementations
+- 18 platform services
+- Accessibility support
+- 216 unit tests
- Copyright 2024-2025 .NET Foundation and Contributors
+ Copyright 2025 MarketAlly LLC
maui linux desktop skia gui cross-platform dotnet
-
+
diff --git a/README.md b/README.md
index 200da39..4926753 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,9 @@ A comprehensive Linux platform implementation for .NET MAUI using SkiaSharp rend
[](https://www.nuget.org/packages/Microsoft.Maui.Controls.Linux)
[](LICENSE)
+**Developed by [MarketAlly LLC](https://marketally.com)**
+**Lead Architect: David H. Friedel Jr.**
+
## Overview
This project brings .NET MAUI to Linux desktops with native X11/Wayland support, hardware-accelerated Skia rendering, and full platform service integration.
@@ -187,10 +190,11 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
## License
-This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
+Copyright (c) 2025 MarketAlly LLC. Licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
+- [MarketAlly LLC](https://marketally.com) - Project development and maintenance
- [SkiaSharp](https://github.com/mono/SkiaSharp) - 2D graphics library
- [.NET MAUI](https://github.com/dotnet/maui) - Cross-platform UI framework
- The .NET community