Third-Party Notices

July 8, 2026 ยท View on GitHub

Task Scheduler Studio's own source code is licensed under the MIT License (see LICENSE). The application uses the third-party components listed below, each under its own license. This file is provided for attribution and license compliance; the full license text for each component ships with its package (via NuGet) and at the linked source.

ComponentVersionLicense
TaskScheduler (Microsoft.Win32.TaskScheduler, by David Hall)2.11.0MIT
CommunityToolkit.Mvvm8.4.2MIT
CommunityToolkit.WinUI.Controls.Sizers8.2.xMIT
GitHub.Copilot.SDK1.0.0-betaMIT
Microsoft.Windows.SDK.BuildTools.WinApp0.3.2MIT
Microsoft.Windows.SDK.BuildTools10.0.xMicrosoft Windows SDK license (build-time tooling)
Microsoft.WindowsAppSDK2.1.3Microsoft Software License Terms โ€” Windows App SDK (redistributable under its "Distributable Code" terms)
.NET runtime (bundled in the self-contained build)net10.0MIT (.NET)

Notes

  • The project's own code is MIT-licensed and contains no copyleft (GPL/LGPL/MPL) dependencies, so it imposes no viral licensing requirements.
  • The Windows App SDK and Windows SDK build tools are Microsoft components governed by Microsoft's license terms. Those terms explicitly permit redistributing the Windows App SDK runtime as part of applications you develop, which is how the self-contained Task Scheduler Studio package distributes it.
  • This list reflects the direct package references at the time of writing. Transitive dependencies retain their own (also permissive) licenses.