TizenRefApp-7533 moved to Flora-license 55/95255/2 submit/tizen_3.0/20161103.110119
authorAndrey Klimenko <and.klimenko@samsung.com>
Wed, 2 Nov 2016 14:31:59 +0000 (16:31 +0200)
committerAndrey Klimenko <and.klimenko@samsung.com>
Wed, 2 Nov 2016 15:29:50 +0000 (17:29 +0200)
Change-Id: I67256eb1e20d544640f51fed37afa5d2fe88e2f0
Signed-off-by: Andrey Klimenko <and.klimenko@samsung.com>
367 files changed:
LICENSE [deleted file]
LICENSE.Flora [new file with mode: 0644]
NOTICE [new file with mode: 0644]
inc/Config.h
inc/Resource.h
packaging/message.spec
res/edje/smil_item.edc
res/edje/viewer_defines.inl
res/edje/viewer_layout.edc
res/edje/viewer_player.edc
res/edje/viewer_subject_layout.edc
src/Common/AppControl/inc/AppControlCommand.h
src/Common/AppControl/inc/AppControlCompose.h
src/Common/AppControl/inc/AppControlDefault.h
src/Common/AppControl/inc/AppControlParser.h
src/Common/AppControl/inc/AppControlUtils.h
src/Common/AppControl/inc/ContactEditor.h
src/Common/AppControl/inc/ContactViewer.h
src/Common/AppControl/inc/FileViewer.h
src/Common/AppControl/inc/Share.h
src/Common/AppControl/inc/VoiceCall.h
src/Common/AppControl/src/AppControlCommand.cpp
src/Common/AppControl/src/AppControlCompose.cpp
src/Common/AppControl/src/AppControlDefault.cpp
src/Common/AppControl/src/AppControlParser.cpp
src/Common/AppControl/src/AppControlUtils.cpp
src/Common/AppControl/src/ContactEditor.cpp
src/Common/AppControl/src/ContactViewer.cpp
src/Common/AppControl/src/FileViewer.cpp
src/Common/AppControl/src/Share.cpp
src/Common/AppControl/src/VoiceCall.cpp
src/Common/ContactManager/inc/Contact.h
src/Common/ContactManager/inc/ContactAddress.h
src/Common/ContactManager/inc/ContactList.h
src/Common/ContactManager/inc/ContactManager.h
src/Common/ContactManager/inc/ContactMyProfile.h
src/Common/ContactManager/inc/ContactMyProfileEmail.h
src/Common/ContactManager/inc/ContactMyProfileNumber.h
src/Common/ContactManager/inc/ContactPersonEmail.h
src/Common/ContactManager/inc/ContactPersonNumber.h
src/Common/ContactManager/inc/ContactPersonPhoneLog.h
src/Common/ContactManager/inc/ContactRecord.h
src/Common/ContactManager/src/ContactManager.cpp
src/Common/ContactManager/src/ContactRecord.cpp
src/Common/ContactManager/src/ContactVCardGenerator.cpp
src/Common/ContactManager/src/ContactVCardParser.cpp
src/Common/Controller/inc/App.h
src/Common/Controller/inc/BaseController.h
src/Common/Controller/inc/FrameController.h
src/Common/Controller/inc/MbeRecipients.h
src/Common/Controller/inc/NaviFrameController.h
src/Common/Controller/inc/SaveAttachments.h
src/Common/Controller/inc/SaveAttachmentsListItem.h
src/Common/Controller/inc/ViewController.h
src/Common/Controller/inc/ViewItemController.h
src/Common/Controller/src/App.cpp
src/Common/Controller/src/BaseController.cpp
src/Common/Controller/src/FrameController.cpp
src/Common/Controller/src/MbeRecipients.cpp
src/Common/Controller/src/NaviFrameController.cpp
src/Common/Controller/src/SaveAttachments.cpp
src/Common/Controller/src/SaveAttachmentsListItem.cpp
src/Common/Controller/src/ViewController.cpp
src/Common/Controller/src/ViewItemController.cpp
src/Common/MsgEngine/inc/MediaType.h
src/Common/MsgEngine/inc/Message.h
src/Common/MsgEngine/inc/MessageMms.h
src/Common/MsgEngine/inc/MessageSMS.h
src/Common/MsgEngine/inc/MsgAddress.h
src/Common/MsgEngine/inc/MsgAttachment.h
src/Common/MsgEngine/inc/MsgComposer.h
src/Common/MsgEngine/inc/MsgConvMedia.h
src/Common/MsgEngine/inc/MsgConversationItem.h
src/Common/MsgEngine/inc/MsgEngine.h
src/Common/MsgEngine/inc/MsgList.h
src/Common/MsgEngine/inc/MsgMedia.h
src/Common/MsgEngine/inc/MsgPage.h
src/Common/MsgEngine/inc/MsgReport.h
src/Common/MsgEngine/inc/MsgSettings.h
src/Common/MsgEngine/inc/MsgStorage.h
src/Common/MsgEngine/inc/MsgThreadItem.h
src/Common/MsgEngine/inc/MsgTransport.h
src/Common/MsgEngine/inc/MsgTypes.h
src/Common/MsgEngine/inc/MsgUtils.h
src/Common/MsgEngine/src/Message.cpp
src/Common/MsgEngine/src/MessageMms.cpp
src/Common/MsgEngine/src/MessageSMS.cpp
src/Common/MsgEngine/src/MsgConversationItem.cpp
src/Common/MsgEngine/src/MsgEngine.cpp
src/Common/MsgEngine/src/MsgPage.cpp
src/Common/MsgEngine/src/MsgSettings.cpp
src/Common/MsgEngine/src/MsgStorage.cpp
src/Common/MsgEngine/src/MsgThreadItem.cpp
src/Common/MsgEngine/src/MsgTransport.cpp
src/Common/MsgEngine/src/MsgUtils.cpp
src/Common/MsgEngine/src/private/MessageMmsPrivate.cpp
src/Common/MsgEngine/src/private/MessageMmsPrivate.h
src/Common/MsgEngine/src/private/MessagePrivate.cpp
src/Common/MsgEngine/src/private/MessagePrivate.h
src/Common/MsgEngine/src/private/MessageSMSPrivate.cpp
src/Common/MsgEngine/src/private/MessageSMSPrivate.h
src/Common/MsgEngine/src/private/MsgAddressPrivate.cpp
src/Common/MsgEngine/src/private/MsgAddressPrivate.h
src/Common/MsgEngine/src/private/MsgAttachmentPrivate.cpp
src/Common/MsgEngine/src/private/MsgAttachmentPrivate.h
src/Common/MsgEngine/src/private/MsgComposerPrivate.cpp
src/Common/MsgEngine/src/private/MsgComposerPrivate.h
src/Common/MsgEngine/src/private/MsgConvMediaPrivate.cpp
src/Common/MsgEngine/src/private/MsgConvMediaPrivate.h
src/Common/MsgEngine/src/private/MsgConversationItemPrivate.cpp
src/Common/MsgEngine/src/private/MsgConversationItemPrivate.h
src/Common/MsgEngine/src/private/MsgDefPrivate.h
src/Common/MsgEngine/src/private/MsgListHandlePrivate.h
src/Common/MsgEngine/src/private/MsgMediaPrivate.cpp
src/Common/MsgEngine/src/private/MsgMediaPrivate.h
src/Common/MsgEngine/src/private/MsgPagePrivate.cpp
src/Common/MsgEngine/src/private/MsgPagePrivate.h
src/Common/MsgEngine/src/private/MsgReportPrivate.cpp
src/Common/MsgEngine/src/private/MsgReportPrivate.h
src/Common/MsgEngine/src/private/MsgSettingsPrivate.cpp
src/Common/MsgEngine/src/private/MsgSettingsPrivate.h
src/Common/MsgEngine/src/private/MsgStoragePrivate.cpp
src/Common/MsgEngine/src/private/MsgStoragePrivate.h
src/Common/MsgEngine/src/private/MsgStructListPrivate.h
src/Common/MsgEngine/src/private/MsgStructPrivate.h
src/Common/MsgEngine/src/private/MsgThreadItemPrivate.cpp
src/Common/MsgEngine/src/private/MsgThreadItemPrivate.h
src/Common/MsgEngine/src/private/MsgTransportPrivate.cpp
src/Common/MsgEngine/src/private/MsgTransportPrivate.h
src/Common/MsgEngine/src/private/MsgUtilsPrivate.cpp
src/Common/MsgEngine/src/private/MsgUtilsPrivate.h
src/Common/SystemSettingsManager/inc/SystemSettingsManager.h
src/Common/SystemSettingsManager/src/SystemSettingsManager.cpp
src/Common/Utils/inc/BidirectUtils.h
src/Common/Utils/inc/CallbackAssist.h
src/Common/Utils/inc/FileUtils.h
src/Common/Utils/inc/HwButtonListener.h
src/Common/Utils/inc/LangUtils.h
src/Common/Utils/inc/Logger.h
src/Common/Utils/inc/LoggerImpl.h
src/Common/Utils/inc/MediaUtils.h
src/Common/Utils/inc/PathUtils.h
src/Common/Utils/inc/PhoneNumberUtils.h
src/Common/Utils/inc/TextDecorator.h
src/Common/Utils/inc/ThumbnailMaker.h
src/Common/Utils/inc/TimeUtils.h
src/Common/Utils/inc/VCalendarParser.h
src/Common/Utils/src/FileUtils.cpp
src/Common/Utils/src/HwButtonListener.cpp
src/Common/Utils/src/LoggerImpl.cpp
src/Common/Utils/src/MediaUtils.cpp
src/Common/Utils/src/PathUtils.cpp
src/Common/Utils/src/PhoneNumberUtils.cpp
src/Common/Utils/src/TextDecorator.cpp
src/Common/Utils/src/ThumbnailMaker.cpp
src/Common/Utils/src/TimeUtils.cpp
src/Common/Utils/src/VCalendarParser.cpp
src/Common/View/inc/AtspiAccessibleInterface.h
src/Common/View/inc/BaseView.h
src/Common/View/inc/Box.h
src/Common/View/inc/ContextPopup.h
src/Common/View/inc/DefaultLayout.h
src/Common/View/inc/ListItem.h
src/Common/View/inc/ListView.h
src/Common/View/inc/MbeRecipientViewItem.h
src/Common/View/inc/MbeRecipientsView.h
src/Common/View/inc/NaviFrameItem.h
src/Common/View/inc/NaviFrameView.h
src/Common/View/inc/NoContentLayout.h
src/Common/View/inc/Popup.h
src/Common/View/inc/PopupAttachmentListItem.h
src/Common/View/inc/PopupList.h
src/Common/View/inc/PopupListItem.h
src/Common/View/inc/PopupManager.h
src/Common/View/inc/Scroller.h
src/Common/View/inc/SelectAllListItem.h
src/Common/View/inc/StandardWindow.h
src/Common/View/inc/View.h
src/Common/View/inc/ViewItem.h
src/Common/View/inc/Window.h
src/Common/View/src/Box.cpp
src/Common/View/src/ContextPopup.cpp
src/Common/View/src/DefaultLayout.cpp
src/Common/View/src/ListItem.cpp
src/Common/View/src/ListView.cpp
src/Common/View/src/MbeRecipientsView.cpp
src/Common/View/src/NaviFrameItem.cpp
src/Common/View/src/NaviFrameView.cpp
src/Common/View/src/NoContentLayout.cpp
src/Common/View/src/Popup.cpp
src/Common/View/src/PopupAttachmentListItem.cpp
src/Common/View/src/PopupList.cpp
src/Common/View/src/PopupListItem.cpp
src/Common/View/src/PopupManager.cpp
src/Common/View/src/Scroller.cpp
src/Common/View/src/SelectAllListItem.cpp
src/Common/View/src/StandardWindow.cpp
src/Common/View/src/View.cpp
src/Common/View/src/ViewItem.cpp
src/Conversation/AppControl/inc/AttachPanel.h
src/Conversation/AppControl/inc/ContactPicker.h
src/Conversation/AppControl/inc/LaunchSettings.h
src/Conversation/AppControl/src/AttachPanel.cpp
src/Conversation/AppControl/src/ContactPicker.cpp
src/Conversation/AppControl/src/LaunchSettings.cpp
src/Conversation/Body/Controller/inc/Body.h
src/Conversation/Body/Controller/src/Body.cpp
src/Conversation/Body/View/inc/BodyView.h
src/Conversation/Body/View/src/BodyView.cpp
src/Conversation/ContactList/Controller/inc/ContactListItem.h
src/Conversation/ContactList/Controller/inc/ConvContactList.h
src/Conversation/ContactList/Controller/src/ContactListItem.cpp
src/Conversation/ContactList/Controller/src/ConvContactList.cpp
src/Conversation/ContactList/View/inc/ContactListViewItem.h
src/Conversation/ContactList/View/inc/ConvContactListView.h
src/Conversation/ContactList/View/src/ContactListViewItem.cpp
src/Conversation/ContactList/View/src/ConvContactListView.cpp
src/Conversation/ConvList/Controller/inc/BubbleAudioEntity.h
src/Conversation/ConvList/Controller/inc/BubbleBgEntity.h
src/Conversation/ConvList/Controller/inc/BubbleCalEventEntity.h
src/Conversation/ConvList/Controller/inc/BubbleContactEntity.h
src/Conversation/ConvList/Controller/inc/BubbleDownloadButtonEntity.h
src/Conversation/ConvList/Controller/inc/BubbleEntity.h
src/Conversation/ConvList/Controller/inc/BubbleEntityFactory.h
src/Conversation/ConvList/Controller/inc/BubbleImageEntity.h
src/Conversation/ConvList/Controller/inc/BubbleTextEntity.h
src/Conversation/ConvList/Controller/inc/BubbleUnknownFileEntity.h
src/Conversation/ConvList/Controller/inc/BubbleVideoEntity.h
src/Conversation/ConvList/Controller/inc/ComposeListItem.h
src/Conversation/ConvList/Controller/inc/ConvList.h
src/Conversation/ConvList/Controller/inc/ConvListItem.h
src/Conversation/ConvList/Controller/inc/DateLineItem.h
src/Conversation/ConvList/Controller/inc/MsgDetailsPopup.h
src/Conversation/ConvList/Controller/src/BubbleAudioEntity.cpp
src/Conversation/ConvList/Controller/src/BubbleCalEventEntity.cpp
src/Conversation/ConvList/Controller/src/BubbleContactEntity.cpp
src/Conversation/ConvList/Controller/src/BubbleEntityFactory.cpp
src/Conversation/ConvList/Controller/src/BubbleUnknownFileEntity.cpp
src/Conversation/ConvList/Controller/src/BubbleVideoEntity.cpp
src/Conversation/ConvList/Controller/src/ComposeListItem.cpp
src/Conversation/ConvList/Controller/src/ConvList.cpp
src/Conversation/ConvList/Controller/src/ConvListItem.cpp
src/Conversation/ConvList/Controller/src/DateLineItem.cpp
src/Conversation/ConvList/Controller/src/MsgDetailsPopup.cpp
src/Conversation/ConvList/View/inc/BubbleAudioViewItem.h
src/Conversation/ConvList/View/inc/BubbleBgViewItem.h
src/Conversation/ConvList/View/inc/BubbleCalEventViewItem.h
src/Conversation/ConvList/View/inc/BubbleContactViewItem.h
src/Conversation/ConvList/View/inc/BubbleDownloadButtonViewItem.h
src/Conversation/ConvList/View/inc/BubbleIconTextLayoutItem.h
src/Conversation/ConvList/View/inc/BubbleImageViewItem.h
src/Conversation/ConvList/View/inc/BubbleItemContainer.h
src/Conversation/ConvList/View/inc/BubbleTextViewItem.h
src/Conversation/ConvList/View/inc/BubbleUnknownFileViewItem.h
src/Conversation/ConvList/View/inc/BubbleVideoViewItem.h
src/Conversation/ConvList/View/inc/BubbleViewItem.h
src/Conversation/ConvList/View/inc/ComposeListViewItem.h
src/Conversation/ConvList/View/inc/ConvListLayout.h
src/Conversation/ConvList/View/inc/ConvListViewItem.h
src/Conversation/ConvList/View/inc/ConvSelectAll.h
src/Conversation/ConvList/View/inc/DateLineViewItem.h
src/Conversation/ConvList/View/src/BubbleBgViewItem.cpp
src/Conversation/ConvList/View/src/BubbleDownloadButtonViewItem.cpp
src/Conversation/ConvList/View/src/BubbleIconTextLayoutItem.cpp
src/Conversation/ConvList/View/src/BubbleImageViewItem.cpp
src/Conversation/ConvList/View/src/BubbleItemContainer.cpp
src/Conversation/ConvList/View/src/BubbleTextViewItem.cpp
src/Conversation/ConvList/View/src/BubbleVideoViewItem.cpp
src/Conversation/ConvList/View/src/BubbleViewItem.cpp
src/Conversation/ConvList/View/src/ComposeListViewItem.cpp
src/Conversation/ConvList/View/src/ConvListLayout.cpp
src/Conversation/ConvList/View/src/ConvListViewItem.cpp
src/Conversation/ConvList/View/src/ConvSelectAll.cpp
src/Conversation/ConvList/View/src/DateLineViewItem.cpp
src/Conversation/Main/Controller/inc/Conversation.h
src/Conversation/Main/Controller/inc/PopupRecipientListItem.h
src/Conversation/Main/Controller/src/Conversation.cpp
src/Conversation/Main/Controller/src/PopupRecipientListItem.cpp
src/Conversation/Main/View/inc/ConversationLayout.h
src/Conversation/Main/View/inc/MessageInputPanel.h
src/Conversation/Main/View/src/ConversationLayout.cpp
src/Conversation/Main/View/src/MessageInputPanel.cpp
src/Conversation/Recipients/Controller/inc/ConvRecipientsPanel.h
src/Conversation/Recipients/Controller/src/ConvRecipientsPanel.cpp
src/Conversation/Recipients/View/inc/ConvRecipientsPanelView.h
src/Conversation/Recipients/View/src/ConvRecipientsPanelView.cpp
src/Conversation/Utils/inc/AttachmentHandler.h
src/Conversation/Utils/inc/MessageDetailContent.h
src/Conversation/Utils/inc/WorkingDir.h
src/Conversation/Utils/src/AttachmentHandler.cpp
src/Conversation/Utils/src/MessageDetailContent.cpp
src/Conversation/Utils/src/WorkingDir.cpp
src/MainApp/MainApp.cpp
src/MainApp/MainApp.h
src/MainApp/main.cpp
src/MsgThread/Controller/inc/BaseThreadListItem.h
src/MsgThread/Controller/inc/MsgSearchListItem.h
src/MsgThread/Controller/inc/MsgThread.h
src/MsgThread/Controller/inc/ThreadList.h
src/MsgThread/Controller/inc/ThreadListItem.h
src/MsgThread/Controller/inc/ThreadSearchList.h
src/MsgThread/Controller/inc/ThreadSearchListItem.h
src/MsgThread/Controller/src/BaseThreadListItem.cpp
src/MsgThread/Controller/src/MsgSearchListItem.cpp
src/MsgThread/Controller/src/MsgThread.cpp
src/MsgThread/Controller/src/ThreadList.cpp
src/MsgThread/Controller/src/ThreadListItem.cpp
src/MsgThread/Controller/src/ThreadSearchList.cpp
src/MsgThread/Controller/src/ThreadSearchListItem.cpp
src/MsgThread/View/inc/FloatingButton.h
src/MsgThread/View/inc/MsgThreadLayout.h
src/MsgThread/View/inc/MsgThreadSearchPanel.h
src/MsgThread/View/inc/ThreadListViewItem.h
src/MsgThread/View/src/FloatingButton.cpp
src/MsgThread/View/src/MsgThreadLayout.cpp
src/MsgThread/View/src/MsgThreadSearchPanel.cpp
src/MsgThread/View/src/ThreadListViewItem.cpp
src/Settings/Controller/inc/MsgOnSimCard.h
src/Settings/Controller/inc/Settings.h
src/Settings/Controller/inc/SettingsListItem.h
src/Settings/Controller/inc/SettingsSound.h
src/Settings/Controller/inc/SimListViewItem.h
src/Settings/Controller/src/MsgOnSimCard.cpp
src/Settings/Controller/src/Settings.cpp
src/Settings/Controller/src/SettingsSound.cpp
src/Settings/Controller/src/SimListViewItem.cpp
src/Settings/View/inc/SettingsGroupListViewItem.h
src/Settings/View/inc/SettingsListViewItem.h
src/Settings/View/inc/SimMsgLayout.h
src/Settings/View/src/SettingsGroupListViewItem.cpp
src/Settings/View/src/SettingsListViewItem.cpp
src/Settings/View/src/SimMsgLayout.cpp
src/Viewer/Controller/inc/SmilPage.h
src/Viewer/Controller/inc/SmilPlayer.h
src/Viewer/Controller/inc/Viewer.h
src/Viewer/Controller/src/SmilPage.cpp
src/Viewer/Controller/src/SmilPlayer.cpp
src/Viewer/Controller/src/Viewer.cpp
src/Viewer/Utils/inc/MediaPlayer.h
src/Viewer/Utils/src/MediaPlayer.cpp
src/Viewer/View/inc/PlayerControl.h
src/Viewer/View/inc/SmilAttachmentItemView.h
src/Viewer/View/inc/SmilAudioItemView.h
src/Viewer/View/inc/SmilImageItemView.h
src/Viewer/View/inc/SmilPageLayout.h
src/Viewer/View/inc/SmilPlayerView.h
src/Viewer/View/inc/SmilTextItemView.h
src/Viewer/View/inc/SmilVideoItemView.h
src/Viewer/View/inc/SubjectLayout.h
src/Viewer/View/inc/ViewerLayout.h
src/Viewer/View/src/PlayerControl.cpp
src/Viewer/View/src/SmilAttachmentItemView.cpp
src/Viewer/View/src/SmilAudioItemView.cpp
src/Viewer/View/src/SmilImageItemView.cpp
src/Viewer/View/src/SmilPageLayout.cpp
src/Viewer/View/src/SmilPlayerView.cpp
src/Viewer/View/src/SmilTextItemView.cpp
src/Viewer/View/src/SmilVideoItemView.cpp
src/Viewer/View/src/SubjectLayout.cpp
src/Viewer/View/src/ViewerLayout.cpp
test/TC/TestAppControlUtils.cpp
test/TC/TestContactManager.cpp
test/TC/TestMessageSender.cpp
test/TC/TestMsgUtils.cpp
test/TC/TestTextDecorator.cpp
test/TC/TestTimeUtils.cpp
test/TC/main.cpp

