REUSE compliance of development/data_storage_api

Unfortunately, codebase.helmholtz.cloud/hmc/hmc-public/unhide/development/data_storage_api 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.

Badge

To add the badge to your project's README.md file, use the following snippet:

[![REUSE status](https://api.reuse.software/badge/codebase.helmholtz.cloud/hmc/hmc-public/unhide/development/data_storage_api)](https://api.reuse.software/info/codebase.helmholtz.cloud/hmc/hmc-public/unhide/development/data_storage_api)

Machine-readable information

The API provides machine-readable artifacts for automatic analysis.

  • All information about the latest compliance check can also be accessed via a machine-parsable JSON file.
  • You can gather the automatically generated SPDX SBOM in Tag:Value format, based on the reuse spdx command.

Last lint output

Commit ab49ed31dd85d6f53092ca825deecdd9c8f62bf4 was checked on 12 Dec 2025 16:16:39 UTC with the following result:

warning: redirecting to https://codebase.helmholtz.cloud/hmc/hmc-public/unhide/development/data_storage_api.git/
# MISSING COPYRIGHT AND LICENSING INFORMATION

The following files have no copyright and licensing information:
* .env.example
* .gitignore
* .gitlab-ci.yml
* .idea/.gitignore
* .pre-commit-config.yaml
* Dockerfile
* Makefile
* README.md
* app/auth/adapter/input/api/v1/auth.py
* app/auth/adapter/input/api/v1/request/__init__.py
* app/auth/adapter/input/api/v1/response/__init__.py
* app/auth/application/dto/__init__.py
* app/auth/application/exception/__init__.py
* app/auth/application/service/jwt.py
* app/auth/domain/usecase/jwt.py
* app/base/adapter/input/__init__.py
* app/base/adapter/input/api/v1/health.py
* app/base/adapter/input/api/v1/response/__init__.py
* app/base/helper/poetry.py
* app/container.py
* app/data_storage/adapter/input/api/v1/data_storage.py
* app/data_storage/adapter/input/api/v1/response/__init__.py
* app/data_storage/application/exception/__init__.py
* app/data_storage/application/service/__init__.py
* app/data_storage/domain/__init__.py
* app/data_storage/domain/command/__init__.py
* app/data_storage/domain/usecase/data_storage.py
* app/openAPI.yaml
* app/server.py
* core/config.py
* core/db/db_connection_data.py
* core/db/db_connection_factory.py
* core/db/mongodb/mongodb_connector.py
* core/db/mongodb/mongodb_operations.py
* core/db/postgres/postgres_connector.py
* core/db/postgres/postgres_operations.py
* core/db/postgres/schema.sql
* core/exceptions/__init__.py
* core/fastapi/dependencies/__init__.py
* core/fastapi/dependencies/logging.py
* core/fastapi/middlewares/__init__.py
* core/fastapi/middlewares/response_log.py
* core/helpers/token.py
* docker-compose.dev.yml
* docker-compose.yml
* main.py
* poetry.lock
* pyproject.toml
* pytest.ini
* tests/app/api/base/test_health.py
* tests/app/api/data_storage/test_data_storage.py
* tests/core/exceptions/test_base.py
* tests/performance.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 / 53
* Files with license information: 0 / 53

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: