mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-08 23:03:29 -05:00
docs: clarify licensing (#894)
This commit is contained in:
committed by
GitHub
parent
508cdf027c
commit
bcfe6d241d
25
README.md
25
README.md
@@ -1,7 +1,7 @@
|
||||
<img src="https://vikunja.io/images/vikunja-logo.svg" alt="" style="display: block;width: 50%;margin: 0 auto;" width="50%"/>
|
||||
|
||||
[](https://drone.kolaente.de/vikunja/vikunja)
|
||||
[](LICENSE)
|
||||
[](LICENSE)
|
||||
[](https://vikunja.io/docs/installing)
|
||||
[](https://hub.docker.com/r/vikunja/vikunja/)
|
||||
[](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 [AGPL‑3.0‑or‑later](LICENSE).
|
||||
The contents of [`desktop/`](desktop/) are licensed under
|
||||
[GPL‑3.0‑or‑later](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 [Unsplash’s terms](https://unsplash.com/terms) for more information.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Vikunja desktop
|
||||
|
||||
[](LICENSE)
|
||||
[](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.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> The todo app to organize your life.
|
||||
|
||||
[](LICENSE)
|
||||
[](LICENSE)
|
||||
[](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.
|
||||
|
||||
10
frontend/originalMedia/images/migration/README.md
Normal file
10
frontend/originalMedia/images/migration/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user