diff --git a/LICENSE b/LICENSE
deleted file mode 100644 (file)
index d645695..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,202 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
diff --git a/LICENSE.Flora b/LICENSE.Flora
new file mode 100644 (file)
index 0000000..4a0af40
--- /dev/null
@@ -0,0 +1,206 @@
+Flora License
+
+Version 1.1, April, 2013
+
+http://floralicense.org/license/
+
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+"License" shall mean the terms and conditions for use, reproduction,
+and distribution as defined by Sections 1 through 9 of this document.
+
+"Licensor" shall mean the copyright owner or entity authorized by
+the copyright owner that is granting the License.
+
+"Legal Entity" shall mean the union of the acting entity and
+all other entities that control, are controlled by, or are
+under common control with that entity. For the purposes of
+this definition, "control" means (i) the power, direct or indirect,
+to cause the direction or management of such entity,
+whether by contract or otherwise, or (ii) ownership of fifty percent (50%)
+or more of the outstanding shares, or (iii) beneficial ownership of
+such entity.
+
+"You" (or "Your") shall mean an individual or Legal Entity
+exercising permissions granted by this License.
+
+"Source" form shall mean the preferred form for making modifications,
+including but not limited to software source code, documentation source,
+and configuration files.
+
+"Object" form shall mean any form resulting from mechanical
+transformation or translation of a Source form, including but
+not limited to compiled object code, generated documentation,
+and conversions to other media types.
+
+"Work" shall mean the work of authorship, whether in Source or Object form,
+made available under the License, as indicated by a copyright notice
+that is included in or attached to the work (an example is provided
+in the Appendix below).
+
+"Derivative Works" shall mean any work, whether in Source or Object form,
+that is based on (or derived from) the Work and for which the editorial
+revisions, annotations, elaborations, or other modifications represent,
+as a whole, an original work of authorship. For the purposes of this License,
+Derivative Works shall not include works that remain separable from,
+or merely link (or bind by name) to the interfaces of, the Work and
+Derivative Works thereof.
+
+"Contribution" shall mean any work of authorship, including the original
+version of the Work and any modifications or additions to that Work or
+Derivative Works thereof, that is intentionally submitted to Licensor
+for inclusion in the Work by the copyright owner or by an individual or
+Legal Entity authorized to submit on behalf of the copyright owner.
+For the purposes of this definition, "submitted" means any form of
+electronic, verbal, or written communication sent to the Licensor or
+its representatives, including but not limited to communication on
+electronic mailing lists, source code control systems, and issue
+tracking systems that are managed by, or on behalf of, the Licensor
+for the purpose of discussing and improving the Work, but excluding
+communication that is conspicuously marked or otherwise designated
+in writing by the copyright owner as "Not a Contribution."
+
+"Contributor" shall mean Licensor and any individual or Legal Entity
+on behalf of whom a Contribution has been received by Licensor and
+subsequently incorporated within the Work.
+
+"Tizen Certified Platform" shall mean a software platform that complies
+with the standards set forth in the Tizen Compliance Specification
+and passes the Tizen Compliance Tests as defined from time to time
+by the Tizen Technical Steering Group and certified by the Tizen
+Association or its designated agent.
+
+2. Grant of Copyright License.  Subject to the terms and conditions of
+this License, each Contributor hereby grants to You a perpetual,
+worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+copyright license to reproduce, prepare Derivative Works of,
+publicly display, publicly perform, sublicense, and distribute the
+Work and such Derivative Works in Source or Object form.
+
+3. Grant of Patent License.  Subject to the terms and conditions of
+this License, each Contributor hereby grants to You a perpetual,
+worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+(except as stated in this section) patent license to make, have made,
+use, offer to sell, sell, import, and otherwise transfer the Work
+solely as incorporated into a Tizen Certified Platform, where such
+license applies only to those patent claims licensable by such
+Contributor that are necessarily infringed by their Contribution(s)
+alone or by combination of their Contribution(s) with the Work solely
+as incorporated into a Tizen Certified Platform to which such
+Contribution(s) was submitted. If You institute patent litigation
+against any entity (including a cross-claim or counterclaim
+in a lawsuit) alleging that the Work or a Contribution incorporated
+within the Work constitutes direct or contributory patent infringement,
+then any patent licenses granted to You under this License for that
+Work shall terminate as of the date such litigation is filed.
+
+4. Redistribution.  You may reproduce and distribute copies of the
+Work or Derivative Works thereof pursuant to the copyright license
+above, in any medium, with or without modifications, and in Source or
+Object form, provided that You meet the following conditions:
+
+  1. You must give any other recipients of the Work or Derivative Works
+     a copy of this License; and
+  2. You must cause any modified files to carry prominent notices stating
+     that You changed the files; and
+  3. You must retain, in the Source form of any Derivative Works that
+     You distribute, all copyright, patent, trademark, and attribution
+     notices from the Source form of the Work, excluding those notices
+     that do not pertain to any part of the Derivative Works; and
+  4. If the Work includes a "NOTICE" text file as part of its distribution,
+     then any Derivative Works that You distribute must include a readable
+     copy of the attribution notices contained within such NOTICE file,
+     excluding those notices that do not pertain to any part of
+     the Derivative Works, in at least one of the following places:
+     within a NOTICE text file distributed as part of the Derivative Works;
+     within the Source form or documentation, if provided along with the
+     Derivative Works; or, within a display generated by the Derivative Works,
+     if and wherever such third-party notices normally appear.
+     The contents of the NOTICE file are for informational purposes only
+     and do not modify the License. You may add Your own attribution notices
+     within Derivative Works that You distribute, alongside or as an addendum
+     to the NOTICE text from the Work, provided that such additional attribution
+     notices cannot be construed as modifying the License. You may add Your own
+     copyright statement to Your modifications and may provide additional or
+     different license terms and conditions for use, reproduction, or
+     distribution of Your modifications, or for any such Derivative Works
+     as a whole, provided Your use, reproduction, and distribution of
+     the Work otherwise complies with the conditions stated in this License
+     and your own copyright statement or terms and conditions do not conflict
+     the conditions stated in the License including section 3.
+
+5. Submission of Contributions. Unless You explicitly state otherwise,
+any Contribution intentionally submitted for inclusion in the Work
+by You to the Licensor shall be under the terms and conditions of
+this License, without any additional terms or conditions.
+Notwithstanding the above, nothing herein shall supersede or modify
+the terms of any separate license agreement you may have executed
+with Licensor regarding such Contributions.
+
+6. Trademarks.  This License does not grant permission to use the trade
+names, trademarks, service marks, or product names of the Licensor,
+except as required for reasonable and customary use in describing the
+origin of the Work and reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty. Unless required by applicable law or
+agreed to in writing, Licensor provides the Work (and each
+Contributor provides its Contributions) on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+implied, including, without limitation, any warranties or conditions
+of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+PARTICULAR PURPOSE. You are solely responsible for determining the
+appropriateness of using or redistributing the Work and assume any
+risks associated with Your exercise of permissions under this License.
+
+8. Limitation of Liability. In no event and under no legal theory,
+whether in tort (including negligence), contract, or otherwise,
+unless required by applicable law (such as deliberate and grossly
+negligent acts) or agreed to in writing, shall any Contributor be
+liable to You for damages, including any direct, indirect, special,
+incidental, or consequential damages of any character arising as a
+result of this License or out of the use or inability to use the
+Work (including but not limited to damages for loss of goodwill,
+work stoppage, computer failure or malfunction, or any and all
+other commercial damages or losses), even if such Contributor
+has been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability. While redistributing
+the Work or Derivative Works thereof, You may choose to offer,
+and charge a fee for, acceptance of support, warranty, indemnity,
+or other liability obligations and/or rights consistent with this
+License. However, in accepting such obligations, You may act only
+on Your own behalf and on Your sole responsibility, not on behalf
+of any other Contributor, and only if You agree to indemnify,
+defend, and hold each Contributor harmless for any liability
+incurred by, or claims asserted against, such Contributor by reason
+of your accepting any such warranty or additional liability.
+
+END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Flora License to your work
+
+To apply the Flora License to your work, attach the following
+boilerplate notice, with the fields enclosed by brackets "[]"
+replaced with your own identifying information. (Don't include
+the brackets!) The text should be enclosed in the appropriate
+comment syntax for the file format. We also recommend that a
+file or class name and description of purpose be included on the
+same "printed page" as the copyright notice for easier
+identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   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/license/
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
diff --git a/NOTICE b/NOTICE
new file mode 100644 (file)
index 0000000..2c7f2d6
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,3 @@
+Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved.
+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.
index 2441ab990f13fe98b0f24a7602b012017487270b..9a793ca7c84588b26ec4d1e8b0d63a326948a810 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef Config_h_
index 659e5e30679592e097a9a9ba47db0b76d5bfacfe..f4cd38a8c0f0bd7e9fa36d06e8a3c874dc4b5884 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index a88ddd429870f7a5d62f82f936a086a55be4726f..70d4c97742f900dece78a4c3a93c7c2635fb6648 100755 (executable)
@@ -3,7 +3,7 @@ Summary:    Message application
 Version:    0.0.2
 Release:    1
 Group:      Applications/Messaging
-License:    Apache-2.0
+License:    Flora-1.1
 Source0:    %{name}-%{version}.tar.gz
 
 %if "%{tizen_version}" == "3.0"
@@ -138,7 +138,7 @@ fi
 
 %files
 %manifest %{name}.manifest
-%license LICENSE
+%license LICENSE.Flora
 %defattr(-,root,root,-)
 %dir
 %if %TIZEN_2_4_BUILD == 1
