From 4511d10a8d66b28918d1ee629914d178bdbeb7c9 Mon Sep 17 00:00:00 2001 From: Nataliia Kovalchuk Date: Wed, 7 Aug 2024 12:16:41 +0200 Subject: [PATCH] fix: Update terms of use values --- ckanext/switzerland/helpers/terms_of_use_utils.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ckanext/switzerland/helpers/terms_of_use_utils.py b/ckanext/switzerland/helpers/terms_of_use_utils.py index cb15c3fd..923c6db2 100644 --- a/ckanext/switzerland/helpers/terms_of_use_utils.py +++ b/ckanext/switzerland/helpers/terms_of_use_utils.py @@ -2,10 +2,10 @@ import logging log = logging.getLogger(__name__) -TERMS_OF_USE_OPEN = 'NonCommercialAllowed-CommercialAllowed-ReferenceNotRequired' # noqa -TERMS_OF_USE_BY = 'NonCommercialAllowed-CommercialAllowed-ReferenceRequired' # noqa -TERMS_OF_USE_ASK = 'NonCommercialAllowed-CommercialWithPermission-ReferenceNotRequired' # noqa -TERMS_OF_USE_BY_ASK = 'NonCommercialAllowed-CommercialWithPermission-ReferenceRequired' # noqa +TERMS_OF_USE_OPEN = 'https://opendata.swiss/terms-of-use/#terms_open' # noqa +TERMS_OF_USE_BY = 'https://opendata.swiss/terms-of-use#terms_by' # noqa +TERMS_OF_USE_ASK = 'https://opendata.swiss/terms-of-use#terms_ask' # noqa +TERMS_OF_USE_BY_ASK = 'https://opendata.swiss/terms-of-use#terms_by_ask' # noqa TERMS_OF_USE_CLOSED = 'ClosedData' OPEN_TERMS = [