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

@ -1,6 +1,6 @@
Docspell
Copyright 2019-2021, Eike Kettner and Contributors
Licensed under the GPLv3 or later
Licensed under the AGPLv3 or later
This software contains portions of code from tika-parser
https://tika.apache.org

View File

@ -127,5 +127,5 @@ UI framework in use is [tailwind](https://tailwindcss.com).
## License
Docspell is free software, distributed under the [GPLv3 or
later](https://spdx.org/licenses/GPL-3.0-or-later.html).
Docspell is free software, distributed under the [AGPLv3 or
later](https://spdx.org/licenses/AGPL-3.0-or-later.html).

View File

@ -11,8 +11,8 @@ info:
The routes are not protected by the application. This api is meant
to be used by the server component of Docspell.
license:
name: GPLv3
url: https://spdx.org/licenses/GPL-3.0-or-later.html
name: AGPLv3
url: https://spdx.org/licenses/AGPL-3.0-or-later.html
servers:
- url: /api/v1

View File

@ -16,8 +16,8 @@ info:
from the config file. They are disabled by default, you need to
specify a secret in order to enable admin routes.
license:
name: GPLv3
url: https://spdx.org/licenses/GPL-3.0-or-later.html
name: AGPLv3
url: https://spdx.org/licenses/AGPL-3.0-or-later.html
externalDocs:
description: Docspell Homepage

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