index 368e774a05d38c6ed7ae78982e6131116ece8335..b6ed38a965635b1a993820429eb54f337a2cb26b 100755 (executable)
-/*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
-
- #include "viewer_defines.inl"
-
-collections {
-    base_scale: 2.6;
-
-        group {
-        name: "smil_video_item";
-        parts {
-            part{
-                name: "rect";
-                type: RECT;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    color: 0 0 0 0;
-                }
-            }
-            part {
-                name: "pad_left";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    fixed: 0 0;
-                    min: 32 0;
-                    max: 32 0;
-                    align: 0 0.0;
-                    rel1 {relative: 0.0 0.0;to:"rect";}
-                    rel2 {relative: 0.0 1.0; to:"rect"; }
-                }
-            }
-            part {
-                name: "pad_right";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    fixed: 0 0;
-                    min: 32 0;
-                    max: 32 0;
-                    align: 1 0.0;
-                    rel1 {relative: 0.0 0.0; to:"rect";}
-                }
-            }
-            part {
-                name: "bg.swallow";
-                type: SWALLOW;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    rel1 { to: "pad_left"; relative: 1.0 0.0; }
-                    rel2 { to: "pad_right"; relative: 0.0 1.0; }
-                    align: 0.0 0.0;
-                }
-                description {
-                    state: "landscape" 0.0;
-                    inherit: "default" 0.0;
-                    align: 0.0 0.0;
-                    rel1 { to: "pad_left"; relative: 1.0 0.0; }
-                    rel2 { to: "pad_right"; relative: 0.0 1.0; }
-                }
-            }
-            part {
-                name: "swallow.thumbnail";
-                type: SWALLOW;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    visible: 1;
-                    fixed: 0 0;
-                    align: 0.0 0.0;
-                    rel1{to: "bg.swallow"; relative: 0.0 0.0;}
-                    rel2{to: "bg.swallow"; relative: 1.0 1.0;}
-                }
-            }
-        }
-        programs {
-            program {
-                name: "show_landscape";
-                signal: "show,landscape";
-                source: "*";
-                action: STATE_SET "landscape" 0.0;
-                target: "bg.swallow";
-            }
-                program {
-                name: "show_portrait";
-                signal: "show,portrait";
-                source: "*";
-                action: STATE_SET "default" 0.0;
-                target: "bg.swallow";
-            }
-        }
-    }
-
-    group {
-        name: "smil_image_item";
-        parts {
-            part {
-                name: "pad_left";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    fixed: 1 1;
-                    min: DETAIL_PADDING_H_MIN 0;
-                    max: DETAIL_PADDING_H_MIN 0;
-                    align: 0 0;
-                }
-            }
-            part {
-                name: "pad_right";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    fixed: 1 1;
-                    min: DETAIL_PADDING_H_MIN 0;
-                    max: DETAIL_PADDING_H_MIN 0;
-                    align: 1 0;
-                }
-            }
-            part {
-                name: "rect";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    rel1 {relative: 1.0 0.0; to_x: "pad_left";}
-                    rel2 {relative: 0.0 1.0; to_x: "pad_right";}
-                }
-            }
-            part {
-                name: "image.swallow.content";
-                type: SWALLOW;
-                scale: 1;
-                mouse_events: 1;
-                repeat_events: 1;
-                description {
-                    state: "default" 0.0;
-                    align: 0.5 0.0;
-                    rel1 {relative: 0.0 0.0; to: "rect";}
-                    rel2 {relative: 1.0 1.0; to: "rect";}
-                }
-                description {
-                    state: "landscape" 0.0;
-                    align: 0.5 0.0;
-                    rel1 {relative: 0.0 0.0; to: "rect";}
-                    rel2 {relative: 1.0 1.0; to: "rect";}
-                }
-            }
-        }
-        programs {
-            program {
-                name: "show_landscape";
-                signal: "show,landscape";
-                source: "*";
-                action: STATE_SET "landscape" 0.0;
-                target: "image.swallow.content";
-            }
-            program {
-                name: "show_portrait";
-                signal: "show,portrait";
-                source: "*";
-                action: STATE_SET "default" 0.0;
-                target: "image.swallow.content";
-            }
-        }
-    }
-    group {
-        name: "smil_text_item";
-        parts {
-            part {
-                name: "pad_left";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    fixed: 1 0;
-                    min: 7 0;
-                    max: 7 0;
-                    align: 0 0.5;
-                    rel1.relative: 0 0;
-                    rel2.relative: 0 1;
-                }
-                description {
-                    state: "landscape" 0.0;
-                    inherit: "default" 0.0;
-                    min: 170 0;
-                    max: 170 0;
-                }
-            }
-            part {
-                name: "swallow.content";
-                type: SWALLOW;
-                scale: 1;
-                mouse_events: 1;
-                repeat_events: 1;
-                description {
-                    state: "default" 0.0;
-                    min: 1 0;
-                    align: 0 0.5;
-                    rel1.relative: 1.0 0.0;
-                    rel2.relative: 0.0 0.0;
-                    rel1.to: "pad_left";
-                    rel2.to: "pad_right";
-                }
-            }
-            part {
-                name: "pad_right";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    fixed: 1 0;
-                    min: 7 0;
-                    max: 7 0;
-                    align: 1 0.5;
-                    rel1.relative: 1 0;
-                    rel2.relative: 1 1;
-                }
-                description {
-                    state: "landscape" 0.0;
-                    inherit: "default" 0.0;
-                    min: 170 0;
-                    max: 170 0;
-                }
-            }
-        }
-        programs {
-            program {
-                name: "show_landscape";
-                signal: "show,landscape";
-                source: "*";
-                action: STATE_SET "landscape" 0.0;
-                target: "pad_right";
-                target: "pad_left";
-            }
-                program {
-                name: "show_portrait";
-                signal: "show,portrait";
-                source: "*";
-                action: STATE_SET "default" 0.0;
-                target: "pad_right";
-                target: "pad_left";
-            }
-        }
-    }
-    group {
-        name: "smil_audio_item";
-        images {
-            image: AUDIO_ICON COMP;
-        }
-        parts {
-            part {
-                name: "rect";
-                type: RECT;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    min: 0 SUPPLEMENT_AREA_H;
-                    color: 0 0 0 0;
-                }
-                description {
-                    state: "show" 0.0;
-                    min: 0 SUPPLEMENT_AUDIO_AREA_H;
-                    color: 0 0 0 0;
-                }
-            }
-            part {
-                name: "swallow.button";
-                type: SWALLOW;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    align: 0.5 0.5;
-                    rel1.to: "rect";
-                    rel1.relative: 0.0 0.0;
-                    rel2.to: "rect";
-                    rel2.relative: 1.0 1.0;
-                    min: 1 0;
-                    max: 464 0;
-                }
-                description {
-                    state: "hide" 0.0;
-                    inherit: "default" 0.0;
-                    visible: 0;
-                }
-            }
-            part {
-                name: "elm.text";
-                type: TEXT;
-                scale: 1;
-                mouse_events: 0;
-                description {
-                    state: "default" 0.0;
-                    rel1{to:"rect"; relative:0.0 0.0; offset: 60 0; }
-                    rel2{to:"rect"; relative:0.8 1.0;}
-                    align: 0.0 0.5;
-                    color: COLOR_BLACK;
-                    text {
-                        size: 34;
-                        align: 0.0 0.5;
-                        text_class: "label";
-                    }
-                }
-            }
-            part {
-                name: "elm.icon";
-                type: IMAGE;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    visible: 0;
-                    min: 38 38;
-                    max: 38 38;
-                    fixed: 1 1;
-                    rel1{to:"rect"; relative:0.0 0.0; offset: 20 0;}
-                    rel2{to:"rect"; relative:0.0 1.0; offset: 20 0;}
-                    align: 0.0 0.5;
-                    image { normal: AUDIO_ICON; }
-                }
-                description {
-                    state: "show" 0.0;
-                    inherit: "default" 0.0;
-                    visible: 1;
-                }
-            }
-            programs {
-                program {
-                    name: "audio.icon.show";
-                    signal: "audio,icon,show";
-                    source: "*";
-                    action: STATE_SET "show" 0.0;
-                    target: "rect";
-                    target: "elm.icon";
-                }
-                program {
-                    name: "audio.icon.hide";
-                    signal: "audio,icon,hide";
-                    source: "*";
-                    action: STATE_SET "default" 0.0;
-                    target: "rect";
-                    target: "elm.icon";
-                }
-            }
-        }
-    }
-    group {
-        name: "smil_attachment_item_layout";
-        parts {
-            PADDING_LEFT("pad.left", 32);
-            PADDING_RIGHT("pad.right", 32);
-            PADDING_TOP("pad.top", 15);
-            PADDING_BOTTOM("pad.bottom", 15);
-            part {
-                name: "swallow.content";
-                type: SWALLOW;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    visible: 1;
-                    fixed: 0 0;
-                    align: 0 0;
-                    rel1 {to_x: "pad.left"; to_y: "pad.top"; relative: 1.0 1.0;}
-                    rel2 {to_x: "pad.right"; to_y: "pad.bottom"; relative: 0.0 0.0;}
-                }
-            }
-        }
-    }
-}
+/*\r * Copyright 2016  Samsung Electronics Co., Ltd\r *\r * Licensed under the Flora License, Version 1.1 (the "License");\r * you may not use this file except in compliance with the License.\r * You may obtain a copy of the License at\r *\r * http://floralicense.org/license/\r *\r * Unless required by applicable law or agreed to in writing, software\r * distributed under the License is distributed on an "AS IS" BASIS,\r * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r * See the License for the specific language governing permissions and\r * limitations under the License.\r */\r
+\r
+ #include "viewer_defines.inl"\r
+\r
+collections {\r
+    base_scale: 2.6;\r
+\r
+        group {\r
+        name: "smil_video_item";\r
+        parts {\r
+            part{\r
+                name: "rect";\r
+                type: RECT;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    color: 0 0 0 0;\r
+                }\r
+            }\r
+            part {\r
+                name: "pad_left";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    fixed: 0 0;\r
+                    min: 32 0;\r
+                    max: 32 0;\r
+                    align: 0 0.0;\r
+                    rel1 {relative: 0.0 0.0;to:"rect";}\r
+                    rel2 {relative: 0.0 1.0; to:"rect"; }\r
+                }\r
+            }\r
+            part {\r
+                name: "pad_right";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    fixed: 0 0;\r
+                    min: 32 0;\r
+                    max: 32 0;\r
+                    align: 1 0.0;\r
+                    rel1 {relative: 0.0 0.0; to:"rect";}\r
+                }\r
+            }\r
+            part {\r
+                name: "bg.swallow";\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    rel1 { to: "pad_left"; relative: 1.0 0.0; }\r
+                    rel2 { to: "pad_right"; relative: 0.0 1.0; }\r
+                    align: 0.0 0.0;\r
+                }\r
+                description {\r
+                    state: "landscape" 0.0;\r
+                    inherit: "default" 0.0;\r
+                    align: 0.0 0.0;\r
+                    rel1 { to: "pad_left"; relative: 1.0 0.0; }\r
+                    rel2 { to: "pad_right"; relative: 0.0 1.0; }\r
+                }\r
+            }\r
+            part {\r
+                name: "swallow.thumbnail";\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    visible: 1;\r
+                    fixed: 0 0;\r
+                    align: 0.0 0.0;\r
+                    rel1{to: "bg.swallow"; relative: 0.0 0.0;}\r
+                    rel2{to: "bg.swallow"; relative: 1.0 1.0;}\r
+                }\r
+            }\r
+        }\r
+        programs {\r
+            program {\r
+                name: "show_landscape";\r
+                signal: "show,landscape";\r
+                source: "*";\r
+                action: STATE_SET "landscape" 0.0;\r
+                target: "bg.swallow";\r
+            }\r
+                program {\r
+                name: "show_portrait";\r
+                signal: "show,portrait";\r
+                source: "*";\r
+                action: STATE_SET "default" 0.0;\r
+                target: "bg.swallow";\r
+            }\r
+        }\r
+    }\r
+\r
+    group {\r
+        name: "smil_image_item";\r
+        parts {\r
+            part {\r
+                name: "pad_left";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    fixed: 1 1;\r
+                    min: DETAIL_PADDING_H_MIN 0;\r
+                    max: DETAIL_PADDING_H_MIN 0;\r
+                    align: 0 0;\r
+                }\r
+            }\r
+            part {\r
+                name: "pad_right";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    fixed: 1 1;\r
+                    min: DETAIL_PADDING_H_MIN 0;\r
+                    max: DETAIL_PADDING_H_MIN 0;\r
+                    align: 1 0;\r
+                }\r
+            }\r
+            part {\r
+                name: "rect";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    rel1 {relative: 1.0 0.0; to_x: "pad_left";}\r
+                    rel2 {relative: 0.0 1.0; to_x: "pad_right";}\r
+                }\r
+            }\r
+            part {\r
+                name: "image.swallow.content";\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                mouse_events: 1;\r
+                repeat_events: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    align: 0.5 0.0;\r
+                    rel1 {relative: 0.0 0.0; to: "rect";}\r
+                    rel2 {relative: 1.0 1.0; to: "rect";}\r
+                }\r
+                description {\r
+                    state: "landscape" 0.0;\r
+                    align: 0.5 0.0;\r
+                    rel1 {relative: 0.0 0.0; to: "rect";}\r
+                    rel2 {relative: 1.0 1.0; to: "rect";}\r
+                }\r
+            }\r
+        }\r
+        programs {\r
+            program {\r
+                name: "show_landscape";\r
+                signal: "show,landscape";\r
+                source: "*";\r
+                action: STATE_SET "landscape" 0.0;\r
+                target: "image.swallow.content";\r
+            }\r
+            program {\r
+                name: "show_portrait";\r
+                signal: "show,portrait";\r
+                source: "*";\r
+                action: STATE_SET "default" 0.0;\r
+                target: "image.swallow.content";\r
+            }\r
+        }\r
+    }\r
+    group {\r
+        name: "smil_text_item";\r
+        parts {\r
+            part {\r
+                name: "pad_left";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    fixed: 1 0;\r
+                    min: 7 0;\r
+                    max: 7 0;\r
+                    align: 0 0.5;\r
+                    rel1.relative: 0 0;\r
+                    rel2.relative: 0 1;\r
+                }\r
+                description {\r
+                    state: "landscape" 0.0;\r
+                    inherit: "default" 0.0;\r
+                    min: 170 0;\r
+                    max: 170 0;\r
+                }\r
+            }\r
+            part {\r
+                name: "swallow.content";\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                mouse_events: 1;\r
+                repeat_events: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    min: 1 0;\r
+                    align: 0 0.5;\r
+                    rel1.relative: 1.0 0.0;\r
+                    rel2.relative: 0.0 0.0;\r
+                    rel1.to: "pad_left";\r
+                    rel2.to: "pad_right";\r
+                }\r
+            }\r
+            part {\r
+                name: "pad_right";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    fixed: 1 0;\r
+                    min: 7 0;\r
+                    max: 7 0;\r
+                    align: 1 0.5;\r
+                    rel1.relative: 1 0;\r
+                    rel2.relative: 1 1;\r
+                }\r
+                description {\r
+                    state: "landscape" 0.0;\r
+                    inherit: "default" 0.0;\r
+                    min: 170 0;\r
+                    max: 170 0;\r
+                }\r
+            }\r
+        }\r
+        programs {\r
+            program {\r
+                name: "show_landscape";\r
+                signal: "show,landscape";\r
+                source: "*";\r
+                action: STATE_SET "landscape" 0.0;\r
+                target: "pad_right";\r
+                target: "pad_left";\r
+            }\r
+                program {\r
+                name: "show_portrait";\r
+                signal: "show,portrait";\r
+                source: "*";\r
+                action: STATE_SET "default" 0.0;\r
+                target: "pad_right";\r
+                target: "pad_left";\r
+            }\r
+        }\r
+    }\r
+    group {\r
+        name: "smil_audio_item";\r
+        images {\r
+            image: AUDIO_ICON COMP;\r
+        }\r
+        parts {\r
+            part {\r
+                name: "rect";\r
+                type: RECT;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    min: 0 SUPPLEMENT_AREA_H;\r
+                    color: 0 0 0 0;\r
+                }\r
+                description {\r
+                    state: "show" 0.0;\r
+                    min: 0 SUPPLEMENT_AUDIO_AREA_H;\r
+                    color: 0 0 0 0;\r
+                }\r
+            }\r
+            part {\r
+                name: "swallow.button";\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    align: 0.5 0.5;\r
+                    rel1.to: "rect";\r
+                    rel1.relative: 0.0 0.0;\r
+                    rel2.to: "rect";\r
+                    rel2.relative: 1.0 1.0;\r
+                    min: 1 0;\r
+                    max: 464 0;\r
+                }\r
+                description {\r
+                    state: "hide" 0.0;\r
+                    inherit: "default" 0.0;\r
+                    visible: 0;\r
+                }\r
+            }\r
+            part {\r
+                name: "elm.text";\r
+                type: TEXT;\r
+                scale: 1;\r
+                mouse_events: 0;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    rel1{to:"rect"; relative:0.0 0.0; offset: 60 0; }\r
+                    rel2{to:"rect"; relative:0.8 1.0;}\r
+                    align: 0.0 0.5;\r
+                    color: COLOR_BLACK;\r
+                    text {\r
+                        size: 34;\r
+                        align: 0.0 0.5;\r
+                        text_class: "label";\r
+                    }\r
+                }\r
+            }\r
+            part {\r
+                name: "elm.icon";\r
+                type: IMAGE;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    visible: 0;\r
+                    min: 38 38;\r
+                    max: 38 38;\r
+                    fixed: 1 1;\r
+                    rel1{to:"rect"; relative:0.0 0.0; offset: 20 0;}\r
+                    rel2{to:"rect"; relative:0.0 1.0; offset: 20 0;}\r
+                    align: 0.0 0.5;\r
+                    image { normal: AUDIO_ICON; }\r
+                }\r
+                description {\r
+                    state: "show" 0.0;\r
+                    inherit: "default" 0.0;\r
+                    visible: 1;\r
+                }\r
+            }\r
+            programs {\r
+                program {\r
+                    name: "audio.icon.show";\r
+                    signal: "audio,icon,show";\r
+                    source: "*";\r
+                    action: STATE_SET "show" 0.0;\r
+                    target: "rect";\r
+                    target: "elm.icon";\r
+                }\r
+                program {\r
+                    name: "audio.icon.hide";\r
+                    signal: "audio,icon,hide";\r
+                    source: "*";\r
+                    action: STATE_SET "default" 0.0;\r
+                    target: "rect";\r
+                    target: "elm.icon";\r
+                }\r
+            }\r
+        }\r
+    }\r
+    group {\r
+        name: "smil_attachment_item_layout";\r
+        parts {\r
+            PADDING_LEFT("pad.left", 32);\r
+            PADDING_RIGHT("pad.right", 32);\r
+            PADDING_TOP("pad.top", 15);\r
+            PADDING_BOTTOM("pad.bottom", 15);\r
+            part {\r
+                name: "swallow.content";\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    visible: 1;\r
+                    fixed: 0 0;\r
+                    align: 0 0;\r
+                    rel1 {to_x: "pad.left"; to_y: "pad.top"; relative: 1.0 1.0;}\r
+                    rel2 {to_x: "pad.right"; to_y: "pad.bottom"; relative: 0.0 0.0;}\r
+                }\r
+            }\r
+        }\r
+    }\r
+}\r
index 5f337dd213976a1f7dd89b2080073e04fb20da8c..a768beb3e163f6e82ab743567307cc04d23a3fd3 100755 (executable)
-/*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
- #include "macros.inl"
-
-//Layout
-#define MAIN_W 220
-#define MAIN_W_HORIZONTAL 480
-
-//Body attributes
-#define BODY_PADDING_TOP_1_MIN 30
-#define BODY_PADDING_TOP_2_MIN 15
-#define BODY_PADDING_MID_1_MIN 6
-#define BODY_PADDING_BOTTOM_MIN 12
-
-#define SUBJECT_LOCK_WIDTH 80
-#define SUBJECT_MIN_H 80
-#define SUPPLEMENT_AREA_H 76
-#define SUPPLEMENT_AUDIO_AREA_H 52
-#define SUMMARY_AUDIO_AREA_H 46
-#define PAGE_INDEX_MIN_W 64
-#define DETAIL_PADDING_V_MIN 14
-#define DETAIL_PADDING_H_MIN 32
-
-//play controllbar attributes
-#define PLAY_CTRBAR_MIN_VERTICAL_H 320
-#define PLAY_CTRBAR_TOP_PADDING_MIN_H 12
-#define PLAY_CTRBAR_MIDDLE_PADDING_MIN_H 7
-#define PLAY_CTRBAR_BOTTOM_PADDING_MIN_H 12
-#define PLAY_CTRBAR_PROGRESS_BAR_VERTICAL_W 348
-#define PLAY_CTRBAR_PROGRESS_BAR_HORIZONTAL_W 688
-#define PLAYER_PROGRESSBAR_H 8
-#define PLAYER_CIRCLE_W 26
-#define PLAYER_CIRCLE_H 26
-#define PLAYER_CIRCLE_PRESS_W 26
-#define PLAYER_CIRCLE_PRESS_H 26
-#define PLAY_CTRBAR_SMALL_BUTTON_W 126
-#define PLAY_CTRBAR_LARGE_BUTTON_W 126
-#define PLAY_CTRBAR_BUTTON_MARGIN 34
-#define PLAY_CTRBAR_BUTTON_TEXT_MARGIN 14
-#define PLAY_CTRBAR_PROGRESS_TEXT_MARGIN 14
-#define PLAY_CTRBAR_PROGRESS_TEXT_W 40
-#define PLAY_CTRBAR_BUTTON_VOLUME_START_X 18
-
-//edc images
-#define PREV_BTN "full_player_button_prev.png"
-#define PLAY_BTN "full_player_button_play.png"
-#define PAUSE_BTN "full_player_button_pause.png"
-#define NEXT_BTN "full_player_button_next.png"
-#define AUDIO_ICON "messages_play_btn.png"
-
-#define COLOR_BLACK                    0 0 0 255
-#define COLOR_BLACK_TRANSPARENT 0 0 0 204
-#define COLOR_WHITE                            255 255 255 255
-#define COLOR_WHITE_TRANSPARENT        255 255 255 128
-#define COLOR_GRAY                             245 245 242 255
-#define COLOR_DARK_GRAY                        213 213 212 255
-#define COLOR_BLUE                             2 61 132 255
-#define COLOR_DARK_BLUE                        1 37 79 255
-#define COLOR_BLUE_TRANSPARENT 179 197 218 255
-#define COLOR_RED                              224 33 33 255
-#define BUBBLE_NAVI_TITLE_COLOR 61 185 204 255
-#define COLOR_GRAY_TITLE_TEXT_EDC 128 128 128 255
-#define COLOR_TIME_TEXT_EDC 102 102 102 255
-#define COLOR_LOCK_BTN_EDC 179 179 179 255
-
-//MACROS
-#define PART_BG(pName) \
-       part { \
-               name: pName; \
-               type: RECT; \
-               mouse_events: 0; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       color: 0 0 0 0; \
-               } \
-       }
-
-#define PART_RECT(pName, pR1x, pR1y, pR1xt, pR1yt, pR2x, pR2y, pR2xt, pR2yt) \
-       part { \
-               name: pName; \
-               type: RECT; \
-               mouse_events: 0; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       rel1 { relative: pR1x pR1y; to_x: pR1xt; to_y: pR1yt; } \
-                       rel2 { relative: pR2x pR2y; to_x: pR2xt; to_y: pR2yt; } \
-                       color: 0 0 0 0; \
-               } \
-       }
-
-#define PART_PIXEL_RECT(pName, pX, pY, pAx, pAy, pRx, pRy, pRt) \
-       part { \
-               name: pName; \
-               type: RECT; \
-               mouse_events: 0; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       min: pX pY; \
-                       align: pAx pAy; \
-                       rel1 { relative: pRx pRy; to: pRt; } \
-                       rel2 { relative: pRx pRy; to: pRt; } \
-                       color: 0 0 0 0; \
-               } \
-       }
-
-#define PART_PIXEL_RECT_EX(pName, pX, pY, pAx, pAy, pR1x, pR1y, pR2x, pR2y, pRt) \
-       part { \
-               name: pName; \
-               type: RECT; \
-               mouse_events: 0; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       min: pX pY; \
-                       max: pX pY; \
-                       align: pAx pAy; \
-                       rel1 { relative: pR1x pR1y; to: pRt; } \
-                       rel2 { relative: pR2x pR2y; to: pRt; } \
-                       color: 0 0 0 0; \
-               } \
-       }
-
-
-#define PART_V_PIXEL_RECT(pName, pY, pAy, pRy, pRt) \
-       part { \
-               name: pName; \
-               type: SPACER; \
-               mouse_events: 0; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       min: 0 pY; \
-                       fixed: 0 1; \
-                       align: 0.5 pAy; \
-                       rel1 { relative: 0.0 pRy; to: pRt; } \
-                       rel2 { relative: 1.0 pRy; to: pRt; } \
-               } \
-       }
-
-#define PART_H_PIXEL_RECT(pName, pX, pAx, pRx, pRt) \
-       part { \
-               name: pName; \
-               type: SPACER; \
-               mouse_events: 0; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       min: pX 0; \
-                       fixed: 1 0; \
-                       align: pAx 0.5; \
-                       rel1 { relative: pRx 0.0; to: pRt; } \
-                       rel2 { relative: pRx 1.0; to: pRt; } \
-               } \
-       }
-
-#define PART_SWALLOW(pName, pTo) \
-       part { \
-               name: pName; \
-               type: SWALLOW; \
-               mouse_events: 1; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       fixed: 1 1; \
-                       rel1 { relative: 0.0 0.0; to: pTo; } \
-                       rel2 { relative: 1.0 1.0; to: pTo; } \
-               } \
-       }
-
-#define PART_EVENT_RECT(pName, pTo) \
-       part { \
-               name: pName; \
-               type: RECT; \
-               mouse_events: 1; \
-               repeat_events: 1; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       rel1 { relative: 0.0 0.0; to: pTo; } \
-                       rel2 { relative: 1.0 1.0; to: pTo; } \
-                       color: 0 0 0 0; \
-                       visible: 1; \
-               } \
-               description { \
-                       state: "disabled" 0.0; \
-                       inherit: "default" 0.0; \
-                       visible: 0; \
-               } \
-       }
-
-#define PART_COLOR_RECT(pName, pCr, pCg, pCb, pCa, pTo) \
-       part { \
-               name: pName; \
-               type: RECT; \
-               mouse_events: 0; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       rel1 { relative: 0.0 0.0; to: pTo; } \
-                       rel2 { relative: 1.0 1.0; to: pTo; } \
-                       color: pCr pCg pCb pCa; \
-               } \
-       }
-
-#define PART_SWALLOW_RECT_BAR(pName, pTo, pRx1, pRy1, pRx2, pRy2)\
-       part{\
-               name: pName;\
-               type: SWALLOW;\
-               mouse_events: 0; \
-               scale: 1;\
-               description{\
-                       state: "default" 0.0;\
-                       rel1 { relative: pRx1 pRy1; to: pTo;}\
-                       rel2 { relative: pRx2 pRy2; to: pTo;}\
-               }\
-       }
-
-#define PART_TEXT(pName, pTo, pAx, pAy) \
-       part { \
-               name: pName; \
-               type: TEXT; \
-               mouse_events: 0; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       rel1 { relative: 0.0 0.0; to: pTo; } \
-                       rel2 { relative: 1.0 1.0; to: pTo; } \
-                       text { \
-                               size: 30; \
-                               align: pAx pAy; \
-                               ellipsis: 0.0; \
-                               text_class: "label"; \
-                       } \
-                       color: COLOR_BLACK; \
-               } \
-               description { \
-                       state: "pressed" 0.0; \
-                       inherit: "default" 0.0; \
-                       text.size: 30; \
-                       color: COLOR_BLACK; \
-               } \
-       }
-
-#define PART_IMAGE(pName, pTo, pImage) \
-       part { \
-               name: pName; \
-               type: IMAGE; \
-               mouse_events: 0; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       rel1 { relative: 0.0 0.0; to: pTo; } \
-                       rel2 { relative: 1.0 1.0; to: pTo; } \
-                       image.normal: pImage; \
-               } \
-       }
-
-#define PART_BORDER_IMAGE(pName, pTo, pImage, pL, pR, pT, pB) \
-       part { \
-               name: pName; \
-               type: IMAGE; \
-               mouse_events: 0; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       rel1 { relative: 0.0 0.0; to: pTo; } \
-                       rel2 { relative: 1.0 1.0; to: pTo; } \
-                       image.normal: pImage; \
-                       image.border: pL pR pT pB; \
-               } \
-       }
-
-#define PART_TOP_LINE(pName, pTo) \
-       part \
-       { \
-               name: pName; \
-               type: RECT; \
-               mouse_events: 0; \
-               description { \
-                       state: "default" 0.0; \
-                       min: 0 1; \
-                       fixed: 0 1; \
-                       visible: 1; \
-                       color: COLOR_BLUE; \
-                       rel1 { relative: 0.0 0.0; to: pTo; offset: 0 0; } \
-                       rel2 { relative: 1.0 0.0; to: pTo; offset: 0 0; } \
-               } \
-       } \
-
-#define PART_LEFT_LINE(pName, pTo) \
-       part \
-       { \
-               name: pName; \
-               type: RECT; \
-               mouse_events: 0; \
-               description { \
-                       state: "default" 0.0; \
-                       min: 1 0; \
-                       fixed: 1 0; \
-                       visible: 1; \
-                       color: COLOR_BLUE; \
-                       rel1 { relative: 0.0 0.0; to: pTo; offset: -1 0; } \
-                       rel2 { relative: 0.0 1.0; to: pTo; offset: -1 0; } \
-               } \
-       } \
-
-#define PART_RIGHT_LINE(pName, pTo) \
-       part \
-       { \
-               name: pName; \
-               type: RECT; \
-               mouse_events: 0; \
-               description { \
-                       state: "default" 0.0; \
-                       min: 1 0; \
-                       fixed: 1 0; \
-                       visible: 1; \
-                       color: COLOR_BLUE; \
-                       rel1 { relative: 1.0 0.0; to: pTo; offset: 1 0; } \
-                       rel2 { relative: 1.0 1.0; to: pTo; offset: 1 0; } \
-               } \
-       } \
-
-#define PART_BOTTOM_LINE(pName, pTo) \
-       part \
-       { \
-               name: pName; \
-               type: RECT; \
-               mouse_events: 0; \
-               description { \
-                       state: "default" 0.0; \
-                       min: 0 1; \
-                       fixed: 0 1; \
-                       visible: 1; \
-                       color: COLOR_BLUE; \
-                       rel1 { relative: 0.0 1.0; to: pTo; offset: 0 0; } \
-                       rel2 { relative: 1.0 1.0; to: pTo; offset: 0 0; } \
-               } \
-       } \
-
-#define PART_BOTTOM_LINE_DOUBLE(pName, pTo) \
-       part \
-       { \
-               name: pName; \
-               type: RECT; \
-               mouse_events: 0; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       min: 0 1; \
-                       fixed: 0 1; \
-                       visible: 1; \
-                       color: 98 102 117 255; \
-                       rel1 { relative: 0.0 1.0; to: pTo; offset: 0 -1; } \
-                       rel2 { relative: 1.0 1.0; to: pTo; offset: 0 -1; } \
-               } \
-       } \
-       part \
-       { \
-               name: pName##"2"; \
-               type: RECT; \
-               mouse_events: 0; \
-               scale: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       min: 0 1; \
-                       fixed: 0 1; \
-                       visible: 1; \
-                       color: 64 64 64 255; \
-                       rel1 { relative: 0.0 1.0; to: pTo; offset: 0 0; } \
-                       rel2 { relative: 1.0 1.0; to: pTo; offset: 0 0; } \
-               } \
-       } \
-
-#define PART_ACCESS_RECT(pTo) \
-       part \
-       { \
-               name: "access"; \
-               type: RECT; \
-               repeat_events: 1; \
-               description { \
-                       state: "default" 0.0; \
-                       fixed: 1 1; \
-                       color: 0 0 0 0; \
-                       rel1 { relative: 0.0 1.0; to: pTo; offset: 0 0; } \
-                       rel2 { relative: 1.0 1.0; to: pTo; offset: 0 0; } \
-               } \
-       } \
-
-#define PART_PADDING_TOP(pName, pSize, pTo) \
-       PART_V_PIXEL_RECT(pName, pSize, 0.0, 0.0, pTo)
-
-#define PART_PADDING_BOTTOM(pName, pSize, pTo) \
-       PART_V_PIXEL_RECT(pName, pSize, 1.0, 1.0, pTo)
-
-#define PART_PADDING_LEFT(pName, pSize, pTo) \
-       PART_H_PIXEL_RECT(pName, pSize, 0.0, 0.0, pTo)
-
-#define PART_PADDING_RIGHT(pName, pSize, pTo) \
-       PART_H_PIXEL_RECT(pName, pSize, 1.0, 1.0, pTo)
-
-#define SCRIPT_CUSTOM_PART(pPart) \
-       custom_state(PART:pPart, "default", 0.0); \
-       set_state(PART:pPart, "custom", 0.0);
-
-#define SCRIPT_SET_IMAGE(pPart, pVal) \
-       set_state_val(PART:pPart, STATE_IMAGE, IMAGE:pVal);
-
-#define SCRIPT_SET_VISIBLE(pPart, pVal) \
-       set_state_val(PART:pPart, STATE_VISIBLE, pVal);
-
-#define SCRIPT_SET_STATE_DISABLED(pPart) \
-       set_state(PART:pPart, "disabled", 0.0);
-
-#define SCRIPT_SET_STATE_DEFAULT(pPart) \
-       set_state(PART:pPart, "default", 0.0);
-
-#define SCRIPT_SET_STATE_SHOW(pPart) \
-       set_state(PART:pPart, "show", 0.0);
-
-#define SCRIPT_SET_STATE_HIDE(pPart) \
-       set_state(PART:pPart, "hide", 0.0);
-
-#define PROGRAM_SET_VISIBLE(pName, pSignal, pSource, pPart) \
-       program { \
-               name: pName; \
-               signal: pSignal; \
-               source: pSource; \
-               script { \
-                       SCRIPT_SET_STATE_SHOW(pPart) \
-               } \
-       }
-
-#define PROGRAM_SET_INVISIBLE(pName, pSignal, pSource, pPart) \
-       program { \
-               name: pName; \
-               signal: pSignal; \
-               source: pSource; \
-               script { \
-                       SCRIPT_SET_STATE_HIDE(pPart) \
-               } \
-       }
+/*\r * Copyright 2016  Samsung Electronics Co., Ltd\r *\r * Licensed under the Flora License, Version 1.1 (the "License");\r * you may not use this file except in compliance with the License.\r * You may obtain a copy of the License at\r *\r * http://floralicense.org/license/\r *\r * Unless required by applicable law or agreed to in writing, software\r * distributed under the License is distributed on an "AS IS" BASIS,\r * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r * See the License for the specific language governing permissions and\r * limitations under the License.\r */\r
+\r #include "macros.inl"\r
+\r
+//Layout\r
+#define MAIN_W 220\r
+#define MAIN_W_HORIZONTAL 480\r
+\r
+//Body attributes\r
+#define BODY_PADDING_TOP_1_MIN 30\r
+#define BODY_PADDING_TOP_2_MIN 15\r
+#define BODY_PADDING_MID_1_MIN 6\r
+#define BODY_PADDING_BOTTOM_MIN 12\r
+\r
+#define SUBJECT_LOCK_WIDTH 80\r
+#define SUBJECT_MIN_H 80\r
+#define SUPPLEMENT_AREA_H 76\r
+#define SUPPLEMENT_AUDIO_AREA_H 52\r
+#define SUMMARY_AUDIO_AREA_H 46\r
+#define PAGE_INDEX_MIN_W 64\r
+#define DETAIL_PADDING_V_MIN 14\r
+#define DETAIL_PADDING_H_MIN 32\r
+\r
+//play controllbar attributes\r
+#define PLAY_CTRBAR_MIN_VERTICAL_H 320\r
+#define PLAY_CTRBAR_TOP_PADDING_MIN_H 12\r
+#define PLAY_CTRBAR_MIDDLE_PADDING_MIN_H 7\r
+#define PLAY_CTRBAR_BOTTOM_PADDING_MIN_H 12\r
+#define PLAY_CTRBAR_PROGRESS_BAR_VERTICAL_W 348\r
+#define PLAY_CTRBAR_PROGRESS_BAR_HORIZONTAL_W 688\r
+#define PLAYER_PROGRESSBAR_H 8\r
+#define PLAYER_CIRCLE_W 26\r
+#define PLAYER_CIRCLE_H 26\r
+#define PLAYER_CIRCLE_PRESS_W 26\r
+#define PLAYER_CIRCLE_PRESS_H 26\r
+#define PLAY_CTRBAR_SMALL_BUTTON_W 126\r
+#define PLAY_CTRBAR_LARGE_BUTTON_W 126\r
+#define PLAY_CTRBAR_BUTTON_MARGIN 34\r
+#define PLAY_CTRBAR_BUTTON_TEXT_MARGIN 14\r
+#define PLAY_CTRBAR_PROGRESS_TEXT_MARGIN 14\r
+#define PLAY_CTRBAR_PROGRESS_TEXT_W 40\r
+#define PLAY_CTRBAR_BUTTON_VOLUME_START_X 18\r
+\r
+//edc images\r
+#define PREV_BTN "full_player_button_prev.png"\r
+#define PLAY_BTN "full_player_button_play.png"\r
+#define PAUSE_BTN "full_player_button_pause.png"\r
+#define NEXT_BTN "full_player_button_next.png"\r
+#define AUDIO_ICON "messages_play_btn.png"\r
+\r
+#define COLOR_BLACK                    0 0 0 255\r
+#define COLOR_BLACK_TRANSPARENT 0 0 0 204\r
+#define COLOR_WHITE                            255 255 255 255\r
+#define COLOR_WHITE_TRANSPARENT        255 255 255 128\r
+#define COLOR_GRAY                             245 245 242 255\r
+#define COLOR_DARK_GRAY                        213 213 212 255\r
+#define COLOR_BLUE                             2 61 132 255\r
+#define COLOR_DARK_BLUE                        1 37 79 255\r
+#define COLOR_BLUE_TRANSPARENT 179 197 218 255\r
+#define COLOR_RED                              224 33 33 255\r
+#define BUBBLE_NAVI_TITLE_COLOR 61 185 204 255\r
+#define COLOR_GRAY_TITLE_TEXT_EDC 128 128 128 255\r
+#define COLOR_TIME_TEXT_EDC 102 102 102 255\r
+#define COLOR_LOCK_BTN_EDC 179 179 179 255\r
+\r
+//MACROS\r
+#define PART_BG(pName) \\r
+       part { \\r
+               name: pName; \\r
+               type: RECT; \\r
+               mouse_events: 0; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       color: 0 0 0 0; \\r
+               } \\r
+       }\r
+\r
+#define PART_RECT(pName, pR1x, pR1y, pR1xt, pR1yt, pR2x, pR2y, pR2xt, pR2yt) \\r
+       part { \\r
+               name: pName; \\r
+               type: RECT; \\r
+               mouse_events: 0; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       rel1 { relative: pR1x pR1y; to_x: pR1xt; to_y: pR1yt; } \\r
+                       rel2 { relative: pR2x pR2y; to_x: pR2xt; to_y: pR2yt; } \\r
+                       color: 0 0 0 0; \\r
+               } \\r
+       }\r
+\r
+#define PART_PIXEL_RECT(pName, pX, pY, pAx, pAy, pRx, pRy, pRt) \\r
+       part { \\r
+               name: pName; \\r
+               type: RECT; \\r
+               mouse_events: 0; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       min: pX pY; \\r
+                       align: pAx pAy; \\r
+                       rel1 { relative: pRx pRy; to: pRt; } \\r
+                       rel2 { relative: pRx pRy; to: pRt; } \\r
+                       color: 0 0 0 0; \\r
+               } \\r
+       }\r
+\r
+#define PART_PIXEL_RECT_EX(pName, pX, pY, pAx, pAy, pR1x, pR1y, pR2x, pR2y, pRt) \\r
+       part { \\r
+               name: pName; \\r
+               type: RECT; \\r
+               mouse_events: 0; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       min: pX pY; \\r
+                       max: pX pY; \\r
+                       align: pAx pAy; \\r
+                       rel1 { relative: pR1x pR1y; to: pRt; } \\r
+                       rel2 { relative: pR2x pR2y; to: pRt; } \\r
+                       color: 0 0 0 0; \\r
+               } \\r
+       }\r
+\r
+\r
+#define PART_V_PIXEL_RECT(pName, pY, pAy, pRy, pRt) \\r
+       part { \\r
+               name: pName; \\r
+               type: SPACER; \\r
+               mouse_events: 0; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       min: 0 pY; \\r
+                       fixed: 0 1; \\r
+                       align: 0.5 pAy; \\r
+                       rel1 { relative: 0.0 pRy; to: pRt; } \\r
+                       rel2 { relative: 1.0 pRy; to: pRt; } \\r
+               } \\r
+       }\r
+\r
+#define PART_H_PIXEL_RECT(pName, pX, pAx, pRx, pRt) \\r
+       part { \\r
+               name: pName; \\r
+               type: SPACER; \\r
+               mouse_events: 0; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       min: pX 0; \\r
+                       fixed: 1 0; \\r
+                       align: pAx 0.5; \\r
+                       rel1 { relative: pRx 0.0; to: pRt; } \\r
+                       rel2 { relative: pRx 1.0; to: pRt; } \\r
+               } \\r
+       }\r
+\r
+#define PART_SWALLOW(pName, pTo) \\r
+       part { \\r
+               name: pName; \\r
+               type: SWALLOW; \\r
+               mouse_events: 1; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       fixed: 1 1; \\r
+                       rel1 { relative: 0.0 0.0; to: pTo; } \\r
+                       rel2 { relative: 1.0 1.0; to: pTo; } \\r
+               } \\r
+       }\r
+\r
+#define PART_EVENT_RECT(pName, pTo) \\r
+       part { \\r
+               name: pName; \\r
+               type: RECT; \\r
+               mouse_events: 1; \\r
+               repeat_events: 1; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       rel1 { relative: 0.0 0.0; to: pTo; } \\r
+                       rel2 { relative: 1.0 1.0; to: pTo; } \\r
+                       color: 0 0 0 0; \\r
+                       visible: 1; \\r
+               } \\r
+               description { \\r
+                       state: "disabled" 0.0; \\r
+                       inherit: "default" 0.0; \\r
+                       visible: 0; \\r
+               } \\r
+       }\r
+\r
+#define PART_COLOR_RECT(pName, pCr, pCg, pCb, pCa, pTo) \\r
+       part { \\r
+               name: pName; \\r
+               type: RECT; \\r
+               mouse_events: 0; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       rel1 { relative: 0.0 0.0; to: pTo; } \\r
+                       rel2 { relative: 1.0 1.0; to: pTo; } \\r
+                       color: pCr pCg pCb pCa; \\r
+               } \\r
+       }\r
+\r
+#define PART_SWALLOW_RECT_BAR(pName, pTo, pRx1, pRy1, pRx2, pRy2)\\r
+       part{\\r
+               name: pName;\\r
+               type: SWALLOW;\\r
+               mouse_events: 0; \\r
+               scale: 1;\\r
+               description{\\r
+                       state: "default" 0.0;\\r
+                       rel1 { relative: pRx1 pRy1; to: pTo;}\\r
+                       rel2 { relative: pRx2 pRy2; to: pTo;}\\r
+               }\\r
+       }\r
+\r
+#define PART_TEXT(pName, pTo, pAx, pAy) \\r
+       part { \\r
+               name: pName; \\r
+               type: TEXT; \\r
+               mouse_events: 0; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       rel1 { relative: 0.0 0.0; to: pTo; } \\r
+                       rel2 { relative: 1.0 1.0; to: pTo; } \\r
+                       text { \\r
+                               size: 30; \\r
+                               align: pAx pAy; \\r
+                               ellipsis: 0.0; \\r
+                               text_class: "label"; \\r
+                       } \\r
+                       color: COLOR_BLACK; \\r
+               } \\r
+               description { \\r
+                       state: "pressed" 0.0; \\r
+                       inherit: "default" 0.0; \\r
+                       text.size: 30; \\r
+                       color: COLOR_BLACK; \\r
+               } \\r
+       }\r
+\r
+#define PART_IMAGE(pName, pTo, pImage) \\r
+       part { \\r
+               name: pName; \\r
+               type: IMAGE; \\r
+               mouse_events: 0; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       rel1 { relative: 0.0 0.0; to: pTo; } \\r
+                       rel2 { relative: 1.0 1.0; to: pTo; } \\r
+                       image.normal: pImage; \\r
+               } \\r
+       }\r
+\r
+#define PART_BORDER_IMAGE(pName, pTo, pImage, pL, pR, pT, pB) \\r
+       part { \\r
+               name: pName; \\r
+               type: IMAGE; \\r
+               mouse_events: 0; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       rel1 { relative: 0.0 0.0; to: pTo; } \\r
+                       rel2 { relative: 1.0 1.0; to: pTo; } \\r
+                       image.normal: pImage; \\r
+                       image.border: pL pR pT pB; \\r
+               } \\r
+       }\r
+\r
+#define PART_TOP_LINE(pName, pTo) \\r
+       part \\r
+       { \\r
+               name: pName; \\r
+               type: RECT; \\r
+               mouse_events: 0; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       min: 0 1; \\r
+                       fixed: 0 1; \\r
+                       visible: 1; \\r
+                       color: COLOR_BLUE; \\r
+                       rel1 { relative: 0.0 0.0; to: pTo; offset: 0 0; } \\r
+                       rel2 { relative: 1.0 0.0; to: pTo; offset: 0 0; } \\r
+               } \\r
+       } \\r
+\r
+#define PART_LEFT_LINE(pName, pTo) \\r
+       part \\r
+       { \\r
+               name: pName; \\r
+               type: RECT; \\r
+               mouse_events: 0; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       min: 1 0; \\r
+                       fixed: 1 0; \\r
+                       visible: 1; \\r
+                       color: COLOR_BLUE; \\r
+                       rel1 { relative: 0.0 0.0; to: pTo; offset: -1 0; } \\r
+                       rel2 { relative: 0.0 1.0; to: pTo; offset: -1 0; } \\r
+               } \\r
+       } \\r
+\r
+#define PART_RIGHT_LINE(pName, pTo) \\r
+       part \\r
+       { \\r
+               name: pName; \\r
+               type: RECT; \\r
+               mouse_events: 0; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       min: 1 0; \\r
+                       fixed: 1 0; \\r
+                       visible: 1; \\r
+                       color: COLOR_BLUE; \\r
+                       rel1 { relative: 1.0 0.0; to: pTo; offset: 1 0; } \\r
+                       rel2 { relative: 1.0 1.0; to: pTo; offset: 1 0; } \\r
+               } \\r
+       } \\r
+\r
+#define PART_BOTTOM_LINE(pName, pTo) \\r
+       part \\r
+       { \\r
+               name: pName; \\r
+               type: RECT; \\r
+               mouse_events: 0; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       min: 0 1; \\r
+                       fixed: 0 1; \\r
+                       visible: 1; \\r
+                       color: COLOR_BLUE; \\r
+                       rel1 { relative: 0.0 1.0; to: pTo; offset: 0 0; } \\r
+                       rel2 { relative: 1.0 1.0; to: pTo; offset: 0 0; } \\r
+               } \\r
+       } \\r
+\r
+#define PART_BOTTOM_LINE_DOUBLE(pName, pTo) \\r
+       part \\r
+       { \\r
+               name: pName; \\r
+               type: RECT; \\r
+               mouse_events: 0; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       min: 0 1; \\r
+                       fixed: 0 1; \\r
+                       visible: 1; \\r
+                       color: 98 102 117 255; \\r
+                       rel1 { relative: 0.0 1.0; to: pTo; offset: 0 -1; } \\r
+                       rel2 { relative: 1.0 1.0; to: pTo; offset: 0 -1; } \\r
+               } \\r
+       } \\r
+       part \\r
+       { \\r
+               name: pName##"2"; \\r
+               type: RECT; \\r
+               mouse_events: 0; \\r
+               scale: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       min: 0 1; \\r
+                       fixed: 0 1; \\r
+                       visible: 1; \\r
+                       color: 64 64 64 255; \\r
+                       rel1 { relative: 0.0 1.0; to: pTo; offset: 0 0; } \\r
+                       rel2 { relative: 1.0 1.0; to: pTo; offset: 0 0; } \\r
+               } \\r
+       } \\r
+\r
+#define PART_ACCESS_RECT(pTo) \\r
+       part \\r
+       { \\r
+               name: "access"; \\r
+               type: RECT; \\r
+               repeat_events: 1; \\r
+               description { \\r
+                       state: "default" 0.0; \\r
+                       fixed: 1 1; \\r
+                       color: 0 0 0 0; \\r
+                       rel1 { relative: 0.0 1.0; to: pTo; offset: 0 0; } \\r
+                       rel2 { relative: 1.0 1.0; to: pTo; offset: 0 0; } \\r
+               } \\r
+       } \\r
+\r
+#define PART_PADDING_TOP(pName, pSize, pTo) \\r
+       PART_V_PIXEL_RECT(pName, pSize, 0.0, 0.0, pTo)\r
+\r
+#define PART_PADDING_BOTTOM(pName, pSize, pTo) \\r
+       PART_V_PIXEL_RECT(pName, pSize, 1.0, 1.0, pTo)\r
+\r
+#define PART_PADDING_LEFT(pName, pSize, pTo) \\r
+       PART_H_PIXEL_RECT(pName, pSize, 0.0, 0.0, pTo)\r
+\r
+#define PART_PADDING_RIGHT(pName, pSize, pTo) \\r
+       PART_H_PIXEL_RECT(pName, pSize, 1.0, 1.0, pTo)\r
+\r
+#define SCRIPT_CUSTOM_PART(pPart) \\r
+       custom_state(PART:pPart, "default", 0.0); \\r
+       set_state(PART:pPart, "custom", 0.0);\r
+\r
+#define SCRIPT_SET_IMAGE(pPart, pVal) \\r
+       set_state_val(PART:pPart, STATE_IMAGE, IMAGE:pVal);\r
+\r
+#define SCRIPT_SET_VISIBLE(pPart, pVal) \\r
+       set_state_val(PART:pPart, STATE_VISIBLE, pVal);\r
+\r
+#define SCRIPT_SET_STATE_DISABLED(pPart) \\r
+       set_state(PART:pPart, "disabled", 0.0);\r
+\r
+#define SCRIPT_SET_STATE_DEFAULT(pPart) \\r
+       set_state(PART:pPart, "default", 0.0);\r
+\r
+#define SCRIPT_SET_STATE_SHOW(pPart) \\r
+       set_state(PART:pPart, "show", 0.0);\r
+\r
+#define SCRIPT_SET_STATE_HIDE(pPart) \\r
+       set_state(PART:pPart, "hide", 0.0);\r
+\r
+#define PROGRAM_SET_VISIBLE(pName, pSignal, pSource, pPart) \\r
+       program { \\r
+               name: pName; \\r
+               signal: pSignal; \\r
+               source: pSource; \\r
+               script { \\r
+                       SCRIPT_SET_STATE_SHOW(pPart) \\r
+               } \\r
+       }\r
+\r
+#define PROGRAM_SET_INVISIBLE(pName, pSignal, pSource, pPart) \\r
+       program { \\r
+               name: pName; \\r
+               signal: pSignal; \\r
+               source: pSource; \\r
+               script { \\r
+                       SCRIPT_SET_STATE_HIDE(pPart) \\r
+               } \\r
+       }\r
index 5d3fae73e8fd3f8f29cb1fbb2e7fb56507ac60a4..8027de9b90cebd4475d40b30ceb711855428750e 100755 (executable)
-/*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
-
- #include "viewer_defines.inl"
-
-collections {
-    base_scale: 2.6;
-
-    plugins {
-        plugin {
-            name: "touch_sound";
-            source: "feedback";
-            param: "FEEDBACK_TYPE_SOUND FEEDBACK_PATTERN_TAP";
-        }
-    }
-    group {
-        name : "viewer_layout";
-        parts {
-            part {
-                name: "rect";
-                type: RECT;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                }
-            }
-            part {
-                name: "body.bg";
-                type: SWALLOW;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    color: 0 0 0 0;
-                    rel1{to: "rect"; relative: 0.0 0.0;}
-                    rel2{to: "rect"; relative: 1.0 1.0;}
-                }
-            }
-            part {
-                name: "swallow.recipients";
-                type: SWALLOW;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    fixed: 1 0;
-                    align: 0.0 0.0;
-                    visible: 0;
-                    rel1 {to: "rect"; relative:0.0 -1.0;}
-                    rel2 {to: "rect"; relative:1.0 -1.0;}
-                }
-                description {
-                    inherit: "default" 0.0;
-                    state: "show" 0.0;
-                    visible: 1;
-                    rel1 {to: "rect"; relative:0.0 0.0;}
-                    rel2 {to: "rect"; relative:1.0 0.0;}
-                }
-            }
-            part {
-                name: "swallow.subject";
-                type: SWALLOW;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    fixed: 1 1;
-                    align: 0.0 0.0;
-                    rel1 {to: "rect"; relative:0.0 0.0;}
-                    rel2 {to: "rect"; relative:1.0 0.0;}
-                }
-                description {
-                    inherit: "default" 0.0;
-                    state: "show";
-                    rel1 {to: "swallow.recipients"; relative:0.0 1.0;}
-                    rel2 {to: "rect"; relative:1.0 0.0;}
-                }
-            }
-            part {
-                name: "body";
-                type: SWALLOW;
-                scale: 1;
-                mouse_events: 1;
-                repeat_events: 1;
-                description {
-                    state: "default" 0.0;
-                    fixed: 1 0;
-                    min: 0 0;
-                    color: 0 0 0 0;
-                    rel1 {to: "swallow.subject"; relative: 0.0 1.0;}
-                    rel2 {to: "swallow.bottom.content"; relative: 1.0 0.0;}
-                    align: 0.0 0.0;
-                }
-            }
-            part {
-                name: "swallow.touch_area";
-                type: SWALLOW;
-                scale: 1;
-                mouse_events: 1;
-                repeat_events: 1;
-                description {
-                    state: "default" 0.0;
-                    fixed: 1 0;
-                    rel1 {to: "body"; relative: 0.0 0.0;}
-                    rel2 {to: "body"; relative: 1.0 1.0;}
-                }
-            }
-            part {
-                name: "swallow.bottom.content";
-                type: SWALLOW;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    align: 0.0 1.0;
-                    rel1 {to: "rect"; relative:0.0 1.0;}
-                    rel2 {to: "rect"; relative:1.0 1.0;}
-                }
-            }
-            part {
-                name: "swallow.playctrl";
-                type: SWALLOW;
-                scale: 1;
-                mouse_events: 1;
-                description {
-                    state: "default" 0.0;
-                    min: 0 PLAY_CTRBAR_MIN_VERTICAL_H;
-                    visible: 1;
-                    fixed: 0 1;
-                    align: 0.5 1.0;
-                    rel1 {to: "rect"; relative:0.0 1.0;}
-                    rel2 {to: "rect"; relative:1.0 1.0;}
-                }
-                description {
-                    state: "hide" 0.0;
-                    visible: 0;
-                }
-            }
-        }
-        programs {
-            program {
-                name: "cutlink_press";
-                signal: "play,press,sound";
-                source: "*";
-                action: RUN_PLUGIN "touch_sound";
-            }
-        }
-
-        SIG("show_player", "default", "swallow.playctrl");
-        SIG("hide_player", "hide", "swallow.playctrl");
-
-        program {
-            name: "show_recipients";
-            signal: "show_recipients";
-            source: "";
-            action: STATE_SET "show" 0.0;
-            target: "swallow.recipients";
-            target: "swallow.subject";
-        }
-        program {
-            name: "hide_recipients";
-            signal: "hide_recipients";
-            source: "";
-            action: STATE_SET "default" 0.0;
-            target: "swallow.recipients";
-            target: "swallow.subject";
-        }
-    }
-}
+/*\r * Copyright 2016  Samsung Electronics Co., Ltd\r *\r * Licensed under the Flora License, Version 1.1 (the "License");\r * you may not use this file except in compliance with the License.\r * You may obtain a copy of the License at\r *\r * http://floralicense.org/license/\r *\r * Unless required by applicable law or agreed to in writing, software\r * distributed under the License is distributed on an "AS IS" BASIS,\r * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r * See the License for the specific language governing permissions and\r * limitations under the License.\r */\r
+\r
+ #include "viewer_defines.inl"\r
+\r
+collections {\r
+    base_scale: 2.6;\r
+\r
+    plugins {\r
+        plugin {\r
+            name: "touch_sound";\r
+            source: "feedback";\r
+            param: "FEEDBACK_TYPE_SOUND FEEDBACK_PATTERN_TAP";\r
+        }\r
+    }\r
+    group {\r
+        name : "viewer_layout";\r
+        parts {\r
+            part {\r
+                name: "rect";\r
+                type: RECT;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                }\r
+            }\r
+            part {\r
+                name: "body.bg";\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    color: 0 0 0 0;\r
+                    rel1{to: "rect"; relative: 0.0 0.0;}\r
+                    rel2{to: "rect"; relative: 1.0 1.0;}\r
+                }\r
+            }\r
+            part {\r
+                name: "swallow.recipients";\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    fixed: 1 0;\r
+                    align: 0.0 0.0;\r
+                    visible: 0;\r
+                    rel1 {to: "rect"; relative:0.0 -1.0;}\r
+                    rel2 {to: "rect"; relative:1.0 -1.0;}\r
+                }\r
+                description {\r
+                    inherit: "default" 0.0;\r
+                    state: "show" 0.0;\r
+                    visible: 1;\r
+                    rel1 {to: "rect"; relative:0.0 0.0;}\r
+                    rel2 {to: "rect"; relative:1.0 0.0;}\r
+                }\r
+            }\r
+            part {\r
+                name: "swallow.subject";\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    fixed: 1 1;\r
+                    align: 0.0 0.0;\r
+                    rel1 {to: "rect"; relative:0.0 0.0;}\r
+                    rel2 {to: "rect"; relative:1.0 0.0;}\r
+                }\r
+                description {\r
+                    inherit: "default" 0.0;\r
+                    state: "show";\r
+                    rel1 {to: "swallow.recipients"; relative:0.0 1.0;}\r
+                    rel2 {to: "rect"; relative:1.0 0.0;}\r
+                }\r
+            }\r
+            part {\r
+                name: "body";\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                mouse_events: 1;\r
+                repeat_events: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    fixed: 1 0;\r
+                    min: 0 0;\r
+                    color: 0 0 0 0;\r
+                    rel1 {to: "swallow.subject"; relative: 0.0 1.0;}\r
+                    rel2 {to: "swallow.bottom.content"; relative: 1.0 0.0;}\r
+                    align: 0.0 0.0;\r
+                }\r
+            }\r
+            part {\r
+                name: "swallow.touch_area";\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                mouse_events: 1;\r
+                repeat_events: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    fixed: 1 0;\r
+                    rel1 {to: "body"; relative: 0.0 0.0;}\r
+                    rel2 {to: "body"; relative: 1.0 1.0;}\r
+                }\r
+            }\r
+            part {\r
+                name: "swallow.bottom.content";\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    align: 0.0 1.0;\r
+                    rel1 {to: "rect"; relative:0.0 1.0;}\r
+                    rel2 {to: "rect"; relative:1.0 1.0;}\r
+                }\r
+            }\r
+            part {\r
+                name: "swallow.playctrl";\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                mouse_events: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    min: 0 PLAY_CTRBAR_MIN_VERTICAL_H;\r
+                    visible: 1;\r
+                    fixed: 0 1;\r
+                    align: 0.5 1.0;\r
+                    rel1 {to: "rect"; relative:0.0 1.0;}\r
+                    rel2 {to: "rect"; relative:1.0 1.0;}\r
+                }\r
+                description {\r
+                    state: "hide" 0.0;\r
+                    visible: 0;\r
+                }\r
+            }\r
+        }\r
+        programs {\r
+            program {\r
+                name: "cutlink_press";\r
+                signal: "play,press,sound";\r
+                source: "*";\r
+                action: RUN_PLUGIN "touch_sound";\r
+            }\r
+        }\r
+\r
+        SIG("show_player", "default", "swallow.playctrl");\r
+        SIG("hide_player", "hide", "swallow.playctrl");\r
+\r
+        program {\r
+            name: "show_recipients";\r
+            signal: "show_recipients";\r
+            source: "";\r
+            action: STATE_SET "show" 0.0;\r
+            target: "swallow.recipients";\r
+            target: "swallow.subject";\r
+        }\r
+        program {\r
+            name: "hide_recipients";\r
+            signal: "hide_recipients";\r
+            source: "";\r
+            action: STATE_SET "default" 0.0;\r
+            target: "swallow.recipients";\r
+            target: "swallow.subject";\r
+        }\r
+    }\r
+}\r
index aed4e0527a5615aa311dbcd8661e4acde3990e6f..03cb133f4829c6a79c714c6c0728f7abf54b3dae 100644 (file)
-/*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
-
-#include "viewer_defines.inl"
-
-#define TIME_TEXT_HEIGHT 43
-
-collections {
-    base_scale: 2.6;
-    plugins {
-        plugin {
-            name: "touch_sound";
-            source: "feedback";
-            param: "FEEDBACK_TYPE_SOUND FEEDBACK_PATTERN_TAP";
-        }
-    }
-    group {
-        name: "player";
-        images {
-            image: PREV_BTN COMP;
-            image: PLAY_BTN COMP;
-            image: PAUSE_BTN COMP;
-            image: NEXT_BTN COMP;
-        }
-        parts {
-            part {
-                name: "rect";
-                type: RECT;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    min: 0 PLAY_CTRBAR_MIN_VERTICAL_H;
-                    color: COLOR_GRAY;
-                }
-            }
-            part {
-                name: "rect/padding/top";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    min: 0 55;
-                    align: 0.0 0.0;
-                    fixed: 1 1;
-                    rel1{to:"rect"; relative:0.0 0.0;}
-                    rel2{to:"rect"; relative:1.0 0.0;}
-                }
-            }
-            part {
-                name: "progress/start/time";
-                type: TEXT;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    visible: 1;
-                    min: 0 TIME_TEXT_HEIGHT;
-                    align: 0.0 0.0;
-                    fixed: 1 1;
-                    rel1{to:"progress_area"; relative:0.0 1.0; offset: 0 8;}
-                    rel2{to:"progress_area"; relative:0.2 1.0; offset: 0 8;}
-                    text {
-                        size: 28;
-                        align: 0.0 0.5;
-                        text_class: "label";
-                    }
-                    color: COLOR_TIME_TEXT_EDC;
-                }
-            }
-            part {
-                name: "progress_area";
-                mouse_events: 1;
-                type: SWALLOW;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    visible: 1;
-                    min: 0 16;
-                    align: 0.5 0.0;
-                    fixed: 1 1;
-                    rel1{to:"rect/padding/top"; relative:0.0 1.0; offset: 30 0;}
-                    rel2{to:"rect/padding/top"; relative:1.0 1.0; offset: -30 0;}
-                }
-                description {
-                    state: "horizontal" 0.0;
-                    inherit: "default" 0.0;
-                }
-            }
-            part {
-                name: "progress/end/time";
-                type: TEXT;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    visible: 1;
-                    min: 0 TIME_TEXT_HEIGHT;
-                    align: 1.0 0.0;
-                    fixed: 1 1;
-                    rel1{to:"progress_area"; relative:0.8 1.0; offset: 0 8;}
-                    rel2{to:"progress_area"; relative:1.0 1.0; offset: 0 8;}
-                    text {
-                        size: 28;
-                        align: 1.0 0.5;
-                        text_class: "label";
-                    }
-                    color: COLOR_TIME_TEXT_EDC;
-                }
-            }
-            part {
-                name: "rect/padding/middle";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    min: 0 11;
-                    align: 0.0 0.0;
-                    fixed: 1 1;
-                    rel1{to_y:"progress/start/time"; relative:0.0 1.0;}
-                    rel2{to_y:"progress/start/time"; relative:1.0 1.0;}
-                }
-            }
-            part {
-                name: "rect/padding/button/top";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    min: 0 0;
-                    align: 0.0 0.0;
-                    fixed: 1 1;
-                    rel1{to:"rect/padding/middle"; relative:0.0 1.0;}
-                    rel2{to:"rect/padding/middle"; relative:1.0 1.0;}
-                }
-            }
-            part {
-                name: "rect/padding/button/bottom";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    min: 0 0;
-                    align: 0.0 1.0;
-                    fixed: 1 1;
-                    rel1{to:"rect/padding/bottom"; relative:0.0 0.0;}
-                    rel2{to:"rect/padding/bottom"; relative:1.0 0.0;}
-                }
-            }
-            part {
-                name: "rect/padding/bottom";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    min: 0 15;
-                    align: 0.0 1.0;
-                    fixed: 1 1;
-                    rel1{to:"rect"; relative:0.0 1.0;}
-                    rel2{to:"rect"; relative:1.0 1.0;}
-                }
-            }
-            part {
-                name: "rect/padding/button_small";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    fixed: 1 1;
-                    rel1{to:"rect/padding/button/top"; relative:0.0 1.0;}
-                    rel2{to:"rect/padding/button/bottom"; relative:1.0 0.0;}
-                    align: 0.0 0.5;
-                }
-            }
-            part {
-                name: "rect/padding/button_large";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    fixed: 1 1;
-                    rel1{to:"rect/padding/middle"; relative:0.0 1.0;}
-                    rel2{to:"rect/padding/bottom"; relative:1.0 0.0;}
-                }
-            }
-            part {
-                name: "prev_bg";
-                mouse_events: 0;
-                type: RECT;
-                scale : 1;
-                description {
-                    state: "default" 0.0;
-                    align: 1.0 0.5;
-                    visible: 1;
-                    min: PLAY_CTRBAR_SMALL_BUTTON_W PLAY_CTRBAR_SMALL_BUTTON_W;
-                    max: PLAY_CTRBAR_SMALL_BUTTON_W PLAY_CTRBAR_SMALL_BUTTON_W;
-                    fixed: 1 1;
-                    rel1 {
-                        relative: 0.0 1.0;
-                        to_x: "play_pause_bg";
-                        to_y: "rect/padding/middle";
-                        offset: -25 0;
-                    }
-                    rel2 {
-                        relative: 0.0 0.0;
-                        to_x: "play_pause_bg";
-                        to_y: "rect/padding/bottom";
-                        offset: -25 0;
-                    }
-                    color: 0 0 0 0;
-                }
-            }
-            part {
-                name: "prev";
-                type: IMAGE;
-                mouse_events: 1;
-                scale : 1;
-                description {
-                    state: "default" 0.0;
-                    align: 0.5 0.5;
-                    visible:1;
-                    image { normal: PREV_BTN; }
-                    rel1 {
-                        relative: 0 0;
-                        to: "prev_bg";
-                    }
-                    rel2 {
-                        relative: 1 1;
-                        to: "prev_bg";
-                    }
-                    color: BUBBLE_NAVI_TITLE_COLOR;
-                }
-                description {
-                    state: "disabled" 0.0;
-                    inherit: "default" 0.0;
-                    color: COLOR_LOCK_BTN_EDC;
-                }
-                description {
-                    state: "press" 0.0;
-                    inherit: "default" 0.0;
-                }
-            }
-            part {
-                name: "play_pause_bg";
-                mouse_events: 0;
-                type: RECT;
-                scale : 1;
-                description {
-                    state: "default" 0.0;
-                    align: 0.5 0.5;
-                    visible: 1;
-                    min: PLAY_CTRBAR_LARGE_BUTTON_W PLAY_CTRBAR_LARGE_BUTTON_W;
-                    max: PLAY_CTRBAR_LARGE_BUTTON_W PLAY_CTRBAR_LARGE_BUTTON_W;
-                    fixed: 1 1;
-                    rel1 {
-                        relative: 0.5 1.0;
-                        to: "rect/padding/middle";
-                    }
-                    rel2 {
-                        relative: 0.5 0.0;
-                        to: "rect/padding/bottom";
-                    }
-                    color: 0 0 0 0;
-                }
-            }
-            part {
-                name: "play_pause";
-                type: IMAGE;
-                mouse_events: 1;
-                scale : 1;
-                description {
-                    state: "default" 0.0;
-                    align: 0.5 0.5;
-                    visible:1;
-                    image { normal: PLAY_BTN; }
-                    rel1 {
-                        relative: 0 0;
-                        to: "play_pause_bg";
-                    }
-                    rel2 {
-                        relative: 1 1;
-                        to: "play_pause_bg";
-                    }
-                    color: BUBBLE_NAVI_TITLE_COLOR;
-                }
-                description {
-                    state: "default" 1.0;
-                    image { normal: PAUSE_BTN; }
-                    rel1 {
-                        relative: 0 0;
-                        to: "play_pause_bg";
-                    }
-                    rel2 {
-                        relative: 1 1;
-                        to: "play_pause_bg";
-                    }
-                    color: BUBBLE_NAVI_TITLE_COLOR;
-                }
-                description {
-                    state: "press" 0.0;
-                    inherit: "default" 0.0;
-                }
-                description {
-                    state: "press" 1.0;
-                    inherit: "default" 1.0;
-                }
-            }
-            part {
-                name: "next_bg";
-                mouse_events: 0;
-                type: RECT;
-                scale : 1;
-                description {
-                    state: "default" 0.0;
-                    align: 0.0 0.5;
-                    visible: 1;
-                    min: PLAY_CTRBAR_SMALL_BUTTON_W PLAY_CTRBAR_SMALL_BUTTON_W;
-                    max: PLAY_CTRBAR_SMALL_BUTTON_W PLAY_CTRBAR_SMALL_BUTTON_W;
-                    fixed: 1 1;
-                    rel1 {
-                        relative: 1.0 1.0;
-                        to_x: "play_pause_bg";
-                        to_y: "rect/padding/middle";
-                        offset: 25 0;
-                    }
-                    rel2 {
-                        relative: 1.0 0.0;
-                        to_x: "play_pause_bg";
-                        to_y: "rect/padding/bottom";
-                        offset: 25 0;
-                    }
-                    color: 0 0 0 0;
-                }
-            }
-            part {
-                name: "next";
-                type: IMAGE;
-                mouse_events: 1;
-                scale : 1;
-                description {
-                    state: "default" 0.0;
-                    align: 0.5 0.5;
-                    visible:1;
-                    image { normal: NEXT_BTN; }
-                    rel1 {
-                        relative: 0 0;
-                        to: "next_bg";
-                    }
-                    rel2 {
-                        relative: 1 1;
-                        to: "next_bg";
-                    }
-                    color: BUBBLE_NAVI_TITLE_COLOR;
-                }
-                description {
-                    state: "disabled" 0.0;
-                    inherit: "default" 0.0;
-                    color: COLOR_LOCK_BTN_EDC;
-                }
-                description {
-                    state: "press" 0.0;
-                    inherit: "default" 0.0;
-                }
-            }
-
-            programs {
-                program {
-                    name: "play_touch_snd";
-                    signal: "play.touch.sound";
-                    source: "";
-                    action: RUN_PLUGIN "touch_sound";
-                }
-                program {
-                    name: "prev_btn_click";
-                    source: "prev";
-                    signal: "mouse,clicked,1";
-                    script {
-                        new st[31];
-                        new Float:vl;
-                        get_state(PART:"prev", st, 30, vl)
-
-                        if (!strcmp(st, "default"))
-                            emit ("prev_clicked", "");
-                    }
-                }
-                program {
-                    name: "prev_btn_down";
-                    source: "prev";
-                    signal: "mouse,down,1";
-                    script {
-                        new st[31];
-                        new Float:vl;
-                        get_state(PART:"prev", st, 30, vl)
-
-                        if (!strcmp(st, "default")) {
-                            set_state(PART:"prev", "press", 0.0);
-                        }
-                    }
-                }
-                program {
-                    name: "prev_btn_up";
-                    source: "prev";
-                    signal: "mouse,up,1";
-                    script {
-                        new st[31];
-                        new Float:vl;
-                        get_state(PART:"prev", st, 30, vl)
-
-                        if (!strcmp(st, "press")) {
-                            set_state(PART:"prev", "default", 0.0);
-                        }
-                    }
-                }
-                program {
-                    name: "prev_btn_enable";
-                    source: "*";
-                    signal: "prev_enable";
-                    script {
-                        set_state(PART:"prev", "default", 0.0);
-                    }
-                }
-                program {
-                    name: "prev_btn_disable";
-                    source: "*";
-                    signal: "prev_disable";
-                    script {
-                        set_state(PART:"prev", "disabled", 0.0);
-                    }
-                }
-                program {
-                    name: "play_btn_click";
-                    source: "play_pause";
-                    signal: "mouse,clicked,1";
-                    script {
-                        new st[31];
-                        new Float:vl;
-                        get_state(PART:"play_pause", st, 30, vl)
-                        if(vl == 0.0)
-                            emit ("play_clicked", "");
-                        else
-                            emit ("pause_clicked", "");
-                    }
-                }
-                program {
-                    name: "play_btn_down";
-                    source: "play_pause";
-                    signal: "mouse,down,1";
-                    script {
-                        new st[31];
-                        new Float:vl;
-                        get_state(PART:"play_pause", st, 30, vl)
-                        if(vl == 0.0) {
-                            set_state(PART:"play_pause", "press", 0.0);
-                        } else {
-                            set_state(PART:"play_pause", "press", 1.0);
-                        }
-
-                    }
-                }
-                program {
-                    name: "play_btn_up";
-                    source: "play_pause";
-                    signal: "mouse,up,1";
-                    script {
-                        new st[31];
-                        new Float:vl;
-                        get_state(PART:"play_pause", st, 30, vl)
-                        if(vl == 0.0) {
-                            set_state(PART:"play_pause", "default", 0.0);
-                        } else {
-                            set_state(PART:"play_pause", "default", 1.0);
-                        }
-                    }
-                }
-                program {
-                    name: "play_btn_play";
-                    source: "*";
-                    signal: "play";
-                    script {
-                        set_state(PART:"play_pause", "default", 0.0);
-                    }
-                }
-                program {
-                    name: "play_btn_pause";
-                    source: "*";
-                    signal: "pause";
-                    script {
-                        set_state(PART:"play_pause", "default", 1.0);
-                    }
-                }
-                program {
-                    name: "next_btn_click";
-                    source: "next";
-                    signal: "mouse,clicked,1";
-                    script {
-                        new st[31];
-                        new Float:vl;
-                        get_state(PART:"next", st, 30, vl)
-
-                        if (!strcmp(st, "default"))
-                            emit ("next_clicked", "");
-                    }
-                }
-                program {
-                    name: "next_btn_down";
-                    source: "next";
-                    signal: "mouse,down,1";
-                    script {
-                        new st[31];
-                        new Float:vl;
-                        get_state(PART:"next", st, 30, vl)
-
-                        if (!strcmp(st, "default")) {
-                            set_state(PART:"next", "press", 0.0);
-                        }
-                    }
-                }
-                program {
-                    name: "next_btn_up";
-                    source: "next";
-                    signal: "mouse,up,1";
-                    script {
-                        new st[31];
-                        new Float:vl;
-                        get_state(PART:"next", st, 30, vl)
-
-                        if (!strcmp(st, "press")) {
-                            set_state(PART:"next", "default", 0.0);
-                        }
-                    }
-                }
-                program {
-                    name: "next_btn_enable";
-                    source: "*";
-                    signal: "next_enable";
-                    script {
-                        set_state(PART:"next", "default", 0.0);
-                    }
-                }
-                program {
-                    name: "next_btn_disable";
-                    source: "*";
-                    signal: "next_disable";
-                    script {
-                        set_state(PART:"next", "disabled", 0.0);
-                    }
-                }
-                program {
-                    name: "progress_vertical";
-                    signal: "progress,set,vertical";
-                    source: "*";
-                    action: STATE_SET "default" 0.0;
-                    target: "progress_area";
-                }
-                program {
-                    name: "progress_horizontal";
-                    signal: "progress,set,horizontal";
-                    source: "*";
-                    action: STATE_SET "horizontal" 0.0;
-                    target: "progress_area";
-                }
-            }
-        }
-    }
-}
-
+/*\r * Copyright 2016  Samsung Electronics Co., Ltd\r *\r * Licensed under the Flora License, Version 1.1 (the "License");\r * you may not use this file except in compliance with the License.\r * You may obtain a copy of the License at\r *\r * http://floralicense.org/license/\r *\r * Unless required by applicable law or agreed to in writing, software\r * distributed under the License is distributed on an "AS IS" BASIS,\r * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r * See the License for the specific language governing permissions and\r * limitations under the License.\r */\r
+\r
+#include "viewer_defines.inl"\r
+\r
+#define TIME_TEXT_HEIGHT 43\r
+\r
+collections {\r
+    base_scale: 2.6;\r
+    plugins {\r
+        plugin {\r
+            name: "touch_sound";\r
+            source: "feedback";\r
+            param: "FEEDBACK_TYPE_SOUND FEEDBACK_PATTERN_TAP";\r
+        }\r
+    }\r
+    group {\r
+        name: "player";\r
+        images {\r
+            image: PREV_BTN COMP;\r
+            image: PLAY_BTN COMP;\r
+            image: PAUSE_BTN COMP;\r
+            image: NEXT_BTN COMP;\r
+        }\r
+        parts {\r
+            part {\r
+                name: "rect";\r
+                type: RECT;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    min: 0 PLAY_CTRBAR_MIN_VERTICAL_H;\r
+                    color: COLOR_GRAY;\r
+                }\r
+            }\r
+            part {\r
+                name: "rect/padding/top";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    min: 0 55;\r
+                    align: 0.0 0.0;\r
+                    fixed: 1 1;\r
+                    rel1{to:"rect"; relative:0.0 0.0;}\r
+                    rel2{to:"rect"; relative:1.0 0.0;}\r
+                }\r
+            }\r
+            part {\r
+                name: "progress/start/time";\r
+                type: TEXT;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    visible: 1;\r
+                    min: 0 TIME_TEXT_HEIGHT;\r
+                    align: 0.0 0.0;\r
+                    fixed: 1 1;\r
+                    rel1{to:"progress_area"; relative:0.0 1.0; offset: 0 8;}\r
+                    rel2{to:"progress_area"; relative:0.2 1.0; offset: 0 8;}\r
+                    text {\r
+                        size: 28;\r
+                        align: 0.0 0.5;\r
+                        text_class: "label";\r
+                    }\r
+                    color: COLOR_TIME_TEXT_EDC;\r
+                }\r
+            }\r
+            part {\r
+                name: "progress_area";\r
+                mouse_events: 1;\r
+                type: SWALLOW;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    visible: 1;\r
+                    min: 0 16;\r
+                    align: 0.5 0.0;\r
+                    fixed: 1 1;\r
+                    rel1{to:"rect/padding/top"; relative:0.0 1.0; offset: 30 0;}\r
+                    rel2{to:"rect/padding/top"; relative:1.0 1.0; offset: -30 0;}\r
+                }\r
+                description {\r
+                    state: "horizontal" 0.0;\r
+                    inherit: "default" 0.0;\r
+                }\r
+            }\r
+            part {\r
+                name: "progress/end/time";\r
+                type: TEXT;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    visible: 1;\r
+                    min: 0 TIME_TEXT_HEIGHT;\r
+                    align: 1.0 0.0;\r
+                    fixed: 1 1;\r
+                    rel1{to:"progress_area"; relative:0.8 1.0; offset: 0 8;}\r
+                    rel2{to:"progress_area"; relative:1.0 1.0; offset: 0 8;}\r
+                    text {\r
+                        size: 28;\r
+                        align: 1.0 0.5;\r
+                        text_class: "label";\r
+                    }\r
+                    color: COLOR_TIME_TEXT_EDC;\r
+                }\r
+            }\r
+            part {\r
+                name: "rect/padding/middle";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    min: 0 11;\r
+                    align: 0.0 0.0;\r
+                    fixed: 1 1;\r
+                    rel1{to_y:"progress/start/time"; relative:0.0 1.0;}\r
+                    rel2{to_y:"progress/start/time"; relative:1.0 1.0;}\r
+                }\r
+            }\r
+            part {\r
+                name: "rect/padding/button/top";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    min: 0 0;\r
+                    align: 0.0 0.0;\r
+                    fixed: 1 1;\r
+                    rel1{to:"rect/padding/middle"; relative:0.0 1.0;}\r
+                    rel2{to:"rect/padding/middle"; relative:1.0 1.0;}\r
+                }\r
+            }\r
+            part {\r
+                name: "rect/padding/button/bottom";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    min: 0 0;\r
+                    align: 0.0 1.0;\r
+                    fixed: 1 1;\r
+                    rel1{to:"rect/padding/bottom"; relative:0.0 0.0;}\r
+                    rel2{to:"rect/padding/bottom"; relative:1.0 0.0;}\r
+                }\r
+            }\r
+            part {\r
+                name: "rect/padding/bottom";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    min: 0 15;\r
+                    align: 0.0 1.0;\r
+                    fixed: 1 1;\r
+                    rel1{to:"rect"; relative:0.0 1.0;}\r
+                    rel2{to:"rect"; relative:1.0 1.0;}\r
+                }\r
+            }\r
+            part {\r
+                name: "rect/padding/button_small";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    fixed: 1 1;\r
+                    rel1{to:"rect/padding/button/top"; relative:0.0 1.0;}\r
+                    rel2{to:"rect/padding/button/bottom"; relative:1.0 0.0;}\r
+                    align: 0.0 0.5;\r
+                }\r
+            }\r
+            part {\r
+                name: "rect/padding/button_large";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    fixed: 1 1;\r
+                    rel1{to:"rect/padding/middle"; relative:0.0 1.0;}\r
+                    rel2{to:"rect/padding/bottom"; relative:1.0 0.0;}\r
+                }\r
+            }\r
+            part {\r
+                name: "prev_bg";\r
+                mouse_events: 0;\r
+                type: RECT;\r
+                scale : 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    align: 1.0 0.5;\r
+                    visible: 1;\r
+                    min: PLAY_CTRBAR_SMALL_BUTTON_W PLAY_CTRBAR_SMALL_BUTTON_W;\r
+                    max: PLAY_CTRBAR_SMALL_BUTTON_W PLAY_CTRBAR_SMALL_BUTTON_W;\r
+                    fixed: 1 1;\r
+                    rel1 {\r
+                        relative: 0.0 1.0;\r
+                        to_x: "play_pause_bg";\r
+                        to_y: "rect/padding/middle";\r
+                        offset: -25 0;\r
+                    }\r
+                    rel2 {\r
+                        relative: 0.0 0.0;\r
+                        to_x: "play_pause_bg";\r
+                        to_y: "rect/padding/bottom";\r
+                        offset: -25 0;\r
+                    }\r
+                    color: 0 0 0 0;\r
+                }\r
+            }\r
+            part {\r
+                name: "prev";\r
+                type: IMAGE;\r
+                mouse_events: 1;\r
+                scale : 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    align: 0.5 0.5;\r
+                    visible:1;\r
+                    image { normal: PREV_BTN; }\r
+                    rel1 {\r
+                        relative: 0 0;\r
+                        to: "prev_bg";\r
+                    }\r
+                    rel2 {\r
+                        relative: 1 1;\r
+                        to: "prev_bg";\r
+                    }\r
+                    color: BUBBLE_NAVI_TITLE_COLOR;\r
+                }\r
+                description {\r
+                    state: "disabled" 0.0;\r
+                    inherit: "default" 0.0;\r
+                    color: COLOR_LOCK_BTN_EDC;\r
+                }\r
+                description {\r
+                    state: "press" 0.0;\r
+                    inherit: "default" 0.0;\r
+                }\r
+            }\r
+            part {\r
+                name: "play_pause_bg";\r
+                mouse_events: 0;\r
+                type: RECT;\r
+                scale : 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    align: 0.5 0.5;\r
+                    visible: 1;\r
+                    min: PLAY_CTRBAR_LARGE_BUTTON_W PLAY_CTRBAR_LARGE_BUTTON_W;\r
+                    max: PLAY_CTRBAR_LARGE_BUTTON_W PLAY_CTRBAR_LARGE_BUTTON_W;\r
+                    fixed: 1 1;\r
+                    rel1 {\r
+                        relative: 0.5 1.0;\r
+                        to: "rect/padding/middle";\r
+                    }\r
+                    rel2 {\r
+                        relative: 0.5 0.0;\r
+                        to: "rect/padding/bottom";\r
+                    }\r
+                    color: 0 0 0 0;\r
+                }\r
+            }\r
+            part {\r
+                name: "play_pause";\r
+                type: IMAGE;\r
+                mouse_events: 1;\r
+                scale : 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    align: 0.5 0.5;\r
+                    visible:1;\r
+                    image { normal: PLAY_BTN; }\r
+                    rel1 {\r
+                        relative: 0 0;\r
+                        to: "play_pause_bg";\r
+                    }\r
+                    rel2 {\r
+                        relative: 1 1;\r
+                        to: "play_pause_bg";\r
+                    }\r
+                    color: BUBBLE_NAVI_TITLE_COLOR;\r
+                }\r
+                description {\r
+                    state: "default" 1.0;\r
+                    image { normal: PAUSE_BTN; }\r
+                    rel1 {\r
+                        relative: 0 0;\r
+                        to: "play_pause_bg";\r
+                    }\r
+                    rel2 {\r
+                        relative: 1 1;\r
+                        to: "play_pause_bg";\r
+                    }\r
+                    color: BUBBLE_NAVI_TITLE_COLOR;\r
+                }\r
+                description {\r
+                    state: "press" 0.0;\r
+                    inherit: "default" 0.0;\r
+                }\r
+                description {\r
+                    state: "press" 1.0;\r
+                    inherit: "default" 1.0;\r
+                }\r
+            }\r
+            part {\r
+                name: "next_bg";\r
+                mouse_events: 0;\r
+                type: RECT;\r
+                scale : 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    align: 0.0 0.5;\r
+                    visible: 1;\r
+                    min: PLAY_CTRBAR_SMALL_BUTTON_W PLAY_CTRBAR_SMALL_BUTTON_W;\r
+                    max: PLAY_CTRBAR_SMALL_BUTTON_W PLAY_CTRBAR_SMALL_BUTTON_W;\r
+                    fixed: 1 1;\r
+                    rel1 {\r
+                        relative: 1.0 1.0;\r
+                        to_x: "play_pause_bg";\r
+                        to_y: "rect/padding/middle";\r
+                        offset: 25 0;\r
+                    }\r
+                    rel2 {\r
+                        relative: 1.0 0.0;\r
+                        to_x: "play_pause_bg";\r
+                        to_y: "rect/padding/bottom";\r
+                        offset: 25 0;\r
+                    }\r
+                    color: 0 0 0 0;\r
+                }\r
+            }\r
+            part {\r
+                name: "next";\r
+                type: IMAGE;\r
+                mouse_events: 1;\r
+                scale : 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    align: 0.5 0.5;\r
+                    visible:1;\r
+                    image { normal: NEXT_BTN; }\r
+                    rel1 {\r
+                        relative: 0 0;\r
+                        to: "next_bg";\r
+                    }\r
+                    rel2 {\r
+                        relative: 1 1;\r
+                        to: "next_bg";\r
+                    }\r
+                    color: BUBBLE_NAVI_TITLE_COLOR;\r
+                }\r
+                description {\r
+                    state: "disabled" 0.0;\r
+                    inherit: "default" 0.0;\r
+                    color: COLOR_LOCK_BTN_EDC;\r
+                }\r
+                description {\r
+                    state: "press" 0.0;\r
+                    inherit: "default" 0.0;\r
+                }\r
+            }\r
+\r
+            programs {\r
+                program {\r
+                    name: "play_touch_snd";\r
+                    signal: "play.touch.sound";\r
+                    source: "";\r
+                    action: RUN_PLUGIN "touch_sound";\r
+                }\r
+                program {\r
+                    name: "prev_btn_click";\r
+                    source: "prev";\r
+                    signal: "mouse,clicked,1";\r
+                    script {\r
+                        new st[31];\r
+                        new Float:vl;\r
+                        get_state(PART:"prev", st, 30, vl)\r
+\r
+                        if (!strcmp(st, "default"))\r
+                            emit ("prev_clicked", "");\r
+                    }\r
+                }\r
+                program {\r
+                    name: "prev_btn_down";\r
+                    source: "prev";\r
+                    signal: "mouse,down,1";\r
+                    script {\r
+                        new st[31];\r
+                        new Float:vl;\r
+                        get_state(PART:"prev", st, 30, vl)\r
+\r
+                        if (!strcmp(st, "default")) {\r
+                            set_state(PART:"prev", "press", 0.0);\r
+                        }\r
+                    }\r
+                }\r
+                program {\r
+                    name: "prev_btn_up";\r
+                    source: "prev";\r
+                    signal: "mouse,up,1";\r
+                    script {\r
+                        new st[31];\r
+                        new Float:vl;\r
+                        get_state(PART:"prev", st, 30, vl)\r
+\r
+                        if (!strcmp(st, "press")) {\r
+                            set_state(PART:"prev", "default", 0.0);\r
+                        }\r
+                    }\r
+                }\r
+                program {\r
+                    name: "prev_btn_enable";\r
+                    source: "*";\r
+                    signal: "prev_enable";\r
+                    script {\r
+                        set_state(PART:"prev", "default", 0.0);\r
+                    }\r
+                }\r
+                program {\r
+                    name: "prev_btn_disable";\r
+                    source: "*";\r
+                    signal: "prev_disable";\r
+                    script {\r
+                        set_state(PART:"prev", "disabled", 0.0);\r
+                    }\r
+                }\r
+                program {\r
+                    name: "play_btn_click";\r
+                    source: "play_pause";\r
+                    signal: "mouse,clicked,1";\r
+                    script {\r
+                        new st[31];\r
+                        new Float:vl;\r
+                        get_state(PART:"play_pause", st, 30, vl)\r
+                        if(vl == 0.0)\r
+                            emit ("play_clicked", "");\r
+                        else\r
+                            emit ("pause_clicked", "");\r
+                    }\r
+                }\r
+                program {\r
+                    name: "play_btn_down";\r
+                    source: "play_pause";\r
+                    signal: "mouse,down,1";\r
+                    script {\r
+                        new st[31];\r
+                        new Float:vl;\r
+                        get_state(PART:"play_pause", st, 30, vl)\r
+                        if(vl == 0.0) {\r
+                            set_state(PART:"play_pause", "press", 0.0);\r
+                        } else {\r
+                            set_state(PART:"play_pause", "press", 1.0);\r
+                        }\r
+\r
+                    }\r
+                }\r
+                program {\r
+                    name: "play_btn_up";\r
+                    source: "play_pause";\r
+                    signal: "mouse,up,1";\r
+                    script {\r
+                        new st[31];\r
+                        new Float:vl;\r
+                        get_state(PART:"play_pause", st, 30, vl)\r
+                        if(vl == 0.0) {\r
+                            set_state(PART:"play_pause", "default", 0.0);\r
+                        } else {\r
+                            set_state(PART:"play_pause", "default", 1.0);\r
+                        }\r
+                    }\r
+                }\r
+                program {\r
+                    name: "play_btn_play";\r
+                    source: "*";\r
+                    signal: "play";\r
+                    script {\r
+                        set_state(PART:"play_pause", "default", 0.0);\r
+                    }\r
+                }\r
+                program {\r
+                    name: "play_btn_pause";\r
+                    source: "*";\r
+                    signal: "pause";\r
+                    script {\r
+                        set_state(PART:"play_pause", "default", 1.0);\r
+                    }\r
+                }\r
+                program {\r
+                    name: "next_btn_click";\r
+                    source: "next";\r
+                    signal: "mouse,clicked,1";\r
+                    script {\r
+                        new st[31];\r
+                        new Float:vl;\r
+                        get_state(PART:"next", st, 30, vl)\r
+\r
+                        if (!strcmp(st, "default"))\r
+                            emit ("next_clicked", "");\r
+                    }\r
+                }\r
+                program {\r
+                    name: "next_btn_down";\r
+                    source: "next";\r
+                    signal: "mouse,down,1";\r
+                    script {\r
+                        new st[31];\r
+                        new Float:vl;\r
+                        get_state(PART:"next", st, 30, vl)\r
+\r
+                        if (!strcmp(st, "default")) {\r
+                            set_state(PART:"next", "press", 0.0);\r
+                        }\r
+                    }\r
+                }\r
+                program {\r
+                    name: "next_btn_up";\r
+                    source: "next";\r
+                    signal: "mouse,up,1";\r
+                    script {\r
+                        new st[31];\r
+                        new Float:vl;\r
+                        get_state(PART:"next", st, 30, vl)\r
+\r
+                        if (!strcmp(st, "press")) {\r
+                            set_state(PART:"next", "default", 0.0);\r
+                        }\r
+                    }\r
+                }\r
+                program {\r
+                    name: "next_btn_enable";\r
+                    source: "*";\r
+                    signal: "next_enable";\r
+                    script {\r
+                        set_state(PART:"next", "default", 0.0);\r
+                    }\r
+                }\r
+                program {\r
+                    name: "next_btn_disable";\r
+                    source: "*";\r
+                    signal: "next_disable";\r
+                    script {\r
+                        set_state(PART:"next", "disabled", 0.0);\r
+                    }\r
+                }\r
+                program {\r
+                    name: "progress_vertical";\r
+                    signal: "progress,set,vertical";\r
+                    source: "*";\r
+                    action: STATE_SET "default" 0.0;\r
+                    target: "progress_area";\r
+                }\r
+                program {\r
+                    name: "progress_horizontal";\r
+                    signal: "progress,set,horizontal";\r
+                    source: "*";\r
+                    action: STATE_SET "horizontal" 0.0;\r
+                    target: "progress_area";\r
+                }\r
+            }\r
+        }\r
+    }\r
+}\r
+\r
index 627a6b8d097ad9e20d6d723cf25078f970d68492..df6ee9c054c480b681ca82a7790781ecab03381a 100644 (file)
-/*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
-
- #include "viewer_defines.inl"
-
-#define SUBJ_SIZE 36
-#define PAGEINDEX_SIZE 30
-#define LEFT_RECT_PADDING_SIZE 13
-
-collections {
-    base_scale: 2.6;
-
-    group {
-        name: "subject/pageindex";
-        parts {
-            part {
-                name: "rect";
-                type: RECT;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    min: 0 SUBJECT_MIN_H;
-                    color: COLOR_GRAY;
-               }
-           }
-           part {
-               name: "subject/text";
-                type: TEXT;
-                scale: 1;
-                mouse_events: 1;
-                description {
-                    state: "default" 0.0;
-                    rel1 {
-                        to: "rect";
-                        relative: 0.0 0.0;
-                        offset: DETAIL_PADDING_H_MIN 0;
-                    }
-                    align: 0.0 0.5;
-                    color: COLOR_GRAY_TITLE_TEXT_EDC;
-                    text {
-                        size: SUBJ_SIZE;
-                        align: 0.0 0.5;
-                        min: 0 1;
-                        max: 1 0;
-                        text_class: "label";
-                    }
-                }
-            }
-            part {
-                name: "padding_rect_left";
-                type: SPACER;
-                scale: 1;
-                description {
-                    state: "default" 0.0;
-                    min: LEFT_RECT_PADDING_SIZE 0;
-                    max: LEFT_RECT_PADDING_SIZE 0;
-                    fixed: 1 0;
-                    rel1 {
-                        to_x: "subject/text";
-                        relative: 1.0 0.0;
-                    }
-                    align: 0.0 0.0;
-                }
-            }
-            part {
-                name: "page/text";
-                type: TEXT;
-                scale: 1;
-                mouse_events: 1;
-                description {
-                    state: "default" 0.0;
-                    align: 0.0 0.5;
-                    rel1 {
-                        to_x:"padding_rect_left";
-                        relative:1.0 0.0;
-                    }
-                    rel2 {
-                        to:"rect";
-                        relative:1.0 1.0;
-                    }
-                    color: COLOR_GRAY_TITLE_TEXT_EDC;
-                    text {
-                        size: PAGEINDEX_SIZE;
-                        align: -1.0 0.5;
-                        text_class: "label";
-                    }
-                }
-                description {
-                    state: "hide" 0.0;
-                    inherit: "default" 0.0;
-                    min: 0 SUBJECT_MIN_H;
-                    rel1 {
-                        to:"rect";
-                        relative:1.0 0.0;
-                    }
-                    rel2 {
-                        to:"rect";
-                        relative:1.0 1.0;
-                    }
-                    visible: 0;
-                }
-            }
-        }
-    }
+/*\r * Copyright 2016  Samsung Electronics Co., Ltd\r *\r * Licensed under the Flora License, Version 1.1 (the "License");\r * you may not use this file except in compliance with the License.\r * You may obtain a copy of the License at\r *\r * http://floralicense.org/license/\r *\r * Unless required by applicable law or agreed to in writing, software\r * distributed under the License is distributed on an "AS IS" BASIS,\r * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r * See the License for the specific language governing permissions and\r * limitations under the License.\r */\r
+\r
+ #include "viewer_defines.inl"\r
+\r
+#define SUBJ_SIZE 36\r
+#define PAGEINDEX_SIZE 30\r
+#define LEFT_RECT_PADDING_SIZE 13\r
+\r
+collections {\r
+    base_scale: 2.6;\r
+\r
+    group {\r
+        name: "subject/pageindex";\r
+        parts {\r
+            part {\r
+                name: "rect";\r
+                type: RECT;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    min: 0 SUBJECT_MIN_H;\r
+                    color: COLOR_GRAY;\r
+               }\r
+           }\r
+           part {\r
+               name: "subject/text";\r
+                type: TEXT;\r
+                scale: 1;\r
+                mouse_events: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    rel1 {\r
+                        to: "rect";\r
+                        relative: 0.0 0.0;\r
+                        offset: DETAIL_PADDING_H_MIN 0;\r
+                    }\r
+                    align: 0.0 0.5;\r
+                    color: COLOR_GRAY_TITLE_TEXT_EDC;\r
+                    text {\r
+                        size: SUBJ_SIZE;\r
+                        align: 0.0 0.5;\r
+                        min: 0 1;\r
+                        max: 1 0;\r
+                        text_class: "label";\r
+                    }\r
+                }\r
+            }\r
+            part {\r
+                name: "padding_rect_left";\r
+                type: SPACER;\r
+                scale: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    min: LEFT_RECT_PADDING_SIZE 0;\r
+                    max: LEFT_RECT_PADDING_SIZE 0;\r
+                    fixed: 1 0;\r
+                    rel1 {\r
+                        to_x: "subject/text";\r
+                        relative: 1.0 0.0;\r
+                    }\r
+                    align: 0.0 0.0;\r
+                }\r
+            }\r
+            part {\r
+                name: "page/text";\r
+                type: TEXT;\r
+                scale: 1;\r
+                mouse_events: 1;\r
+                description {\r
+                    state: "default" 0.0;\r
+                    align: 0.0 0.5;\r
+                    rel1 {\r
+                        to_x:"padding_rect_left";\r
+                        relative:1.0 0.0;\r
+                    }\r
+                    rel2 {\r
+                        to:"rect";\r
+                        relative:1.0 1.0;\r
+                    }\r
+                    color: COLOR_GRAY_TITLE_TEXT_EDC;\r
+                    text {\r
+                        size: PAGEINDEX_SIZE;\r
+                        align: -1.0 0.5;\r
+                        text_class: "label";\r
+                    }\r
+                }\r
+                description {\r
+                    state: "hide" 0.0;\r
+                    inherit: "default" 0.0;\r
+                    min: 0 SUBJECT_MIN_H;\r
+                    rel1 {\r
+                        to:"rect";\r
+                        relative:1.0 0.0;\r
+                    }\r
+                    rel2 {\r
+                        to:"rect";\r
+                        relative:1.0 1.0;\r
+                    }\r
+                    visible: 0;\r
+                }\r
+            }\r
+        }\r
+    }\r
 }
