add LICENSE file

Add LICENSE file with libyaml terms for libyaml files and
BSD-2-Clause terms for other files.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
1 file changed
tree: 9336a46726c387aaee734e91af66938cdb803760
  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