Fix more license occurrences

This commit is contained in:
eikek
2021-09-22 11:55:56 +02:00
parent e7556311c5
commit 860efcf06f
7 changed files with 11 additions and 11 deletions

View File

@ -155,10 +155,10 @@ footHero model =
[ text " "
]
, a
[ href "https://spdx.org/licenses/GPL-3.0-or-later.html"
[ href "https://spdx.org/licenses/AGPL-3.0-or-later.html"
, target "_blank"
]
[ text "GPLv3+"
[ text "AGPLv3+"
]
, span [ class "pr-1 pl-1" ]
[ text " "

View File

@ -78,7 +78,7 @@ description = "A list of features and limitations."
that delivers mails directly to docspell.
- [Paperless Import](@/docs/tools/paperless-import.md) for importing
your data from paperless
- License: GPLv3
- License: AGPLv3
# Limitations

View File

@ -5,7 +5,7 @@
Docspell {{ config.extra.version }}
</span>
<span class="ml-1 mr-1"></span>
<a href="https://spdx.org/licenses/GPL-3.0-or-later.html" target="_blank">GPLv3+</a>
<a href="https://spdx.org/licenses/AGPL-3.0-or-later.html" target="_blank">AGPLv3+</a>
<span class="ml-1 mr-1"></span>
<a href="https://github.com/eikek/docspell" target="_blank">
Source Code