\ No newline at end of file
index 3b7f4df4ad8995855b9fecd2e0e096a5e95de947..fcd7efad357e7540a4b65aeddcaca237a3cf7b69 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef AppControlCommand_h_
index 5b17dd55fe3bac7f52a8c76c9c61d139df0cd8d2..1bc5e4e4873c42070e58f72a9bc4c055f2660666 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef AppControlCompose_h_
index b2f47d37da2f535b8248781a046b4d13edb53893..5c7a45e74c4d3e5a4a156050d76189f6687cdb48 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef AppControlDefault_h_
index 3dd1e2f713fae9dbe58542fe61dd14f2434fac9b..980e73174c66dcb90b4fe8869294faa8aa518536 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef AppControlParser_h_
index 653a9340c8d217ffaf0fc4675d26a052205a052f..d2c9f3cc853376bc7ce25f9bd496c67f62eecfb3 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef AppControlUtils_h_
index a05f7c1165b9c55430d06477417f03e0adb90eaa..a5c0dc984880296143f771bb24c95e21e835a0e6 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ContactEditor_h_
index 5e38b90140f0f8f04b1dfe843d786e90b50cd7b3..9dcbf63a1d26050f9d69bd07c387bd88891bc5be 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ContactViewer_h_
index b76a454dde0fa79f1a0781450a3c01506dd75033..a501779f79c9f0b20000e9717a718e2d7e226077 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef FileViewer_h_
index 93c11b872f5602ea04cd84b614731e1f006dcb14..ca33525a64e2248494b75c3d7708157285fbfddb 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef Share_h_
index a424308e570e0f2b4960e891f04a137a2e1e4a03..7bef3dea42404ca191a4a5f3c10cce9631aa9910 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef VoiceCall_h_
index 8abee0555ddf505a874c98eb247569039ead692f..9dbefb744a8e1894592ea4c76bc672d9c981a4b2 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "AppControlCommand.h"
index 0d41516822ed1a856370aca0f91d16a31ad3d037..eb85b3178065d8b078dafb3f01ae9bf0bbad1e34 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 5f58f6e62a4d017ed892b49509da4cc94fb82367..7d298fda631a951ffc58f8ec5a94cff29b8a7314 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "AppControlDefault.h"
index 780cb2067ef926dfd96d92c474b080034f4e8695..117e13329c7fc1739a6484306654f43d7a930591 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "Logger.h"
index 30aa71efac603bb617ddf07053287a0787169cf0..e9b781ddf607c095bb5ee24ebdc90d2795519b16 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "AppControlUtils.h"
index d3c4a0ec02707a1383626ee0405639a15aed03ba..d75744f3655f1ae40aeda9426ec8c455c60385e3 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ContactEditor.h"
index 2e4672e1cdc899ea205b768615967cae521498df..37a2e567de1803911b8fcedd779424ac7855ea0a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ContactViewer.h"
index 375b0c475515e28ae922e01a242111a963d3952f..64401e87ecbfb0def987045dd91af7c9658d007e 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "FileViewer.h"
index 830036bb28db659d8aba53f13d39d78d0a87228d..cf0df1dfa5df4813ccf885c0200c6a110bb3a3b8 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "AppControlUtils.h"
index 542f93e0cb0a588e32619a8378f2db8fb658e96d..629f4e10eb1142c8e84d62e6f6f0fd6bda98467d 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "VoiceCall.h"
index 7da51bd48a931f8d3096d9f8d9056f7d9ac47bdb..c41ce0c3578e7ed6b34b4c7919467575c10b8a6a 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index f678adc3e7b02435af47738839f33feb0a6eaffe..14e6827c7cd2ca2820bd75d5769d013bc21e8ae1 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 2350e3ae476b917ffa976df9aacf69cd19caafb1..1be18a5fdbc78f0ecfc1fac3d5cec3210414cc85 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 53a4077cadfbdc443a28f792b4d158948a23563d..614a3238f01722c496b8cce22185aae9df7f2027 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index f8e6f987ae9cacb366ee294fd4e908a1403677fe..e8282255c5f1ac66904ab2350c340050e8d5a4d4 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index bb5130027a4003f6852be472c75e023f028cc0ec..4278294711511b8573a98747f82c2a05d4a0a57c 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 743cc8e788964a93c7cd27a89542c650a08194f4..7d63aea78c42096ccb01a79375ddd3b10bb065b3 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 36b8385733f2fab94909b3482d58b53509d090b9..fd031643c76a1bfbe2c071eea031c175f0e16a36 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 800f551aea070362125f91a3b418532cb8224663..fa84204740a1afe185360fd133e0ffd0f0466e72 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index ba1f454c35265e78d3f0b3620d35c26231c5ea21..fc31eb8fcf713c0bbe3a21cb9b01c3791d644b2f 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index c324c44e7b65306ddfd1960e16a31b8ea83e4642..3aa680499106fb9420fadcc5d4958c54dca734f7 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 61c61a11a9ac78f2afbe1028eae8b2f7f25fee55..5a8a1996389d8d83d65fbafac36c0183fb45f542 100644 (file)
@@ -1,18 +1,18 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+* Copyright 2016  Samsung Electronics Co., Ltd
+*
+* 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/license/
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
 
 #include "ContactManager.h"
 #include "Logger.h"
