REUSE compliance of SAP-samples/analytics-cloud-custom-widget

Unfortunately, github.com/SAP-samples/analytics-cloud-custom-widget 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/SAP-samples/analytics-cloud-custom-widget)](https://api.reuse.software/info/github.com/SAP-samples/analytics-cloud-custom-widget)

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 6097bd5e6c19a6c5f5e849df436e722f21a79be3 was checked on 08 Aug 2024 08:24:07 UTC with the following result:

/opt/venv/lib/python3.11/site-packages/reuse/project.py:332: PendingDeprecationWarning: '.reuse/dep5' is deprecated. You are recommended to instead use REUSE.toml. Use `reuse convert-dep5` to convert.
  warnings.warn(
/opt/venv/lib/python3.11/site-packages/reuse/project.py:332: PendingDeprecationWarning: '.reuse/dep5' is deprecated. You are recommended to instead use REUSE.toml. Use `reuse convert-dep5` to convert.
  warnings.warn(
# MISSING LICENSES

'Apache-2.0' found in:
* .gitignore
* Hands-on Steps Profile/Profile Step 0 - Hello WebComponent/index.html
* Hands-on Steps Profile/Profile Step 1 - Hello Custom Widget/index.json
* Hands-on Steps Profile/Profile Step 1 - Hello Custom Widget/main copy.js
* Hands-on Steps Profile/Profile Step 1 - Hello Custom Widget/main.js
* Hands-on Steps Profile/Profile Step 1 - Hello Custom Widget/main.js.zip
* Hands-on Steps Profile/Profile Step 2 - Integrated lifecycle functions/index.json
* Hands-on Steps Profile/Profile Step 2 - Integrated lifecycle functions/main.js
* Hands-on Steps Profile/Profile Step 2 - Integrated lifecycle functions/main.js.zip
* Hands-on Steps Profile/Profile Step 3 - Adding Data Binding/index.json
* Hands-on Steps Profile/Profile Step 3 - Adding Data Binding/main.js
* Hands-on Steps Profile/Profile Step 3 - Adding Data Binding/main.js.zip
* Hands-on Steps Profile/Profile Step 4 - Rendering bound data with echarts /index.json
* Hands-on Steps Profile/Profile Step 4 - Rendering bound data with echarts /main.js
* Hands-on Steps Profile/Profile Step 4 - Rendering bound data with echarts /main.js.zip
* Hands-on Steps Profile/Profile Step 5 - Add Properties and Functions /index.json
* Hands-on Steps Profile/Profile Step 5 - Add Properties and Functions /main.js
* Hands-on Steps Profile/Profile Step 5 - Add Properties and Functions /main.js.zip
* Hands-on Steps Profile/Profile Step 6 - Add Events and integrate with Click-events from ECharts/index.json
* Hands-on Steps Profile/Profile Step 6 - Add Events and integrate with Click-events from ECharts/main.js
* Hands-on Steps Profile/Profile Step 6 - Add Events and integrate with Click-events from ECharts/main.js.zip
* Hands-on Steps Profile/Profile Step 7 - Add Custom Data Types/index.json
* Hands-on Steps Profile/Profile Step 7 - Add Custom Data Types/main.js
* Hands-on Steps Profile/Profile Step 7 - Add Custom Data Types/main.js.zip
* Hands-on Steps Profile/Profile Step 8 - Add Custom Styling Panel/Archive.zip
* Hands-on Steps Profile/Profile Step 8 - Add Custom Styling Panel/index.json
* Hands-on Steps Profile/Profile Step 8 - Add Custom Styling Panel/main.js
* Hands-on Steps Profile/Profile Step 8 - Add Custom Styling Panel/styling.js
* Hands-on Steps Profile/Profile Step 9 - Calculate Integrity  /Archive.zip
* Hands-on Steps Profile/Profile Step 9 - Calculate Integrity  /build/sign.js
* Hands-on Steps Profile/Profile Step 9 - Calculate Integrity  /index.json
* Hands-on Steps Profile/Profile Step 9 - Calculate Integrity  /main.js
* Hands-on Steps Profile/Profile Step 9 - Calculate Integrity  /styling.js
* README.md



# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: Apache-2.0
* Unused licenses: 0
* Used licenses: Apache-2.0
* Read errors: 0
* Files with copyright information: 34 / 34
* Files with license information: 34 / 34

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


# RECOMMENDATIONS

* Fix missing licenses: For at least one of the license identifiers provided by
  the 'SPDX-License-Identifier' tags, there is no corresponding license text
  file in the 'LICENSES' directory. For SPDX license identifiers, you can simply
  run 'reuse download --all' to get any missing ones. For custom licenses
  (starting with 'LicenseRef-'), you need to add these files yourself.