Fix license issues 25/162125/4
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 29 Nov 2017 07:43:53 +0000 (08:43 +0100)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 29 Nov 2017 14:27:58 +0000 (15:27 +0100)
commit3d342c040232a7faa0de2e44ff2f3fe12b8e9c35
treef43930bb9667aefc3769fc0230dc8825ffa06fae
parenta31c3519dad27e65adfed10ecc0efe6f2d243606
Fix license issues

- Include rapidxml license (MIT) and install it with rpms
- Merge 3 directories with rapidxml into one
- Add missing license boilerplate (BSD) to include/include/tee_internal_api.h.
  The file comes from optee_os but it was apparently modified.
- Install BSD license with devkit rpm
- Update License tags in spec files
- Install Apache license with all rpms (including hello world)

Change-Id: I2c5ab649c4e81c469a138b04ec9be8a09c1f0ae4
18 files changed:
TEEStub/CMakeLists.txt
TEEStub/PropertyAccess/TAProperty.cpp
TEEStub/PropertyAccess/TEEProperty.cpp
TEEStub/PropertyAccess/rapidxml/rapidxml.hpp [deleted file]
TEEStub/PropertyAccess/rapidxml/rapidxml_iterators.hpp [deleted file]
TEEStub/PropertyAccess/rapidxml/rapidxml_print.hpp [deleted file]
TEEStub/PropertyAccess/rapidxml/rapidxml_utils.hpp [deleted file]
include/include/LICENSE [new file with mode: 0644]
include/include/tee_internal_api.h
packaging/tef-simulator-helloworld.spec
packaging/tef-simulator.spec
rapidxml/license.txt [new file with mode: 0644]
rapidxml/rapidxml.hpp [moved from simulatordaemon/src/TABinaryManager/rapidxml/rapidxml.hpp with 99% similarity]
rapidxml/rapidxml_iterators.hpp [moved from simulatordaemon/src/TABinaryManager/rapidxml/rapidxml_iterators.hpp with 100% similarity]
rapidxml/rapidxml_print.hpp [moved from simulatordaemon/src/TABinaryManager/rapidxml/rapidxml_print.hpp with 100% similarity]
rapidxml/rapidxml_utils.hpp [moved from simulatordaemon/src/TABinaryManager/rapidxml/rapidxml_utils.hpp with 100% similarity]
simulatordaemon/CMakeLists.txt
simulatordaemon/src/rapidxml/rapidxml.hpp [deleted file]