From 0d5fc94742c8aca31caf5990e9777a920857400c Mon Sep 17 00:00:00 2001 From: Sangkoo Kim Date: Fri, 3 May 2013 13:40:36 +0900 Subject: [PATCH] Modify flora license version. Change-Id: I6a47a75e142c9e1ddb9cce23dcf5f29b00b4feef --- LICENSE.Flora | 4 ++-- NOTICE | 4 ++-- framework/deliver-handler/MsgDeliverHandler.cpp | 4 ++-- framework/main.cpp | 4 ++-- framework/plugin-manager/MsgPluginConfig.cpp | 4 ++-- framework/plugin-manager/MsgPluginManager.cpp | 4 ++-- framework/setting-handler/MsgSettingHandler.cpp | 4 ++-- framework/storage-handler/MsgStorageFilter.cpp | 4 ++-- framework/storage-handler/MsgStorageFolder.cpp | 4 ++-- framework/storage-handler/MsgStorageManager.cpp | 4 ++-- framework/storage-handler/MsgStorageMessage.cpp | 4 ++-- framework/storage-handler/MsgStorageMms.cpp | 4 ++-- framework/storage-handler/MsgStorageSim.cpp | 4 ++-- framework/storage-handler/MsgStorageUtil.cpp | 4 ++-- framework/submit-handler/MsgSubmitHandler.cpp | 4 ++-- framework/transaction-manager/MsgCmdHandlerFilter.cpp | 4 ++-- framework/transaction-manager/MsgCmdHandlerSetting.cpp | 4 ++-- framework/transaction-manager/MsgCmdHandlerStorage.cpp | 4 ++-- framework/transaction-manager/MsgCmdHandlerTransport.cpp | 4 ++-- framework/transaction-manager/MsgTransManager.cpp | 4 ++-- include/common/MsgCmdTypes.h | 4 ++-- include/common/MsgCppTypes.h | 4 ++-- include/common/MsgFilterTypes.h | 4 ++-- include/common/MsgInternalTypes.h | 4 ++-- include/common/MsgMmsTypes.h | 4 ++-- include/common/MsgPluginInterface.h | 4 ++-- include/common/MsgQueue.h | 4 ++-- include/common/MsgSettingTypes.h | 4 ++-- include/common/MsgStorageTypes.h | 4 ++-- include/common/MsgThread.h | 4 ++-- include/common/MsgTransportTypes.h | 4 ++-- include/common/MsgTypes.h | 4 ++-- include/framework/MsgCmdHandler.h | 4 ++-- include/framework/MsgDeliverHandler.h | 4 ++-- include/framework/MsgPluginConfig.h | 4 ++-- include/framework/MsgPluginManager.h | 4 ++-- include/framework/MsgSettingHandler.h | 4 ++-- include/framework/MsgStorageHandler.h | 4 ++-- include/framework/MsgSubmitHandler.h | 4 ++-- include/framework/MsgTransManager.h | 4 ++-- include/mapi/msg.h | 4 ++-- include/mapi/msg_private.h | 4 ++-- include/mapi/msg_storage.h | 4 ++-- include/mapi/msg_storage_types.h | 4 ++-- include/mapi/msg_transport.h | 4 ++-- include/mapi/msg_transport_types.h | 4 ++-- include/mapi/msg_types.h | 4 ++-- include/msg_helper/MsgHelper.h | 4 ++-- include/proxy/MsgHandle.h | 4 ++-- include/proxy/MsgProxyListener.h | 4 ++-- include/utils/MsgContact.h | 4 ++-- include/utils/MsgDebug.h | 4 ++-- include/utils/MsgDrmWrapper.h | 4 ++-- include/utils/MsgException.h | 4 ++-- include/utils/MsgGconfWrapper.h | 4 ++-- include/utils/MsgIpcSocket.h | 4 ++-- include/utils/MsgMemory.h | 4 ++-- include/utils/MsgMmsMessage.h | 4 ++-- include/utils/MsgMutex.h | 4 ++-- include/utils/MsgNotificationWrapper.h | 4 ++-- include/utils/MsgSoundPlayer.h | 4 ++-- include/utils/MsgSpamFilter.h | 4 ++-- include/utils/MsgSqliteWrapper.h | 4 ++-- include/utils/MsgTextConvert.h | 4 ++-- include/utils/MsgUtilFile.h | 4 ++-- include/utils/MsgUtilFunction.h | 4 ++-- include/utils/MsgUtilStorage.h | 4 ++-- include/utils/MsgVMessage.h | 4 ++-- mapi/msg_control.cpp | 4 ++-- mapi/msg_filter.cpp | 4 ++-- mapi/msg_message.cpp | 4 ++-- mapi/msg_mms.cpp | 4 ++-- mapi/msg_setting.cpp | 4 ++-- mapi/msg_storage.cpp | 4 ++-- mapi/msg_svc.cpp | 4 ++-- mapi/msg_transport.cpp | 4 ++-- msg_helper/MsgSensorWrapper.cpp | 4 ++-- msg_helper/MsgSoundPlayer.cpp | 4 ++-- msg_helper/main.cpp | 4 ++-- plugin/mms_plugin/MmsPluginAvCodec.cpp | 4 ++-- plugin/mms_plugin/MmsPluginCodecCommon.cpp | 4 ++-- plugin/mms_plugin/MmsPluginConnManWrapper.cpp | 4 ++-- plugin/mms_plugin/MmsPluginDecode.cpp | 4 ++-- plugin/mms_plugin/MmsPluginDrm.cpp | 4 ++-- plugin/mms_plugin/MmsPluginEncode.cpp | 4 ++-- plugin/mms_plugin/MmsPluginEventHandler.cpp | 4 ++-- plugin/mms_plugin/MmsPluginHttp.cpp | 4 ++-- plugin/mms_plugin/MmsPluginInternal.cpp | 4 ++-- plugin/mms_plugin/MmsPluginMIME.cpp | 4 ++-- plugin/mms_plugin/MmsPluginMain.cpp | 4 ++-- plugin/mms_plugin/MmsPluginMessage.cpp | 4 ++-- plugin/mms_plugin/MmsPluginSMILValidate.cpp | 4 ++-- plugin/mms_plugin/MmsPluginSmil.cpp | 4 ++-- plugin/mms_plugin/MmsPluginStorage.cpp | 4 ++-- plugin/mms_plugin/MmsPluginTextConvert.cpp | 4 ++-- plugin/mms_plugin/MmsPluginTransport.cpp | 4 ++-- plugin/mms_plugin/MmsPluginUserAgent.cpp | 4 ++-- plugin/mms_plugin/MmsPluginUtil.cpp | 4 ++-- plugin/mms_plugin/include/MmsPluginAvCodec.h | 4 ++-- plugin/mms_plugin/include/MmsPluginCodec.h | 4 ++-- plugin/mms_plugin/include/MmsPluginCodecCommon.h | 4 ++-- plugin/mms_plugin/include/MmsPluginCodecTypes.h | 4 ++-- plugin/mms_plugin/include/MmsPluginConnManWrapper.h | 4 ++-- plugin/mms_plugin/include/MmsPluginDebug.h | 4 ++-- plugin/mms_plugin/include/MmsPluginDecode.h | 4 ++-- plugin/mms_plugin/include/MmsPluginDrm.h | 4 ++-- plugin/mms_plugin/include/MmsPluginEncode.h | 4 ++-- plugin/mms_plugin/include/MmsPluginEventHandler.h | 4 ++-- plugin/mms_plugin/include/MmsPluginHttp.h | 4 ++-- plugin/mms_plugin/include/MmsPluginInternal.h | 4 ++-- plugin/mms_plugin/include/MmsPluginMIME.h | 4 ++-- plugin/mms_plugin/include/MmsPluginMain.h | 4 ++-- plugin/mms_plugin/include/MmsPluginMessage.h | 4 ++-- plugin/mms_plugin/include/MmsPluginSMILValidate.h | 4 ++-- plugin/mms_plugin/include/MmsPluginSmil.h | 4 ++-- plugin/mms_plugin/include/MmsPluginStorage.h | 4 ++-- plugin/mms_plugin/include/MmsPluginTextConvert.h | 4 ++-- plugin/mms_plugin/include/MmsPluginTransport.h | 4 ++-- plugin/mms_plugin/include/MmsPluginTypes.h | 4 ++-- plugin/mms_plugin/include/MmsPluginUserAgent.h | 4 ++-- plugin/mms_plugin/include/MmsPluginUtil.h | 4 ++-- plugin/sms_plugin/SmsPluginCallback.cpp | 4 ++-- plugin/sms_plugin/SmsPluginCbMsgHandler.cpp | 4 ++-- plugin/sms_plugin/SmsPluginConcatHandler.cpp | 4 ++-- plugin/sms_plugin/SmsPluginEventHandler.cpp | 4 ++-- plugin/sms_plugin/SmsPluginMain.cpp | 4 ++-- plugin/sms_plugin/SmsPluginParamCodec.cpp | 4 ++-- plugin/sms_plugin/SmsPluginSatHandler.cpp | 4 ++-- plugin/sms_plugin/SmsPluginSetting.cpp | 4 ++-- plugin/sms_plugin/SmsPluginSimMsg.cpp | 4 ++-- plugin/sms_plugin/SmsPluginStorage.cpp | 4 ++-- plugin/sms_plugin/SmsPluginTpduCodec.cpp | 4 ++-- plugin/sms_plugin/SmsPluginTransport.cpp | 4 ++-- plugin/sms_plugin/SmsPluginUAManager.cpp | 4 ++-- plugin/sms_plugin/SmsPluginUDCodec.cpp | 4 ++-- plugin/sms_plugin/SmsPluginWapPushHandler.cpp | 4 ++-- plugin/sms_plugin/include/SmsPluginCallback.h | 4 ++-- plugin/sms_plugin/include/SmsPluginCbMsgHandler.h | 4 ++-- plugin/sms_plugin/include/SmsPluginConcatHandler.h | 4 ++-- plugin/sms_plugin/include/SmsPluginEventHandler.h | 4 ++-- plugin/sms_plugin/include/SmsPluginMain.h | 4 ++-- plugin/sms_plugin/include/SmsPluginParamCodec.h | 4 ++-- plugin/sms_plugin/include/SmsPluginSatHandler.h | 4 ++-- plugin/sms_plugin/include/SmsPluginSetting.h | 4 ++-- plugin/sms_plugin/include/SmsPluginSimMsg.h | 4 ++-- plugin/sms_plugin/include/SmsPluginStorage.h | 4 ++-- plugin/sms_plugin/include/SmsPluginTpduCodec.h | 4 ++-- plugin/sms_plugin/include/SmsPluginTransport.h | 4 ++-- plugin/sms_plugin/include/SmsPluginTypes.h | 4 ++-- plugin/sms_plugin/include/SmsPluginUAManager.h | 4 ++-- plugin/sms_plugin/include/SmsPluginUDCodec.h | 4 ++-- plugin/sms_plugin/include/SmsPluginWapPushHandler.h | 4 ++-- proxy/MsgHandleControl.cpp | 4 ++-- proxy/MsgHandleFilter.cpp | 4 ++-- proxy/MsgHandleSetting.cpp | 4 ++-- proxy/MsgHandleStorage.cpp | 4 ++-- proxy/MsgHandleTransport.cpp | 4 ++-- proxy/MsgProxyListener.cpp | 4 ++-- utils/MsgContact.cpp | 4 ++-- utils/MsgDebug.cpp | 4 ++-- utils/MsgDrmWrapper.cpp | 4 ++-- utils/MsgException.cpp | 4 ++-- utils/MsgGconfWrapper.cpp | 4 ++-- utils/MsgIpcSocket.cpp | 4 ++-- utils/MsgMemory.cpp | 4 ++-- utils/MsgMmsMessage.cpp | 4 ++-- utils/MsgMutex.cpp | 4 ++-- utils/MsgNotificationWrapper.cpp | 4 ++-- utils/MsgSoundPlayer.cpp | 4 ++-- utils/MsgSpamFilter.cpp | 4 ++-- utils/MsgSqliteWrapper.cpp | 4 ++-- utils/MsgTextConvert.cpp | 4 ++-- utils/MsgUtilFile.cpp | 4 ++-- utils/MsgUtilFunction.cpp | 4 ++-- utils/MsgUtilStorage.cpp | 4 ++-- utils/MsgVMessage.cpp | 4 ++-- vobject-engine/VCard.c | 4 ++-- vobject-engine/VCardCalUtil.c | 4 ++-- vobject-engine/VMessage.c | 4 ++-- vobject-engine/include/VCard.h | 4 ++-- vobject-engine/include/VMessage.h | 4 ++-- vobject-engine/include/VTypes.h | 4 ++-- vobject-engine/include/vobject.h | 4 ++-- vobject-engine/test_code/CQ_VCARD.c | 4 ++-- vobject-engine/test_code/uts_vdata_vcard_decode.c | 4 ++-- vobject-engine/test_code/uts_vdata_vcard_encode.c | 4 ++-- 186 files changed, 372 insertions(+), 372 deletions(-) diff --git a/LICENSE.Flora b/LICENSE.Flora index fd90a36..03f0c77 100755 --- a/LICENSE.Flora +++ b/LICENSE.Flora @@ -1,6 +1,6 @@ Flora License -Version 1.0, April, 2013 +Version 1.1, April, 2013 http://floralicense.org/license/ @@ -192,7 +192,7 @@ identification within third-party archives. Copyright [yyyy] [name of copyright owner] - Licensed under the Flora License, Version 1.0 (the "License"); + Licensed under the Flora License, Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/NOTICE b/NOTICE index 4f7ab4a..092bc04 100755 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved. -Except as noted, this software is licensed under Flora License, Version 1. -Please, see the LICENSE.Flora file for Flora License, Version 1 terms and conditions. +Except as noted, this software is licensed under Flora License, Version 1.1 +Please, see the LICENSE.Flora file for Flora License, Version 1.1 terms and conditions. diff --git a/framework/deliver-handler/MsgDeliverHandler.cpp b/framework/deliver-handler/MsgDeliverHandler.cpp index c7ed741..241803e 100755 --- a/framework/deliver-handler/MsgDeliverHandler.cpp +++ b/framework/deliver-handler/MsgDeliverHandler.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/main.cpp b/framework/main.cpp index 7d3b85f..9f182c1 100755 --- a/framework/main.cpp +++ b/framework/main.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/plugin-manager/MsgPluginConfig.cpp b/framework/plugin-manager/MsgPluginConfig.cpp index 2a7d842..bd0820f 100755 --- a/framework/plugin-manager/MsgPluginConfig.cpp +++ b/framework/plugin-manager/MsgPluginConfig.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/plugin-manager/MsgPluginManager.cpp b/framework/plugin-manager/MsgPluginManager.cpp index 29353c4..b3d1fe0 100755 --- a/framework/plugin-manager/MsgPluginManager.cpp +++ b/framework/plugin-manager/MsgPluginManager.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/setting-handler/MsgSettingHandler.cpp b/framework/setting-handler/MsgSettingHandler.cpp index b79098b..88cf11c 100755 --- a/framework/setting-handler/MsgSettingHandler.cpp +++ b/framework/setting-handler/MsgSettingHandler.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/storage-handler/MsgStorageFilter.cpp b/framework/storage-handler/MsgStorageFilter.cpp index 9cefcc8..fc7a666 100755 --- a/framework/storage-handler/MsgStorageFilter.cpp +++ b/framework/storage-handler/MsgStorageFilter.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/storage-handler/MsgStorageFolder.cpp b/framework/storage-handler/MsgStorageFolder.cpp index 55a2038..3cd2368 100755 --- a/framework/storage-handler/MsgStorageFolder.cpp +++ b/framework/storage-handler/MsgStorageFolder.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/storage-handler/MsgStorageManager.cpp b/framework/storage-handler/MsgStorageManager.cpp index 3ed7eb6..f5837d1 100755 --- a/framework/storage-handler/MsgStorageManager.cpp +++ b/framework/storage-handler/MsgStorageManager.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/storage-handler/MsgStorageMessage.cpp b/framework/storage-handler/MsgStorageMessage.cpp index b4778c5..d631c32 100755 --- a/framework/storage-handler/MsgStorageMessage.cpp +++ b/framework/storage-handler/MsgStorageMessage.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/storage-handler/MsgStorageMms.cpp b/framework/storage-handler/MsgStorageMms.cpp index 61b6c74..9009984 100755 --- a/framework/storage-handler/MsgStorageMms.cpp +++ b/framework/storage-handler/MsgStorageMms.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/storage-handler/MsgStorageSim.cpp b/framework/storage-handler/MsgStorageSim.cpp index 9c6ffb6..fbe4662 100755 --- a/framework/storage-handler/MsgStorageSim.cpp +++ b/framework/storage-handler/MsgStorageSim.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/storage-handler/MsgStorageUtil.cpp b/framework/storage-handler/MsgStorageUtil.cpp index 9ed3801..a0bb9f0 100755 --- a/framework/storage-handler/MsgStorageUtil.cpp +++ b/framework/storage-handler/MsgStorageUtil.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/submit-handler/MsgSubmitHandler.cpp b/framework/submit-handler/MsgSubmitHandler.cpp index 12ba9fb..7cf32bc 100755 --- a/framework/submit-handler/MsgSubmitHandler.cpp +++ b/framework/submit-handler/MsgSubmitHandler.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/transaction-manager/MsgCmdHandlerFilter.cpp b/framework/transaction-manager/MsgCmdHandlerFilter.cpp index 964c849..1313a57 100755 --- a/framework/transaction-manager/MsgCmdHandlerFilter.cpp +++ b/framework/transaction-manager/MsgCmdHandlerFilter.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/transaction-manager/MsgCmdHandlerSetting.cpp b/framework/transaction-manager/MsgCmdHandlerSetting.cpp index ad92be8..3c039b8 100755 --- a/framework/transaction-manager/MsgCmdHandlerSetting.cpp +++ b/framework/transaction-manager/MsgCmdHandlerSetting.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/transaction-manager/MsgCmdHandlerStorage.cpp b/framework/transaction-manager/MsgCmdHandlerStorage.cpp index 4f51994..bc80ed8 100755 --- a/framework/transaction-manager/MsgCmdHandlerStorage.cpp +++ b/framework/transaction-manager/MsgCmdHandlerStorage.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/transaction-manager/MsgCmdHandlerTransport.cpp b/framework/transaction-manager/MsgCmdHandlerTransport.cpp index 3ca40ec..95474f7 100755 --- a/framework/transaction-manager/MsgCmdHandlerTransport.cpp +++ b/framework/transaction-manager/MsgCmdHandlerTransport.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/framework/transaction-manager/MsgTransManager.cpp b/framework/transaction-manager/MsgTransManager.cpp index b96a978..dfffac3 100755 --- a/framework/transaction-manager/MsgTransManager.cpp +++ b/framework/transaction-manager/MsgTransManager.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/common/MsgCmdTypes.h b/include/common/MsgCmdTypes.h index 6238bf0..9c4ba1a 100755 --- a/include/common/MsgCmdTypes.h +++ b/include/common/MsgCmdTypes.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/common/MsgCppTypes.h b/include/common/MsgCppTypes.h index 31d75ae..f731a4d 100755 --- a/include/common/MsgCppTypes.h +++ b/include/common/MsgCppTypes.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/common/MsgFilterTypes.h b/include/common/MsgFilterTypes.h index d43bb96..4999ca5 100755 --- a/include/common/MsgFilterTypes.h +++ b/include/common/MsgFilterTypes.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/common/MsgInternalTypes.h b/include/common/MsgInternalTypes.h index e0031c7..9ba43e3 100755 --- a/include/common/MsgInternalTypes.h +++ b/include/common/MsgInternalTypes.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/common/MsgMmsTypes.h b/include/common/MsgMmsTypes.h index 055c4c9..6aceaac 100755 --- a/include/common/MsgMmsTypes.h +++ b/include/common/MsgMmsTypes.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/common/MsgPluginInterface.h b/include/common/MsgPluginInterface.h index b460cc3..2eb4c04 100755 --- a/include/common/MsgPluginInterface.h +++ b/include/common/MsgPluginInterface.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/common/MsgQueue.h b/include/common/MsgQueue.h index 18aa045..562994a 100755 --- a/include/common/MsgQueue.h +++ b/include/common/MsgQueue.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/common/MsgSettingTypes.h b/include/common/MsgSettingTypes.h index 530a43a..0c39313 100755 --- a/include/common/MsgSettingTypes.h +++ b/include/common/MsgSettingTypes.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/common/MsgStorageTypes.h b/include/common/MsgStorageTypes.h index 5a74993..e1ddc60 100755 --- a/include/common/MsgStorageTypes.h +++ b/include/common/MsgStorageTypes.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/common/MsgThread.h b/include/common/MsgThread.h index 225308d..08e8e21 100755 --- a/include/common/MsgThread.h +++ b/include/common/MsgThread.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/common/MsgTransportTypes.h b/include/common/MsgTransportTypes.h index e23db3f..0849f39 100755 --- a/include/common/MsgTransportTypes.h +++ b/include/common/MsgTransportTypes.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/common/MsgTypes.h b/include/common/MsgTypes.h index 5618c80..aa9b5d2 100755 --- a/include/common/MsgTypes.h +++ b/include/common/MsgTypes.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/framework/MsgCmdHandler.h b/include/framework/MsgCmdHandler.h index dc52cd5..05e6a44 100755 --- a/include/framework/MsgCmdHandler.h +++ b/include/framework/MsgCmdHandler.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/framework/MsgDeliverHandler.h b/include/framework/MsgDeliverHandler.h index 0e94070..51e4e17 100755 --- a/include/framework/MsgDeliverHandler.h +++ b/include/framework/MsgDeliverHandler.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/framework/MsgPluginConfig.h b/include/framework/MsgPluginConfig.h index 1180d85..fac0a1b 100755 --- a/include/framework/MsgPluginConfig.h +++ b/include/framework/MsgPluginConfig.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/framework/MsgPluginManager.h b/include/framework/MsgPluginManager.h index 99f384d..58ea662 100755 --- a/include/framework/MsgPluginManager.h +++ b/include/framework/MsgPluginManager.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/framework/MsgSettingHandler.h b/include/framework/MsgSettingHandler.h index 054025f..f971636 100755 --- a/include/framework/MsgSettingHandler.h +++ b/include/framework/MsgSettingHandler.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/framework/MsgStorageHandler.h b/include/framework/MsgStorageHandler.h index 6bc3df2..f4513e1 100755 --- a/include/framework/MsgStorageHandler.h +++ b/include/framework/MsgStorageHandler.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/framework/MsgSubmitHandler.h b/include/framework/MsgSubmitHandler.h index ee455dd..29e708d 100755 --- a/include/framework/MsgSubmitHandler.h +++ b/include/framework/MsgSubmitHandler.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/framework/MsgTransManager.h b/include/framework/MsgTransManager.h index ede7756..6263801 100755 --- a/include/framework/MsgTransManager.h +++ b/include/framework/MsgTransManager.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/mapi/msg.h b/include/mapi/msg.h index c1209f9..b2866c6 100755 --- a/include/mapi/msg.h +++ b/include/mapi/msg.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/mapi/msg_private.h b/include/mapi/msg_private.h index 6989ba5..f905af3 100755 --- a/include/mapi/msg_private.h +++ b/include/mapi/msg_private.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/mapi/msg_storage.h b/include/mapi/msg_storage.h index ba16db2..b28ac17 100755 --- a/include/mapi/msg_storage.h +++ b/include/mapi/msg_storage.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/mapi/msg_storage_types.h b/include/mapi/msg_storage_types.h index 1244ae0..2fc922d 100755 --- a/include/mapi/msg_storage_types.h +++ b/include/mapi/msg_storage_types.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/mapi/msg_transport.h b/include/mapi/msg_transport.h index a20b9ad..5861c8f 100755 --- a/include/mapi/msg_transport.h +++ b/include/mapi/msg_transport.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/mapi/msg_transport_types.h b/include/mapi/msg_transport_types.h index 6188fdd..6fd5759 100755 --- a/include/mapi/msg_transport_types.h +++ b/include/mapi/msg_transport_types.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/mapi/msg_types.h b/include/mapi/msg_types.h index 8e0753b..e29fe95 100755 --- a/include/mapi/msg_types.h +++ b/include/mapi/msg_types.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/msg_helper/MsgHelper.h b/include/msg_helper/MsgHelper.h index d6f83a2..2da12e4 100755 --- a/include/msg_helper/MsgHelper.h +++ b/include/msg_helper/MsgHelper.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/proxy/MsgHandle.h b/include/proxy/MsgHandle.h index 09092e9..02858ab 100755 --- a/include/proxy/MsgHandle.h +++ b/include/proxy/MsgHandle.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/proxy/MsgProxyListener.h b/include/proxy/MsgProxyListener.h index 9f64ee6..0cf47fd 100755 --- a/include/proxy/MsgProxyListener.h +++ b/include/proxy/MsgProxyListener.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgContact.h b/include/utils/MsgContact.h index f6b759f..4f1bf66 100755 --- a/include/utils/MsgContact.h +++ b/include/utils/MsgContact.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgDebug.h b/include/utils/MsgDebug.h index 82555af..f609cf7 100755 --- a/include/utils/MsgDebug.h +++ b/include/utils/MsgDebug.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgDrmWrapper.h b/include/utils/MsgDrmWrapper.h index 624d669..7ff4d7d 100755 --- a/include/utils/MsgDrmWrapper.h +++ b/include/utils/MsgDrmWrapper.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgException.h b/include/utils/MsgException.h index aca73fb..ad1ab20 100755 --- a/include/utils/MsgException.h +++ b/include/utils/MsgException.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgGconfWrapper.h b/include/utils/MsgGconfWrapper.h index 1504063..c8b8b90 100755 --- a/include/utils/MsgGconfWrapper.h +++ b/include/utils/MsgGconfWrapper.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgIpcSocket.h b/include/utils/MsgIpcSocket.h index 72368a8..2cafe03 100755 --- a/include/utils/MsgIpcSocket.h +++ b/include/utils/MsgIpcSocket.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgMemory.h b/include/utils/MsgMemory.h index 6e47e31..c866243 100755 --- a/include/utils/MsgMemory.h +++ b/include/utils/MsgMemory.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgMmsMessage.h b/include/utils/MsgMmsMessage.h index 55ccdd7..1180e2d 100755 --- a/include/utils/MsgMmsMessage.h +++ b/include/utils/MsgMmsMessage.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgMutex.h b/include/utils/MsgMutex.h index d6c9f26..68ab7d9 100755 --- a/include/utils/MsgMutex.h +++ b/include/utils/MsgMutex.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgNotificationWrapper.h b/include/utils/MsgNotificationWrapper.h index 032c5a7..75e7c6f 100755 --- a/include/utils/MsgNotificationWrapper.h +++ b/include/utils/MsgNotificationWrapper.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgSoundPlayer.h b/include/utils/MsgSoundPlayer.h index 01851fd..90ca757 100755 --- a/include/utils/MsgSoundPlayer.h +++ b/include/utils/MsgSoundPlayer.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgSpamFilter.h b/include/utils/MsgSpamFilter.h index 20c4861..cbe765d 100755 --- a/include/utils/MsgSpamFilter.h +++ b/include/utils/MsgSpamFilter.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgSqliteWrapper.h b/include/utils/MsgSqliteWrapper.h index 246b384..08f8301 100755 --- a/include/utils/MsgSqliteWrapper.h +++ b/include/utils/MsgSqliteWrapper.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgTextConvert.h b/include/utils/MsgTextConvert.h index 8e818b7..2098a68 100755 --- a/include/utils/MsgTextConvert.h +++ b/include/utils/MsgTextConvert.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgUtilFile.h b/include/utils/MsgUtilFile.h index 0cb142c..e1373f5 100755 --- a/include/utils/MsgUtilFile.h +++ b/include/utils/MsgUtilFile.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgUtilFunction.h b/include/utils/MsgUtilFunction.h index 3501a0e..be93986 100755 --- a/include/utils/MsgUtilFunction.h +++ b/include/utils/MsgUtilFunction.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgUtilStorage.h b/include/utils/MsgUtilStorage.h index 694c923..3d8a1d1 100755 --- a/include/utils/MsgUtilStorage.h +++ b/include/utils/MsgUtilStorage.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/utils/MsgVMessage.h b/include/utils/MsgVMessage.h index c793dca..829fb06 100755 --- a/include/utils/MsgVMessage.h +++ b/include/utils/MsgVMessage.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/mapi/msg_control.cpp b/mapi/msg_control.cpp index 7c0bcc7..04dbc4c 100755 --- a/mapi/msg_control.cpp +++ b/mapi/msg_control.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/mapi/msg_filter.cpp b/mapi/msg_filter.cpp index a7a9d19..9778fee 100755 --- a/mapi/msg_filter.cpp +++ b/mapi/msg_filter.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/mapi/msg_message.cpp b/mapi/msg_message.cpp index e015262..9c43b9b 100755 --- a/mapi/msg_message.cpp +++ b/mapi/msg_message.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/mapi/msg_mms.cpp b/mapi/msg_mms.cpp index 7550bf3..71d9fba 100755 --- a/mapi/msg_mms.cpp +++ b/mapi/msg_mms.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/mapi/msg_setting.cpp b/mapi/msg_setting.cpp index 0db861a..865590a 100755 --- a/mapi/msg_setting.cpp +++ b/mapi/msg_setting.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/mapi/msg_storage.cpp b/mapi/msg_storage.cpp index 0c91d73..0816d0a 100755 --- a/mapi/msg_storage.cpp +++ b/mapi/msg_storage.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/mapi/msg_svc.cpp b/mapi/msg_svc.cpp index e8e85ee..9cfd830 100755 --- a/mapi/msg_svc.cpp +++ b/mapi/msg_svc.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/mapi/msg_transport.cpp b/mapi/msg_transport.cpp index 1b15529..880e168 100755 --- a/mapi/msg_transport.cpp +++ b/mapi/msg_transport.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/msg_helper/MsgSensorWrapper.cpp b/msg_helper/MsgSensorWrapper.cpp index e284ae9..5f24c92 100755 --- a/msg_helper/MsgSensorWrapper.cpp +++ b/msg_helper/MsgSensorWrapper.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/msg_helper/MsgSoundPlayer.cpp b/msg_helper/MsgSoundPlayer.cpp index 1879fd2..ebfaf71 100755 --- a/msg_helper/MsgSoundPlayer.cpp +++ b/msg_helper/MsgSoundPlayer.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/msg_helper/main.cpp b/msg_helper/main.cpp index 2d8392a..304ee0a 100755 --- a/msg_helper/main.cpp +++ b/msg_helper/main.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginAvCodec.cpp b/plugin/mms_plugin/MmsPluginAvCodec.cpp index ce342b8..4c3cb00 100755 --- a/plugin/mms_plugin/MmsPluginAvCodec.cpp +++ b/plugin/mms_plugin/MmsPluginAvCodec.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginCodecCommon.cpp b/plugin/mms_plugin/MmsPluginCodecCommon.cpp index 3310f9a..a6538f0 100755 --- a/plugin/mms_plugin/MmsPluginCodecCommon.cpp +++ b/plugin/mms_plugin/MmsPluginCodecCommon.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginConnManWrapper.cpp b/plugin/mms_plugin/MmsPluginConnManWrapper.cpp index ad6f1bd..3e26517 100755 --- a/plugin/mms_plugin/MmsPluginConnManWrapper.cpp +++ b/plugin/mms_plugin/MmsPluginConnManWrapper.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginDecode.cpp b/plugin/mms_plugin/MmsPluginDecode.cpp index 2ca4e09..d3caea1 100755 --- a/plugin/mms_plugin/MmsPluginDecode.cpp +++ b/plugin/mms_plugin/MmsPluginDecode.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginDrm.cpp b/plugin/mms_plugin/MmsPluginDrm.cpp index 1638f44..a349358 100755 --- a/plugin/mms_plugin/MmsPluginDrm.cpp +++ b/plugin/mms_plugin/MmsPluginDrm.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginEncode.cpp b/plugin/mms_plugin/MmsPluginEncode.cpp index 4324093..2ddccd8 100755 --- a/plugin/mms_plugin/MmsPluginEncode.cpp +++ b/plugin/mms_plugin/MmsPluginEncode.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginEventHandler.cpp b/plugin/mms_plugin/MmsPluginEventHandler.cpp index 2214432..74b2aa5 100755 --- a/plugin/mms_plugin/MmsPluginEventHandler.cpp +++ b/plugin/mms_plugin/MmsPluginEventHandler.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginHttp.cpp b/plugin/mms_plugin/MmsPluginHttp.cpp index d624617..cbdcd22 100755 --- a/plugin/mms_plugin/MmsPluginHttp.cpp +++ b/plugin/mms_plugin/MmsPluginHttp.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginInternal.cpp b/plugin/mms_plugin/MmsPluginInternal.cpp index c1ce05d..cb1c262 100755 --- a/plugin/mms_plugin/MmsPluginInternal.cpp +++ b/plugin/mms_plugin/MmsPluginInternal.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginMIME.cpp b/plugin/mms_plugin/MmsPluginMIME.cpp index 8e737ac..8c481c7 100755 --- a/plugin/mms_plugin/MmsPluginMIME.cpp +++ b/plugin/mms_plugin/MmsPluginMIME.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginMain.cpp b/plugin/mms_plugin/MmsPluginMain.cpp index eb073c8..40d0afe 100755 --- a/plugin/mms_plugin/MmsPluginMain.cpp +++ b/plugin/mms_plugin/MmsPluginMain.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginMessage.cpp b/plugin/mms_plugin/MmsPluginMessage.cpp index d4b6f98..e6f2c76 100755 --- a/plugin/mms_plugin/MmsPluginMessage.cpp +++ b/plugin/mms_plugin/MmsPluginMessage.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginSMILValidate.cpp b/plugin/mms_plugin/MmsPluginSMILValidate.cpp index 07b8c24..3fc947b 100755 --- a/plugin/mms_plugin/MmsPluginSMILValidate.cpp +++ b/plugin/mms_plugin/MmsPluginSMILValidate.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginSmil.cpp b/plugin/mms_plugin/MmsPluginSmil.cpp index a11430e..79ce1c9 100755 --- a/plugin/mms_plugin/MmsPluginSmil.cpp +++ b/plugin/mms_plugin/MmsPluginSmil.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginStorage.cpp b/plugin/mms_plugin/MmsPluginStorage.cpp index 6125e41..d99d4df 100755 --- a/plugin/mms_plugin/MmsPluginStorage.cpp +++ b/plugin/mms_plugin/MmsPluginStorage.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginTextConvert.cpp b/plugin/mms_plugin/MmsPluginTextConvert.cpp index 912be9d..e5bfd07 100755 --- a/plugin/mms_plugin/MmsPluginTextConvert.cpp +++ b/plugin/mms_plugin/MmsPluginTextConvert.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginTransport.cpp b/plugin/mms_plugin/MmsPluginTransport.cpp index 804f1db..510b301 100755 --- a/plugin/mms_plugin/MmsPluginTransport.cpp +++ b/plugin/mms_plugin/MmsPluginTransport.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginUserAgent.cpp b/plugin/mms_plugin/MmsPluginUserAgent.cpp index fedd1dd..851c843 100755 --- a/plugin/mms_plugin/MmsPluginUserAgent.cpp +++ b/plugin/mms_plugin/MmsPluginUserAgent.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/MmsPluginUtil.cpp b/plugin/mms_plugin/MmsPluginUtil.cpp index fa6c84f..b20e952 100755 --- a/plugin/mms_plugin/MmsPluginUtil.cpp +++ b/plugin/mms_plugin/MmsPluginUtil.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginAvCodec.h b/plugin/mms_plugin/include/MmsPluginAvCodec.h index 9621c91..d655c76 100755 --- a/plugin/mms_plugin/include/MmsPluginAvCodec.h +++ b/plugin/mms_plugin/include/MmsPluginAvCodec.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginCodec.h b/plugin/mms_plugin/include/MmsPluginCodec.h index 1d65432..3733b04 100755 --- a/plugin/mms_plugin/include/MmsPluginCodec.h +++ b/plugin/mms_plugin/include/MmsPluginCodec.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginCodecCommon.h b/plugin/mms_plugin/include/MmsPluginCodecCommon.h index 0c839cf..48c544f 100755 --- a/plugin/mms_plugin/include/MmsPluginCodecCommon.h +++ b/plugin/mms_plugin/include/MmsPluginCodecCommon.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginCodecTypes.h b/plugin/mms_plugin/include/MmsPluginCodecTypes.h index 9c3381c..e34c300 100755 --- a/plugin/mms_plugin/include/MmsPluginCodecTypes.h +++ b/plugin/mms_plugin/include/MmsPluginCodecTypes.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginConnManWrapper.h b/plugin/mms_plugin/include/MmsPluginConnManWrapper.h index 34fde1d..fb6a31a 100755 --- a/plugin/mms_plugin/include/MmsPluginConnManWrapper.h +++ b/plugin/mms_plugin/include/MmsPluginConnManWrapper.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginDebug.h b/plugin/mms_plugin/include/MmsPluginDebug.h index 578ca3f..ce767c5 100755 --- a/plugin/mms_plugin/include/MmsPluginDebug.h +++ b/plugin/mms_plugin/include/MmsPluginDebug.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginDecode.h b/plugin/mms_plugin/include/MmsPluginDecode.h index 774ba86..b150be6 100755 --- a/plugin/mms_plugin/include/MmsPluginDecode.h +++ b/plugin/mms_plugin/include/MmsPluginDecode.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginDrm.h b/plugin/mms_plugin/include/MmsPluginDrm.h index 10f496c..e8563f2 100755 --- a/plugin/mms_plugin/include/MmsPluginDrm.h +++ b/plugin/mms_plugin/include/MmsPluginDrm.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginEncode.h b/plugin/mms_plugin/include/MmsPluginEncode.h index a97e353..7817930 100755 --- a/plugin/mms_plugin/include/MmsPluginEncode.h +++ b/plugin/mms_plugin/include/MmsPluginEncode.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginEventHandler.h b/plugin/mms_plugin/include/MmsPluginEventHandler.h index ed510a1..d38f0e1 100755 --- a/plugin/mms_plugin/include/MmsPluginEventHandler.h +++ b/plugin/mms_plugin/include/MmsPluginEventHandler.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginHttp.h b/plugin/mms_plugin/include/MmsPluginHttp.h index d960df0..ea3c9dd 100755 --- a/plugin/mms_plugin/include/MmsPluginHttp.h +++ b/plugin/mms_plugin/include/MmsPluginHttp.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginInternal.h b/plugin/mms_plugin/include/MmsPluginInternal.h index fbb8090..4627696 100755 --- a/plugin/mms_plugin/include/MmsPluginInternal.h +++ b/plugin/mms_plugin/include/MmsPluginInternal.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginMIME.h b/plugin/mms_plugin/include/MmsPluginMIME.h index 6f5d80c..35066cc 100755 --- a/plugin/mms_plugin/include/MmsPluginMIME.h +++ b/plugin/mms_plugin/include/MmsPluginMIME.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginMain.h b/plugin/mms_plugin/include/MmsPluginMain.h index 9d0fe82..0b0cf4c 100755 --- a/plugin/mms_plugin/include/MmsPluginMain.h +++ b/plugin/mms_plugin/include/MmsPluginMain.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginMessage.h b/plugin/mms_plugin/include/MmsPluginMessage.h index f5166ca..5d0060c 100755 --- a/plugin/mms_plugin/include/MmsPluginMessage.h +++ b/plugin/mms_plugin/include/MmsPluginMessage.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginSMILValidate.h b/plugin/mms_plugin/include/MmsPluginSMILValidate.h index e80ec11..66f45d9 100755 --- a/plugin/mms_plugin/include/MmsPluginSMILValidate.h +++ b/plugin/mms_plugin/include/MmsPluginSMILValidate.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginSmil.h b/plugin/mms_plugin/include/MmsPluginSmil.h index 71e6143..23df37c 100755 --- a/plugin/mms_plugin/include/MmsPluginSmil.h +++ b/plugin/mms_plugin/include/MmsPluginSmil.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginStorage.h b/plugin/mms_plugin/include/MmsPluginStorage.h index 986ed39..bb4ad46 100755 --- a/plugin/mms_plugin/include/MmsPluginStorage.h +++ b/plugin/mms_plugin/include/MmsPluginStorage.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginTextConvert.h b/plugin/mms_plugin/include/MmsPluginTextConvert.h index 9771488..5e1e09d 100755 --- a/plugin/mms_plugin/include/MmsPluginTextConvert.h +++ b/plugin/mms_plugin/include/MmsPluginTextConvert.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginTransport.h b/plugin/mms_plugin/include/MmsPluginTransport.h index 4ace677..ff93af5 100755 --- a/plugin/mms_plugin/include/MmsPluginTransport.h +++ b/plugin/mms_plugin/include/MmsPluginTransport.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginTypes.h b/plugin/mms_plugin/include/MmsPluginTypes.h index 33e1aea..2703b72 100755 --- a/plugin/mms_plugin/include/MmsPluginTypes.h +++ b/plugin/mms_plugin/include/MmsPluginTypes.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginUserAgent.h b/plugin/mms_plugin/include/MmsPluginUserAgent.h index ff8f190..f4f2b5b 100755 --- a/plugin/mms_plugin/include/MmsPluginUserAgent.h +++ b/plugin/mms_plugin/include/MmsPluginUserAgent.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/mms_plugin/include/MmsPluginUtil.h b/plugin/mms_plugin/include/MmsPluginUtil.h index 8b3be19..d0ff163 100755 --- a/plugin/mms_plugin/include/MmsPluginUtil.h +++ b/plugin/mms_plugin/include/MmsPluginUtil.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginCallback.cpp b/plugin/sms_plugin/SmsPluginCallback.cpp index 9deab29..1ac2af8 100755 --- a/plugin/sms_plugin/SmsPluginCallback.cpp +++ b/plugin/sms_plugin/SmsPluginCallback.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginCbMsgHandler.cpp b/plugin/sms_plugin/SmsPluginCbMsgHandler.cpp index e8ddcbd..235a3f2 100755 --- a/plugin/sms_plugin/SmsPluginCbMsgHandler.cpp +++ b/plugin/sms_plugin/SmsPluginCbMsgHandler.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginConcatHandler.cpp b/plugin/sms_plugin/SmsPluginConcatHandler.cpp index 348418b..f98b548 100755 --- a/plugin/sms_plugin/SmsPluginConcatHandler.cpp +++ b/plugin/sms_plugin/SmsPluginConcatHandler.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginEventHandler.cpp b/plugin/sms_plugin/SmsPluginEventHandler.cpp index 2f30d10..b9675d6 100755 --- a/plugin/sms_plugin/SmsPluginEventHandler.cpp +++ b/plugin/sms_plugin/SmsPluginEventHandler.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginMain.cpp b/plugin/sms_plugin/SmsPluginMain.cpp index 059a2c9..59bce3a 100755 --- a/plugin/sms_plugin/SmsPluginMain.cpp +++ b/plugin/sms_plugin/SmsPluginMain.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginParamCodec.cpp b/plugin/sms_plugin/SmsPluginParamCodec.cpp index 30f4a1c..e5c62ef 100755 --- a/plugin/sms_plugin/SmsPluginParamCodec.cpp +++ b/plugin/sms_plugin/SmsPluginParamCodec.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginSatHandler.cpp b/plugin/sms_plugin/SmsPluginSatHandler.cpp index 44c33f1..3233684 100755 --- a/plugin/sms_plugin/SmsPluginSatHandler.cpp +++ b/plugin/sms_plugin/SmsPluginSatHandler.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginSetting.cpp b/plugin/sms_plugin/SmsPluginSetting.cpp index 49d6f7f..77542c2 100755 --- a/plugin/sms_plugin/SmsPluginSetting.cpp +++ b/plugin/sms_plugin/SmsPluginSetting.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginSimMsg.cpp b/plugin/sms_plugin/SmsPluginSimMsg.cpp index a9f9be0..3f6fec8 100755 --- a/plugin/sms_plugin/SmsPluginSimMsg.cpp +++ b/plugin/sms_plugin/SmsPluginSimMsg.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginStorage.cpp b/plugin/sms_plugin/SmsPluginStorage.cpp index 6b89d7d..94ab0ff 100755 --- a/plugin/sms_plugin/SmsPluginStorage.cpp +++ b/plugin/sms_plugin/SmsPluginStorage.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginTpduCodec.cpp b/plugin/sms_plugin/SmsPluginTpduCodec.cpp index 1e6c76f..24353cd 100755 --- a/plugin/sms_plugin/SmsPluginTpduCodec.cpp +++ b/plugin/sms_plugin/SmsPluginTpduCodec.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginTransport.cpp b/plugin/sms_plugin/SmsPluginTransport.cpp index 0fab980..048885f 100755 --- a/plugin/sms_plugin/SmsPluginTransport.cpp +++ b/plugin/sms_plugin/SmsPluginTransport.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginUAManager.cpp b/plugin/sms_plugin/SmsPluginUAManager.cpp index 80c6e27..d07b611 100755 --- a/plugin/sms_plugin/SmsPluginUAManager.cpp +++ b/plugin/sms_plugin/SmsPluginUAManager.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginUDCodec.cpp b/plugin/sms_plugin/SmsPluginUDCodec.cpp index c9e1760..af06b28 100755 --- a/plugin/sms_plugin/SmsPluginUDCodec.cpp +++ b/plugin/sms_plugin/SmsPluginUDCodec.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/SmsPluginWapPushHandler.cpp b/plugin/sms_plugin/SmsPluginWapPushHandler.cpp index 6f9a5ca..5bffa64 100755 --- a/plugin/sms_plugin/SmsPluginWapPushHandler.cpp +++ b/plugin/sms_plugin/SmsPluginWapPushHandler.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginCallback.h b/plugin/sms_plugin/include/SmsPluginCallback.h index 9b710d4..7e3013f 100755 --- a/plugin/sms_plugin/include/SmsPluginCallback.h +++ b/plugin/sms_plugin/include/SmsPluginCallback.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginCbMsgHandler.h b/plugin/sms_plugin/include/SmsPluginCbMsgHandler.h index 17e400f..226e778 100755 --- a/plugin/sms_plugin/include/SmsPluginCbMsgHandler.h +++ b/plugin/sms_plugin/include/SmsPluginCbMsgHandler.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginConcatHandler.h b/plugin/sms_plugin/include/SmsPluginConcatHandler.h index a04d704..ef4e5aa 100755 --- a/plugin/sms_plugin/include/SmsPluginConcatHandler.h +++ b/plugin/sms_plugin/include/SmsPluginConcatHandler.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginEventHandler.h b/plugin/sms_plugin/include/SmsPluginEventHandler.h index 534330f..43b603c 100755 --- a/plugin/sms_plugin/include/SmsPluginEventHandler.h +++ b/plugin/sms_plugin/include/SmsPluginEventHandler.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginMain.h b/plugin/sms_plugin/include/SmsPluginMain.h index 9eb0168..be884c3 100755 --- a/plugin/sms_plugin/include/SmsPluginMain.h +++ b/plugin/sms_plugin/include/SmsPluginMain.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginParamCodec.h b/plugin/sms_plugin/include/SmsPluginParamCodec.h index fcfd73a..1e929a4 100755 --- a/plugin/sms_plugin/include/SmsPluginParamCodec.h +++ b/plugin/sms_plugin/include/SmsPluginParamCodec.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginSatHandler.h b/plugin/sms_plugin/include/SmsPluginSatHandler.h index 9d3b4b8..a00fd26 100755 --- a/plugin/sms_plugin/include/SmsPluginSatHandler.h +++ b/plugin/sms_plugin/include/SmsPluginSatHandler.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginSetting.h b/plugin/sms_plugin/include/SmsPluginSetting.h index a8beeaa..82a8cec 100755 --- a/plugin/sms_plugin/include/SmsPluginSetting.h +++ b/plugin/sms_plugin/include/SmsPluginSetting.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginSimMsg.h b/plugin/sms_plugin/include/SmsPluginSimMsg.h index f9f9a5f..2161c45 100755 --- a/plugin/sms_plugin/include/SmsPluginSimMsg.h +++ b/plugin/sms_plugin/include/SmsPluginSimMsg.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginStorage.h b/plugin/sms_plugin/include/SmsPluginStorage.h index c20a341..44d830f 100755 --- a/plugin/sms_plugin/include/SmsPluginStorage.h +++ b/plugin/sms_plugin/include/SmsPluginStorage.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginTpduCodec.h b/plugin/sms_plugin/include/SmsPluginTpduCodec.h index 30bc0af..051f935 100755 --- a/plugin/sms_plugin/include/SmsPluginTpduCodec.h +++ b/plugin/sms_plugin/include/SmsPluginTpduCodec.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginTransport.h b/plugin/sms_plugin/include/SmsPluginTransport.h index 8de007e..a43dfb8 100755 --- a/plugin/sms_plugin/include/SmsPluginTransport.h +++ b/plugin/sms_plugin/include/SmsPluginTransport.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginTypes.h b/plugin/sms_plugin/include/SmsPluginTypes.h index 6fa65bb..34370cd 100755 --- a/plugin/sms_plugin/include/SmsPluginTypes.h +++ b/plugin/sms_plugin/include/SmsPluginTypes.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginUAManager.h b/plugin/sms_plugin/include/SmsPluginUAManager.h index 9a86ab2..48b6eed 100755 --- a/plugin/sms_plugin/include/SmsPluginUAManager.h +++ b/plugin/sms_plugin/include/SmsPluginUAManager.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginUDCodec.h b/plugin/sms_plugin/include/SmsPluginUDCodec.h index b5d86e9..39903e3 100755 --- a/plugin/sms_plugin/include/SmsPluginUDCodec.h +++ b/plugin/sms_plugin/include/SmsPluginUDCodec.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/plugin/sms_plugin/include/SmsPluginWapPushHandler.h b/plugin/sms_plugin/include/SmsPluginWapPushHandler.h index de661ff..ae234ca 100755 --- a/plugin/sms_plugin/include/SmsPluginWapPushHandler.h +++ b/plugin/sms_plugin/include/SmsPluginWapPushHandler.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/proxy/MsgHandleControl.cpp b/proxy/MsgHandleControl.cpp index 34d4808..4edba0b 100755 --- a/proxy/MsgHandleControl.cpp +++ b/proxy/MsgHandleControl.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/proxy/MsgHandleFilter.cpp b/proxy/MsgHandleFilter.cpp index 2e59906..7f8d497 100755 --- a/proxy/MsgHandleFilter.cpp +++ b/proxy/MsgHandleFilter.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/proxy/MsgHandleSetting.cpp b/proxy/MsgHandleSetting.cpp index 7da1838..a710998 100755 --- a/proxy/MsgHandleSetting.cpp +++ b/proxy/MsgHandleSetting.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/proxy/MsgHandleStorage.cpp b/proxy/MsgHandleStorage.cpp index 47f8ddf..c6213dd 100755 --- a/proxy/MsgHandleStorage.cpp +++ b/proxy/MsgHandleStorage.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/proxy/MsgHandleTransport.cpp b/proxy/MsgHandleTransport.cpp index 5082e5e..405076a 100755 --- a/proxy/MsgHandleTransport.cpp +++ b/proxy/MsgHandleTransport.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/proxy/MsgProxyListener.cpp b/proxy/MsgProxyListener.cpp index b8993c7..d6f106c 100755 --- a/proxy/MsgProxyListener.cpp +++ b/proxy/MsgProxyListener.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgContact.cpp b/utils/MsgContact.cpp index 93021ee..3fc9512 100755 --- a/utils/MsgContact.cpp +++ b/utils/MsgContact.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgDebug.cpp b/utils/MsgDebug.cpp index 06a71ea..280f6c3 100755 --- a/utils/MsgDebug.cpp +++ b/utils/MsgDebug.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgDrmWrapper.cpp b/utils/MsgDrmWrapper.cpp index a8ac429..7c3c572 100755 --- a/utils/MsgDrmWrapper.cpp +++ b/utils/MsgDrmWrapper.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgException.cpp b/utils/MsgException.cpp index 51980dc..554c3d1 100755 --- a/utils/MsgException.cpp +++ b/utils/MsgException.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgGconfWrapper.cpp b/utils/MsgGconfWrapper.cpp index cac8937..7fcc0d0 100755 --- a/utils/MsgGconfWrapper.cpp +++ b/utils/MsgGconfWrapper.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgIpcSocket.cpp b/utils/MsgIpcSocket.cpp index 733e531..338fcfa 100755 --- a/utils/MsgIpcSocket.cpp +++ b/utils/MsgIpcSocket.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgMemory.cpp b/utils/MsgMemory.cpp index 3023871..265b1ba 100755 --- a/utils/MsgMemory.cpp +++ b/utils/MsgMemory.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgMmsMessage.cpp b/utils/MsgMmsMessage.cpp index 9455a17..eb81a6c 100755 --- a/utils/MsgMmsMessage.cpp +++ b/utils/MsgMmsMessage.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgMutex.cpp b/utils/MsgMutex.cpp index cad97a4..fb6199e 100755 --- a/utils/MsgMutex.cpp +++ b/utils/MsgMutex.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgNotificationWrapper.cpp b/utils/MsgNotificationWrapper.cpp index a8fc3e2..bb14376 100755 --- a/utils/MsgNotificationWrapper.cpp +++ b/utils/MsgNotificationWrapper.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgSoundPlayer.cpp b/utils/MsgSoundPlayer.cpp index 2655b16..889deeb 100755 --- a/utils/MsgSoundPlayer.cpp +++ b/utils/MsgSoundPlayer.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgSpamFilter.cpp b/utils/MsgSpamFilter.cpp index c694d11..18c1ca1 100755 --- a/utils/MsgSpamFilter.cpp +++ b/utils/MsgSpamFilter.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgSqliteWrapper.cpp b/utils/MsgSqliteWrapper.cpp index c916108..9a58a10 100755 --- a/utils/MsgSqliteWrapper.cpp +++ b/utils/MsgSqliteWrapper.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgTextConvert.cpp b/utils/MsgTextConvert.cpp index d76e7ee..d45099a 100755 --- a/utils/MsgTextConvert.cpp +++ b/utils/MsgTextConvert.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgUtilFile.cpp b/utils/MsgUtilFile.cpp index 5e533da..f1b7901 100755 --- a/utils/MsgUtilFile.cpp +++ b/utils/MsgUtilFile.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgUtilFunction.cpp b/utils/MsgUtilFunction.cpp index 8dd1787..aef2a31 100755 --- a/utils/MsgUtilFunction.cpp +++ b/utils/MsgUtilFunction.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgUtilStorage.cpp b/utils/MsgUtilStorage.cpp index c2c221b..2de1578 100755 --- a/utils/MsgUtilStorage.cpp +++ b/utils/MsgUtilStorage.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/utils/MsgVMessage.cpp b/utils/MsgVMessage.cpp index 862502d..2761d2d 100755 --- a/utils/MsgVMessage.cpp +++ b/utils/MsgVMessage.cpp @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/vobject-engine/VCard.c b/vobject-engine/VCard.c index f7af58a..d6cab9d 100755 --- a/vobject-engine/VCard.c +++ b/vobject-engine/VCard.c @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/vobject-engine/VCardCalUtil.c b/vobject-engine/VCardCalUtil.c index 5938e61..a924ad2 100755 --- a/vobject-engine/VCardCalUtil.c +++ b/vobject-engine/VCardCalUtil.c @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/vobject-engine/VMessage.c b/vobject-engine/VMessage.c index 8aaba5c..3311470 100755 --- a/vobject-engine/VMessage.c +++ b/vobject-engine/VMessage.c @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/vobject-engine/include/VCard.h b/vobject-engine/include/VCard.h index 0bd7285..ccf2695 100755 --- a/vobject-engine/include/VCard.h +++ b/vobject-engine/include/VCard.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/vobject-engine/include/VMessage.h b/vobject-engine/include/VMessage.h index 15466a0..ea6c127 100755 --- a/vobject-engine/include/VMessage.h +++ b/vobject-engine/include/VMessage.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/vobject-engine/include/VTypes.h b/vobject-engine/include/VTypes.h index 2d2249a..b37921c 100755 --- a/vobject-engine/include/VTypes.h +++ b/vobject-engine/include/VTypes.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/vobject-engine/include/vobject.h b/vobject-engine/include/vobject.h index c0a5acf..f938f92 100755 --- a/vobject-engine/include/vobject.h +++ b/vobject-engine/include/vobject.h @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/vobject-engine/test_code/CQ_VCARD.c b/vobject-engine/test_code/CQ_VCARD.c index 3348275..c438cdc 100755 --- a/vobject-engine/test_code/CQ_VCARD.c +++ b/vobject-engine/test_code/CQ_VCARD.c @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/vobject-engine/test_code/uts_vdata_vcard_decode.c b/vobject-engine/test_code/uts_vdata_vcard_decode.c index f33d501..ad2daeb 100755 --- a/vobject-engine/test_code/uts_vdata_vcard_decode.c +++ b/vobject-engine/test_code/uts_vdata_vcard_decode.c @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/vobject-engine/test_code/uts_vdata_vcard_encode.c b/vobject-engine/test_code/uts_vdata_vcard_encode.c index e2b8aa8..c08345c 100755 --- a/vobject-engine/test_code/uts_vdata_vcard_encode.c +++ b/vobject-engine/test_code/uts_vdata_vcard_encode.c @@ -1,11 +1,11 @@ /* * Copyright 2012-2013 Samsung Electronics Co., Ltd * -* Licensed under the Flora License, Version 1.0 (the "License"); +* Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://floralicense.org +* http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, -- 2.7.4