diff options
author | Hyun Lee <hyunn.lee@samsung.com> | 2013-04-29 13:26:59 +0900 |
---|---|---|
committer | Hyun Lee <hyunn.lee@samsung.com> | 2013-04-29 13:28:06 +0900 |
commit | 10ab702a12cc34f1f26e6aa71ea119d166e9c9c0 (patch) | |
tree | e0f52726ecbbe481b5ff22fc604332a2ac4f11af | |
parent | 393344125e71651e97f380d1d353167900ec6f47 (diff) | |
download | WebViewer-10ab702a12cc34f1f26e6aa71ea119d166e9c9c0.tar.gz WebViewer-10ab702a12cc34f1f26e6aa71ea119d166e9c9c0.tar.bz2 WebViewer-10ab702a12cc34f1f26e6aa71ea119d166e9c9c0.zip |
Update about license
Change-Id: I2e44d3b99ebafac5dc85d3905df9b5939e092090
Signed-off-by: Hyun Lee <hyunn.lee@samsung.com>
-rwxr-xr-x | LICENSE.Flora | 24 | ||||
-rw-r--r-- | NOTICE | 4 | ||||
-rw-r--r-- | project/inc/WebViewer.h | 2 | ||||
-rwxr-xr-x | project/src/WebViewer.cpp | 2 | ||||
-rw-r--r-- | project/src/WebViewerEntry.cpp | 2 |
5 files changed, 17 insertions, 17 deletions
diff --git a/LICENSE.Flora b/LICENSE.Flora index fd90a36..d457d3f 100755 --- a/LICENSE.Flora +++ b/LICENSE.Flora @@ -1,6 +1,6 @@ Flora License -Version 1.0, April, 2013 +Version 1.1, April, 2013 http://floralicense.org/license/ @@ -119,17 +119,17 @@ Object form, provided that You meet the following conditions: 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 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 @@ -1,4 +1,4 @@ Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. -Except as noted, this software is licensed under Flora License, Version 1. -Please, see the LICENSE file for Flora License terms and conditions. +Except as noted, this software is licensed under Flora License, Version 1.1 +Please, see the LICENSE.Flora file for Flora License, Version 1.1 terms and conditions. diff --git a/project/inc/WebViewer.h b/project/inc/WebViewer.h index baade00..eb09877 100644 --- a/project/inc/WebViewer.h +++ b/project/inc/WebViewer.h @@ -2,7 +2,7 @@ // Tizen C++ SDK // Copyright (c) 2012 Samsung Electronics Co., Ltd. // -// Licensed under the Flora License, Version 1.0 (the License); +// Licensed under the Flora License, Version 1.1 (the License); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/project/src/WebViewer.cpp b/project/src/WebViewer.cpp index 4b0ef92..a8912d3 100755 --- a/project/src/WebViewer.cpp +++ b/project/src/WebViewer.cpp @@ -2,7 +2,7 @@ // Tizen C++ SDK // Copyright (c) 2012 Samsung Electronics Co., Ltd. // -// Licensed under the Flora License, Version 1.0 (the License); +// Licensed under the Flora License, Version 1.1 (the License); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/project/src/WebViewerEntry.cpp b/project/src/WebViewerEntry.cpp index 5e077cd..0e9d128 100644 --- a/project/src/WebViewerEntry.cpp +++ b/project/src/WebViewerEntry.cpp @@ -2,7 +2,7 @@ // Tizen C++ SDK // Copyright (c) 2012 Samsung Electronics Co., Ltd. // -// Licensed under the Flora License, Version 1.0 (the License); +// Licensed under the Flora License, Version 1.1 (the License); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // |