Add LICENSE and apply boilerplates to sources 66/150066/1
authorLukasz Kostyra <l.kostyra@samsung.com>
Wed, 13 Sep 2017 11:59:11 +0000 (13:59 +0200)
committerLukasz Kostyra <l.kostyra@samsung.com>
Thu, 14 Sep 2017 07:30:00 +0000 (09:30 +0200)
commit9a5817cb063face1684e46d5678de6a260ba9428
treef8efff9c0eaea042b77d99974c0457e576fb26a6
parentd073a1a5a4200deae4783fc0fa86aff64aa3adca
Add LICENSE and apply boilerplates to sources

Change-Id: I1d96551efc5a4d3cb5f3a223719851ca166789da
228 files changed:
LICENSE [new file with mode: 0644]
TEECLib/inc/teec_connection.h
TEECLib/src/teec_api.c
TEECLib/src/teec_connection.c
TEEStub/PropertyAccess/ClientProperty.cpp
TEEStub/PropertyAccess/ClientProperty.h
TEEStub/PropertyAccess/Property.h
TEEStub/PropertyAccess/PropertyApi.cpp
TEEStub/PropertyAccess/PropertyApi.h
TEEStub/PropertyAccess/PropertyUtility.cpp
TEEStub/PropertyAccess/PropertyUtility.h
TEEStub/PropertyAccess/TAProperty.cpp
TEEStub/PropertyAccess/TAProperty.h
TEEStub/PropertyAccess/TEEProperty.cpp
TEEStub/PropertyAccess/TEEProperty.h
TEEStub/TACommands/CommandBase.cpp
TEEStub/TACommands/CommandBase.h
TEEStub/TACommands/CommandCloseSession.cpp
TEEStub/TACommands/CommandCloseSession.h
TEEStub/TACommands/CommandCreateEntryPoint.cpp
TEEStub/TACommands/CommandCreateEntryPoint.h
TEEStub/TACommands/CommandDestroyEntryPoint.cpp
TEEStub/TACommands/CommandDestroyEntryPoint.h
TEEStub/TACommands/CommandInvoke.cpp
TEEStub/TACommands/CommandInvoke.h
TEEStub/TACommands/CommandOpenSession.cpp
TEEStub/TACommands/CommandOpenSession.h
TEEStub/TACommands/CommandRequestCancel.cpp
TEEStub/TACommands/CommandRequestCancel.h
TEEStub/TACommands/MakeCommand.cpp
TEEStub/TACommands/MakeCommand.h
TEEStub/TACommands/SharedMemoryMap.cpp
TEEStub/TACommands/SharedMemoryMap.h
TEEStub/TEEStubServer/ConnectionSession.cpp
TEEStub/TEEStubServer/ConnectionSession.h
TEEStub/TEEStubServer/TADebug.cpp
TEEStub/TEEStubServer/TEEStubServer.cpp
TEEStub/TEEStubServer/TEEStubServer.h
TEEStub/TaskStrategy/SessionState.cpp
TEEStub/TaskStrategy/SessionState.h
TEEStub/TaskStrategy/TaskQueuedStrategy.cpp
TEEStub/TaskStrategy/TaskQueuedStrategy.h
TEEStub/TaskStrategy/TaskStrategy.cpp
TEEStub/TaskStrategy/TaskStrategy.h
TEEStub/teestubmain.cpp
cmake/CMakeLists.txt
cmake/TEFSimulatorDevkit.cmake
include/include/config.h
include/include/debug.h
include/include/log_level.h
include/include/tee_command.h
include/include/tee_internal_api.h
include/include/tee_sim_command.h
include/include/teec_data.h
include/include/teestub_command_data.h
log/log.c
log/log.h
osal/OsaCommon.c
osal/OsaIpc.c
osal/OsaLinuxUser.h
osal/OsaQueue.c
osal/OsaSem.c
osal/OsaSignal.c
osal/OsaTask.c
osal/Osal.h
simulatordaemon/inc/ClientCommands/CommandBase.h
simulatordaemon/inc/ClientCommands/CommandCloseSession.h
simulatordaemon/inc/ClientCommands/CommandCloseTASession.h
simulatordaemon/inc/ClientCommands/CommandFinContext.h
simulatordaemon/inc/ClientCommands/CommandInitContext.h
simulatordaemon/inc/ClientCommands/CommandInvokeCommand.h
simulatordaemon/inc/ClientCommands/CommandInvokeTACommand.h
simulatordaemon/inc/ClientCommands/CommandOpenSession.h
simulatordaemon/inc/ClientCommands/CommandOpenTASession.h
simulatordaemon/inc/ClientCommands/CommandPanic.h
simulatordaemon/inc/ClientCommands/CommandRegSharedMem.h
simulatordaemon/inc/ClientCommands/CommandRelSharedMem.h
simulatordaemon/inc/ClientCommands/CommandReqCancellation.h
simulatordaemon/inc/ClientCommands/MakeCommand.h
simulatordaemon/inc/ConnectionSession.h
simulatordaemon/inc/IConnectionSession.h
simulatordaemon/inc/ISession.h
simulatordaemon/inc/ITAInstance.h
simulatordaemon/inc/ResponseCommands/ResCommandBase.h
simulatordaemon/inc/ResponseCommands/ResCommandCloseSession.h
simulatordaemon/inc/ResponseCommands/ResCommandInvokeCommand.h
simulatordaemon/inc/ResponseCommands/ResCommandOpenSession.h
simulatordaemon/inc/ResponseCommands/ResCommandReqCancellation.h
simulatordaemon/inc/ResponseCommands/ResMakeCommand.h
simulatordaemon/inc/SecurityContext.h
simulatordaemon/inc/Session.h
simulatordaemon/inc/SimulatorDaemonServer.h
simulatordaemon/inc/TAFactory.h
simulatordaemon/inc/TAInstance.h
simulatordaemon/inc/TEEContext.h
simulatordaemon/inc/ioService.h
simulatordaemon/inc/path.h
simulatordaemon/src/ClientCommands/CommandCloseSession.cpp
simulatordaemon/src/ClientCommands/CommandCloseTASession.cpp
simulatordaemon/src/ClientCommands/CommandFinContext.cpp
simulatordaemon/src/ClientCommands/CommandInitContext.cpp
simulatordaemon/src/ClientCommands/CommandInvokeCommand.cpp
simulatordaemon/src/ClientCommands/CommandInvokeTACommand.cpp
simulatordaemon/src/ClientCommands/CommandOpenSession.cpp
simulatordaemon/src/ClientCommands/CommandOpenTASession.cpp
simulatordaemon/src/ClientCommands/CommandPanic.cpp
simulatordaemon/src/ClientCommands/CommandRegSharedMem.cpp
simulatordaemon/src/ClientCommands/CommandRelSharedMem.cpp
simulatordaemon/src/ClientCommands/CommandReqCancellation.cpp
simulatordaemon/src/ClientCommands/MakeCommand.cpp
simulatordaemon/src/ConnectionSession.cpp
simulatordaemon/src/ResponseCommands/ResCommandCloseSession.cpp
simulatordaemon/src/ResponseCommands/ResCommandInvokeCommand.cpp
simulatordaemon/src/ResponseCommands/ResCommandOpenSession.cpp
simulatordaemon/src/ResponseCommands/ResCommandReqCancellation.cpp
simulatordaemon/src/ResponseCommands/ResMakeCommand.cpp
simulatordaemon/src/SecurityContext.cpp
simulatordaemon/src/Session.cpp
simulatordaemon/src/SimulatorDaemon.cpp
simulatordaemon/src/SimulatorDaemonServer.cpp
simulatordaemon/src/TABinaryManager/Config.h
simulatordaemon/src/TABinaryManager/TABinaryManager.cpp
simulatordaemon/src/TABinaryManager/TABinaryManager.h
simulatordaemon/src/TABinaryManager/TAManifest.cpp
simulatordaemon/src/TABinaryManager/TAManifest.h
simulatordaemon/src/TABinaryManager/TAUnpack.cpp
simulatordaemon/src/TABinaryManager/TAUnpack.h
simulatordaemon/src/TABinaryManager/TestMain.cpp
simulatordaemon/src/TAFactory.cpp
simulatordaemon/src/TAInstance.cpp
simulatordaemon/src/TEEContext.cpp
simulatordaemon/src/ioService.cpp
simulatordaemon/src/scripts/update_uuid_list.sh
ssflib/dep/cryptocore/include/CC_API.h
ssflib/dep/cryptocore/include/CC_Constants.h
ssflib/dep/cryptocore/include/CC_Context.h
ssflib/dep/cryptocore/include/CC_Type.h
ssflib/dep/cryptocore/include/CryptoCore.h
ssflib/dep/cryptocore/include/base/cc_ANSI_x931.h
ssflib/dep/cryptocore/include/base/cc_bignum.h
ssflib/dep/cryptocore/include/base/cc_des.h
ssflib/dep/cryptocore/include/base/cc_ecc.h
ssflib/dep/cryptocore/include/base/cc_fast_math.h
ssflib/dep/cryptocore/include/base/cc_hash.h
ssflib/dep/cryptocore/include/base/cc_md5.h
ssflib/dep/cryptocore/include/base/cc_moo.h
ssflib/dep/cryptocore/include/base/cc_pkcs1_v21.h
ssflib/dep/cryptocore/include/base/cc_rc4.h
ssflib/dep/cryptocore/include/base/cc_sha1.h
ssflib/dep/cryptocore/include/base/cc_sha2.h
ssflib/dep/cryptocore/include/base/cc_snow2.h
ssflib/dep/cryptocore/include/drm_macro.h
ssflib/dep/cryptocore/include/middle/cc_cmac.h
ssflib/dep/cryptocore/include/middle/cc_dh.h
ssflib/dep/cryptocore/include/middle/cc_dsa.h
ssflib/dep/cryptocore/include/middle/cc_ecdh.h
ssflib/dep/cryptocore/include/middle/cc_ecdsa.h
ssflib/dep/cryptocore/include/middle/cc_hmac.h
ssflib/dep/cryptocore/include/middle/cc_rng.h
ssflib/dep/cryptocore/include/middle/cc_rsa.h
ssflib/dep/cryptocore/include/middle/cc_symmetric.h
ssflib/dep/cryptocore/include/middle/cc_tdes.h
ssflib/dep/cryptocore/include/test_self.h
ssflib/dep/cryptocore/source/CC_API.c
ssflib/dep/cryptocore/source/base/cc_ANSI_x931.c
ssflib/dep/cryptocore/source/base/cc_bignum.c
ssflib/dep/cryptocore/source/base/cc_des.c
ssflib/dep/cryptocore/source/base/cc_ecc.c
ssflib/dep/cryptocore/source/base/cc_fast_math.c
ssflib/dep/cryptocore/source/base/cc_hash.c
ssflib/dep/cryptocore/source/base/cc_md5.c
ssflib/dep/cryptocore/source/base/cc_moo.c
ssflib/dep/cryptocore/source/base/cc_pkcs1_v21.c
ssflib/dep/cryptocore/source/base/cc_rc4.c
ssflib/dep/cryptocore/source/base/cc_sha1.c
ssflib/dep/cryptocore/source/base/cc_snow2.c
ssflib/dep/cryptocore/source/middle/cc_cmac.c
ssflib/dep/cryptocore/source/middle/cc_dh.c
ssflib/dep/cryptocore/source/middle/cc_dsa.c
ssflib/dep/cryptocore/source/middle/cc_ecdh.c
ssflib/dep/cryptocore/source/middle/cc_ecdsa.c
ssflib/dep/cryptocore/source/middle/cc_hmac.c
ssflib/dep/cryptocore/source/middle/cc_rng.c
ssflib/dep/cryptocore/source/middle/cc_rsa.c
ssflib/dep/cryptocore/source/middle/cc_symmetric.c
ssflib/dep/cryptocore/source/middle/cc_tdes.c
ssflib/dep/swdss/include/file_op.h
ssflib/dep/swdss/include/secure_file.h
ssflib/dep/swdss/include/slog.h
ssflib/dep/swdss/include/ss_api.h
ssflib/dep/swdss/include/ss_crypto.h
ssflib/dep/swdss/include/ss_misc.h
ssflib/dep/swdss/include/ss_temp_store.h
ssflib/dep/swdss/include/ss_types.h
ssflib/dep/swdss/source/file_op.cpp
ssflib/dep/swdss/source/secure_file.cpp
ssflib/dep/swdss/source/ss_api.cpp
ssflib/dep/swdss/source/ss_crypto.cpp
ssflib/dep/swdss/source/ss_misc.cpp
ssflib/dep/swdss/source/ss_temp_store.cpp
ssflib/dep/time/ssf_time.cpp
ssflib/dep/uci/include/uci_aes_xcbc_mac.h
ssflib/dep/uci/include/uci_api.h
ssflib/dep/uci/include/uci_cryptocore.h
ssflib/dep/uci/include/uci_hwcrypto.h
ssflib/dep/uci/include/uci_internal.h
ssflib/dep/uci/include/uci_type.h
ssflib/dep/uci/source/uci_aes_xcbc_mac.c
ssflib/dep/uci/source/uci_api.c
ssflib/dep/uci/source/uci_cryptocore.c
ssflib/dep/uci/source/uci_hwcrypto.c
ssflib/inc/app_debug.h
ssflib/inc/crypto_internal.h
ssflib/inc/permission.h
ssflib/inc/ssf_client.h
ssflib/inc/ssf_lib.h
ssflib/inc/ssf_storage.h
ssflib/src/app_debug.cpp
ssflib/src/ssf_arithmetic.cpp
ssflib/src/ssf_client.cpp
ssflib/src/ssf_crypto.cpp
ssflib/src/ssf_lib.cpp
ssflib/src/ssf_malloc.cpp
ssflib/src/ssf_panic.cpp
ssflib/src/ssf_permission.cpp
ssflib/src/ssf_storage.cpp
ssflib/src/ssf_taentrypoint.cpp
systemd/CMakeLists.txt