Unfortunately, codebase.helmholtz.cloud/hmc/hmc-public/unhide/development/semantics/internal-data-model is not REUSE compliant and does not fully adopt the recommendations to make software licensing easy for humans and machines alike. Have a look at our tutorial to learn about the three simple steps to become REUSE compliant.
To add the badge to your project's README.md file,
use the following snippet:
[](https://api.reuse.software/info/codebase.helmholtz.cloud/hmc/hmc-public/unhide/development/semantics/internal-data-model)
The API provides machine-readable artifacts for automatic analysis.
reuse spdx
command.
Commit dd58fb9d3309236848797ec4d397ff691ccbad16 was checked on 12 Dec 2025 16:17:49 UTC
with the following result:
warning: redirecting to https://codebase.helmholtz.cloud/hmc/hmc-public/unhide/development/semantics/internal-data-model.git/ # MISSING COPYRIGHT AND LICENSING INFORMATION The following files have no copyright and licensing information: * .env.example * .gitignore * .gitlab-ci.yml * .pre-commit-config.yaml * CITATION.cff * README.md * codemeta.json * examples/dataset.example.json * examples/document.example.json * poetry.lock * pyproject.toml * somesy.toml * src/hkg_data_model/__init__.py * src/hkg_data_model/pydantic/helper.py * src/hkg_data_model/pydantic/models/base_model.py * src/hkg_data_model/pydantic/models/creative_work_model.py * src/hkg_data_model/pydantic/models/data_catalog_model.py * src/hkg_data_model/pydantic/models/data_types/url.py * src/hkg_data_model/pydantic/models/dataset_model.py * src/hkg_data_model/pydantic/models/document_model.py * src/hkg_data_model/pydantic/models/event_model.py * src/hkg_data_model/pydantic/models/institution_model.py * src/hkg_data_model/pydantic/models/instrument_model.py * src/hkg_data_model/pydantic/models/person_model.py * src/hkg_data_model/pydantic/models/property_value_model.py * src/hkg_data_model/pydantic/models/software_model.py * src/hkg_data_model/pydantic/models/structured_value_model.py * src/hkg_data_model/pydantic/models/thing_model.py * src/hkg_data_model/pydantic/models/unknown_type_model.py * src/hkg_data_model/pydantic/types.py * src/hkg_data_model/pydantic2json.py * src/hkg_data_model/schema/CreativeWorkModel.schema.json * src/hkg_data_model/schema/DataCatalogModel.schema.json * src/hkg_data_model/schema/DatasetModel.schema.json * src/hkg_data_model/schema/DocumentModel.schema.json * src/hkg_data_model/schema/EventModel.schema.json * src/hkg_data_model/schema/InstitutionModel.schema.json * src/hkg_data_model/schema/InstrumentModel.schema.json * src/hkg_data_model/schema/PersonModel.schema.json * src/hkg_data_model/schema/PropertyValueModel.schema.json * src/hkg_data_model/schema/SoftwareModel.schema.json * src/hkg_data_model/schema/ThingModel.schema.json * src/hkg_data_model/schema/URLDataTypeModel.schema.json * src/hkg_data_model/schema/UnknownTypeModel.schema.json * src/hkg_data_model/util.py * src/hkg_data_model/validator.py * test/test_validation.py # SUMMARY * Bad licenses: 0 * Deprecated licenses: 0 * Licenses without file extension: 0 * Missing licenses: 0 * Unused licenses: 0 * Used licenses: 0 * Read errors: 0 * Invalid SPDX License Expressions: 0 * Files with copyright information: 0 / 47 * Files with license information: 0 / 47 Unfortunately, your project is not compliant with version 3.3 of the REUSE Specification :-( # RECOMMENDATIONS * Fix missing copyright/licensing information: For one or more files, the tool cannot find copyright and/or licensing information. You typically do this by adding 'SPDX-FileCopyrightText' and 'SPDX-License-Identifier' tags to each file. The tutorial explains additional ways to do this: