Modify flora license version(LICENSE.Flora)
authorQingtao Zhang <qintao.zhang@samsung.com>
Mon, 29 Apr 2013 07:33:22 +0000 (15:33 +0800)
committerQingtao Zhang <qintao.zhang@samsung.com>
Mon, 29 Apr 2013 07:33:22 +0000 (15:33 +0800)
Change-Id: I752bdbbf7d317b5f1d13c8267fe30239b57f149e

132 files changed:
LICENSE.Flora
NOTICE
include/data/gl-data-type.h
include/data/gl-data-util.h
include/data/gl-data.h
include/data/gl-local-data.h
include/features/gl-albums-edit.h
include/features/gl-albums-new.h
include/features/gl-albums-rename.h
include/features/gl-albums-sel.h
include/features/gl-albums.h
include/features/gl-tags-edit.h
include/features/gl-tags-new.h
include/features/gl-tags-rename.h
include/features/gl-tags.h
include/features/gl-thumbs-edit.h
include/features/gl-thumbs-sel.h
include/features/gl-thumbs.h
include/gallery.h
include/util/gl-debug.h
include/util/gl-drm.h
include/util/gl-exif.h
include/util/gl-ext-exec.h
include/util/gl-ext-ug-load.h
include/util/gl-fs.h
include/util/gl-icons.h
include/util/gl-lang.h
include/util/gl-strings.h
include/util/gl-thread-util.h
include/util/gl-ui-util.h
include/util/gl-util.h
include/widget/gl-button.h
include/widget/gl-controlbar.h
include/widget/gl-ctxpopup.h
include/widget/gl-editfield.h
include/widget/gl-nocontents.h
include/widget/gl-notify.h
include/widget/gl-popup.h
include/widget/gl-progressbar.h
include/widget/gl-rotate-bg.h
include/widget/gl-thumb.h
include/widget/gl-tile.h
res/white_theme/edc/gallery-edc-res.h
res/white_theme/edc/gallery.edc
res/white_theme/edc/gl-check.edc
res/white_theme/edc/gl-entry.edc
res/white_theme/edc/gl-gengrid-item-albums.edc
res/white_theme/edc/gl-gengrid-item-thumbview.edc
res/white_theme/edc/gl-genlist-item-tags.edc
res/white_theme/edc/gl-genlist-sweep.edc
res/white_theme/edc/gl-nocontents.edc
res/white_theme/images_edc/gl-images.edc
src/data/gl-data-type.c
src/data/gl-data-util.c
src/data/gl-data.c
src/data/gl-local-data.c
src/features/gl-albums-edit.c
src/features/gl-albums-new.c
src/features/gl-albums-rename.c
src/features/gl-albums-sel.c
src/features/gl-albums.c
src/features/gl-tags-edit.c
src/features/gl-tags-new.c
src/features/gl-tags-rename.c
src/features/gl-tags.c
src/features/gl-thumbs-edit.c
src/features/gl-thumbs-sel.c
src/features/gl-thumbs.c
src/gallery.c
src/util/gl-debug.c
src/util/gl-drm.c
src/util/gl-exif.c
src/util/gl-ext-exec.c
src/util/gl-ext-ug-load.c
src/util/gl-fs.c
src/util/gl-lang.c
src/util/gl-thread-util.c
src/util/gl-ui-util.c
src/util/gl-util.c
src/widget/gl-button.c
src/widget/gl-controlbar.c
src/widget/gl-ctxpopup.c
src/widget/gl-editfield.c
src/widget/gl-nocontents.c
src/widget/gl-notify.c
src/widget/gl-popup.c
src/widget/gl-progressbar.c
src/widget/gl-rotate-bg.c
src/widget/gl-thumb.c
src/widget/gl-tile.c
ug/ug-gallery-efl/include/gallery-efl.h
ug/ug-gallery-efl/include/ge-albums.h
ug/ug-gallery-efl/include/ge-button.h
ug/ug-gallery-efl/include/ge-data-type.h
ug/ug-gallery-efl/include/ge-data.h
ug/ug-gallery-efl/include/ge-debug.h
ug/ug-gallery-efl/include/ge-drm.h
ug/ug-gallery-efl/include/ge-exif.h
ug/ug-gallery-efl/include/ge-ext-ug-load.h
ug/ug-gallery-efl/include/ge-gridview.h
ug/ug-gallery-efl/include/ge-icon.h
ug/ug-gallery-efl/include/ge-lang.h
ug/ug-gallery-efl/include/ge-local-data.h
ug/ug-gallery-efl/include/ge-rotate-bg.h
ug/ug-gallery-efl/include/ge-strings.h
ug/ug-gallery-efl/include/ge-thumb.h
ug/ug-gallery-efl/include/ge-tile.h
ug/ug-gallery-efl/include/ge-ui-util.h
ug/ug-gallery-efl/include/ge-util.h
ug/ug-gallery-efl/res/edc/gallery-efl-check.edc
ug/ug-gallery-efl/res/edc/gallery-efl-edc-res.h
ug/ug-gallery-efl/res/edc/gallery-efl-gengrid-item-albums.edc
ug/ug-gallery-efl/res/edc/gallery-efl-gengrid-item-thumbview.edc
ug/ug-gallery-efl/res/edc/gallery-efl-nocontents.edc
ug/ug-gallery-efl/res/edc/gallery-efl.edc
ug/ug-gallery-efl/src/gallery-efl.c
ug/ug-gallery-efl/src/ge-albums.c
ug/ug-gallery-efl/src/ge-button.c
ug/ug-gallery-efl/src/ge-data-type.c
ug/ug-gallery-efl/src/ge-data.c
ug/ug-gallery-efl/src/ge-debug.c
ug/ug-gallery-efl/src/ge-drm.c
ug/ug-gallery-efl/src/ge-exif.c
ug/ug-gallery-efl/src/ge-ext-ug-load.c
ug/ug-gallery-efl/src/ge-gridview.c
ug/ug-gallery-efl/src/ge-lang.c
ug/ug-gallery-efl/src/ge-local-data.c
ug/ug-gallery-efl/src/ge-rotate-bg.c
ug/ug-gallery-efl/src/ge-thumb.c
ug/ug-gallery-efl/src/ge-tile.c
ug/ug-gallery-efl/src/ge-ui-util.c
ug/ug-gallery-efl/src/ge-util.c

