Replace inline license terms with SPDX license tags

This change covers the source files of the benchmark embedded tool
main functions. Yaml library is not modified, as is it better
synchronizes with the generic libyaml source and version trees.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
4 files changed
tree: 814205354fc51b4fca9d74ddeca82f1a1db0d35d
  1. libyaml/
  2. .gitignore
  3. benchmark_aux.c
  4. benchmark_aux.h
  5. CMakeLists.txt
  6. CMakeToolchain.txt
  7. common.h
  8. LICENSE
  9. main.c
  10. Makefile
  11. README.md
README.md

optee_benchmark

This git contains source code for the benchmark framework for the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_benchmark.

// OP-TEE core maintainers