Add NOTICE, AUTHOR file and modify boilerplate
authorJaekyun Lee <jkyun.lee@samsung.com>
Wed, 16 Jan 2013 10:19:41 +0000 (19:19 +0900)
committerJaekyun Lee <jkyun.lee@samsung.com>
Wed, 16 Jan 2013 10:19:41 +0000 (19:19 +0900)
commite4b033ed6726c893bb8d93ca9f6f4a6b76531838
tree6400562f3c1586942abbbef81a1f105c2c839314
parentea406cfcb83e9deb862f3de8d2606cdae3847b00
Add NOTICE, AUTHOR file and modify boilerplate

Change-Id: I18c33a0c86b98a8ca4c48891f69e04a3a8878978
104 files changed:
AUTHOR [new file with mode: 0644]
NOTICE [new file with mode: 0644]
client/ClientChannel.cpp
client/ClientDispatcher.cpp
client/ClientIPC.cpp
client/Reader.cpp
client/SEService.cpp
client/Session.cpp
client/include/ClientChannel.h
client/include/ClientDispatcher.h
client/include/ClientIPC.h
client/include/Reader.h
client/include/SEService.h
client/include/SEServiceListener.h
client/include/Session.h
common/APDUHelper.cpp
common/AccessCondition.cpp
common/AccessControlList.cpp
common/ByteArray.cpp
common/DispatcherHelper.cpp
common/FCI.cpp
common/FileObject.cpp
common/GPSEACL.cpp
common/IPCHelper.cpp
common/ISO7816BERTLV.cpp
common/Message.cpp
common/NumberStream.cpp
common/OpensslHelper.cpp
common/PKCS15.cpp
common/PKCS15DODF.cpp
common/PKCS15ODF.cpp
common/PKCS15OID.cpp
common/PKCS15Object.cpp
common/PKCS15Path.cpp
common/PKCS15TokenInfo.cpp
common/ProviderHelper.cpp
common/ReaderHelper.cpp
common/Record.cpp
common/SEServiceHelper.cpp
common/Serializable.cpp
common/SessionHelper.cpp
common/SignatureHelper.cpp
common/SimpleTLV.cpp
common/Synchronous.cpp
common/TLVHelper.cpp
common/include/APDUHelper.h
common/include/AccessCondition.h
common/include/AccessControlList.h
common/include/ByteArray.h
common/include/Channel.h
common/include/Debug.h
common/include/DispatcherHelper.h
common/include/DispatcherMsg.h
common/include/FCI.h
common/include/FileObject.h
common/include/GPSEACL.h
common/include/IPCHelper.h
common/include/ISO7816BERTLV.h
common/include/Lock.h
common/include/Message.h
common/include/NumberStream.h
common/include/OpensslHelper.h
common/include/PKCS15.h
common/include/PKCS15DODF.h
common/include/PKCS15ODF.h
common/include/PKCS15OID.h
common/include/PKCS15Object.h
common/include/PKCS15Path.h
common/include/PKCS15TokenInfo.h
common/include/ProviderHelper.h
common/include/ReaderHelper.h
common/include/Record.h
common/include/SEServiceHelper.h
common/include/Serializable.h
common/include/SessionHelper.h
common/include/SignatureHelper.h
common/include/SimpleTLV.h
common/include/Synchronous.h
common/include/TLVHelper.h
common/include/Terminal.h
common/include/TerminalInterface.h
common/include/smartcard-types.h
server/ClientInstance.cpp
server/ServerChannel.cpp
server/ServerDispatcher.cpp
server/ServerIPC.cpp
server/ServerReader.cpp
server/ServerResource.cpp
server/ServerSEService.cpp
server/ServerSession.cpp
server/ServiceInstance.cpp
server/include/ClientInstance.h
server/include/ServerChannel.h
server/include/ServerDispatcher.h
server/include/ServerIPC.h
server/include/ServerReader.h
server/include/ServerResource.h
server/include/ServerSEService.h
server/include/ServerSession.h
server/include/ServiceInstance.h
server/include/SmartcardDbus.h
server/smartcard-daemon.cpp
test-client/test-client-sync.cpp
test-client/test-client.cpp