index fd90a36..571fe79 100755 (executable)
@@ -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/NOTICE b/NOTICE
index 0d69741..2116819 100755 (executable)
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
 Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.\r
-Except as noted, this software is licensed under Flora License, Version 1.\r
-Please, see the LICENSE file for Flora License terms and conditions.\r
+Except as noted, this software is licensed under Flora License, Version 1.1.\r
+Please, see the LICENSE.Flora file for Flora License, Version 1.1 terms and conditions.\r
 \r
index e6d501b..5e96a96 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index 6be2a17..ecb6e5b 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 1cd6d0b..69506e8 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index 58e36bf..1b6c2e8 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index ca3ebf6..6d6eacd 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index f33629c..d3eafbd 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 7f8254e..826955a 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 9366a33..417babd 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 9c04a15..57cc8a5 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 468c0ee..60405f4 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index bf9a5f8..36a6a8a 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 7f5fead..23d730c 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 33fa9fa..e62efab 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index c0a0b31..243d187 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 92fa683..f0365a5 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index aa9b6c4..d169bce 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index a4ed60e..c3f4feb 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index db134cf..800e45b 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index f992fb0..87ee079 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index e34db87..adf8d30 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 50a44ac..aeb4361 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index cf505a5..6c6e768 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 1e52bb0..e1f2b6c 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 2bb5216..f484a82 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index c0d9128..ef304df 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index 8641eff..775f1b1 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index f6e92d9..a018824 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index f3b7d62..031ee75 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 41003fc..07bbc9e 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 6ecc1e2..86facff 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index ff466db..bc46c37 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 4fc4f14..176fe15 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 4120a84..995403c 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 4e8c7af..c319f95 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 402ef37..c284e4a 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index df11b5c..8f94739 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index d75282c..ecb6aaf 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index dd29925..af38056 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index c98b878..9793fd6 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 93861e6..4c506e2 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 10b3a6d..4d68a92 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 86ad471..bda9c36 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index ccf6d26..4e97272 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index e80cc40..68643ad 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 2427b97..6839cac 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index c536690..c0b6a17 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index e07c696..89d4420 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index f4ae82d..6a380f8 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index e54cb58..675d03f 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 406fdfa..962a343 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index c00d93f..a0f2bcb 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index 00e6238..f5cd908 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index ff11e1b..fb3cb24 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index 3270f4f..87393db 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index 8bc6f45..455847b 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index a985003..0f6543e 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 6378f25..12a2930 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index d1f15a6..f7330aa 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 47e7c0a..d860c37 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 83ba1ea..c1b9638 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 175e391..b381d57 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 2504f7e..d55f960 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 7f0d430..b991bf2 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index d7b9833..24faae3 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 214615e..9918bd7 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 4ad4150..76e1107 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 82c8bcc..7c99a8f 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index eaaef5c..6f30dd2 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 8dac39f..517dc12 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index f8a9550..7460a08 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index ca87675..7982a28 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index eae29a4..6338c2d 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 84dd63a..ef58fd6 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index d05a5c5..d9959e5 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index 8c627d5..a0dfd8e 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index be781ac..216614e 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 6bc623b..e157a87 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 2b9b301..cb3457f 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index ae68953..04017ce 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 51ceb4e..41f7115 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index e85e1fe..34bce73 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 0c56d41..1d13fbe 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index e897d95..778184d 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index a666766..a35c2c8 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 89fab5e..16140d6 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index ff10743..f9a3786 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index fd29e0a..e45e3f9 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index d652b75..89897d1 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 9347a8f..12690ee 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index d32b20f..c7fd48e 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index f14d5d7..ce29570 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index e0a1615..cb6ea8a 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index f23c6ec..b188310 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index 0828bb4..7e21335 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 9270380..ddf2251 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 8c452e8..6a8dd57 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 28b0419..0b86088 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 216fb72..187bf77 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index a68cd4d..38c6c66 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index 0236c43..c8c0599 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index e7bf9cd..ba08259 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index b5f82e0..9f7e2af 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 0d1619f..a271372 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index e863501..e13fcab 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 034de5a..7e4717c 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 15c4a76..59588e1 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 86acde1..122ac47 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 28032fb..88ca679 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index c2c1c49..197cd8a 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index a6ede1c..e70aaeb 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index d54f961..bc62572 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index f30ce8a..93a2d62 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 5b8b1c8..1f5891a 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index d64ba0e..8b4e638 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 56687bb..2765c5d 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 1fae8d6..e278d19 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 2d5ccd2..59a81c7 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index 9f0dba0..8e76e2e 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index c624454..9a14a7c 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 9701a75..a5afb39 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index a95c72d..af44eaf 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 92ac9b0..536edb9 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index d46ab77..7d85027 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index f30c87d..b2755f3 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index 81c52cb..8f4c4bb 100755 (executable)
@@ -1,7 +1,7 @@
 /*\r
   * Copyright (c) 2012  Samsung Electronics Co., Ltd\r
   *\r
-  * Licensed under the Flora License, Version 1.0 (the "License");\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
index 8b0a369..cd4585f 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 6b49ec7..1a01cd9 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index 82aa4a0..effba8b 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index d8eba50..6346913 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *
index e5c9e65..5d0d81b 100755 (executable)
@@ -1,7 +1,7 @@
 /*
   * 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
   *