index 1efaee69e0fe2532c4f0bd855bf3df6ecc4db9df..004dcd6b4ba96de43ad47d6b722d1a4b7df4b233 100644 (file)
@@ -1,18 +1,18 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+* Copyright 2016  Samsung Electronics Co., Ltd
+*
+* 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/license/
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
 
 #include "ContactRecord.h"
 
index 218c49942a36a83026a51b68591755956bedc7ea..6a12bc7ff89aab141f6732cc53836799fbc2f4e8 100644 (file)
@@ -1,19 +1,18 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
+* Copyright 2016  Samsung Electronics Co., Ltd
+*
+* 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/license/
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
 
 #include "ContactManager.h"
 #include <sstream>
index 62d2f61f128c99f66a1e60c4c0ea49176228cc18..92cea221177176ce8d34097eb128c33879243e10 100644 (file)
@@ -1,19 +1,18 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
+* Copyright 2016  Samsung Electronics Co., Ltd
+*
+* 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/license/
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
 
 #include "ContactManager.h"
 #include "Logger.h"
index 575a664a5113cd44f8fed5264ae58f7f6606f67e..1cd0f9b65f352766f4f2da722512aaecac096bcc 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef Application_h_
index 95e47c528bd29ea2a12348f5e4c053304792666f..98a063e8276db7ae5edc7916057ab26e3a5e5ba0 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BaseController_h_
index b32260e6c3fc3cf59f1999f90536a2cd1849378f..d6611fe62807987f35206b3fb43d590898e581d8 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef FrameController_h_
index bace46669b936de1500f59feee923e72c684acfb..2892a493e7e78266ecc86818c6522aa56ce5dde3 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MbeRecipients_h_
index 23fac5374914635924e1ef224632c057a53765da..aebdadc77e2ad8a86e5e88c45b7c6cc860324c67 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef NaviFrameController_h_
index fe439f726b7a1a4702326f95b9caa6e94c73b69f..8e22e27e10652304af172ea3e26a63c81330a441 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SaveAttachments_h_h
index 2c729b7a338e00471efeb5d95692641dadbe7a1f..9162553bde0f24e1945516cfee48eefb8dbf68dc 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SaveAttachmentsListItem_h_
index c090df6f57175351bf957c2213565d677e9bd340..331e1334f078986379185ff4f00291ccb62c33dc 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ViewController_h_
index 90c1bbccf41e5863082a3cdcace38bbbe229210f..3a10baa09a71850d94fa80d5072d1858415ff59d 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ViewItemController_h_
index dd653a7928066966884875bd948898999351674c..be2f17dbb3bbd4b82a3ee05b4d074687c888158e 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "App.h"
index 4b662223908b43edd5048e4838294d091479a96f..f8c1913413b7f79074f906fe0f2b6f160251405b 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 
index 52ad45fadb58f98ff60f9d54b1ebca0ef4db31bc..4edc18673d58363e6956faaccecc13fddae3d1e6 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 
index a0fd12f3c46c1efc9737c8f9335731b138f299e8..5dbab6b788de4ec5fd732e4bc5c77a6cd5ec0e67 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MbeRecipients.h"
index a47ade8b4e3c2d51457dc33e97bac27bde4cf67c..8bce70684e5e023d62cb2e3101f95606de77c06c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "NaviFrameController.h"
index 6614015f6eac3af8ab47c3566feae342381e4d4a..988f60da833fcf4a15ef477cf7329fc8de9da275 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include <SaveAttachments.h>
index 6b781950134a9c1c7391d1bc29496b200c8399fa..cdeeac3271084974d3409cf42be630749f14529f 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "Logger.h"
index e64812f8425c89e33b98c7b319b313df4c2fab37..c0256f6c17df63508fbadb9ef5452a82d29d80c3 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ViewController.h"
index 36c9c272ed8854afcb066dc013cf0f6835c661c4..5a237c84cb0a8c2efd41f57228f12013a0be225a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ViewItemController.h"
index 9e07939c1b3dc56e45df81d8a550ed5e0e7d917b..0c484ef014dfe0aaa29dc1be93bc675e7c6117a1 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BodyMediaType_h_
index a21a0b16b90cb93aff260d671928ffd0853de69d..27d5897c7735fb9e595d016c68c2e9f86d274f28 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #ifndef __MESSAGE_H__
 #define __MESSAGE_H__
 
