From d483ac018253be01b8cc53f3764dcc9f41645ad0 Mon Sep 17 00:00:00 2001 From: leerang song Date: Mon, 29 Apr 2013 13:34:47 +0900 Subject: [PATCH] The license change version 1.0 to version 1.1 [Issue#] N/A [Problem] N/A [Cause] The licese policy is changed. [Solution] Change the license. [SCMRequest] N/A Change-Id: I93507762c5f991ddf546b175be12814ee4eac54b --- CMakeLists.txt | 2 +- LICENSE.Flora | 26 +++++++++++++------------- webapp-common/CMakeLists.txt | 2 +- webapp-common/edc/CMakeLists.txt | 2 +- webapp-common/edc/defs.h | 2 +- webapp-common/edc/main.edc | 2 +- webapp-common/icons.h | 2 +- webapp-common/listview.cpp | 2 +- webapp-common/listview.h | 2 +- webapp-common/mainview.cpp | 2 +- webapp-common/mainview.h | 2 +- webapp-common/popup.cpp | 2 +- webapp-common/popup.h | 2 +- webapp-common/ug.cpp | 2 +- webapp-common/util.h | 2 +- webapp-common/view.cpp | 2 +- webapp-common/view.h | 2 +- webapp-common/whitelistview.cpp | 2 +- webapp-common/whitelistview.h | 2 +- webapp-common/whiteuriview.cpp | 2 +- webapp-common/whiteuriview.h | 2 +- webapp-detail/CMakeLists.txt | 2 +- webapp-detail/advancedview.cpp | 2 +- webapp-detail/advancedview.h | 2 +- webapp-detail/detailview.cpp | 2 +- webapp-detail/detailview.h | 2 +- webapp-detail/edc/CMakeLists.txt | 2 +- webapp-detail/edc/defs.h | 2 +- webapp-detail/edc/main.edc | 2 +- webapp-detail/exceptionsview.cpp | 2 +- webapp-detail/exceptionsview.h | 2 +- webapp-detail/feature.h | 2 +- webapp-detail/mainview.cpp | 2 +- webapp-detail/mainview.h | 2 +- webapp-detail/permview.cpp | 2 +- webapp-detail/permview.h | 2 +- webapp-detail/tizen_feature.cpp | 2 +- webapp-detail/tizen_feature.h | 2 +- webapp-detail/ug.cpp | 2 +- webapp-detail/util.h | 2 +- webapp-detail/view.cpp | 2 +- webapp-detail/view.h | 2 +- webapp-detail/wac_feature.cpp | 2 +- webapp-detail/wac_feature.h | 2 +- 44 files changed, 56 insertions(+), 56 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fee0d2a..e7314e1 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # # Copyright 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/LICENSE.Flora b/LICENSE.Flora index fd90a36..4a0af40 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 @@ -192,7 +192,7 @@ identification within third-party archives. Copyright [yyyy] [name of copyright owner] - Licensed under the Flora License, Version 1.0 (the "License"); + Licensed under the Flora License, Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/webapp-common/CMakeLists.txt b/webapp-common/CMakeLists.txt index 7561002..4750d46 100755 --- a/webapp-common/CMakeLists.txt +++ b/webapp-common/CMakeLists.txt @@ -1,7 +1,7 @@ # # Copyright 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/webapp-common/edc/CMakeLists.txt b/webapp-common/edc/CMakeLists.txt index a56c330..c19ffaa 100644 --- a/webapp-common/edc/CMakeLists.txt +++ b/webapp-common/edc/CMakeLists.txt @@ -1,7 +1,7 @@ # # Copyright 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/webapp-common/edc/defs.h b/webapp-common/edc/defs.h index f633ee9..3cb3c74 100644 --- a/webapp-common/edc/defs.h +++ b/webapp-common/edc/defs.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/edc/main.edc b/webapp-common/edc/main.edc index 2613678..61777a1 100644 --- a/webapp-common/edc/main.edc +++ b/webapp-common/edc/main.edc @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/icons.h b/webapp-common/icons.h index 4826f00..926ad65 100644 --- a/webapp-common/icons.h +++ b/webapp-common/icons.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/listview.cpp b/webapp-common/listview.cpp index b8d10e0..c306633 100755 --- a/webapp-common/listview.cpp +++ b/webapp-common/listview.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/listview.h b/webapp-common/listview.h index 6510567..765ad24 100755 --- a/webapp-common/listview.h +++ b/webapp-common/listview.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/mainview.cpp b/webapp-common/mainview.cpp index ac0fcaf..0170c74 100755 --- a/webapp-common/mainview.cpp +++ b/webapp-common/mainview.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/mainview.h b/webapp-common/mainview.h index 0a4c59a..3452c52 100755 --- a/webapp-common/mainview.h +++ b/webapp-common/mainview.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/popup.cpp b/webapp-common/popup.cpp index 6b50474..a05a42f 100644 --- a/webapp-common/popup.cpp +++ b/webapp-common/popup.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/popup.h b/webapp-common/popup.h index 8ad250f..25fcd76 100644 --- a/webapp-common/popup.h +++ b/webapp-common/popup.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/ug.cpp b/webapp-common/ug.cpp index aa66bdf..946d7b1 100755 --- a/webapp-common/ug.cpp +++ b/webapp-common/ug.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/util.h b/webapp-common/util.h index 2c74016..1b424fd 100755 --- a/webapp-common/util.h +++ b/webapp-common/util.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/view.cpp b/webapp-common/view.cpp index e3a86ef..2be26b8 100644 --- a/webapp-common/view.cpp +++ b/webapp-common/view.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/view.h b/webapp-common/view.h index 5e4db53..2964665 100644 --- a/webapp-common/view.h +++ b/webapp-common/view.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/whitelistview.cpp b/webapp-common/whitelistview.cpp index db7258c..2c04fba 100644 --- a/webapp-common/whitelistview.cpp +++ b/webapp-common/whitelistview.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/whitelistview.h b/webapp-common/whitelistview.h index 1f10674..c97a7ce 100644 --- a/webapp-common/whitelistview.h +++ b/webapp-common/whitelistview.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/whiteuriview.cpp b/webapp-common/whiteuriview.cpp index 7b5efe1..93996a3 100644 --- a/webapp-common/whiteuriview.cpp +++ b/webapp-common/whiteuriview.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-common/whiteuriview.h b/webapp-common/whiteuriview.h index 807628f..78c5277 100644 --- a/webapp-common/whiteuriview.h +++ b/webapp-common/whiteuriview.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/CMakeLists.txt b/webapp-detail/CMakeLists.txt index b3cfd1c..46baa46 100755 --- a/webapp-detail/CMakeLists.txt +++ b/webapp-detail/CMakeLists.txt @@ -1,7 +1,7 @@ # # Copyright 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/webapp-detail/advancedview.cpp b/webapp-detail/advancedview.cpp index 69caba7..226e393 100755 --- a/webapp-detail/advancedview.cpp +++ b/webapp-detail/advancedview.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/advancedview.h b/webapp-detail/advancedview.h index 23d4687..904ce93 100755 --- a/webapp-detail/advancedview.h +++ b/webapp-detail/advancedview.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/detailview.cpp b/webapp-detail/detailview.cpp index 6d7e1bf..726329f 100755 --- a/webapp-detail/detailview.cpp +++ b/webapp-detail/detailview.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/detailview.h b/webapp-detail/detailview.h index 38116bb..aa04f66 100755 --- a/webapp-detail/detailview.h +++ b/webapp-detail/detailview.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/edc/CMakeLists.txt b/webapp-detail/edc/CMakeLists.txt index abe79c0..791ca22 100644 --- a/webapp-detail/edc/CMakeLists.txt +++ b/webapp-detail/edc/CMakeLists.txt @@ -1,7 +1,7 @@ # # Copyright 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/webapp-detail/edc/defs.h b/webapp-detail/edc/defs.h index 4a9799a..ca45463 100644 --- a/webapp-detail/edc/defs.h +++ b/webapp-detail/edc/defs.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/edc/main.edc b/webapp-detail/edc/main.edc index 4880c18..875ae6c 100644 --- a/webapp-detail/edc/main.edc +++ b/webapp-detail/edc/main.edc @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/exceptionsview.cpp b/webapp-detail/exceptionsview.cpp index d8dd3f5..a6451cc 100755 --- a/webapp-detail/exceptionsview.cpp +++ b/webapp-detail/exceptionsview.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/exceptionsview.h b/webapp-detail/exceptionsview.h index 6490364..1894c5b 100755 --- a/webapp-detail/exceptionsview.h +++ b/webapp-detail/exceptionsview.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/feature.h b/webapp-detail/feature.h index 83568d6..36f70fe 100755 --- a/webapp-detail/feature.h +++ b/webapp-detail/feature.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/mainview.cpp b/webapp-detail/mainview.cpp index 6eee607..fd2266a 100755 --- a/webapp-detail/mainview.cpp +++ b/webapp-detail/mainview.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/mainview.h b/webapp-detail/mainview.h index d601f78..9ac1404 100755 --- a/webapp-detail/mainview.h +++ b/webapp-detail/mainview.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/permview.cpp b/webapp-detail/permview.cpp index 896ce10..ff77a8f 100755 --- a/webapp-detail/permview.cpp +++ b/webapp-detail/permview.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/permview.h b/webapp-detail/permview.h index a80d511..77600a3 100644 --- a/webapp-detail/permview.h +++ b/webapp-detail/permview.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/tizen_feature.cpp b/webapp-detail/tizen_feature.cpp index ddef78d..378fa78 100644 --- a/webapp-detail/tizen_feature.cpp +++ b/webapp-detail/tizen_feature.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/tizen_feature.h b/webapp-detail/tizen_feature.h index cc90247..810d2ca 100644 --- a/webapp-detail/tizen_feature.h +++ b/webapp-detail/tizen_feature.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/ug.cpp b/webapp-detail/ug.cpp index 44d12dd..31927cb 100755 --- a/webapp-detail/ug.cpp +++ b/webapp-detail/ug.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/util.h b/webapp-detail/util.h index c46d8cd..8e670a3 100755 --- a/webapp-detail/util.h +++ b/webapp-detail/util.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/view.cpp b/webapp-detail/view.cpp index 47bf8d9..292548e 100644 --- a/webapp-detail/view.cpp +++ b/webapp-detail/view.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/view.h b/webapp-detail/view.h index d55e083..fe74cc5 100644 --- a/webapp-detail/view.h +++ b/webapp-detail/view.h @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/wac_feature.cpp b/webapp-detail/wac_feature.cpp index b0fc9b8..c48170a 100755 --- a/webapp-detail/wac_feature.cpp +++ b/webapp-detail/wac_feature.cpp @@ -1,7 +1,7 @@ /* * Copyright 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/webapp-detail/wac_feature.h b/webapp-detail/wac_feature.h index 1660b87..cb67c86 100644 --- a/webapp-detail/wac_feature.h +++ b/webapp-detail/wac_feature.h @@ -1,7 +1,7 @@ /* * Copyright 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 * -- 2.7.4