[SR][Request] Update the Flora license
authorgliang.wang <gliang.wang@samsung.com>
Thu, 2 May 2013 01:32:26 +0000 (09:32 +0800)
committergliang.wang <gliang.wang@samsung.com>
Thu, 2 May 2013 01:32:26 +0000 (09:32 +0800)
Change-Id: I33ee910529e07af2f8d02c76c40e0cdbe94b1532

81 files changed:
LICENSE.Flora
NOTICE
data/edc_common.h
packaging/org.tizen.myfile.spec
src/common/file-operation/mf-cancel.c
src/common/file-operation/mf-copy-internal.c
src/common/file-operation/mf-copy.c
src/common/file-operation/mf-delete-internal.c
src/common/file-operation/mf-delete.c
src/common/file-operation/mf-fo-internal.c
src/common/file-operation/mf-move-internal.c
src/common/file-operation/mf-move.c
src/common/file-operation/mf-request.c
src/common/file-operation/mf-search-internal.c
src/common/file-operation/mf-search.c
src/common/file-system/mf-file-attr.c
src/common/file-system/mf-fs-oper.c
src/common/mf-callback.c
src/common/mf-drm.c
src/common/mf-fm-svc-wrapper.c
src/common/mf-inotify-handle.c
src/common/mf-language-mgr.c
src/common/mf-launch.c
src/common/mf-log.c
src/common/mf-media-content.c
src/common/mf-otg.c
src/common/mf-s-beam.c
src/common/mf-sensor.c
src/common/mf-share.c
src/common/mf-ta.c
src/common/mf-util.c
src/include/mf-callback.h
src/include/mf-cancel.h
src/include/mf-conf.h
src/include/mf-copy-internal.h
src/include/mf-copy.h
src/include/mf-delete-internal.h
src/include/mf-delete.h
src/include/mf-dlog.h
src/include/mf-drm.h
src/include/mf-fm-svc-wrapper.h
src/include/mf-fo-common.h
src/include/mf-fo-debug.h
src/include/mf-fo-internal.h
src/include/mf-fs-util.h
src/include/mf-gadget.h
src/include/mf-gengrid.h
src/include/mf-inotify-handle.h
src/include/mf-language-mgr.h
src/include/mf-launch.h
src/include/mf-log.h
src/include/mf-main.h
src/include/mf-media-content.h
src/include/mf-move-internal.h
src/include/mf-move.h
src/include/mf-otg.h
src/include/mf-request.h
src/include/mf-resource.h
src/include/mf-s-beam.h
src/include/mf-search-internal.h
src/include/mf-search.h
src/include/mf-sensor.h
src/include/mf-share.h
src/include/mf-split-view.h
src/include/mf-ta.h
src/include/mf-tray-item.h
src/include/mf-util.h
src/include/mf-widget.h
src/mf-main.c
src/widget/mf-content.c
src/widget/mf-context-popup.c
src/widget/mf-ctrl-bar.c
src/widget/mf-gengrid.c
src/widget/mf-genlist.c
src/widget/mf-navi-bar.c
src/widget/mf-popup.c
src/widget/mf-search-bar.c
src/widget/mf-split-view.c
src/widget/mf-tab-bar.c
src/widget/mf-tray-item.c
src/widget/mf-widget.c

index 0e9a604..dd1765b 100644 (file)
@@ -1,6 +1,6 @@
 Flora License
 
-Version 1.0, April, 2013
+Version 1.1, April, 2013
 
 http://floralicense.org/license/
 
@@ -192,7 +192,7 @@ identification within third-party archives.
 
    Copyright [yyyy] [name of copyright owner]
 
-   Licensed under the Flora License, Version 1.0 (the "License");
+   Licensed under the Flora License, Version 1.1 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
 
diff --git a/NOTICE b/NOTICE
index f37f329..b6ec43b 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -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.Flora 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.
 
index 5b00119..d936240 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 6f1ca84..691a38f 100644 (file)
@@ -1,7 +1,7 @@
 #sbs-git:slp/pkgs/m/myfiles myfiles 0.1.6 2caccae458123f3effccfcf34469f363593d375e
 Name:       org.tizen.myfile
 Summary:    Myfile Application v1.0
-Version:    0.2.08
+Version:    0.2.09
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    Flora
index 574c535..729b273 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index ab98d55..40f8de4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 1212637..ae09dcd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index bbaf30d..1b38fa1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 769af03..592f48d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 82ac773..2831116 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 9776c96..ee26ad2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index ce5613c..111ce74 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 01dee4b..8c4c858 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 4b5fd08..8a47352 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index b1a4426..e44b557 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 9ab47fe..35f0c37 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index c6d42ff..7c3d213 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 8e70bab..1a93d3c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index bcee858..1f89b8c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 9accf48..164af1f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index bcb8bba..856f474 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 6568625..8afa0f5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 93e3f49..2a7563c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index f4c5d81..6dfb302 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index be7f417..9a7581e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index fb3a2cb..9ba106c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 0804554..c2567da 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index c38a024..c1d35b3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 525ed29..ba3c61d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index eeaf163..985b3b5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index ab7a173..b4bace3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index c388210..8a25b4f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 63d0dfa..5fae676 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index e1eb975..ff2a0c7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 5000ca4..0fd631d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 0119d2e..2360c26 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 175e09d..5f474cf 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 7411e8a..9984a1d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 99f0c5d..dc002e6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 3b56cf7..76a0975 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index e0a8993..5f59cf4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index ddf6dc5..ec8ade2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index fc106a1..aa75300 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 8696e14..58e5e96 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 65164a4..7eb90d7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 679345b..e97e1f0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index e07161f..d7b7d1e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index e817099..315c41d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 21bd39e..9fea9da 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 28438ce..1c81df5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 80b4189..052712b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 3a81a22..6e7b440 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 81de913..6a033eb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 603bbb8..61b59f1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index b363d1d..56db7b9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 8bb2827..8ddee95 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 69befca..8a6c25c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 22e5925..8e8444e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 220f64c..abb730f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index e09e0e7..5431569 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 51106a6..076b151 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 973890c..f3f9b1c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 84d87b9..9055ec2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index c77cd40..118e146 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index b1d332d..e8bb3d1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index dd94c96..a9d69e3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 26ac521..965dce9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 6f2ea5a..7b39566 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index cc8674f..16288f9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 854a8ba..c798497 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 2af2bf7..743b778 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 97be28b..dc929fa 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index b0dfe0b..3291099 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 5e06723..1be7531 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 86d520d..faf3759 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 868243a..0afed34 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 8834d11..a71d3db 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index af2e073..83ab68d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 7ecb8d6..95966fe 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 3c2623a..b7892dd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
index 9c19c6a..a8f7c27 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2013         Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *