REUSE compliance of SAP/process-evaluation-framework

Unfortunately, github.com/SAP/process-evaluation-framework 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/process-evaluation-framework)](https://api.reuse.software/info/github.com/SAP/process-evaluation-framework)

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 65c4ee5f52d74b869b1dd38266a4043f83a0022e was checked on 03 Jul 2026 12:04:31 UTC with the following result:

# MISSING COPYRIGHT AND LICENSING INFORMATION

The following files have no copyright and licensing information:
* examples/p2p_running_example.bpmn
* examples/p2p_running_example_variant.bpmn
* examples/selected_examples/and_gateway_three_branches.bpmn
* examples/selected_examples/credit_approval.bpmn
* examples/selected_examples/flight_booking.json
* examples/selected_examples/flight_booking_variant.json
* examples/selected_examples/student_project.bpmn
* examples/selected_examples/tshirt_order_extended.bpmn
* examples/selected_examples/tshirt_order_simple.bpmn
* examples/selected_examples/tshirt_prepare_delivery_subprocess.bpmn
* examples/selected_examples/xor_gateway.bpmn
* examples/testing_models/degenerate/empty.bpmn
* examples/testing_models/degenerate/single_task.bpmn
* examples/testing_models/degenerate/sound_and_with_join.bpmn
* examples/testing_models/degenerate/unsound_and_no_join.bpmn
* examples/testing_models/format_round_trip/credit.bpmn
* examples/testing_models/format_round_trip/credit.json
* examples/testing_models/format_round_trip/linear_sequence.bpmn
* examples/testing_models/format_round_trip/linear_sequence.json
* examples/testing_models/petri_soundness/and_gateway_no_join.bpmn
* examples/testing_models/petri_soundness/and_gateway_with_join.bpmn
* examples/testing_models/sanity/disjoint_left_credit.bpmn
* examples/testing_models/sanity/disjoint_right_student.bpmn
* examples/testing_models/sanity/identical_baseline.bpmn
* examples/testing_models/sanity/renamed_only_b.bpmn
* model_evaluation/__init__.py
* model_evaluation/_loaders.py
* model_evaluation/bpmn_conversion.py
* model_evaluation/bpmn_normalization.py
* model_evaluation/bpmn_schema.py
* model_evaluation/bpmn_sets.py
* model_evaluation/bpmn_similarity.py
* model_evaluation/json_to_pn.py
* model_evaluation/petri.py
* model_evaluation/sapsam_mapping.py
* model_evaluation/trace_extraction.py
* model_evaluation/utils/__init__.py
* model_evaluation/utils/list_similarity.py
* model_evaluation/utils/string_similarity.py
* notebooks/dashboard.py
* notebooks/library_walkthrough.ipynb
* notebooks/scalability_report.ipynb
* results/scalability_run.csv
* tests/conftest.py
* tests/maturity/conftest.py
* tests/maturity/test_degenerate.py
* tests/maturity/test_format_round_trip.py
* tests/maturity/test_sanity.py
* tests/petri/test_petri_soundness.py
* tests/similarity/test_bpmn_similarity.py
* tests/utils/test_list_similarity.py

# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: 0
* Unused licenses: 0
* Used licenses: Apache-2.0
* Read errors: 0
* Invalid SPDX License Expressions: 0
* Files with copyright information: 4 / 55
* Files with license information: 4 / 55

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:
  <https://reuse.software/tutorial/>