Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions BRAND.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Brand assets

The source code, documentation, and project-created screenshots in this repository are available under the [MIT License](LICENSE), except for the brand assets listed below. Third-party material remains subject to its own license.

## Reserved brand assets

The Openza name and logo, the Openza Tasks name and official app icon, and their variants are not licensed under the MIT License. Copyright in those visual assets is reserved by Deependra Solanky. No trademark license is granted.

This exception includes the official logos and icons under `assets/icons/`, `assets/images/`, and `src/Openza.Tasks/Assets/`. When a reserved mark appears within a screenshot, the screenshot remains available under MIT, but the mark itself remains reserved.

You may refer to Openza and Openza Tasks to describe the original project or identify compatibility. Do not use the reserved assets in a way that suggests an unofficial fork, build, or service is an official Openza release or is endorsed by Openza.

Distributable forks should use their own name and visual identity.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<AnalysisLevel>latest</AnalysisLevel>
<LangVersion>latest</LangVersion>
<UseSharedCompilation>false</UseSharedCompilation>
<Authors>Openza contributors</Authors>
<Authors>Deependra Solanky and Openza contributors</Authors>
<Company>Openza</Company>
<Product>Openza Tasks</Product>
<Copyright>Copyright (c) Openza contributors</Copyright>
<Copyright>Copyright (c) 2025 Deependra Solanky and Openza contributors</Copyright>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/openza/tasks</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
42 changes: 21 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
MIT License
Copyright (c) 2025 Deependra Solanky
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.
MIT License

Copyright (c) 2025 Deependra Solanky and Openza contributors

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 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ Openza Tasks does not add telemetry or analytics. Todoist tokens and OneDrive ba

## License

MIT License - see [LICENSE](LICENSE).
The source code and documentation are available under the [MIT License](LICENSE). Openza names, logos, and official app icons are reserved brand assets; see [BRAND.md](BRAND.md). Third-party dependencies remain subject to their respective licenses; see [THIRD-PARTY-NOTICES.md](THIRD-PARTY-NOTICES.md).
30 changes: 30 additions & 0 deletions THIRD-PARTY-NOTICES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Third-party notices

Openza Tasks depends on third-party packages and platform components. This file summarizes direct dependencies used by the repository; package metadata and distributed license files remain the source of truth for each dependency.

## Runtime and app dependencies

| Component | Version | License metadata | Purpose |
| --- | --- | --- | --- |
| CommunityToolkit.Mvvm | 8.4.2 | MIT | MVVM helpers |
| CommunityToolkit.WinUI.Controls.SettingsControls | 8.2.250402 | MIT | Native settings controls |
| Microsoft.Identity.Client | 4.84.0 | MIT | Microsoft account authentication |
| Microsoft.Identity.Client.Broker | 4.84.0 | MIT | Windows authentication broker integration |
| Microsoft.WindowsAppSDK | 2.0.1 | Package license file | WinUI 3 and Windows App SDK runtime |
| Microsoft.Data.Sqlite | 10.0.0 | MIT | SQLite data access |
| Microsoft.Extensions.Logging.Abstractions | 10.0.0 | MIT | Logging abstractions |
| SQLitePCLRaw.bundle_e_sqlite3 | 3.0.3 | Apache-2.0; bundled SQLite is public domain | Native SQLite bundle |
| System.Security.Cryptography.ProtectedData | 10.0.7 | MIT | Windows protected-data integration |

## Test dependencies

| Component | Version | License metadata | Purpose |
| --- | --- | --- | --- |
| xUnit.net | 2.9.3 | Apache-2.0 | Unit testing |
| xUnit.net Visual Studio runner | 3.1.4 | Apache-2.0 | Test discovery and execution |
| Microsoft.NET.Test.Sdk | 17.14.1 | MIT | Test SDK |
| coverlet.collector | 6.0.4 | MIT | Test coverage collection |

## Project-owned assets

Project-created screenshots are available under the repository's MIT License. Openza names, logos, and official app icons are reserved as described in [BRAND.md](BRAND.md).
Loading