change License url of boilerplate
authorSeunghwan Lee <sh.cat.lee@samsung.com>
Thu, 17 Jan 2013 07:07:11 +0000 (16:07 +0900)
committerSeunghwan Lee <sh.cat.lee@samsung.com>
Thu, 17 Jan 2013 07:07:11 +0000 (16:07 +0900)
184 files changed:
framework/deliver-handler/MsgDeliverHandler.cpp
framework/main.cpp
framework/plugin-manager/MsgPluginConfig.cpp
framework/plugin-manager/MsgPluginManager.cpp
framework/setting-handler/MsgSettingHandler.cpp
framework/storage-handler/MsgStorageFilter.cpp
framework/storage-handler/MsgStorageFolder.cpp
framework/storage-handler/MsgStorageManager.cpp
framework/storage-handler/MsgStorageMessage.cpp
framework/storage-handler/MsgStorageMms.cpp
framework/storage-handler/MsgStorageSim.cpp
framework/storage-handler/MsgStorageUtil.cpp
framework/submit-handler/MsgSubmitHandler.cpp
framework/transaction-manager/MsgCmdHandlerFilter.cpp
framework/transaction-manager/MsgCmdHandlerSetting.cpp
framework/transaction-manager/MsgCmdHandlerStorage.cpp
framework/transaction-manager/MsgCmdHandlerTransport.cpp
framework/transaction-manager/MsgTransManager.cpp
include/common/MsgCmdTypes.h
include/common/MsgCppTypes.h
include/common/MsgFilterTypes.h
include/common/MsgInternalTypes.h
include/common/MsgMmsTypes.h
include/common/MsgPluginInterface.h
include/common/MsgQueue.h
include/common/MsgSettingTypes.h
include/common/MsgStorageTypes.h
include/common/MsgThread.h
include/common/MsgTransportTypes.h
include/common/MsgTypes.h
include/framework/MsgCmdHandler.h
include/framework/MsgDeliverHandler.h
include/framework/MsgPluginConfig.h
include/framework/MsgPluginManager.h
include/framework/MsgSettingHandler.h
include/framework/MsgStorageHandler.h
include/framework/MsgSubmitHandler.h
include/framework/MsgTransManager.h
include/mapi/msg.h
include/mapi/msg_private.h
include/mapi/msg_storage.h
include/mapi/msg_storage_types.h
include/mapi/msg_transport.h
include/mapi/msg_transport_types.h
include/mapi/msg_types.h
include/msg_helper/MsgHelper.h
include/proxy/MsgHandle.h
include/proxy/MsgProxyListener.h
include/utils/MsgContact.h
include/utils/MsgDebug.h
include/utils/MsgDrmWrapper.h
include/utils/MsgException.h
include/utils/MsgGconfWrapper.h
include/utils/MsgIpcSocket.h
include/utils/MsgMemory.h
include/utils/MsgMmsMessage.h
include/utils/MsgMutex.h
include/utils/MsgNotificationWrapper.h
include/utils/MsgSoundPlayer.h
include/utils/MsgSpamFilter.h
include/utils/MsgSqliteWrapper.h
include/utils/MsgTextConvert.h
include/utils/MsgUtilFile.h
include/utils/MsgUtilFunction.h
include/utils/MsgUtilStorage.h
include/utils/MsgVMessage.h
mapi/msg_control.cpp
mapi/msg_filter.cpp
mapi/msg_message.cpp
mapi/msg_mms.cpp
mapi/msg_setting.cpp
mapi/msg_storage.cpp
mapi/msg_svc.cpp
mapi/msg_transport.cpp
msg_helper/MsgSensorWrapper.cpp
msg_helper/MsgSoundPlayer.cpp
msg_helper/main.cpp
plugin/mms_plugin/MmsPluginAvCodec.cpp
plugin/mms_plugin/MmsPluginCodecCommon.cpp
plugin/mms_plugin/MmsPluginConnManWrapper.cpp
plugin/mms_plugin/MmsPluginDecode.cpp
plugin/mms_plugin/MmsPluginDrm.cpp
plugin/mms_plugin/MmsPluginEncode.cpp
plugin/mms_plugin/MmsPluginEventHandler.cpp
plugin/mms_plugin/MmsPluginHttp.cpp
plugin/mms_plugin/MmsPluginInternal.cpp
plugin/mms_plugin/MmsPluginMIME.cpp
plugin/mms_plugin/MmsPluginMain.cpp
plugin/mms_plugin/MmsPluginMessage.cpp
plugin/mms_plugin/MmsPluginSMILValidate.cpp
plugin/mms_plugin/MmsPluginSmil.cpp
plugin/mms_plugin/MmsPluginStorage.cpp
plugin/mms_plugin/MmsPluginTextConvert.cpp
plugin/mms_plugin/MmsPluginTransport.cpp
plugin/mms_plugin/MmsPluginUserAgent.cpp
plugin/mms_plugin/MmsPluginUtil.cpp
plugin/mms_plugin/include/MmsPluginAvCodec.h
plugin/mms_plugin/include/MmsPluginCodec.h
plugin/mms_plugin/include/MmsPluginCodecCommon.h
plugin/mms_plugin/include/MmsPluginCodecTypes.h
plugin/mms_plugin/include/MmsPluginConnManWrapper.h
plugin/mms_plugin/include/MmsPluginDebug.h
plugin/mms_plugin/include/MmsPluginDecode.h
plugin/mms_plugin/include/MmsPluginDrm.h
plugin/mms_plugin/include/MmsPluginEncode.h
plugin/mms_plugin/include/MmsPluginEventHandler.h
plugin/mms_plugin/include/MmsPluginHttp.h
plugin/mms_plugin/include/MmsPluginInternal.h
plugin/mms_plugin/include/MmsPluginMIME.h
plugin/mms_plugin/include/MmsPluginMain.h
plugin/mms_plugin/include/MmsPluginMessage.h
plugin/mms_plugin/include/MmsPluginSMILValidate.h
plugin/mms_plugin/include/MmsPluginSmil.h
plugin/mms_plugin/include/MmsPluginStorage.h
plugin/mms_plugin/include/MmsPluginTextConvert.h
plugin/mms_plugin/include/MmsPluginTransport.h
plugin/mms_plugin/include/MmsPluginTypes.h
plugin/mms_plugin/include/MmsPluginUserAgent.h
plugin/mms_plugin/include/MmsPluginUtil.h
plugin/sms_plugin/SmsPluginCallback.cpp
plugin/sms_plugin/SmsPluginCbMsgHandler.cpp
plugin/sms_plugin/SmsPluginConcatHandler.cpp
plugin/sms_plugin/SmsPluginEventHandler.cpp
plugin/sms_plugin/SmsPluginMain.cpp
plugin/sms_plugin/SmsPluginParamCodec.cpp
plugin/sms_plugin/SmsPluginSatHandler.cpp
plugin/sms_plugin/SmsPluginSetting.cpp
plugin/sms_plugin/SmsPluginSimMsg.cpp
plugin/sms_plugin/SmsPluginStorage.cpp
plugin/sms_plugin/SmsPluginTpduCodec.cpp
plugin/sms_plugin/SmsPluginTransport.cpp
plugin/sms_plugin/SmsPluginUAManager.cpp
plugin/sms_plugin/SmsPluginUDCodec.cpp
plugin/sms_plugin/SmsPluginWapPushHandler.cpp
plugin/sms_plugin/include/SmsPluginCallback.h
plugin/sms_plugin/include/SmsPluginCbMsgHandler.h
plugin/sms_plugin/include/SmsPluginConcatHandler.h
plugin/sms_plugin/include/SmsPluginEventHandler.h
plugin/sms_plugin/include/SmsPluginMain.h
plugin/sms_plugin/include/SmsPluginParamCodec.h
plugin/sms_plugin/include/SmsPluginSatHandler.h
plugin/sms_plugin/include/SmsPluginSetting.h
plugin/sms_plugin/include/SmsPluginSimMsg.h
plugin/sms_plugin/include/SmsPluginStorage.h
plugin/sms_plugin/include/SmsPluginTpduCodec.h
plugin/sms_plugin/include/SmsPluginTransport.h
plugin/sms_plugin/include/SmsPluginTypes.h
plugin/sms_plugin/include/SmsPluginUAManager.h
plugin/sms_plugin/include/SmsPluginUDCodec.h
plugin/sms_plugin/include/SmsPluginWapPushHandler.h
proxy/MsgHandleControl.cpp
proxy/MsgHandleFilter.cpp
proxy/MsgHandleSetting.cpp
proxy/MsgHandleStorage.cpp
proxy/MsgHandleTransport.cpp
proxy/MsgProxyListener.cpp
utils/MsgContact.cpp
utils/MsgDebug.cpp
utils/MsgDrmWrapper.cpp
utils/MsgException.cpp
utils/MsgGconfWrapper.cpp
utils/MsgIpcSocket.cpp
utils/MsgMemory.cpp
utils/MsgMmsMessage.cpp
utils/MsgMutex.cpp
utils/MsgNotificationWrapper.cpp
utils/MsgSoundPlayer.cpp
utils/MsgSpamFilter.cpp
utils/MsgSqliteWrapper.cpp
utils/MsgTextConvert.cpp
utils/MsgUtilFile.cpp
utils/MsgUtilFunction.cpp
utils/MsgUtilStorage.cpp
utils/MsgVMessage.cpp
vobject-engine/VCard.c
vobject-engine/VCardCalUtil.c
vobject-engine/VMessage.c
vobject-engine/include/VCard.h
vobject-engine/include/VMessage.h
vobject-engine/include/VTypes.h
vobject-engine/include/vobject.h
vobject-engine/test_code/CQ_VCARD.c
vobject-engine/test_code/uts_vdata_vcard_decode.c
vobject-engine/test_code/uts_vdata_vcard_encode.c

