Skip to content

Commit

Permalink
fix: Update terms of use values
Browse files Browse the repository at this point in the history
  • Loading branch information
kovalch authored Aug 7, 2024
1 parent b0d9085 commit 4511d10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ckanext/switzerland/helpers/terms_of_use_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 4511d10

Please sign in to comment.