# sqa_test # Showcase Repository for Software-Quality-Assurance # # SPDX-FileCopyrightText: 2020 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences, Germany (https://www.gfz-potsdam.de/) # # SPDX-License-Identifier: CC0-1.0 comment in file: - '.*.py$' - '.*.yml$' - '.*.toml$' - '.*.md$' - '.*requirements.*.txt$' - '.*.gitignore$' description: 'Showcase Repository for Software-Quality-Assurance' ignore paths: # git - '.*.git/.*' # IDE's - '.*.idea/.*' # env - '.*venv/.*' licenses: default: copyright: 'Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences, Germany (https://www.gfz-potsdam.de/)' spdx-identifier: 'GPL-3.0-or-later' Insignificant: copyright: 'Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences, Germany (https://www.gfz-potsdam.de/)' spdx-identifier: 'CC0-1.0' files: - '.*.txt$' - '.*.md$' - '.*.yml$' - '.*pylintrc$' - '.*jinja2$' Software: copyright: 'Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences, Germany (https://www.gfz-potsdam.de/)' spdx-identifier: 'GPL-3.0-or-later' files: # Python - '.*.py$' Data: copyright: 'Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences, Germany (https://www.gfz-potsdam.de/)' spdx-identifier: 'CC-BY-4.0' files: - '.*.json$'