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

index 934d268dc3f5264674290153b76bdcd044238c21..01e37473cd593e719f507f7a4fa27fdc24ab5b84 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 9773baca293d36c5228431d4e5af912120e74eb2..26a42b21cef684c3287720346d42f11eec351491 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 057498bdc4fb2e2b3e69b6a55781715c751de9b4..52d9b26a0516548807bf9803b30afcc4f52fbccc 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index f2d32cdd50dc8a44b90c656d69f150eacab6cab8..0459300455edef4d7ad7c7fde3ecbe41abf58106 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index d69e43688ae608e6cc5a37b2f254287bf56beae9..5d741010039c637b0c13e8aa5e267605d57b9472 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index beed1d29d6b7ac3108c250b00ebd5c1aa91891ba..fc666ebd6c05fd7af0164ed77694dbdc375c386b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 841859eff40f3b3bad7def9ceb8a705d4485c095..7ca9386fb8ba8d8eaa82a442e7b7d66ebfe6dbdd 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 7ae1e35d762b58e177283eae2dbf805284e7309d..d0a54ef332cbf05d82028f30a91f881c0ede01cf 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index bb5d6dccf72374902ee1e3b3905031aeec718f5e..497970bbcb5af112738dd13f4cce579eb4ca1a4a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 5a3b26e9b9ba8625a1daef9eef72ea8746c3bc17..63756b8d45423cb59efe4a5d9b5826349cd48ba7 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 7e1895e14d78098ea364d6850191fd16660d3050..9d950215a64cb1d6c8e3ff3af83f33766f631601 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index a529fa6f153692734913ba78094c3998e7edf828..86ba9a1c1aa688b42fe7e5e435409cac8f90b77d 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 67964f79ab679f91808f8182dafa7bfd66b53577..9ba37408354cfe339d4e654f2629bea043b7448a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 36dcd56bdf3d23b48442d39921372423ee00acc7..3b9b9343fd327bcd604a2e0420522dc5298ac505 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 5304c114617f9b2b52d0bba51227145bd34b9a87..14f4784e3afff27501cf76720816c24858fd2b38 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 13ebc2e50d6f88e0ddfbf4234453b81c36fce036..2cd1d30697db9b2c70dbde6f28683e35b4a4b1a1 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 8d5035552f6660c70a2fb5b163ffc7f19f1d3ece..3f571e3671af8ef197d15b5cf0cb720a8db41265 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 5ff2cef7ea2bce81ce64464af27243f255a5b9f5..95d22fac7f487ff0dfc681b8a5b3e145b3c1a0fd 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 304c70ad4f8de19b862d8d959d19e49920a41e8e..76f5490bdb70411726f0a180fac589e1df0a46e3 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 04fbd80fc7c6b2807086ec678ac018963480c6e0..6dbd13a49c1d3b21ea647f496f9372f21281831d 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 46ac21dc02e56a203175eeed596e80aa2de98980..6bd7ba4531fe9563bcfcf15575f3acdbb735430e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index bd68ff20191b0800b8be594ac4d6937438086da4..1f688173d4b2df6306fc0f5618b20d550a838a46 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 26608d4cd94777801dac08aa9a54fd871a6ad3cb..b9cd01038e60c8549d094e73d32d1b8f0aca07aa 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 02cef240df69bf25d4f3b9584f4ee5b1ba4003af..0180f5fb6c89e58dacfa479676f1e8a3efd0ae62 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 3869ddcc2f925e5bd49100fa205dc51d2a71c1cf..451357212d2010a1f5777c761e0ebc41b5b63480 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 9b5bd40fc33c793d2e7d38efb65bbbecc93a23b8..66a4f328faad32b019e6180d04e05fbc432d7048 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index fae4736bd584d61b394290103a30e93ae9d108ac..226d6f691d5deba4e80eb0d76f008a8cbd94caf8 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 454d1b58d5ede6bacb3150cc074228d31f7d0c45..bb40f9c2e7e04e1097e817157fbcdb3ee64763c6 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 2ecd7fc32596ec4cd9761817d004deabbdedf7ac..5b0669c403a1d298ba06a3bd996a1a6d5224de58 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index f3da4899efd6a10970bff0392ab2223169a8d37d..8b9415153b1279b167a1d9da18f4315e8ed3f772 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index fbeea3a9acd5f7043ca753f02bdfc46b404ba022..277f18606753b5e424954bc628734ae64a573ee1 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 131a6a5552e26b263b696ec3a0a595620c1f8002..8251951d6221ce15d0ddd68101f6b5ca2aa17975 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index d07d2e3217a39c01882b0733f53975df88d0744d..b4157b8974393290ff18e2b96347c9f17879745b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index fa32baae90ea1ff2812f5323ebc95285368691f0..343ae1d2800919e4d3408e7f626010380a1451ed 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index a3dca7d56b416e7f3920289ccad3443dd839941b..701e4f7eb26f9fd73e744e4caee64745edf2c518 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index c328aeb2dd0ed4c58ee0c1fe62dc8618afb170a8..e860380fec7d8a151a1c2308d1ffffa688daa7a5 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index c3f42b91ad74d660bda03c37caa3b187022b5fd1..dd7c34413c604f666c23ad4d03665bdf6a89ebcc 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 53f7ba4f8216555fbfd05edb3ae137e852980689..d8b5f6419417b5d1362bbfcad17e3fcb8f6fdd8d 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index a04505f8e55646b485ce92f0660826a241342a10..f56eb6ea44a8670ba436abe5047704b110da3645 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 1a7692902d7b28d2cfe4f06c6e87afd93a3c1e07..80030fd348b4e695edfcf63c84d5753ac5397ae2 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 43aabede54550a27cbb964e27bababf9c41fc958..e7b08d931dfc8ffcb2c3f9e8575af142c4172ebc 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 7f0c9ba51a50b2057b122cce29a799b37c06c8fb..7edf1acabde220b1703e96b20f40c381282933f8 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 522fe1abb01c9689027f164c28ff3bb24a1e0b1d..802c47aa6d1b76c2fa621d2ba6c5df01ff295572 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index db2b2b5a49ed1138c9d2ea27bbbee177e6d8379c..ec9d48ebd15204b99d0a777bc531328805ac0270 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 49e031451c5b0ee13455a3306b9d228c71ce33b1..af7bf62811311e9ef821be273edc28b0a648ea26 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 4c09f5735de9de5523037439d78b59a0ae8b9de5..df7fbeb59b96aa24137da70e3e09a9f1bdf3061b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index dc4a07c7163f4bfa1d7d2d75eee6b4101dd60227..6b77894636b330b75f44d300f9dd5bf7f5c44f6d 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index d45f970946a19f7edbaa30d034327751e62a5eba..db0d5b26ff708dd1fbc872fa2d3d0d82eb428b10 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 5896c6a641d6cf591f2b67730e6b3719c7a8643c..12b136a4a1158a7c4c7684a0247566980a7d11d6 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 959f2d9638c111fa5ba4913e83d702e81c164f6f..a2f18d0df6e4ff311a49067ee0d83b1058ce3d10 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 09d83ef008c94486488bd397b10756b13cbe9526..5a85616956fc2beab60df643b09efe0199ee7be2 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 50ce5b74ac8c6a2208d588fa8aec833d67127c5e..d3e24e7b56e39c1a09cca959d8fcfcaf8d286360 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 318033565024b386b2816dfe718066520243517c..7428cd927603130166319902349e855b9b49c973 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index a4866f0a54937b9ddfdd9f20ad29118218cddeec..16b63dd2efec63ba38c379b742841e67d9286816 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 4900312e037c3a50ea4e7e9ea01445b035ee1e8e..298ea0385e040888e759ca8f797c2e3da2fc5537 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index a91f81afc9d29848c9f213bbdcbf8015940d827d..071eade51ee82f27e992a205cd9d5c5a6ed5a17c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 44aae6af8deb1cf6482c6f8325d2d1c0eae315c3..187d848938dc9f1b82afa2211653911c2efebdba 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index b2c3d9973383c7ff49b33a6d447ba3e20cb0d908..a66bbd22ec0efbf96b85ebc1cc7aab54a9e52b0f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 492bf52687aea6d2390c6b5f98a035f35a85f0af..af9c1b7f4f43f4ef3bb579cd2fa2a47cd7b972a0 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index d776c8e25dea5b72de037b911f6a37e94af9a6e4..4f44aaca78006d723eafc7b3e9e908f42861bc88 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 75426c2eb7bfdd41f6667f069370eaef65414662..ffb8c87bee300ad362c9a5ee38704619d7cd611c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 7f6fd4db3153ca859ae2b8c519888198f26523db..7ebf09fb5849156ab329035da2b51a6d8a62964a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index deece31a4816a6f06b0428c0f0010e3ca656564d..4834e0caea643c80abffb1694f1e3ba5844c84d6 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index efb1c5fd38ef8279e2b29e4d06b6390428fc58af..528c9cfa203c9da8b22e99eefffa2f5761ddc18f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 50d51bef1ecb34f0740fadd049a5e07e1e496a76..89fec2496fb5c4c542fb175003bbf9c4744ffd98 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 9e46d6a66d17f39810d7a54246509b20abd3a9ed..9bea6d8b0d507252ffe9631d10efc4db948d062b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index f9e7d71a1d472011a924c7757990796dedf622fe..ef1d7d1d7de30990b1c7833fab6e7907e8595c6f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 66512f56df1a71db832a56f8be5ae11cf2ec1704..7641a776aa3b0965ab503d272e7a3325f2eb61bd 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index bc29e2d375614b993d975aaad191cb9e7ae3baa0..21b99251aaa4e65ed8cb3e851109ecd6027e7ba5 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 053e298f2ad93fd7dc2fe4599a874d90834bc45d..a4a14e7149b584c5c236a8381b5bdd7e6d39cceb 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index e333f3ee13486a3e9b3f1c10e4c6b52d4318355e..dd6695147d950433271696d62b2eb8e82c6479f2 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index ec35d389fc6cb7808fcf4e2b2a06d1c18d58747c..688cf90ed92f33268e19f2c82e039521bf8ecba9 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 90c73add42b775254e2ca76d3c8d141696240405..d173d89c86e87d93684ad96827bba7822ecc1fb5 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 2e28a9f959b38842ebfa5d37a6cfdec922647b6a..ab1890651cfd4b15949ed6ea24c0ecc163c27a77 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index acea44af3b0ccda0da5797648ddfb15536c7f637..16b52b9a37779626c37389f06f21d5db515f0e54 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index a9a747f976e916639a686af98c8b56c0eb4aa12e..d6c9e00cabab4be075619da603694c1e733f53f9 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 4b725d110938dc4ee061b111a931e54916c35a9b..8522106d76ff1d63ec2dc8126c00a2f4e36ff4fc 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 323de7ba1aee0f9472637c3ccb89ace624672194..24292eb218879edd4e533ef65f798636e3a9fd36 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index d3b565b945b0dd492cb5e22fd83399a37609d36c..fb7c771941c60f98d4d97d9ad20676bc06abae40 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 860bc1a1f63ae60a943edde15251747865447c87..301e05f09cddb6c7ccf0a28300c64883e1b0fcbe 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index dead5fd49a8784b40b6707025cb0fbf7e01a7993..8ee5e4067e8559128a760823167070255db00956 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index d9d0c7f58f4bbc2c11aedf17a57ff93bef4033b0..322d7cb50dd3325393ddf24588ee8869f37a45b0 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 0fcb473cbbde3591130ace5711279778892dcb77..3c40cdbd35f97a9ac39105557127265f4e5f5475 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 87971c796958029cdcd665940071dac64a3bc299..b68275e77f2ece8a5304e8e5e26357b237d7580e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 58d4eaf0ff482241694d27fc83abe684caa5b1eb..647f33cee836ec7fcee8b724c84530839501d720 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index ac797e5510ef9005fd58cca057c44b3ac93e684b..c29c7bfb708491f5c364367dc614b809aca5be03 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index c0a7b6d56e4425746b906c974d626ee8b5625ab9..312ba7d0cb3fcd459d13bcb3e84eb9455d179e0b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 89043c12d81e33ac151fdf0860f28aa322378f50..69133a0f8890673108cab7c893aab0ce785c86fa 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index ef507cfb0a982880e7fa50bebeae73dbe1985839..4a147dd9d1343e0f1985f9ba804de64a67fde3d1 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index b03f9a640bc73e475c9624469434e6fb9617072e..41bb1caef1e2ce1d7e156c84e23db2d5ac5d378b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 3011fdc335d1903616edd7d310962a6940229c56..46a9255640f3ee753114ca3c6e7121bbe516e874 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 45f0c86638ff30dabd090eb3c4c3c4b61e986d3a..c8f0a69458191726a9330ee6fdcb9b2707f02f50 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 169456f70c07a13f654e27d9f63644dca854d08f..ec8763f45951f5ac4422d0f84629f100686f335e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index e090a84c6e38369f3c8721ca95ecfbc48a822f7f..6632faa4cdfe4996242420e7b8984993efdc0b71 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 5c6447596874bb8111409048514fe1a16fa113a3..a067dd3016f52c90c5c594ae953b145547a020a3 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 12b1858a99ad362ea0d2ff5245d81a7ca0129651..44b3a66e10a18d36d977c1010460c8b57339102e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 3d99f0e4014e9f354be47d8d24772f5ed3795b82..24003ae48318b25d8d5279d17bee8067c24817cd 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 625bd11fc8f86bf3ff2abe3c41b489affc900cb9..38ccf7579cf1b71551bb1fb89f0c2cc19ec8a014 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 4137ddd95062758ee19ed41a514bfcedcdbf7268..bdeaf5e3bb293711b09e775b267cda2ecbe197bd 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 829ca1562bc2cd89be1e0ca9e933664725c37070..c972499dfc87fca478f81ea2331bee1bfef86913 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 7944c2d6c8912adac4b3610d7bd1d2b876e0c4b8..4565e7315bbd0f89e9682d36d8006899e1a15e99 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 824be48cbaf5b21a651a0bf872b43fde3170c3c1..3edb9a057bbabe6adfa2c56ff4dd85cce2852862 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index ee8a3e492440572f4a22eb6843470b126f82e9e5..abc20973e108b8ac52f6741d5f6a451025e36e33 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 860375e55751d9aae19466be69597b13030e562c..84569fa9f1a5514c213b07ec15b92dac3bab380a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 1537c9cb8f85646c826c85234b2755ec7eacc744..8da188a0c5e5e96524d28a35e3b59bedf561eea8 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index dbe9112891e20eed7bb506bf26a837d978978576..4bb67024f9cd7aa6635b667b0c8efdffe84fec07 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 3686670fffc33d7be005c914b9ffcfc654f15c37..94a8c446b14f0c494ccf36870fd00b851a32faf4 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 76c4e49f7c6f6ca8f379cc118bdd47a5e15419d0..7a7e9ed920ab5aec98126134ca8726d2ea21ecc4 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 6ad6fe1797b3e8005dd8bbd93e058efc86261de0..b83526a93f348cc618a6eed14a67d161a6515ced 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 403f1b2addf307ed920c07eebaf8456ad9a504d0..b92973fc36c889fc5db7d9d3d7a54c9d7c146657 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 57adb20c26d6be610b25ae78db510f893fe8ed58..55f009f0eb0b6b5354cd79ff84e57217e61bb1fb 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 931e4855b261ef2856374ea20fcd91a82920526e..459edfd8e84217a275942b0e55e0dadd11190619 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 45029a9116b2a85c4d7e39462f8d19ba4751230f..74957a8665b2563101b1e77fbc561a84d4f8bcdb 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 12bdd61b6630815dc70bf87390970c756dace6c4..cf7b0d440c29cf3cd30206b8581a04ec0474224e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index cacafbf61899f9bee8e422ca15657d8b7dbbfc66..609631f3c33fdb42a5a161d698960e5564b883a2 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index e6283f62fe2c057b3de73f70d7a0ea91e3483766..d7fe78d87ef914ad093d5266548a7c3c5396b38f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 6f4f5bcfcde2793444571c3ae6c9e4ed846359bf..6e0f1bdfe1b1b2db04f4c42f42575da24e5d1f14 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 134b99352d76817be0990dfe93a0052b6cd06275..1a98e70f1eac30b87bb789474bc8c32599f5d74d 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index b1ac716988f12d7d1baa5fe8284b403ebc9553fa..b9f887d130c54f7a55452b691a1a5a9fc6064d3b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 1d1f7c83e83a234b1c6ee680e129912c0cb90f0a..93835d8375c4456fe4da8f044297ef3f118a467a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 9f42046787a5d52a4256a20f87f99624c9224d32..76408974e8f2217b092312a5e6c603d7afc326b4 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 18521ad8b52dc7d8f0c2ef8f6cbad0ff4c39f5f4..0188d5f0aead66ab9e08a2472c16aa6d004e5bb6 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index b529f30d545197d23c2c0dfb4eae93eb15982c59..7daf05d7cd6be709bf990f2a8e6d3b2acfdb69b3 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 3737d2447cae6eede7227a54302b8085f7c14cf8..2462793a1dacb9f8791b140b77762a4d245d407c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 4ac73e9b1b9e395beb22e6b8b2068f4bd7475b0a..d362e231df4f888926359c78d6e1c3e615e89c5f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 22c62985b72f7220ea144fceead4e7674b75758b..c3333590157ade3064bc36df1ace97038411b228 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index ef9c71b50dafa2daf681604c0478afb5bbe96d1a..aec8b48199c359170c311e775eba56535156db0b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index a6d3a789b88c8a3ad653c4fb7948cb01870a4c61..f11ce6a8f407d798530f0c2d9b8dfdd604ff28e7 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 7189e38f3216f5fdda53836b60bbbf6676426559..0ebfd6d7ca26ff35740da97c9e55218a2e9185df 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 1398ecd8b0cd3e33a0b8382dfd92b2ffbb502f88..1f5d6c69c36ef5422c849773421d89fb9557d4ae 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index e71f8978902fb4bad4a1c7a98ac99d6d9961de48..bdb42a9cc7d4f930fd4b477cda7282576bc94b68 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index a61d630e72b390a8dd9b20f915a9711108579112..cd06567b2bcc30733c958bf5e5d0c2717e88ed2c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 32d67ffd5abf45927add875721319e5dc29390c6..5567b58a1d21ae92ee82b7a08aec9fba7b6df846 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index de5fe46aef20b9972ae0ee0d63b054142ac57544..854c3fa53d24e2bcf3de12570504dac306dcc3da 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 35878338923afead6cfb8ac5eec6cb50ff030bf5..61ea4e1ea841913ae3f1a1f28740737a259e3e7c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index aa01bf13bac823dfa9a76245287eddc8291911c4..f62bcfc299526ec3447c69a5c1198a39bd6c8e4b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 417d3b270f005767300acd50ce70e2bb03ccf307..fdc09c576b6b7eb3117fddd8cc14d70d8479be98 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index af43a3dec4e3bd499fee9d11ac6581313f72a973..039c3b17b98273dedcc6db470bffb7d2d2b2e05b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index e8c55cade8a3002818d733cc014857062253ca7b..bebaf9b8d67f31b33c5e0534880da9043933362a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 85919358fd8b3c5d290f290587c3f4b1900f5799..022bba5e08cb6d2b2df26ceee918cb6ac52afd4c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 0cbf0bb13dbf9838f25e383d512495209cc96b77..d578593ede02f2158bbd70f34bc763ee4bed6f7a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 2435cd29cf55d77f839f6bb235f30f4937047fb7..bee8f8ed0ebf93337cca3a9469f22eb26bd22e42 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 8a3640b30350e7e1c0edf5a44763b26bf34be929..718d12fd419f2625a9a7a29b6ffd380c13d52b32 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index b57306445ce2c45b41d39ddd1fa809fc85c0ff96..b97e87b9d207fcd14eb688886b012fb9aa513571 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 43a79e1e71764909835ddc235b0ac3f495cc4e18..086b1ca1581a27f299722861c5ac8ee1532555fd 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index c7c4aba89df30471598b10b088bf8ffb7dc61f22..4481ddedbc4603a5d250fa320c7ee0a65261cd7c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index de471146a3c1a3cf187d9f6016a3ab8e1ae771a4..609bf1e7d5e3aa96a63746d17c63a084fa20d9b1 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 756521b94064270d8d9eb907a336c49a355ba47f..24d32fd951862ce100dd9e55d55496a94d2cf4b0 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 6db9d06de75064bfc6e072def4eea7706379f809..8dcf085dbd7bff0c89e3dd7e22e7c923a7ce058f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index e89199afe0f3b17e5ec90c1f926df64913fdc764..58521d1a12f9638c93806a2c16e622318f46e49b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 756ce374bf082a4fcf749b14c9c247320888613e..6ae1ddbd4204961acf1fc9203b4a28cc3719659f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 9737b151dcdc9f6aff0f8606426009781afeb5bb..b198f56b09c04450cca59a879066c15ff3a86bc3 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 445d7c8e843ad9f3636acdfb774f5e86628fa50c..0ed539ba22221b48c7983cf15233298fab444d2e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 0febc5806b563495a81e33be2f179eb60cfb7dfb..9140689ad79810a5b63168c291d42acc673f5949 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index c291a0287fa8246e268538fd0f287b546181b258..1edae7b57d96f3e45e1bd2b05b25e024cc693716 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 70d640dc682e7a0eea9bb3b9de95c0b9079a505a..9e8643047d656f111aa24c2664f7e3a4e9f66581 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index a706028093587a39e942a7ee80cdd9be23d0505d..84b3c7cb7a150dabe05b1e9d52cee2536e1b491f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 20e237196c067e45af31788a65011df588225367..4bf4e3994677997b032133a8e34551a966b38f30 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 248738decbbeb7119c63987195d2a7c2c1978db3..e256e64fbafb28b88de9a43fe596e2b181a66ad2 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 28c0bfe6e6808d9744eb72d1bea076fa84e5c893..4c03414a848b577c65000f50e2fdfa615ce99bf8 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index cee4ee21b5c9428c94f94b7ef16bc08a791f2462..d8c2dcc813698674c09835d7cb2eee003635ee10 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 144b1bc5e78e905b17daebbe2d29862105d6c733..28b7435bef4cb9f53c18281c23264c9873ff6fad 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 4efaf90edc0e01382e01240a74c1ed8ecd715d23..39c3211ee7556e85850af954b0d9f76f73de5fca 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 6a2d56902ccc905c23e05e80be5ba1e585f451fb..d2b3b29f835422d4833c20bbbfc42902e238b4d9 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index fdcf88c918a7b9676b8fdcc37e079e7e7b154e61..68907854cb8d46c4b8b75b9eef1b28ff85ee94f3 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 5db14658751054f7046dea7f84f507a320924e67..38a81d91dddd99fa235e7dba3d3fbde662c9206c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 0e805516440e635428f970dd93e03fdd70733bd8..9fdac91357cdcdd0ab4bb2d7b833c3bab44196d5 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index d00a59d2421377fb693706347d9f76e714fd14a6..5536d8ef222843454be2c267af4ee85289c22e6b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 7b7d6521528336b3258e9536a60fe3c93881a77b..1dcc6d3821073027437c7f17d4f5acc013e4777c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 456f9b05e84eafb2f044a619d4212753b9604d60..810c9892f359fcaede5f0aec9ccdeaf7f491f50f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index f822434177fc894d61ad231b67ec555eb265a7f1..343f18bff2de5e151f959d9b65e776425644043f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 0d746867cade037a6cdb15d127e5381176731230..cb0fa77b6a6dcce796bbe8391f61d578c9cac470 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 2a852b84456951fc5b14982203b6aadce624c466..ed5e0a943b97042450ca9f8b8f49b1b22cd4bff7 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index f124b5209496a6a9bec2b4262ffe754278771368..12cf65e89039ea4201222a1a9612bcbc6d47fa92 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index ffdbe14dbc79fd73271e58abf2a87d0e80d6fe35..798a7643537b249de9f25edcc1e20d6c8c3b5a01 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index e56c69c9fd5291f0a77d1ac6a6a579269f50282f..11ed15fbb49a5b40211d0de4352170abb1800f88 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index e6b8b2a5c51439905ce7ce0c826f5add188b0352..a73831f0153b88d0dc4e586ad563f708150d8c02 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 7a0bc5f6c8bef317f12459bb09f39babdb66aa96..7a54945e5b5554b6bec25aea1f4b5953355eb7e3 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 9631d4bb87277778a6fbf52436c2b75de1df3b08..3b596dc7fb0b75aaeffc0a443498eb6bfe7b1eb3 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 05f3b7f00d3de66e9bb2e2eff6888f7327e2a31f..458116f65e917743b9f561126258de9947254eef 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 466c4e371e8e9d69f7b0f7970b98eead1a3354a8..a151c1ce647b76c9a6bf0d5faa1843106a08d2eb 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index e0453d5e63e55d48af301a99537d86c4d0f27184..a78262642fedf206f3b9b51f858b39c12c434d3c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index 7a12474ece1b147313da93194f08c2b1124ea4ac..ba63b1fe0e52c781e50e233964ef1403ae1d561e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.
index eddb80e04588c43224f12d26b844bf243e671d57..815dea7c94008869053b74c521a16162433caf14 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 * you may not use this file except in compliance with the License.