index ea364f591da4acc21973620e09fb92f807532f4c..878fd330745ef7161b97732e154642a822edc5c1 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 36ff46056a0e4508b6305956db7bc3f0052f19be..4e9b087fac24e26f183484ae4f68961815d23e96 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #ifndef _MESSAGE_SMS_H__
 #define _MESSAGE_SMS_H__
 
index 7c84b22292909f4fa45ccb751549b32d31540368..52de4324b0527fb8ada386b17ceb5ddc4f71243e 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index e977203fa2092192a3bcf39ceacde5e1866a23a5..1b2c60c2e2faf0e51285cf1036146935614b1178 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 2f6bf80389fc759a26db17c7292cce04c116ddd8..2268c6214198b24d1fa2beab93a5a89659031382 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef __MSG_COMPOSER_H__
index 184c3267954de4bfd7d46327aabfbb0e79e72c62..0bed0d129007284054d8d87ea502f8691664447b 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 91af03a79d38a7864810096926331f28b47c6c67..204c3703dd8c49f4bb42249c0378a3755021814f 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 6369a33cd451d7f679f0addb60b72ec9d728f956..dac9d80967b0676662a3b61c1c3a63f8b6a01ea4 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef __MSG_ENGINE_H__
index ad026424cf5c44745cbcd40ed67f046b8b3fae9d..5746e608d492caddaf9f661e44a3b42a3ab58456 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MsgList_H_
index 10286c209492c39b9852c0f20efc916fd43af162..730922135a137b997c82bebfdf84837e17f25dc9 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 5195dd653c407b34b7a10218d3fc39fe302798f0..bc3203ff60422615336b0f76f3f1e08fac55a8bd 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 86a2b506276b6814f5e282368691640f0ca43624..06864d20e21da78b1dbf92389b79c86e75e44d9d 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 55bf58c10554efdec4111e72ab2c8a4fa521f6cc..8e781d7390edd981d232a4280e8144285036a6c5 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef __MsgSettings_h__
index f81efb1e730e7baad6aaa3135dbbae45413c61cc..8b661118e597e0e781640fe4d09275e5012c3542 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef __MSG_STORAGE_H__
index af48d46270f51c43163052c61e853ebb36ca4ae2..3a35229d53170b745f2cef96d244fce91e6c6a1d 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #ifndef __IMSG_THREAD_ITEM_H__
 #define __IMSG_THREAD_ITEM_H__
 
