docs: clarify licensing (#894)

This commit is contained in:
Dominik Pschenitschni
2025-06-10 12:07:39 +02:00
committed by GitHub
parent 508cdf027c
commit bcfe6d241d
4 changed files with 36 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
<img src="https://vikunja.io/images/vikunja-logo.svg" alt="" style="display: block;width: 50%;margin: 0 auto;" width="50%"/>
[![Build Status](https://drone.kolaente.de/api/badges/vikunja/vikunjaa/status.svg)](https://drone.kolaente.de/vikunja/vikunja)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](LICENSE)
[![License: AGPL-3.0-or-later](https://img.shields.io/badge/License-AGPL--3.0--or--later-blue.svg)](LICENSE)
[![Install](https://img.shields.io/badge/download-v0.24.6-brightgreen.svg)](https://vikunja.io/docs/installing)
[![Docker Pulls](https://img.shields.io/docker/pulls/vikunja/vikunja.svg)](https://hub.docker.com/r/vikunja/vikunja/)
[![Swagger Docs](https://img.shields.io/badge/swagger-docs-brightgreen.svg)](https://try.vikunja.io/api/v1/docs)
@@ -14,14 +14,15 @@
If Vikunja is useful to you, please consider [buying me a coffee](https://www.buymeacoffee.com/kolaente), [sponsoring me on GitHub](https://github.com/sponsors/kolaente) or buying [a sticker pack](https://vikunja.cloud/stickers).
I'm also offering [a hosted version of Vikunja](https://vikunja.cloud/) if you want a hassle-free solution for yourself or your team.
# Table of contents
## Table of contents
* [Security Reports](#security-reports)
* [Features](#features)
* [Docs](#docs)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [License](#license)
- [Security Reports](#security-reports)
- [Features](#features)
- [Docs](#docs)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [License](#license)
- [Unsplash Images](#unsplash-images)
## Security Reports
@@ -52,4 +53,10 @@ Please check out the contribution guidelines on [the website](https://vikunja.io
## License
This project is licensed under the AGPLv3 License. See the [LICENSE](LICENSE) file for the full license text.
Most of this repository is licensed under [AGPL3.0orlater](LICENSE).
The contents of [`desktop/`](desktop/) are licensed under
[GPL3.0orlater](desktop/LICENSE).
### Unsplash Images
Background images from Unsplash are distributed under the [Unsplash License](https://unsplash.com/license). The license requires giving credit to the photographer and Unsplash. See [Unsplashs terms](https://unsplash.com/terms) for more information.

View File

@@ -1,6 +1,6 @@
# Vikunja desktop
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](LICENSE)
[![License: GPL-3.0-or-later](https://img.shields.io/badge/License-GPL--3.0--or--later-blue.svg)](LICENSE)
The Vikunja frontend all repackaged as an electron app to run as a desktop app!
@@ -38,3 +38,7 @@ pnpm start
2. Change the version in `package.json` (That's the one that will be used by electron-builder`
3. `pnpm install`
4. `pnpm run dist --linux --windows`
## License
This project is licensed under the GPL-3.0-or-later license. See the [LICENSE](LICENSE) file for details.

View File

@@ -2,7 +2,7 @@
> The todo app to organize your life.
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](LICENSE)
[![License: AGPL-3.0-or-later](https://img.shields.io/badge/License-AGPL--3.0--or--later-blue.svg)](LICENSE)
[![Translation](https://badges.crowdin.net/vikunja/localized.svg)](https://crowdin.com/project/vikunja)
This is the web frontend for Vikunja, written in Vue.js.
@@ -49,3 +49,7 @@ pnpm run build
```shell
pnpm run lint
```
## License
This project is licensed under the AGPL-3.0-or-later license. See the [LICENSE](LICENSE) file for details.

View File

@@ -0,0 +1,10 @@
# Migration Logos
The images in this directory are used by Vikunja's import feature to represent third-party services. Each logo is owned by its respective trademark holder:
* **microsoft-todo.svg** Microsoft To Do logo. See Microsoft's [Trademark and Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks) for permitted uses.
* **todoist.svg** Todoist logo. Trademark of Doist Ltd. Use must follow Doist's [brand guidelines](https://todoist.com/brand) or press kit.
* **trello.svg** Trello logo. Trademark of Atlassian Pty Ltd. Use must comply with Atlassian's [Trademark Guidelines](https://www.atlassian.com/legal/trademark).
* **wunderlist.png** Wunderlist logo. Trademark of Microsoft Corporation. Covered by Microsoft's [Trademark and Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks).
These logos are provided only to show that Vikunja can import tasks from these services. Their inclusion does not imply endorsement by the trademark owners. Do not use the logos except as allowed by the respective brand policies.