REUSE compliance of eclipse/dash-licenses

Unfortunately, github.com/eclipse/dash-licenses 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/github.com/eclipse/dash-licenses)](https://api.reuse.software/info/github.com/eclipse/dash-licenses)

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 0001fc18bde5b736ca659b37b429ee55b8610efb was checked on 23 Apr 2024 04:02:13 UTC with the following result:

# UNUSED LICENSES

The following licenses are not used:
* MIT


# MISSING COPYRIGHT AND LICENSING INFORMATION

The following files have no copyright and licensing information:
* core/src/test/resources/chalk.json
* core/src/test/resources/differentResolved.json
* core/src/test/resources/fixtures/pnpm/pnpm-lock-duplicate.yaml
* core/src/test/resources/fixtures/pnpm/pnpm-lock-no-packages.yaml
* core/src/test/resources/fixtures/pnpm/pnpm-lock-v5.yaml
* core/src/test/resources/fixtures/pnpm/pnpm-lock-v6-small.yaml
* core/src/test/resources/fixtures/pnpm/pnpm-lock-v6.yaml
* core/src/test/resources/fixtures/pnpm/pnpm-lock-v9.yaml
* core/src/test/resources/licenses.json
* core/src/test/resources/test_data_asn1crypto.json
* core/src/test/resources/test_data_curation-1.0.json
* core/src/test/resources/test_data_package-lock-v2-2.json
* core/src/test/resources/test_data_package-lock-v2.json
* core/src/test/resources/test_data_package-lock-v3.json
* core/src/test/resources/test_data_package-lock.json
* core/src/test/resources/test_data_yarn.lock
* core/src/test/resources/test_data_yarn2.lock


# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: 0
* Unused licenses: MIT
* Used licenses: EPL-2.0, CC0-1.0
* Read errors: 0
* files with copyright information: 110 / 127
* files with license information: 110 / 127

Unfortunately, your project is not compliant with version 3.0 of the REUSE Specification :-(


# RECOMMENDATIONS

* Fix unused licenses: At least one of the license text files in 'LICENSES' is
  not referenced by any file, e.g. by an 'SPDX-License-Identifier' tag. Please
  make sure that you either tag the accordingly licensed files properly, or
  delete the unused license text if you are sure that no file or code snippet is
  licensed as such.
* 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-Identifer' tags to each
  file. The tutorial explains additional ways to do this:
  <https://reuse.software/tutorial/>