index 6d708e330ead8d24b87c75e861981206e695bdc6..62aed32d1665827de6faf1f5fa7838cefd84804f 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef _BASE_MSG_TRANSPORT_H__
index 5f84b16027a7db0f2d5cf43157e2d2499faf68e9..167230ff999a32e9c442ba09adbc33795f2b2361 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index d9e8d016a00eccf3546b770de5205cd9536bedcb..8e4591ad722ee0c15d50039a93167aea445b2aeb 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MsgUtils_H_
index e34ffab067b08c6b4f90d90ad92cf77e77b862ca..cfbce2c5f7244c184d683730d0f8e5f8d7e8f6ae 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 586d22d9e604cb9a63c2cea3cf5cb8ee64b80b10..dbe7d3042bdc208e425f660050f795c35ecd2225 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 5d34eb99cd8a1fa7925d341d4a0c6a0fbcd10f8d..82f548074066026c46bc45c7ef654694ba91aa28 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index a0d2d6a00845ad1b8d019dba2fa9493419e26d79..32370f392889c398add78d3df6eebf9a3529dc97 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 208f57ec39fce973077557fb9cb60941148a8915..da8e7dadde137950992f9b8794c02660136bf842 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MsgEngine.h"
index 8e4c3d6ee49f4ab71e2deb230a0a14ef01720406..0ef3fbfcc0b8ab01527c1266eaa44afca2085a90 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index fa6f8d7d6ef407c63a037487f0e366932df58a50..3f1a601a5d5a52721835c80f804b54fde0301460 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "Config.h"
index 6c6569f495c227a8aeb49e169d93993e65dd7df2..1dd33a084a25380d7821607b3dc066e62aa0596a 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 0cf592a897432bf47f6003e99c4ff1f5d2f83408..b4f53e7f4c68f614c875f884101bdde701f8abd6 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 31f186c295c98ee3984c30b22e42b4c1ae97b542..47a70a6961492d68f16892472a7643b8514433d5 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MsgTransport.h"
index b72b329bf2cad72ff1355199d7ab69f4eab5a996..7c04b7ceb2929e0932bc8992fbc9c361ec954303 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MsgUtils.h"
index 554f27cc71418044dc043aab3f9a7cf675d0bfb1..d08866e6160d1aa383dbb504e3d881ea2235c9eb 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index d90babcf305dfd5a24971e3d82b05db92b0fcde7..6d5c02a8579722ad3c073acb89bc5c10f37d2e9d 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 5d791bdb2b5af4586d6362042202c750d0d20749..ddd8c09a7259bec69aec8b7460cfafaa46744f9d 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index b259299730080ac0d37a9d9a816cf51beca90c24..eba4c308efa69cca1a5675e67ddf1b2eb8f4bc67 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index e8c88aca27b02a7ef83bd490478ab833d45ac8f2..ef4419e01a6e1174f406da804957880996087e83 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 73f508b5f5cf0709936d2de149c78a33e8cca4ba..813d8da39cfba79982a963c20b5177beed1f7501 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #ifndef _MESSAGE_SMS_PRIVATE_H__
 #define _MESSAGE_SMS_PRIVATE_H__
 
index 279d25b217f5454058917ac38717eea1dcc34d43..3d5ef68e72bd3d28b609c8ab3cfd273eb950b5d0 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index caf702e878370e41c864776ed7e812b85db82cac..e7161dae15f870a2cc81e04275a73cb7629dc02a 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 828d4584640589221543a9002bf818116ba8e081..50047806132a55c7b02da9343b4b336b0bbcce1f 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 32d36b341dde211874c4c26e6d1f8487fcf0875e..360710efced654e68a13697bb0356bb4ec90665e 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index ff2ef2deae4f877ece024385ad63b53520e2f936..05f9262f0e81f16f0182adac48ed8690b2be70b1 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MsgComposerPrivate.h"
index cfcd919b91a1f13583f23022b9294a41bb5de287..380ead449ccf5a5bcefc6429784c4e59e1c32791 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef __MSG_COMPOSER_PRIVATE_H__
index c381a1382dd5a7c77a0c77af750b398d4eebfa63..efe9f3263df7d648e625e455aed0b99ded3baf2d 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 185ad34a0c54aec9a6344b785c85595c6116c401..ffd8ab14a56102ea64389f2ee7f0ffeb6e5cd244 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 989f64ca03ee1dc69560e702987be451cdc4240c..d7415f9cf03c7253ceae1f76cbed1b76068dd989 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 110a8266810aeb9e935fd9801b7b18b439254f80..61d637e5ecae0a76596aefd9b65a4e0d37d6e538 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #ifndef __MSG_CONVERSATION_ITEM_PRIVATE_H__
 #define __MSG_CONVERSATION_ITEM_PRIVATE_H__
 
index 2b753fa4adfcdb982a9f904ced09264a7d8b7aa7..0fe4cedcc976313673ef38d4440530d0a689774d 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 59774f2ff444637c72f66cc264083a2b5a482ed2..92d714562a25427d5011553ebdf04c7085043d91 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index cd9b9ed5852813a44374b354834e92c0f630a90a..0d189b458928dc6eb27057aaeb0dadaea91edc10 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index b1d7184d814dfadeb517e6f1eda7b087f1719984..ffc0f6f9788c5d3468558f5b6be53d975356fecf 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index b5589941ce9a58f9946f6f64485c968495142032..038eb244d9200c441ce786f0f1c31b5c5874f8e7 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index e3ac605497152793011da8cddb73cee635b049bc..17cfe71528dba90c49be02c856c055bf3072198d 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 45be73dbd975617e5678686d2968b42f6ca0d085..92d8a46aa27a6a4da8f6a24cacbd7876460319de 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index a05583ea4b4186a42174258256de5cd12baf4714..d4ffae8e054909a27cc30753ae4989c6b0a745b7 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index c26e925395c71580e8cc626c6ddfd3caa5f90f67..bc2737a78a052f7015dbecdd70981221965254a6 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 9cb874e5cfc77d6b3ac9c83a2fb16f5a69101973..84825575418dfc719fb4da913879bbf655413b18 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 6b888a09693d5939d6defec93dcec7a017bc7e22..e097ad9b1b46ad6464a9d17915b24c17c548f33e 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 95f69acc128e9aba0621ffb33629c96e2237ca2e..c102bc316cd97e01dfda2e7fc19ec1dd67d9a040 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 32ff977c0358c5ad9cfbc14adda4c94e6ee7f701..773e31eb99bbb419c0cfe7480b011d5c24598b20 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index b0ab5eec4f870612f4528ecb120735d435925b1e..ff4f3f12f3dea2276a3869f983ff14754e8f4e23 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index afe3a4a3d399dfd07679e8d98579eca63180933d..6025f8405c9444fa3a77539d17bf0ced6b63dede 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index e66299419b81cbf3014c722600805a4d24595191..2d3f1e82328f04c6045f4f149836be784faf69e8 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 8e0e72c8039ce707e21b606fa51b22f5e129f5fe..d5fe3b935a22ab0692989282e118a6f30a99ce5b 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 6ed8a6a58d2e430ccf4368bbf3403eed465d7e30..cb7ba3058b724a2d246333e6ab99f1140b1ff955 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 58b944d499b745857f4d00cb91362cb35d9717c1..688790588ee012d363a6f62221dadf6933b0df06 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index d3fe9534cdb18fe5b15f2ef26558544c813489e9..f8e40f1a6337fa67ff8b711d0ffe2c3cbd76ea89 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index b9e8aec016c6ac880cf3a8df3c10c353c1c15983..cf206ca21a1ee367dbb6e2d1827d347123ae58d7 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index 6f83d9cabf94c30ad82b37661770e67d6ed97f06..fc266ab8ed7e51a87aaaa6492750c9e19ba09189 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
index e95d0c5b64b92760e96e5f4884f157783ace3d02..8fe289451e40601cb6228ad8c28e8c877b76e697 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BidirectUtils_h_
index 07d8100ab474d49e53992992770d55f14e81000b..98c61f021cecd6b2af4384c4eb8baa458d3c2777 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef CallBackAssist_h_
index 66197d6bc88cf511b20c49d7892c5c1653b2c790..1d2f63094ccb6030893543d67d5a14133ea86d50 100755 (executable)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef __MSG_FILE_UTIL_H__
index e9135877c7621bacba44ecea240d1ca151f793eb..27ed50d7a33ee1a92917005245e2d022461a35a1 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef HwButtonListener_h_
index 7799ca1658c03c1a6b279d7d039bf1a85680dde5..c5e11b03590be53e8bbe32fdc470e4529394b737 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef LangUtils_h_
index 3128b96a6e0a5ed7cb984279b70ab8085f75e049..cca9c9998e3ef1d26135804ff673511d2155e32d 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef LOGGER_H_
index 51df06125c176b4ad0425d977c44668ac6f81e37..6c2d7baddb9dec3a1cad5f54bb8a5b479cba8431 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef LOGGERIMPL_H_
index 629c9bd862d5eab7575c55d632ed74ab526fff9b..3806f25d414ed7123cb8b11ecfc213f07cd0e946 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MediaUtils_h_
index 94bcf097eab43b7d3d24eaa3f249c8c93d5ae669..eebbd20d2c52bac491d6e36a2497fbfe8a5d70f9 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef PathUtils_h_
index 6e383523165371ce99b4b390ec141f1a48e05a5e..40f4278893056d6264db849e9fad80fb297d94d5 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef __PhoneNumberUtils_H__
index 7bbceb7bc4b922fcdebfbe774e0576fc15f96054..9b2cb419e5615cbc3d63746a3804cbe3fe27979e 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef TextDecorator_h_
index da37b66a682f85da2603fffa500a625272dae7ca..64fa21d8e013482e73de6097c1e87263f2bc8139 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ThumbnailMaker_h_
index 07592fa1c22681bdb4916b1fcfd48482d95833a8..5ae37389b341e4067444f010313283366b75e32b 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef __MSG_TIME_UTIL_H__
index acb88a591e3c03f64d291d92deaf8d642f6f2070..977bc22f2edba18787304ea71a8c466f2aeba4a8 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef VCardParser_h_
index 6b723d83fe3e77895c546dc554752928b3e3d9c1..90b1cc9983ce89bf92447b993c895db692ebf8b8 100755 (executable)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "FileUtils.h"
index a0fa7acd67dae4a71f7989e9095c90508ad9e906..1d6b2a9873a6b44884d1fa5d9f783fceab26593a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "HwButtonListener.h"
index d135b25f0a88fa72fafbbaa8972b6f2d069fd3ed..f693c546cf53e6b0c919ae182bb2352c96b29735 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "LoggerImpl.h"
index e0468eb25ff258af7ab10b14032104378ad8f596..23249cb7caf43f86cef302261293bcb6f33e206c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MediaUtils.h"
index c244e0f905d409a8e16e566bfc30124d6c5a83e2..2ae764e4e1a218d7b587b7cf6ab3ec617c2e7dc1 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "PathUtils.h"
index 4b4c030610130c3f76a663ee97594c39fc26ebf4..18b87273ec7e912033354c3b8533a027ef955599 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "PhoneNumberUtils.h"
index a54ec8767506105c18673a2cea9edf789b1ff2fc..d4e90be25ffb138d456838495e99945fae01eda5 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "TextDecorator.h"
index 22c68616aaca494f2efcb1656429120da57ca46a..aefcb14cbc6f02c6563a2dc08a68c859f186423e 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ThumbnailMaker.h"
index e044d2af513364d490f1ea5d4a51f035238cc21f..41529e46ee6b485c92f60b40eeec3abecfe5d786 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "TimeUtils.h"
index 70af88fcc41f5fcbef55fe0dcc2525d8652ec5d0..6ad232c0b4f5c81c4c61ad524c5c55beec4b41c9 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "VCalendarParser.h"
index f88ad18279ada67e4b9ed72bc4a421a24a53cbf7..eadd3f7ea6a61c1d0855b46c1764b8f913793b1e 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef AtspiAccessibleInterface_h_
index 00ce83600563f7f54c1b3a037c46ddb9a3c49174..840e2b7a0875698ad31a9e6c66171228e600c57d 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BaseView_h_
index 98060cee9a4954d3b52edc6cf5c5b0e0b1c4023a..75f6de8fbd80df79fdc4c5ceccb84dab7bb0a275 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef Box_h_
index 4f1e994199d816c69ae82f0f0f1090799a596cc9..edaaa97fb724d8c18c251b799cd318d96cdcbfee 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ContextPopup_h_
index ecf86b8fc6f6b3182760c9026ce2103d6f79d01b..ec6f6d9e76b0a6727fc8f94f38ec4bb23ebeb559 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef DefaultLayout_h_
index 685c205d713cc8d2c7b88bc7834d064cd3698602..171616d5f0b969d2a27b90ead8e44255a5935ca8 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ListItem_65152b60_4142_11e3_aa6e_0800200c9a66_h_
index aed2e8e39c2e92dba86eb259a3e48274bb072cc0..9ef94ef5f95903987d575cc9400c80cff2b4afda 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ListView_15152b60_4142_11b3_aa6e_080a200c9a62_h_
index 5682a4a8e9906ccba934bfa5f3f812cc3666e2b0..6765fb8446ed70ed78eb06f1b4b4f1dfe11c2c25 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MbeRecipientItem_h_
index 9a05a9b82d979fe29dee47aef5f2b9cfb3c792f3..4d6ad00627e39e0311d34d0d228b88b007e71318 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MbeRecipientsView_h_
index 5f64be6f822e6bca5bcb22e975129f0ec78d5d90..6b3d85ef60e75d3a26c5f7c80668adbac84241d9 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef NaviFrameItem_h_
index 40040c1e8da0ccbfe726d3b11aa49b0adc81334e..f140b9447a5d438aa8359e7718b6b56d06433fd4 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef NaviFrameView_h_
index dd61aae3d4525d0928227aafe2c133a07331935f..08005b3df97e23d706714968e709fdaf046df62e 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef NoContentLayout_h_
index 27314123003009a2348d89cc7179eb8c355d283d..c05c5363ff9021908dc68777115926f509b75be4 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef Popup_h_
index 0a2059daeb4a54f8afa7f613ce45499328cff94e..5b3b2fb0b774dd36b6dedcd9da0003e26e61cd14 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef PopupAttachmentListItem_h_
index 3ea1972cea061edfd840418e33463834805a7340..f6f84a65b9d9247833ee5405f64593a2e880f26d 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef PopupList_h_
index 8735743c0b661aae1c83b8c09d6fe284b2ab352d..395a665f6479bc26b2eaeac2cd03d36762269073 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef PopupListItem_h_
index aed53fb89171187d4a7d1c16ef9a2616235dcd2a..1e3fb801a97d4137bc11b8bcd07b9621829650d9 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef PopupManager_h_
index d38d20704d709cb6d312d5ca6d0622bc11a4b5b0..d922ea83cdd052eaa24982cd5e671f150670ab2b 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef Scroller_h_
index 1b9fe3dafe49b905411c0e1cbef67050f94a66b0..d8fcc955d8dba4575127c19003d153cdad256d79 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SelectAllListItem_h_
index d01ec764f8873d640c51b6634f1622470e899929..0ac53370b0cbd3533c5e3c680db0f8360ffbf74e 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef StandardWindow_h_
index e9762c90ae036dfe0c25727b2851f26dfaed9abc..e96730fdd049c58219dfca22fe6022dfa7d352f5 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef View_h_
index 3303d08fa0ee1bb92f809e1bc0d64bdff34199ff..567cc178691ec894f90ae77b633d260a580a9c46 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ViewItem_h_
index b8f8a03951098ff01c892aa7bd25a6819aee9894..4f659789aab01806ec35a8378e82473345a7f172 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef Window_h_
index 112db478f2863e20e7a3a4eb771c68d091aa250c..c51187b4fe74a298a823d9d25031c537eb7b5f2a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "Box.h"
index 962ced68c8830748a857c42a161792883f893eb7..e3689839cce7073da1346eb86dc82dc7c17de676 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ContextPopup.h"
index ec3810cc082c3d0b0165908fe31f81a5a6a24f5d..f790ed17054241402737432e63f61116aee38ba0 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "DefaultLayout.h"
index 95385ff39d894189de89e73aea5c2850ed399ca3..b6d335df947347074c48e60de4940250c7c3e697 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ListItem.h"
index 4c1be955423c320c0870a2404873184e61cc9cd6..cab9346cf261f3510da6d9c904c55bf23a4d65d7 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ListView.h"
index 7986f75ef44492d87507fea7cc4a1445803e7b18..6989eddb8ed70575738cf345db6c3392630e11cb 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MbeRecipientsView.h"
index 90a2360a8556690b79d01c04867c58c4bf58ad0a..352255d4735a5b5b62021616857fa2625c248883 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 
index cd1fb04a43a3d7ec9d18e19932aecef197f4eb57..b25e3632cd758ef1453bfad43d909c0f4dff5deb 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "NaviFrameView.h"
index 8f467136b6f4d1bfeda7b3332639eaa87e91a6ee..79446f4f751de64f57783b54681d483803e8f3d4 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "NoContentLayout.h"
index ea50fdaf977f69f942ba161c4864afa9438cd071..dde804d0e0eba60b29e44254a7801e44dd489d55 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "Popup.h"
index efce34734394b8032458313a360f11004a6e9f9e..ceeffb716b9e27593b236883215d51941b8c81e2 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "PopupAttachmentListItem.h"
index 53912d4b190e146a8f35d874d8bc01421ac540fe..b3463725c0f9d08d699a0e34b0bde2c140218f1c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "PopupList.h"
index 82d18622983ee5cd4c612d85076498453fd97381..556a3559c9a153a86b1c041acec2821cb5a7283c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "PopupListItem.h"
index 8b1fb4616b6af5d099bb744669e089e1ff6d87e5..ef0e027710b3b59bc84f565629350f2d9c2f83ad 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "PopupManager.h"
index 9c7bcc2a49e4a24bed81e8b40714904c64d53b33..f210afce7ef9202ea7d6ccf5f99a65af95b8ba1b 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "Scroller.h"
index 2a84eabea893737415c08cbd9277ff36bbc3d10e..a1332ad843e70dfef463354b067a87d98442fdd4 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SelectAllListItem.h"
index 851f6a8ee3a49f7066bcdbed792cc3674c6f791a..79497f9d85472bdec73b80bb5860ecfccb19e1ce 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "Config.h"
index 6cfcdd1ccb60342c699cead46b911d87550d2aae..0dfa475d7e884a7d0c04d7fadeba4ca95ea041a1 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "View.h"
index 7827e56a5a27ce8602c1063127b7edd6c2ed6ddf..2d3383a1ca691df26ac097d1c62cd557c890de5c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ViewItem.h"
index a95138cd8be5f6ee358a5d0107f8480a75780a96..4ed5bff4253d47740b38da85897d9c8a29d6ee0c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef AttachPanel_h_
index c355777cff24607f617fc685cf9f30896a3ab764..c4dfe0d63adae4e0ae16250b5558053f37921e16 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ContactPicker_h_
index eb6df9189edca719e036f727dd826f1fc8a37a92..ae27d512f3e4474df2dff1d4d23d56bebc7bd958 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef _LAUNCH_SETTINGS_H_
index d6cbe63c6e9cefe850db070b3ea68a963952ddf7..a7f38679805265f9086a8df1618a165bc2c710b8 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "AttachPanel.h"
index c670e4b5a8433bf791c9915d202fe0b7ed58834f..ab255b8a937b2e3a2b824a6acd9f95cde39a4bf7 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ContactPicker.h"
index 9831fa23e3779e47902808f52bf5310cf0c7f8c3..3f98b423fcca272792db6bbe3252a1f3b743050a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "LaunchSettings.h"
index 9f8a5d650247603b05d57f567dc241317d6d0209..367f1451f3852b1277388c56f116723ce41184bd 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef Body_h_
index 4f7bf9654cce5ed162a04bdb8159a2700707566e..e66d73cde41d7119316cbb79f7709aa68533862c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "App.h"
index 0831f5e53dd7e4b0a92946a55164dee20dd18249..9365ba70ae4887040260301b8cfeeb8e6420aae7 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BodyView_h_
index 7e6bb04e4430680464a726e7ac6277543cfe2dea..c8cb1095cc4100965b080cf80746291ba2827e0a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BodyView.h"
index 991c186ab0113d3441a8930eab5da6cad5d71a29..c7283287611421138483dd65063e05b0ae52f5a3 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ContactListItem_h_
index bc9d048d0d4bbe930522d136064ce61ad16b195a..aad0159192d646cdd65c63fd4fb1144014083499 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ConvContactList_h_
index d485131bd794958533a96a4c2881c13ef99b8123..54dfbef6141638122de89a7d1d09b7154e7108c0 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 
index 4013251eade0ac88c793db08e42ebf7133bf4e3c..268dec11085248c44bb4ee512fb37b531aa4987c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ConvContactList.h"
index 2503cd70be5fa48d3a1446f6d2a7916970916818..8a91a6d0e83c5beb4ed196f58a98641e5c8078f9 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ContactListItemView_h_
index b49aff3cdb06ac35f9cef3a0d82e4e0e23582be3..d9d6aaf6ba95f18f51144ff93f0effdd887886cb 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ConvContactListView_h_
index 1bcee38ea0077a92731a61da16ec22d5ec0dc6a0..b030b831d546ab781559a3b50f99dcbf3d0b9613 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ContactListViewItem.h"
index 9ebfaa39ca340f6023cee1f5966f765962480178..a58be2ad5f13baf8a3557462fc71cbcc745420a5 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ConvContactListView.h"
index bf52b05d22586334a06d07256db409a0359f6890..dbe3572f92c0818f6fd0e7cef8ca46223766234d 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleAudioEntity_h_
index 2a6cdbd48a1c3625b90ad76ef9f6372293781380..bdcc684a6520877aa24af7a2eff359ba748b661c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleBgEntity_h_
index 31041f13418f100fddd7f9e7d5cd17f5c6e0082e..3b74142c69002aae659dfaf58fa3b0b59658774c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleCalEventEntity_h_
index 6c746aaeaeda0bb47155e93a354e124cc6062904..0fd551d29823f3839c6e78d01077907fe8b1f408 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleContactEntity_h_
index 44673d2f31ee91b9ec330969700accbc970876a7..a8312f2446d92a8851c95302ca952eda614a0645 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleDownloadButtonEntity_h_
index e7e662b6abc7329451c22ac70e0ec926f5cca502..32b3c0d499e9a363e3366b90e3bc647f1b4b9c39 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleEntity_h_
index 7fbdf311a1e8040bce02abe7447f96a6c700fc14..5c8c91cda3474ce239bd01bac836c6ee15c388c7 100644 (file)
@@ -1,18 +1,17 @@
-/*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
+/*\r
+ * Copyright 2016  Samsung Electronics Co., Ltd\r
+ *\r
+ * Licensed under the Flora License, Version 1.1 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://floralicense.org/license/\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
  */
 
 #ifndef BubbleEntityFactory_h_
