diff --git a/NOTICE.txt b/NOTICE.txt index 227d8733..6849ed54 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -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 diff --git a/README.md b/README.md index bb77928d..d89d656c 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/modules/joexapi/src/main/resources/joex-openapi.yml b/modules/joexapi/src/main/resources/joex-openapi.yml index 4bf0ec8b..68959e5b 100644 --- a/modules/joexapi/src/main/resources/joex-openapi.yml +++ b/modules/joexapi/src/main/resources/joex-openapi.yml @@ -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 diff --git a/modules/restapi/src/main/resources/docspell-openapi.yml b/modules/restapi/src/main/resources/docspell-openapi.yml index c6e69771..34e60298 100644 --- a/modules/restapi/src/main/resources/docspell-openapi.yml +++ b/modules/restapi/src/main/resources/docspell-openapi.yml @@ -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 diff --git a/website/elm/Main.elm b/website/elm/Main.elm index fa578431..62e23140 100644 --- a/website/elm/Main.elm +++ b/website/elm/Main.elm @@ -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 " • " diff --git a/website/site/content/docs/features/_index.md b/website/site/content/docs/features/_index.md index 029647c6..a54920b3 100644 --- a/website/site/content/docs/features/_index.md +++ b/website/site/content/docs/features/_index.md @@ -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 diff --git a/website/site/templates/footer.html b/website/site/templates/footer.html index f4a68a88..328c2e55 100644 --- a/website/site/templates/footer.html +++ b/website/site/templates/footer.html @@ -5,7 +5,7 @@ Docspell {{ config.extra.version }} - GPLv3+ + AGPLv3+ Source Code