index 01e37473cd593e719f507f7a4fa27fdc24ab5b84..c7ed74175d1c57e601eb46f7824ee07bcc1ee143 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 26a42b21cef684c3287720346d42f11eec351491..b7f5340b069604db4eb15e6ae7a4620cbf0f5969 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 52d9b26a0516548807bf9803b30afcc4f52fbccc..2a7d842769632945cb605021822de902f891a3d5 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 0459300455edef4d7ad7c7fde3ecbe41abf58106..29353c47c5ed065f8ad4e624469f1c23020f30ce 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 5d741010039c637b0c13e8aa5e267605d57b9472..b79098b91cd5a89c654fc6ae126112370d0ae1f3 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index fc666ebd6c05fd7af0164ed77694dbdc375c386b..9cefcc8c8269a542c66b371d0f3f52f09834ff98 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 7ca9386fb8ba8d8eaa82a442e7b7d66ebfe6dbdd..55a2038c704f4a5aff39585a15fd8f26cfbb20e2 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index d0a54ef332cbf05d82028f30a91f881c0ede01cf..3ed7eb65ae6e19bc42590912ed9a59661d4d3e81 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 497970bbcb5af112738dd13f4cce579eb4ca1a4a..b088560a6c3be56a115ab1c9228e997e954d399f 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 63756b8d45423cb59efe4a5d9b5826349cd48ba7..61b6c74e4fcd2184b8b3b2ef8cbc51b30750b5da 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 9d950215a64cb1d6c8e3ff3af83f33766f631601..9c6ffb6d951ebceb16d02a827663fbca2f1197ff 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 86ba9a1c1aa688b42fe7e5e435409cac8f90b77d..9ed38014f2d2bd08d0fc1695574f4a56dbb72503 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 9ba37408354cfe339d4e654f2629bea043b7448a..f73906563368b8b45c968153ad3bd8b532d294a3 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 3b9b9343fd327bcd604a2e0420522dc5298ac505..964c849d9a27153e860cea05b55fdf1f1f82d1a6 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 14f4784e3afff27501cf76720816c24858fd2b38..ad92be8f4de6a1ee93469620b1485e833ba2a2eb 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 2cd1d30697db9b2c70dbde6f28683e35b4a4b1a1..4f51994c76332adb9e42b2ef21362ef6f83474a5 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 3f571e3671af8ef197d15b5cf0cb720a8db41265..c8bbedb3e8515bafebfe1f10dfc9acde506700d1 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 95d22fac7f487ff0dfc681b8a5b3e145b3c1a0fd..0ef7bc7ad373b832d33549d6d56be3a248dbb2eb 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 76f5490bdb70411726f0a180fac589e1df0a46e3..6238bf0176b3fc129307dd246b6c7ab62d8eb356 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 6dbd13a49c1d3b21ea647f496f9372f21281831d..31d75ae6cbdf458dca8c21ee4569d07f52636bd8 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 6bd7ba4531fe9563bcfcf15575f3acdbb735430e..d43bb96f781a8c40f284a7f83475f12abfbc5112 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 1f688173d4b2df6306fc0f5618b20d550a838a46..feffe1da197490b6fdf1a0ca18541aa9254e3eb8 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index b9cd01038e60c8549d094e73d32d1b8f0aca07aa..56a84b39e439091221dbd12215ed845b683bbeab 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 0180f5fb6c89e58dacfa479676f1e8a3efd0ae62..b460cc34a9c13e50d3f62b0e6d8a744eeb0f3efb 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 451357212d2010a1f5777c761e0ebc41b5b63480..18aa045531262045cb81823b9f5b87b780e35ca8 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 66a4f328faad32b019e6180d04e05fbc432d7048..530a43a98f5947b49f089a3406db6b54a87263ee 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 226d6f691d5deba4e80eb0d76f008a8cbd94caf8..5a74993f861df01120112b888af191f35a5326c0 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index bb40f9c2e7e04e1097e817157fbcdb3ee64763c6..225308dd8051a3e6c608b2aefb1ed82779740a37 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 5b0669c403a1d298ba06a3bd996a1a6d5224de58..e23db3f6f65ed604631de823c74af053fa384cdf 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 8b9415153b1279b167a1d9da18f4315e8ed3f772..5618c809146d5ded706ca4960f646c52b313ae75 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 277f18606753b5e424954bc628734ae64a573ee1..dc52cd503b089f2481cce594603d0272a8855c9f 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 8251951d6221ce15d0ddd68101f6b5ca2aa17975..0e940708ffc60ff80d820f91e0f35b9a2b139800 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index b4157b8974393290ff18e2b96347c9f17879745b..1180d8520d135aa798a788d65d2b3c8091a15efd 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 343ae1d2800919e4d3408e7f626010380a1451ed..99f384d0553e06f980c88b6c518cfe220900c8dc 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 701e4f7eb26f9fd73e744e4caee64745edf2c518..054025f9bf427da719be9867d7716978875b1795 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index e860380fec7d8a151a1c2308d1ffffa688daa7a5..6bc3df29b48d1df35666f14b24e925340cdc9f7d 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index dd7c34413c604f666c23ad4d03665bdf6a89ebcc..ee455dd427481a025a43fb364ed31fd0c8c80cec 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index d8b5f6419417b5d1362bbfcad17e3fcb8f6fdd8d..ede775657097006f0116acbbb3393b818c975519 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index f56eb6ea44a8670ba436abe5047704b110da3645..c1209f9cbd142b762f802ae858a5291b04b73ecf 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 80030fd348b4e695edfcf63c84d5753ac5397ae2..6989ba5c2eb6ea9f0eb0c1ab720586a079cf3f2e 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index e7b08d931dfc8ffcb2c3f9e8575af142c4172ebc..ba16db276f09be05d7cd2e77d1e821339a9b681b 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 7edf1acabde220b1703e96b20f40c381282933f8..1244ae0c7c6443c3b6d29528f1d242a963e6199b 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 802c47aa6d1b76c2fa621d2ba6c5df01ff295572..a20b9ad1e766bbf866829415d695921bcfdfbecd 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index ec9d48ebd15204b99d0a777bc531328805ac0270..6188fdd89eb0407ec82304ce53f792dfe0a7b950 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index af7bf62811311e9ef821be273edc28b0a648ea26..e65be2aedc1b293e8e2e4b732f252847acee6f2c 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index df7fbeb59b96aa24137da70e3e09a9f1bdf3061b..d6f83a214b6fb46e62c7d849cd12a36e05de3a27 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 6b77894636b330b75f44d300f9dd5bf7f5c44f6d..09092e9e07dc43533e93796351a1ca7ffa049b0d 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index db0d5b26ff708dd1fbc872fa2d3d0d82eb428b10..9f64ee659475bb102b3131be2a86b81e9ce17968 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 12b136a4a1158a7c4c7684a0247566980a7d11d6..f6b759f7655995411d3e09d31067824f16ee8f77 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index a2f18d0df6e4ff311a49067ee0d83b1058ce3d10..82555af2de11856a233516a7767ec5ea500fe3a9 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 5a85616956fc2beab60df643b09efe0199ee7be2..624d6691709f2c5b5b5904251c42ce42f7a313d0 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index d3e24e7b56e39c1a09cca959d8fcfcaf8d286360..aca73fba53950ac72e08fbb26aaec404a085efab 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 7428cd927603130166319902349e855b9b49c973..1504063b79da62715884773bf4fef41991a72d55 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 16b63dd2efec63ba38c379b742841e67d9286816..72368a807b49c699e2b07d4655cf04deeeaed2e4 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 298ea0385e040888e759ca8f797c2e3da2fc5537..6e47e3191c7296737dc307e97531416da651dcf9 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 071eade51ee82f27e992a205cd9d5c5a6ed5a17c..6c4a597c8d870f28b7a2f1b22aea40f56d65b104 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 187d848938dc9f1b82afa2211653911c2efebdba..d6c9f2602d048b4c723500420f2540d62611ecb0 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index a66bbd22ec0efbf96b85ebc1cc7aab54a9e52b0f..032c5a786df98f2084519a4efe714133d885f7b2 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index af9c1b7f4f43f4ef3bb579cd2fa2a47cd7b972a0..01851fd67b738def67b2f35c67195f92e36d07e8 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 4f44aaca78006d723eafc7b3e9e908f42861bc88..20c486168c51679ee4ec2b78c1e8d71b761ed5d7 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index ffb8c87bee300ad362c9a5ee38704619d7cd611c..246b38415a99df836d4c2aed248a4a9e1f78bc20 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 7ebf09fb5849156ab329035da2b51a6d8a62964a..8e818b7b4ef15a060bc51d56f5274285bc88ca97 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 4834e0caea643c80abffb1694f1e3ba5844c84d6..0cb142cec8c8e4deb7a6310990d5d596b2336af7 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 528c9cfa203c9da8b22e99eefffa2f5761ddc18f..3501a0e93c0b37647aba9b9c05352ac36cb8c7ff 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 89fec2496fb5c4c542fb175003bbf9c4744ffd98..694c923d8aa37f459dafa15aaa7ed5a2feeda17b 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 9bea6d8b0d507252ffe9631d10efc4db948d062b..c793dcaf5b83d1ba55c1c868acd81585870ebfa5 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index ef1d7d1d7de30990b1c7833fab6e7907e8595c6f..7c0bcc76e344cc616a42be1c33a9002d9c506732 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 7641a776aa3b0965ab503d272e7a3325f2eb61bd..a7a9d196502fb9ec32c657bfda1e1a8e81fd78ee 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 21b99251aaa4e65ed8cb3e851109ecd6027e7ba5..b78d7a3c8dd7fb10e249a3743dc9b2a606fbae92 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index a4a14e7149b584c5c236a8381b5bdd7e6d39cceb..c8b51fca0addff8863ed464f998e3521604e0e8c 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index dd6695147d950433271696d62b2eb8e82c6479f2..0db861ad52609f391f9bc98c6bafa13a7414ceab 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 688cf90ed92f33268e19f2c82e039521bf8ecba9..ef0f23980632ee473d4a0adef4bca4b3c722d30a 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index d173d89c86e87d93684ad96827bba7822ecc1fb5..e8e85ee1aa7f0378d3af2932a88846eb06567242 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index ab1890651cfd4b15949ed6ea24c0ecc163c27a77..e680a61d0ec5b963cfb27272aa4d1a23701c7d04 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 16b52b9a37779626c37389f06f21d5db515f0e54..e284ae980fdeaa8d44451d52ef2c0d79079ab713 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index d6c9e00cabab4be075619da603694c1e733f53f9..1879fd2a684557de82e9bb2094ccac4a8f2a627a 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 8522106d76ff1d63ec2dc8126c00a2f4e36ff4fc..2d8392a24f8282d7805b3da7c83c1114978b6706 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 24292eb218879edd4e533ef65f798636e3a9fd36..ce342b8f1d8a917dfadfa33f195061e523230494 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index fb7c771941c60f98d4d97d9ad20676bc06abae40..66817e7e9e337278374045bbd760fad98738ca67 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 301e05f09cddb6c7ccf0a28300c64883e1b0fcbe..066966113a05de28f5809b5d5b2e21cd2777ab56 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 8ee5e4067e8559128a760823167070255db00956..4fd1dcad458b954c7b0313b41d99194fe4f633cd 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 322d7cb50dd3325393ddf24588ee8869f37a45b0..1319b9528e104edd02fef02e1897d4d3d7e9fc8f 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 3c40cdbd35f97a9ac39105557127265f4e5f5475..4324093a9c5e941df8cd4c2746969b2da4a33b00 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index b68275e77f2ece8a5304e8e5e26357b237d7580e..d4e32656aa0c264e5a871e7f0a1307bed897a1b2 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 647f33cee836ec7fcee8b724c84530839501d720..d624617f0a92ea25a75c263550b08efef9fb0d62 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index c29c7bfb708491f5c364367dc614b809aca5be03..f248968d3601788441d97cb6bdff25489ba3f5a8 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 312ba7d0cb3fcd459d13bcb3e84eb9455d179e0b..8e737ac970689fdb84ac00abb530ac19f11bfb4e 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 69133a0f8890673108cab7c893aab0ce785c86fa..0b5df121af47d9133aeb98d9f2799bcb6bd4fe27 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 4a147dd9d1343e0f1985f9ba804de64a67fde3d1..4d4cd61656c3a5a64aa50551adf6f0c0008a5a7a 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 41bb1caef1e2ce1d7e156c84e23db2d5ac5d378b..07b8c24b54d7e1815cb5a4c2846511dff11e6c28 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 46a9255640f3ee753114ca3c6e7121bbe516e874..8910c111866a1ea3cf94b451f3d07a5473eb373c 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index c8f0a69458191726a9330ee6fdcb9b2707f02f50..271d0626adaa8fdee193b3ff89106475ab789e7e 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index ec8763f45951f5ac4422d0f84629f100686f335e..912be9deaabbc94c13d2652e51801a1c07f1ce3f 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 6632faa4cdfe4996242420e7b8984993efdc0b71..804f1db50191e688665677928ef6d726fb4f4566 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index a067dd3016f52c90c5c594ae953b145547a020a3..32fa3c53f4207fe9f0d0928f8f14861beceade89 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 44b3a66e10a18d36d977c1010460c8b57339102e..42be7960b269944c8c383d3fd73f25e4632060f2 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 24003ae48318b25d8d5279d17bee8067c24817cd..9621c9171c34515b84137a0e0c849b14cc5f9722 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 38ccf7579cf1b71551bb1fb89f0c2cc19ec8a014..1d654325dede3e6830bbe6164e53ad2415705e7c 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index bdeaf5e3bb293711b09e775b267cda2ecbe197bd..0c839cfdc6eeb6c70d24f1ff9bde0615c355d7a1 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index c972499dfc87fca478f81ea2331bee1bfef86913..f590a3ee226f9e36076b486e72c9f72c98e5bc5e 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 4565e7315bbd0f89e9682d36d8006899e1a15e99..34fde1d390da776a73ebb4159504cb35dc66b058 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 3edb9a057bbabe6adfa2c56ff4dd85cce2852862..578ca3fac9aa72f36a958a533e9f0ae6f80bc451 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index abc20973e108b8ac52f6741d5f6a451025e36e33..f0a3519856504c5047ff06a75fad52e3dc1eaad1 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 84569fa9f1a5514c213b07ec15b92dac3bab380a..10f496c7f9f6847e937ea9747f150908d45f6b3f 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 8da188a0c5e5e96524d28a35e3b59bedf561eea8..a97e3535ea7d9dfa8c14ea86dad14236dbef9a16 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 4bb67024f9cd7aa6635b667b0c8efdffe84fec07..ed510a18bb0a2e73a1824e615afef73165298e39 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 94a8c446b14f0c494ccf36870fd00b851a32faf4..d960df0bdba839aba8ac04e977684f094f68e6dc 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 7a7e9ed920ab5aec98126134ca8726d2ea21ecc4..fbb80908a056f5a6008e0102d24f0ec407965287 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index b83526a93f348cc618a6eed14a67d161a6515ced..6f5d80cb60a64a1f97caaa1da223c865d6b847d2 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index b92973fc36c889fc5db7d9d3d7a54c9d7c146657..d34e528859b32f12c07654aded99572ca4dc1da6 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 55f009f0eb0b6b5354cd79ff84e57217e61bb1fb..db549ecd62f0179fed95f5d0f4a09caad8c0e420 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 459edfd8e84217a275942b0e55e0dadd11190619..e80ec1193f5b7681d0fd76574e464a40be74fece 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 74957a8665b2563101b1e77fbc561a84d4f8bcdb..0222a3c791bb2e17571f6aaffa3046e8a2bf15a8 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index cf7b0d440c29cf3cd30206b8581a04ec0474224e..a5bd0c4b5fd1ffbbb0ee33582c37e1eb89a5da4b 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 609631f3c33fdb42a5a161d698960e5564b883a2..97714884adbb08a37d0bfc3608f7a0e32c91cc7d 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index d7fe78d87ef914ad093d5266548a7c3c5396b38f..4ace677c71c6241a6f6526adb3bd11a6c5075dab 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 6e0f1bdfe1b1b2db04f4c42f42575da24e5d1f14..33e1aeaa604052b52ebb9674aba95e90783c7ce7 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 1a98e70f1eac30b87bb789474bc8c32599f5d74d..ff8f1902d7a669c16043106dea74a41981e92812 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index b9f887d130c54f7a55452b691a1a5a9fc6064d3b..7229849f288e57fb19cf2d5f7cc0fc856ff66e9c 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 93835d8375c4456fe4da8f044297ef3f118a467a..9deab29f7bc3966223133c4110fa1c210c4b2cab 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 76408974e8f2217b092312a5e6c603d7afc326b4..e8ddcbdbf6982d92e7aa8b1bad3b255ec6dc2a42 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 0188d5f0aead66ab9e08a2472c16aa6d004e5bb6..348418b782e61e3b28a8dec5b6af1e98560c46e4 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 7daf05d7cd6be709bf990f2a8e6d3b2acfdb69b3..2f30d10396f13b8c9f168b35dfd6a536629cc1d2 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 2462793a1dacb9f8791b140b77762a4d245d407c..4a77e5004d79cfa016e7151a1bfd5230a5a5048b 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index d362e231df4f888926359c78d6e1c3e615e89c5f..30f4a1c38d58dd9ae7ea5817ea058bc97822406b 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index c3333590157ade3064bc36df1ace97038411b228..8a933cf5cd631ead122e74e21424e74cbabab61e 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index aec8b48199c359170c311e775eba56535156db0b..49d6f7f8da3c460c441a745d5c8bc49cf1854e89 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index f11ce6a8f407d798530f0c2d9b8dfdd604ff28e7..a9f9be0cb1f7bd5924ea380fa65d697a7bbe4b34 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 0ebfd6d7ca26ff35740da97c9e55218a2e9185df..6b89d7d660ef576fa3d19f45cab5c1b40380f0b2 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 1f5d6c69c36ef5422c849773421d89fb9557d4ae..1e6c76f0544279f1a874191f5aa610ff1e65a0a1 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index bdb42a9cc7d4f930fd4b477cda7282576bc94b68..c31f16c044a9d81ee124ca0aa9cf9ec137b3fb46 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index cd06567b2bcc30733c958bf5e5d0c2717e88ed2c..80c6e27599f45dd4fb599615fbe7760ab3b485c7 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 5567b58a1d21ae92ee82b7a08aec9fba7b6df846..c9e1760c4887c54fd166b0c43eb8d37dbd4b0739 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 854c3fa53d24e2bcf3de12570504dac306dcc3da..6f9a5ca14a4663f0187f9a95b4a2d15936f36110 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 61ea4e1ea841913ae3f1a1f28740737a259e3e7c..9b710d4e546c7cb642df78b1def6fd2c29e2db0c 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index f62bcfc299526ec3447c69a5c1198a39bd6c8e4b..17e400fc0efde0aa0cb6e1a71001e03079ead08a 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index fdc09c576b6b7eb3117fddd8cc14d70d8479be98..a04d7049afed4ba993d3f6aafa46ec8d808eec9f 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 039c3b17b98273dedcc6db470bffb7d2d2b2e05b..534330fc3e23e257aa7182b9259c730b94dc17fa 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index bebaf9b8d67f31b33c5e0534880da9043933362a..9eb01685678343d4bb1580c9e677ad9c4559a0e0 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 022bba5e08cb6d2b2df26ceee918cb6ac52afd4c..fcfd73a414d784404199d9e50bfdde4094b11869 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index d578593ede02f2158bbd70f34bc763ee4bed6f7a..9d3b4b82b9c827f31d159bfa1f6ec3a4513f4432 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index bee8f8ed0ebf93337cca3a9469f22eb26bd22e42..a8beeaa921bf75b308c8cba111e5fc92dcc3d962 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 718d12fd419f2625a9a7a29b6ffd380c13d52b32..f9f9a5fb1026cfa2e15721333b97eb5c8291199f 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index b97e87b9d207fcd14eb688886b012fb9aa513571..c20a341529d4f7d338a9bacf8863e8c5d1fcfb9c 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 086b1ca1581a27f299722861c5ac8ee1532555fd..30bc0afc48d6a949db0f3d7c0e2c28268ce6e697 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 4481ddedbc4603a5d250fa320c7ee0a65261cd7c..8de007e206601c0be059a6f348b3f7dfd26f81f9 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 609bf1e7d5e3aa96a63746d17c63a084fa20d9b1..6fa65bb23f2ba6022f87584b4ec64f0548961d4d 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 24d32fd951862ce100dd9e55d55496a94d2cf4b0..9a86ab28ffdd6213e86a53609ee27ab883907dd6 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 8dcf085dbd7bff0c89e3dd7e22e7c923a7ce058f..b5d86e96ba3d290ebe8390fd0db0188a10375c4f 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 58521d1a12f9638c93806a2c16e622318f46e49b..de661ff7cc13257a08579723b1658e6683f3ab8f 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 6ae1ddbd4204961acf1fc9203b4a28cc3719659f..58c32d5d5be695e98040ed1b61dd4b640cb4bdb4 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index b198f56b09c04450cca59a879066c15ff3a86bc3..2e599069ebf7e32db6f2f2c9bbed001973cef3f2 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 0ed539ba22221b48c7983cf15233298fab444d2e..7da1838992b103f45d0a2ce1b83a39869f8ced0d 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 9140689ad79810a5b63168c291d42acc673f5949..b530d353a362dde4e3ec0f379e8e74fe0e8ad42f 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 1edae7b57d96f3e45e1bd2b05b25e024cc693716..000f66d327635d2095b6a60caa186caede7e31be 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 9e8643047d656f111aa24c2664f7e3a4e9f66581..931034e1099e1b5f81971937e76a0905ef478f9b 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 84b3c7cb7a150dabe05b1e9d52cee2536e1b491f..7636d1d2fd05654e2f95928415c10073c95ac650 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 4bf4e3994677997b032133a8e34551a966b38f30..06a71eab665f293f1275d954165c1cd9dcb160a5 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index e256e64fbafb28b88de9a43fe596e2b181a66ad2..a8ac429d7662ebbbc106c663b54e81791bf3dedd 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 4c03414a848b577c65000f50e2fdfa615ce99bf8..51980dcee1c4b23d8d8471f30c1097eb55ce2c47 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index d8c2dcc813698674c09835d7cb2eee003635ee10..cac8937dbf1f9fe6069b5c907a41f689e7366bb5 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 28b7435bef4cb9f53c18281c23264c9873ff6fad..733e531c15469d3b969d3063450850d6f64de3de 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 39c3211ee7556e85850af954b0d9f76f73de5fca..30238710f60008c24fe372852ca50ad7bacbc08b 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index d2b3b29f835422d4833c20bbbfc42902e238b4d9..f4ff2b7144d10d3fa3e87493d1ede67b3ae0abfe 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 68907854cb8d46c4b8b75b9eef1b28ff85ee94f3..cad97a44744c24b81f04d40599c04f6514f9f779 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 38a81d91dddd99fa235e7dba3d3fbde662c9206c..a8fc3e28b06af74bf68762b30f1260f070b678f6 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 9fdac91357cdcdd0ab4bb2d7b833c3bab44196d5..2655b169bcc80cf58cd52d34775e11d7a6b6813b 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 5536d8ef222843454be2c267af4ee85289c22e6b..d3f5faa95e7ec1fb5e087a4f5410d4f76fde5128 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 1dcc6d3821073027437c7f17d4f5acc013e4777c..c916108b16a70d2e450b6347a5ff971df32678ee 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 810c9892f359fcaede5f0aec9ccdeaf7f491f50f..d76e7ee0b929b78fa1788b91125fa8260af793b9 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 343f18bff2de5e151f959d9b65e776425644043f..5e533dac06d58e0a3e72836a76f5c68811730982 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index cb0fa77b6a6dcce796bbe8391f61d578c9cac470..de54bb365f9385cd68ce121e833af8b3e9e73cf9 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index ed5e0a943b97042450ca9f8b8f49b1b22cd4bff7..33f5fa943f9bfd1b637a3e30e7bc5acaadfdb32c 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 12cf65e89039ea4201222a1a9612bcbc6d47fa92..862502d8e7ffb4bc28ae85e8fd83c3fc3285d4c1 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 798a7643537b249de9f25edcc1e20d6c8c3b5a01..f7af58adf9d01ac658a5c50cd6363e8c3860b924 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 11ed15fbb49a5b40211d0de4352170abb1800f88..5938e61748df1d3d96cc8ff6d6a08ffa0af1bf85 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index a73831f0153b88d0dc4e586ad563f708150d8c02..8aaba5c7149b3a5bc84457be46bc2e0740b1ec4a 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 7a54945e5b5554b6bec25aea1f4b5953355eb7e3..0bd72859b7c27f98e93d33ae81d58422acebf9fc 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 3b596dc7fb0b75aaeffc0a443498eb6bfe7b1eb3..15466a0568025be1e875f0b0e0c345f076d5c1c7 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 458116f65e917743b9f561126258de9947254eef..2d2249a4fd328da4d2b6f4c28039d701c375552e 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index a151c1ce647b76c9a6bf0d5faa1843106a08d2eb..c0a5acf43254b91e2688a830e092f6098be1daff 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index a78262642fedf206f3b9b51f858b39c12c434d3c..3348275d0310ee17727dcd235969c7a89f38c38c 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index ba63b1fe0e52c781e50e233964ef1403ae1d561e..f33d5019779fe8893fc78c073552570165ee93a7 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
index 815dea7c94008869053b74c521a16162433caf14..e2b8aa81e5d931133f7c14de2be10c1919913628 100755 (executable)
@@ -5,7 +5,7 @@
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
-*    http://www.tizenopensource.org/license
+*    http://floralicense.org
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,