index 2aa9ab82fcbe7569e330f9792a967a01660608ed..9f2d93f33d92b91204ed6011c5d72a62f8ab8da8 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleImageEntity_h_
index 76882aef6cef815fa6a74004e3e69aed874d0fdd..9833e46d6527fa2e5b330fa3aa28b459a2731ce2 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleTextEntity_h_
index f71355ba073c5533c763bd6a3cb58126535ed04d..a413f72e00b3dc727e22c2aa04c7831a74c50d26 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleUnknownFileEntity_h_
index b5a02d6f29dd0bd6533c62ca5494377be5fea8ef..b379bfdb7a22bf65fe412a35e0fa6ff0f7d7ac23 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleVideoEntity_h_
index 34fa84918fc56864b2ed4e843b09431d3b0ca1a5..7309476a39569fbd35204811e8fa11217ac6039e 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ComposeListItem_H_
index f95715ead500aa50db38c9e11119ce1be4e24679..964bcb884547c4b235db8abfa0548cdbe152e036 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ConvList_h_
index 944d160bd8d4857eb181c5e75e8ba810b1893a34..727948a61fad61b1fac6ba26044ccffdb23c142c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ConvListItem_H_
index 28139cc6a0d72350ad1df52017db3ca66c7eeb5d..c3c6fb3eb2a7e23c6c21b3b7a3de9d68c4a7c8b3 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef DateLineItem_H_
index f38f0084f7797c84c98dcdf2fb80fafad0500d3c..feb5bfdda4a663d774b710fb97bf239f0eec1c97 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MsgDetailsPopup_h_
index 22792108eec53edb63843a6153332298a9f75ca3..72da641d49e6ce51a1126e7c2730e528c6bdb86f 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BubbleAudioEntity.h"
index a29c855ffe6ac77e5f66988c7c2c444722af72fa..b211b937c5a9cb79d85221f4de3bc32c98224696 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BubbleCalEventEntity.h"
index ce21c33de6d933ad5e3ec76160069730e5525467..dfea0faad8f467ff858e34ccafca4de80d168db6 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BubbleContactEntity.h"
index 58ac400b454795b6f3652eb7e181b62c627b3f12..16c938009c780bde510f0f5240c920d337a474f4 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 
index 4fa3d122e7812cdc446f86e2313e6102243a8114..365b2d287809a99acc97791c1af1c62318191aa5 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BubbleUnknownFileEntity.h"
index e66e1dfa7b11a6dbca8367e195c9d20d73f4977b..eab61ec0a2fc5f0dcbd8376a8eb721a2f844d3b7 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BubbleVideoEntity.h"
index bdcb332cb6c1b6e88cedf4daad91885f9c15c3fe..2ccfd86d5f3e143f3ac07952f9974c9bb85f3186 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ComposeListItem.h"
index cfa5171341662542ce80b66b7a8b98ca32c5c40b..f5669d584b7eb46960a673b196c5c31987c34c59 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ConvList.h"
index a7950516ef4244a1a51ac844d38d9206ee72f68f..186c1d8e52e908727fe296021cbf730d18d85f2c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ConvListItem.h"
index 08a9ce29fa0e0379a1f45ede37c2d00f278fba22..7c17df94cf01c1d78d7ab3b7d686b2d397419f6d 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "DateLineItem.h"
index d60e99441528659d315ce76b56395122d8c4431d..1ce7782b07d413caa25ad91f4581431ad42ced48 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights contenterved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expcontents or implied.
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MsgDetailsPopup.h"
index 8ae04f2ac152bcdfafb08bfd754336fea14bb8ad..01acb2c4d4aee205e8dbdc57b54ca78207240b2a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleAudioViewItem_h_
index 71f51d79623848d41a385a5133e777a2eff707a9..81f249852ccbe8e8831e20750f5066b4ea76d10c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleBgViewItem_h_
index 538feb5500f58cea7a367b85d7019bd67bdaeb24..f1567079587ed253e2fcf41ff9b313a1ef669a2c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleCalEventViewItem_h_
index f56505b20cb66b0da33fab3bd9a7b480f7805ddd..8a0b680397edf133fa631ea5fc51517f914b7fca 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleContactViewItem_h_
index 7b4dc10c56d7f47a46e4962d7492b6e0989ec49e..ec92478dbf372b41737b284afc6512d37fe68a15 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleDownloadButtonViewItem_h_
index dfe410503d71445a2c0c95400d3f4107a2ecfb02..fb3d1a22b1cc547e559fb24af79bc9e62c711c2a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleIconTextLayoutItem_h_
index 5589c101cd08b90cd6d04f370d25e935810d1e33..49a4306afab821bbec4fc851d69b08fd1798d87d 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleImageViewItem_h_
index dcf73e81201d3414144a8a8433cb63410334a1f8..113177b12a1cdcf2b2110b1cf629491fa9b1e42d 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleItemContainer_h_
index aab989c24e97d37b1b2db8e3699977fb70118fc1..7015930c3eaf53bcf7c882345beda2fda45a6c73 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleTextViewItem_h_
index c5062debde936968ceed6c4a1d569d6ef8be46be..395c411bbd1baac6ceefcf28a08ca0fb50eb3156 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleUnknownFileViewItem_h_
index 9ebae15a81b678d200fa86854c166bd7a67aa7e8..13c3b67968dde2d29cbac94314f518cb3a2e0296 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleVideoViewItem_h_
index c49d4878412ded12e4335da5c809d43ec96ac81b..d75b2601ee9d9ce9bfa963458a7517855da24af5 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BubbleViewItem_h_
index 23a798b7dafd2ef6b0932bc153ef12d2eeb0f4c7..a78ef377bfe0f491a03ec08511cb18ea59d39fe2 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ComposeListViewItem_H_
index 6e037da735807f4d63f341687253ecce0b0f13f4..51f86e0e97aa36b61c337d0514f776af785b2305 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ConvListLayout_h_
index 7841d049c743948408eda34f8629d46ee6d9e5ca..b612b2265f761d91926372c7b1fb9c63aa08a36f 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ConvListViewItem_H_
index c25e2b8131b9a16c14908676434913d0d67568da..06ba62ec48ba5601ff782b32034c2410be12f83d 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ConvSelectAll_h_
index 363fd61749eb0ff9275bec637cf643ca16aa8f4e..945f37b9838e86067a32674b944ea306d19e22ac 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef DateLineViewItem_H_
index 745d56512b60532926beaca68911077f4947dd4f..2e53d607ad048dcf0703715b42141d0f5d801248 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BubbleBgViewItem.h"
index b880853b141b9f412362902fb526db139e966d44..eda23ef2c3f5b8109936be099d366cf7134d854a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BubbleDownloadButtonViewItem.h"
index 851841047b2c478506230e412e75f417c9b0a192..0a99271be921cd99e73c05a64dc275bc712ad761 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BubbleIconTextLayoutItem.h"
index a7c5f619f6d0ab0a51023dd5c7609878834c3151..d15c4bb033e0ea277d45203fd9a42f7d203337c5 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BubbleImageViewItem.h"
index a2d00d133b3a821a9e5789dd0383d97acc525db6..22c78944eb67f5a80a9dd2f12fd19e5a7870a825 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BubbleItemContainer.h"
index ea62998dcd01b53c0c607869b2e499f9f8152ee7..bc478f555ec014e43bc77ffb72e7745a6430afc9 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BubbleTextViewItem.h"
index d73c98d1caa7b1549db9dd4e37a42d862faba03e..852858d8f208b973a130908f0ebfa07287f980af 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BubbleVideoViewItem.h"
index 699cad22ffc632032e382f74e8c59212fc23d384..b5f5e8c2a9377c119225c08ce55d501ab6dfa74a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "BubbleViewItem.h"
index 72ba8b849cf6111b6b0ca096ff54d789cb1988e0..a87143bf6f85cc58adbd2f93b2e2aecc85afaabf 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ComposeListViewItem.h"
index 74d16981e636198829e58b4500fc6ccdbc1625b6..bc7d57df41991cb39e689c4a955ce3e9e6f6267b 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ConvListLayout.h"
index c3552f0dd24db10278610303daa04b286d881eb7..9c14405f7b9924dabbf414b070b4623dce224a3f 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ConvListViewItem.h"
index 8c57f2d0288493c0e4349b2deec6b79bbe36e6ed..4ae98ffb8ec982b00f6ef6aa11b65b1506512ab4 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ConvSelectAll.h"
index edb85c6164bbc79f72f808ba476be15623555f32..61a4e9a42c4ba9760ea8d83ee3d52f3221591c27 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "DateLineViewItem.h"
index fb4fa67c7d960fd53a5dac813ceaf2ec8649d411..0331793e040e812d59177da6e3b859d17eee5e84 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ConversationFrame_h_
index 02529247b45680ac90e9ffc46473ad2675443b86..88f90798e1a2b9310d15482874b20b716c619c39 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef PopupRecipientListItem_h_
index fda13ed16821051bafaffead2d076888e71fe7e8..3b611e951725c8661b1fab1dcf949c72f5bf2e3e 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "Conversation.h"
index b16c7e4556ee193d2416d17d5a221bd2fda70174..68a9ca09a9ecd6374bd7801386270334c3d50fcc 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "PopupRecipientListItem.h"
index 7fd9ae14a22e9d71981bf17937dab74ad636c43f..0a3dc4c9b5c02ec810a1fbcb7520ddd94da70847 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ConversationLayout_h_
index 30130e869a169235af5bc2a15ad1ffc48ef34d91..47efb25fefd8a3cc6f6d1b013def30f03abf72ff 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MessageInputPanel_h_
index 9f4bc9562eb11d38522ac2a8aee74890c80afc24..6b7068dfd498eef9258cd91bda416fdf709d2d61 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ConversationLayout.h"
index 07be7f528e3944cc41169a5e9d1cabbe2dbcea15..20920e85059d8629f06ee83f6b6f5171627c3f32 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MessageInputPanel.h"
index 2b189733b3f2352150e93fb396c7109935f825f5..24b33ed4e88e42f18e06eed6497d5973aea80ce8 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef RecipientsPanel_h_
index aae1b211557f391d7546c4d142fe1d4cab6bd479..eecd47b02def0be379f0e980a52623737a205e50 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ConvRecipientsPanel.h"
index 6fd2a438bd5f9325e9b5b2ffa499982a702d20e1..39579a6ae0d73f3218368b4e3806f7442a161704 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ConvRecipientsPanelView_h_
index 02623e0864aa1ce387afb515a4a50d5b5367b647..34237cc98a8d51e56d962ad0d5c06db7c2a3bd9b 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ConvRecipientsPanelView.h"
index 86bc9598634c44d66598f196be7e86fba6c67fe2..882db8eb0d67efbe8126e05c35583da50ccfd823 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef AttachmentHandler_h_
index c921879db7bb22dee430a1ca9ff673203bb15d87..2edaa3849624cbceb9e56dfccf7171fdeae9f809 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #ifndef MessageDetailContent_H_
 #define MessageDetailContent_H_
 
index c6d0702b2c54f8ec0115ca1b685894170051b590..7d6d01d2deb18b64a50b79d7cfb0ab53147d73b7 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef WorkingDir_h_
index 53639fba3553b0e24edc0b14f3b27411c7319b7b..b072b50f91399194dfa55b6ff652b43e191caf00 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "AttachmentHandler.h"
index d142bd1082b9a85fb7d456e7286bdd594ce55d08..9629d8198dc008ab4dea86956ac896285da58d94 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MessageDetailContent.h"
index 52c67afff3252ddcae1e7f8088a60b7b0b4a0f44..018f55166d7723a849a7fe319a2fedbd7cb40f05 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "WorkingDir.h"
index 8b66f2028f52e8cbc324ef6d1beb4ad870bab612..c0e60e8719632c6196135a46c0f9aa5e7702dee4 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MainApp.h"
index 07bf8c31a4c84206b3821b4a39149c5b5290b6c6..c8bf4fdf148aed53138d636dcff9eeff857d85f7 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MainApp_h_
index a554e1248ded29adf49ac4c8e0b9c5e0affc70c0..bbc237b2ea9aa2444c1c54e662ee8301e416e6f8 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2016  Samsung Electronics Co., Ltd
+ *
+ * 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/license/
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #include <tizen.h>
 #include <iostream>
 
index ae5c5e4003117c455a1811bb32b76abb61529abd..3deb778add80d72f4b6504fec3ca37ce63456caf 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef BaseThreadListItem_h_
index 7b5c26556baff5ae8006efc0003416a00d186376..fad0732e0161be28a5f4d2ec580bbaf08d60565c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MsgSearchListItem_h_
index d29475b984bfb677fd03f53df0094a3346fefd13..876dd7474927c36296aa4095ab73834e769a56d2 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ThreadFrame_h_
index ffdafbb090cfca1df7e51b77928b97b00e22f1d5..961dc9ddd9cd10dd2ca97eeb949fc9aefe797982 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ThreadList_h_
index cfad3ed8259a05952060106ded15f8240c93056d..70b691e4fc82244f63fc13cf4d6360172689476f 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ThreadListItem_h_
index 7e4a24ae1c371568e3c909df89d0663d249d4e2d..21eea3b2364e5708b285dff853edaf29b7e1e997 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ThreadSearchList_h_
index 91dd050413a601f3a1b7c14d5e7e37eec3b7262d..f18a3bd25cc704b69e103e2ec88a5ea54fe5f734 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ThreadSearchListItem_h_
index 67e42cd2e0a3cd63b967a677c8c118742ac04514..2e83e1ee1a32a0ea30989b07388fb6283f19e57d 100644 (file)
@@ -1,19 +1,19 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
+
 #include "BaseThreadListItem.h"
 #include "ContactManager.h"
 #include "Resource.h"
index 6629e38f3c3989b959fe7d194e2da3ab7e4e61c3..0e7142160ddfaa52f2f299ad31a090f78083b5aa 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MsgSearchListItem.h"
index d41d0bd8569450e241a51d3e6b4a13aacafc5f40..b6755bef34b0effe515aa33e16dee10ef6980ae9 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MsgThread.h"
index 325af7eb6436c1ef1c91307f497d470c05600987..6def2cca7f39263c5598c8df1e7e5ac22379ce14 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 
index 60514ecb48721f574dcb7d980d2ef49a56bc806d..1411e74df60ab770a019d9ed775bf63b130f628b 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ThreadListItem.h"
index 2d2e4495c853e1622c46f19de80fc5447732641c..8ea5968bfabc534d9450ac802635e8e4cc0453e9 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ThreadSearchList.h"
index 7f9f8d7230595c2ee24d7241280908d8becf994f..d80d463801f9a09cfb5b2335b00e004c0beaa6dc 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ThreadSearchListItem.h"
index 55364272da2e44d7f83b219058606060913beb28..9b43012e9b19a790ecc27c3b9b85e87886a3129b 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef FloatingButton_h_
index 8ab36cec17a448d7987521b21c7989814f2f705c..6c4b04a75ef9bdb94a12a886eb759aeb19cfe623 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MsgThreadLayout_h_
index a1850b3d8c0410e38037c5f8287fa89c1a9d1219..4e58d3fe980810f32720467f8384834cc311e4f9 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MsgThreadSearchPanel_h_
index 53a1b3d73627466892603ff9d85c3cb5619d2767..9210f434cc815b897a3f9f5d7c09d999ace4881d 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ThreadListViewItem_h_
index b59f3e27140cc53a0197e52f42f30f2812758614..7702122be51f13bfb8310b7770daaebe8f44812a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "FloatingButton.h"
index 14376576344239bc4772458a66f282d5af53a4b2..3d9527d43c531d3b2702a5f247d97e853dda4d09 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MsgThreadLayout.h"
index 03f0d20db141dffec6cd780676b2672f916c727a..6291fa8d5c3b18ce4a934b935b533336b7303660 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MsgThreadSearchPanel.h"
index b4a67f37dd5afb412f3178e7f03d3d36862ca630..bc9f28ef4d8104def3700096120f8606a5271fdc 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ThreadListViewItem.h"
index a26ba0bfa2488e83148ab480f29f27009aebbe94..d5c29f2ba795cec5f2c7c146e012f99c416df11a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MsgOnSimCard_h_h
index bfa86e1892d491cf958640f52499fcabfc57a058..69cc063576ea0c95b45c7fe834f180e3f8ecbdc9 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SettingFrame_h_
index d9b83714e1d41dc9e90f60350b78c3eb00a1e248..74beeaac3811d2e454eeec162ea5af6ec1d7aef0 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SettingsListItem_h_
index 4b9eb2508f70becfe306fe231271a8b8998ee1cb..ecc04b755bb83d55269a43ab0c6b2e59a6d00dc2 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SETTINGSSOUND_H_
index 16c4fc6064259fe9f4d9b687164383be2bd70925..240264980afa33fe313149b2ec719696f665b47a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SimListViewItem_h_
index 0e4c99aa4de44da3512208d4c93700dfe70400db..4cc9f82128198ed14da636c5e1ed97db99128086 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MsgOnSimCard.h"
index 562766d79830ebb1a19f24a9c7de6d531567fb3b..455ac724c99e4d80fa25f1d5c16ef386ba44edab 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "Settings.h"
index e14628d199b00b0882406fc25c9976065181a671..3ddfba0b017a6f47cc75cc57b117bfe7da292218 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SettingsSound.h"
index e675aecb1d7e284cda7f7bbca347c1a16169ef31..7a284d1c3222f3075cc603c4ab0a14f18070e7c4 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SimListViewItem.h"
index 685bf96d98618c177b7edd9689b7185dd51b7c89..6ca2912b124e3a57299417e78546ed57ed57e37b 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SettingsGroupListViewItem_h
index 2514d0c05d0e914d8c685d230a7e0c91fdde5421..46c553c3b8b8d38dd5f9095ba63761d9c0116b39 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SettingsOnOffListViewItem_h_
index 4c0aca682d869ef78fce9faa294ec16817ea517f..d1283628a36fc929459a3d14c1c2f89d56be1e38 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SimMsgLayout_h_
index 3156dec428f50a5d2ef048686fce495c17a2c36a..d583a9f6277394ac9c6b97cea7385d0369082e89 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SettingsGroupListViewItem.h"
index 1ace3943e239f72d88d190ae00a0b6e83acee463..b9630a9d89f9568cb16cff69b18aef86fbc341cf 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SettingsListViewItem.h"
index 8932a0cad4d2e6e06507533f095fa9076141ed2d..3759471fde2e8dd4c387be205fc9e4f0a4746bff 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SimMsgLayout.h"
index c47b97c3212b6928f61b019551ebb2db328d8101..12b9e4d6e38f126862213f6f88c7ef5828f0efe4 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SmilPage_h_
index aa89c0f4b9e183324e1c94b2144e5e5a7bbe0d2d..a02ee2ff48d88314484887e15c0c45f53f596bf9 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SmilPlayer_h_
index d11bceb92491e5acb4558c9f833b552ad9bb65dd..7154663ea7264cf348da936a9c6025d2628e7dd0 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ViewerFrame_h_
index 7e90829df167fa20ea377053a5aef9a037219207..db90c0d9b773235944fb000967f04325bd21edef 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 
index 20a9657d8a204d0c06a6a338bbfe763d761f4c53..2b1a73fc80f5be65ffe2acfa5445c336ce974dee 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SmilPlayer.h"
index be14d9cb2e7424842d6260685f7fdcd87a11c164..3342d65cb1865d14404d2ddee42cb8cbf52f4a57 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "Viewer.h"
index 9894e2d86e62445361ca7b6351342649d915ec24..60d0d66bc4fcf023f2f794608f927ffc8a308692 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef MediaPlayer_h_
index 31fc3a2a683d9a6197985f3bfe5aa434f9c480c4..3f23a0e552dc7a4c1c515be0957a2aa955a92ef8 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "MediaPlayer.h"
index efe0754954a56e33ec2d98a3f00d230710260e10..80898324161be22ae729fabd3fd5bb50f69afa2e 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef PlayerControl_h_
index c991274825860acd605a26c17a8f33f9fb0bc08b..03150715b9bee41360b44f076f651ebc72e2bbbd 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SmilAttachmentItemView_h_
index 1a6269fab731b29c968568525e6713e86c3d2b23..d77a8416255e25ceb729927ce5d1f5e54508fe53 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SmilAudioItemView_h_
index f3c8b6a26a38790f4dbf571f3cefe5d9f6f61211..d85190397368cf25457ec41dbe05163c620e86ea 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SmilImageItemView_h_
index f5e0ed7a7f5d8f69567a29f688931cad01e8da0d..cbe282239f7656ea3d6e81907edf1d0830730f84 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SmilPageLayout_h_
index 7ca6b8e6a8e9fbb15ec70aa124fe5db99814612f..3bd746563f73a39506ea3f0327651026108eb150 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SmilPlayerView_h_
index 9c1f33f7b98561cc16bc539d8aa53afdd290c188..ad6889f68d592cf70317199fc056e317e9f9002b 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SmilTextItemView_h_
index 063afa7ffb8a98298a80b2c77223ac4e3e8b2059..f30ffb120cbc986975bd7aba7b628cabce0b0f84 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef SmilVideoItemView_h_
index dba110997341e03b6cd81fe97a004eb62d2f5a7c..3f7c4bc41b53efeee4efcd3504b550b3e3db63fc 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef _SUBJECT_LAYOUT_H_
index a235c31448341f243246839ed2dfe2297a548bb9..b35efbe97a9d7ae4d338e61dfc5f2bc3ea4908f1 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #ifndef ViewerLayout_h_
index f17e7bedc6e151bdda53a200e08460a7b4574e33..2bfd7bdbd0e460d1c5d49ab8a65e347c771982f7 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "PlayerControl.h"
index 01d5527f301f6974218b523627b820f45ba0c04a..10b23dba2f038c2f79e0963e9620c697eb4b1327 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SmilAttachmentItemView.h"
index 32026037aabd97f0f34e50684db3fe558bd8ad6f..563d047100b54f74510621242f5a54d0f8ab806c 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SmilAudioItemView.h"
index 44971739d208d0918c1b5be87540e16cc7369626..8fd43da07d18db4a4dd2989934fe0a5b7db5b025 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SmilImageItemView.h"
index d4536ac9c6c8ffa9e6d7a522a25a8ac3f4183060..0b9dfbd96f578abfc8b9612adcaa3006f46f309a 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SmilPageLayout.h"
index a7a26044bc442a7e20aed76481b1fd9d617d0440..3faa8253122301c4fe3566c7e81c61f75e773d6b 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SmilPlayerView.h"
index cb2183dc6d9ef53fb288a8d87a76ed066c475162..319ef1b824f07713f46bea42795c3167f339fee6 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SmilTextItemView.h"
index f638ea1f01b8d11de5b832a5dc8491ae72ba3d2c..b4c3c3d2c693c01eb94fb03a059694804f69575b 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SmilVideoItemView.h"
index 8aa3b3db4aec1c4a4ed76a2ab13f0ed4975c9b0c..684aa30f22d378797ff25631b6e156e61b3b00f3 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "SubjectLayout.h"
index a4001c7965d52fc9339af6b4fc5858fdd99f8d9c..ab7619507f33cdf5a89f66af29339ca7bd9e4d70 100644 (file)
@@ -1,18 +1,17 @@
 /*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright 2016  Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
+ * 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,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 #include "ViewerLayout.h"
index d9bbb54113ad179a8b593a780acbf53cd476424e..4cd34c3c9e7faecfb18cb13c736f10539c72e3f8 100644 (file)
@@ -1,18 +1,17 @@
-/*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
+/*\r
+ * Copyright 2016  Samsung Electronics Co., Ltd\r
+ *\r
+ * Licensed under the Flora License, Version 1.1 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://floralicense.org/license/\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
  */
 
 #include <gtest/gtest.h>
index e9130d3767476f550cedbd8fad924558e3e1f562..6ce96ffb07d26a165baa66cb7fa2cf80bb556fa9 100644 (file)
@@ -1,18 +1,17 @@
-/*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
+/*\r
+ * Copyright 2016  Samsung Electronics Co., Ltd\r
+ *\r
+ * Licensed under the Flora License, Version 1.1 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://floralicense.org/license/\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
  */
 
 #include <string>
index 461fc25fa05ba0276fc69e9852c13deaf81eaebc..06163328abe185b2179d660c95de70b62e397375 100644 (file)
@@ -1,18 +1,17 @@
-/*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
+/*\r
+ * Copyright 2016  Samsung Electronics Co., Ltd\r
+ *\r
+ * Licensed under the Flora License, Version 1.1 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://floralicense.org/license/\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
  */
 
 #include <string>
index bd1e54523402f3d07c2d83910221faa173679292..f8a5549d1716a2cb9c9d0a5ce4f85616eba3b068 100644 (file)
@@ -1,18 +1,17 @@
-/*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
+/*\r
+ * Copyright 2016  Samsung Electronics Co., Ltd\r
+ *\r
+ * Licensed under the Flora License, Version 1.1 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://floralicense.org/license/\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
  */
 
 #include <gtest/gtest.h>
index 38da18c8ffb80cb94cabe15f5f0129e75d58b230..cd8bc1038307210501e8d7c8125987e3a0f4db76 100644 (file)
@@ -1,18 +1,17 @@
-/*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
+/*\r
+ * Copyright 2016  Samsung Electronics Co., Ltd\r
+ *\r
+ * Licensed under the Flora License, Version 1.1 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://floralicense.org/license/\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
  */
 
 #include <string>
index 88760f7a767f221c82889c9143e1b7b372c5719a..66335e7890fd31706bb259934c93039fa4836628 100644 (file)
@@ -1,18 +1,17 @@
-/*
- * Copyright (c) 2009-2016 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
+/*\r
+ * Copyright 2016  Samsung Electronics Co., Ltd\r
+ *\r
+ * Licensed under the Flora License, Version 1.1 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://floralicense.org/license/\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
  */
 
 #include <gtest/gtest.h>
index 020af005d5db108fbcc07c3f331405311f0268ca..186b2b4f7b5f7f6388e0ec5ac4beec00d4c9a3e7 100644 (file)
@@ -1,18 +1,17 @@
-/*
- * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
+/*\r
+ * Copyright 2016  Samsung Electronics Co., Ltd\r
+ *\r
+ * Licensed under the Flora License, Version 1.1 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://floralicense.org/license/\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
  */
 
 #include <app.h>