The license change version 1.0 to version 1.1
authorleerang song <leerang.song@samsung.com>
Mon, 29 Apr 2013 04:34:12 +0000 (13:34 +0900)
committerleerang song <leerang.song@samsung.com>
Mon, 29 Apr 2013 04:43:31 +0000 (13:43 +0900)
commitce29b20777a7f7614c8a611409a527c5d7aba790
tree074fffa973f65491d4f00eaa1542438338b9f651
parent7b98b8ea5b5e616df9bb7a531d7ee5da726a0eb8
The license change version 1.0 to version 1.1

[Issue#] N/A
[Problem] N/A
[Cause] The licese policy is changed.
[Solution] Change the license.
[SCMRequest] N/A

Change-Id: I01e5c3fab9ec65b7421387a8ffaa1cb0064e3f61
90 files changed:
CMakeLists.txt
LICENSE.Flora
data/web_provider_reset_db.sh
packaging/livebox.web-provider.spec
src/API/CMakeLists.txt
src/API/SqliteDB.cpp
src/API/SqliteDB.h
src/API/WebProviderDB.h
src/API/web-provider-info.h
src/API/web_provider_livebox_info.cpp
src/API/web_provider_livebox_info.h
src/API/web_provider_plugin_info.cpp
src/API/web_provider_plugin_info.h
src/CMakeLists.txt
src/Core/Box.cpp
src/Core/Box.h
src/Core/BoxData.h
src/Core/BoxManager.cpp
src/Core/BoxManager.h
src/Core/BoxSchemeHandler.cpp
src/Core/BoxSchemeHandler.h
src/Core/BoxState.cpp
src/Core/BoxState.h
src/Core/BoxUpdateTimer.cpp
src/Core/BoxUpdateTimer.h
src/Core/Buffer/BoxRenderBuffer.cpp
src/Core/Buffer/BoxRenderBuffer.h
src/Core/Buffer/CMakeLists.txt
src/Core/Buffer/IRenderBuffer.h
src/Core/Buffer/PdRenderBuffer.cpp
src/Core/Buffer/PdRenderBuffer.h
src/Core/Buffer/RenderBuffer.cpp
src/Core/Buffer/RenderBuffer.h
src/Core/Buffer/RenderBufferFactory.cpp
src/Core/Buffer/RenderBufferFactory.h
src/Core/CMakeLists.txt
src/Core/IBox.h
src/Core/IBoxContext.h
src/Core/IBoxManager.h
src/Core/IBoxState.h
src/Core/Service/AppControl.cpp
src/Core/Service/AppControl.h
src/Core/Service/CMakeLists.txt
src/Core/Service/MessageManager.cpp
src/Core/Service/MessageManager.h
src/Core/Service/PeriodChanger.cpp
src/Core/Service/PeriodChanger.h
src/Core/Service/ScrollHolder.cpp
src/Core/Service/ScrollHolder.h
src/Core/Util/CMakeLists.txt
src/Core/Util/ITimer.h
src/Core/Util/Log.cpp
src/Core/Util/Log.h
src/Core/Util/Noncopyable.h
src/Core/View/CMakeLists.txt
src/Core/View/IPdHelper.h
src/Core/View/IRenderView.h
src/Core/View/IWebView.h
src/Core/View/PdHelper.cpp
src/Core/View/PdHelper.h
src/Core/View/WebView.cpp
src/Core/View/WebView.h
src/Daemon/BoxDaemon.cpp
src/Daemon/BoxDaemon.h
src/Daemon/BoxDaemonImpl.cpp
src/Daemon/BoxDaemonImpl.h
src/Daemon/BoxDaemonUtil.cpp
src/Daemon/BoxDaemonUtil.h
src/Daemon/CMakeLists.txt
src/Daemon/main.cpp
src/Plugin/AppBoxPlugin/AppBoxManager.cpp
src/Plugin/AppBoxPlugin/AppBoxManager.h
src/Plugin/AppBoxPlugin/AppBoxObserver.cpp
src/Plugin/AppBoxPlugin/AppBoxObserver.h
src/Plugin/AppBoxPlugin/AppBoxPdHelper.cpp
src/Plugin/AppBoxPlugin/AppBoxPdHelper.h
src/Plugin/AppBoxPlugin/AppBoxPluginFactory.cpp
src/Plugin/AppBoxPlugin/AppBoxPluginFactory.h
src/Plugin/AppBoxPlugin/AppBoxRenderBuffer.cpp
src/Plugin/AppBoxPlugin/AppBoxRenderBuffer.h
src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp
src/Plugin/AppBoxPlugin/AppBoxRenderView.h
src/Plugin/AppBoxPlugin/CMakeLists.txt
src/Plugin/AppBoxPlugin/box_plugin_interface.cpp
src/Plugin/BoxPluginConnector.cpp
src/Plugin/BoxPluginConnector.h
src/Plugin/CMakeLists.txt
src/Plugin/IBoxPluginConnector.h
src/Plugin/IBoxPluginFactory.h
src/Plugin/box_plugin_interface.h