diff --git a/BRAND.md b/BRAND.md new file mode 100644 index 0000000..2cf7c1a --- /dev/null +++ b/BRAND.md @@ -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. diff --git a/Directory.Build.props b/Directory.Build.props index 6734ed2..9dddf97 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,10 +7,10 @@ latest latest false - Openza contributors + Deependra Solanky and Openza contributors Openza Openza Tasks - Copyright (c) Openza contributors + Copyright (c) 2025 Deependra Solanky and Openza contributors git https://github.com/openza/tasks MIT diff --git a/LICENSE b/LICENSE index 5e5807f..a87223b 100644 --- a/LICENSE +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index 016460c..98d8f51 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/THIRD-PARTY-NOTICES.md b/THIRD-PARTY-NOTICES.md new file mode 100644 index 0000000..cdace3e --- /dev/null +++ b/THIRD-PARTY-NOTICES.md @@ -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).