scripts/rsp_to_gcm_test.py: add license and copyright

When scripts/rsp_to_gcm_test.py was originally added license and
copyright wasn't explicitly included. Fix that by adding a license and
backdated copyright.

Fixes: f6efe24adcf5 ("regression: 4005: add NIST aes-gcm vectors")
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
1 file changed
tree: 98e80a23624db4dc9a9644f841e2ba92e5b75871
  1. .github/
  2. cert/
  3. host/
  4. scripts/
  5. ta/
  6. .gitignore
  7. Android.mk
  8. CMakeLists.txt
  9. CMakeToolchain.txt
  10. LICENSE.md
  11. Makefile
  12. README.md
  13. typedefs.checkpatch
README.md

OP-TEE sanity testsuite

This git contains source code for the test suite (xtest) used to test 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_test.

// OP-TEE core maintainers