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 fd90a36f1d61ce22c607611e4684c41a74226992..571fe7991f5777337d80bf49508e8d7e2f4d136b 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 0d697417b50b3e10fbc1dd5972285d550afaf85c..21168193f43427d6026039af6fd2574f6edf1f4d 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 e6d501b593f3dac42b2ca0b250b9938d217ba4bf..5e96a96a1e846601953ec3d8c2f9828a976e776f 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 6be2a173de8a2b97f978d1325f45b0ca650c2d0b..ecb6e5bbf497339caf2473acc23d83d5667f579d 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 1cd6d0bea244e0efa93b0a4e6e178022c2ba1659..69506e84da57932201e4c752fc961c70eaf9c67c 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 58e36bf4566b782689f7fe26218685a6379a2d23..1b6c2e86439c6353c94b576ec89dee1c9204c097 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 ca3ebf6bcac4ecaa35a815dc837d2c1e86b009b8..6d6eacde1c05630ad89a2303503e5823fceff024 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 f33629cef3b24cf40e03cc2f7dc5aaaf2d389eb0..d3eafbd05b91d098d6cfd13be24a80dfe3bf4fff 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 7f8254e66553b427ba04846ffbd76f9d92a5e686..826955a52a3a7b33348afe5c434bf9f632bf6ec7 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 9366a33251b3293c1f47b2296ae0b4e3db9146b9..417babd35b3c3764935234ff1d0eab4a45416793 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 9c04a15c6bfed4f959cde298ef11e703695d4876..57cc8a520871719255fa24cad6d87ef9d0e97696 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 468c0ee214627a23829fdebecb94d85f6878844e..60405f4db5fd19562c9c3b104bb90e2277c97c40 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 bf9a5f8b1811a52732244e5b3a82057f1ede9de4..36a6a8ae9893bef6093f735d790b3dbf2bfc9da8 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 7f5fead7dea204ad7805a8ce2fa279be3f151259..23d730c5cecabf462aa6383d006894a5ace62f99 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 33fa9faf24636c02e7745f96ce653b0055f0570a..e62efab422678ca843704863265296fcb7a58df5 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 c0a0b31d8a5092e606dcc2c9b8480bb807926c1d..243d187e9dbe01d846a0f7c4313ae8f03bb70b38 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 92fa6834c9bc75c3c3d6ae79e6b278091c83cc44..f0365a51c33b66866dcf1f81c896dfa0f1b8a39f 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 aa9b6c45c052bc7f8d163ceaaca4bcde83571b4e..d169bcef6e975c0df434fefa3ae49ba8dcd64747 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 a4ed60e6bb51a5ea20538b99e90642b2c0f54831..c3f4feb7f40d8a3b3aaac7cedb9ef5ee5b3d6c59 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 db134cfb7b6698bfcd57421d6460a11a5faccab6..800e45ba3b16f4e48548a70e4abe4331dc2a45a7 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 f992fb06c6023cfc707c842ae10372d5c71ee8ea..87ee079ee8e82fbc9163781c2940cdb275024dab 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 e34db87cff8c2ed8af0d8b2bb815641c9ada9d99..adf8d3053a4501292b78b8d8148e2bf48752e9b5 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 50a44ac5e20a5b7be7afd2fc42204527176d93d2..aeb43612bde2183ab266083708c7e9f73543d3b0 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 cf505a58efc63c51df8fec044716ae8569e736e1..6c6e768bb2e5dd47a43b64b7db5241f1d779ff37 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 1e52bb023a203e174321d3241588a43c6cd72ec8..e1f2b6ce09eb1547a3c76aa87c49cdedc29c0c4f 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 2bb52169b830cda4b3de8d226091f6a93bbfb7ab..f484a82526c46fb9e9b24f51e0005b87b5d19e2e 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 c0d9128989c8c9bc9673e4b1d55f572c86f49970..ef304df9d920c807581cc56a1199de57eace4484 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 8641eff2b7607ca60582994d611186121657c209..775f1b1135c1203d4f823ec0cf6ae21eea536f54 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 f6e92d94dfaf0528ad266cbc686241920c28ae1f..a01882494dcce55a2a6d1a24cbe870326d3da704 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 f3b7d6277059a18612dde08a146d6b3ceacf53c0..031ee75ee9bd5d7a5e0593648242ca2ba95b73c3 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 41003fc85c1dadb0049416487773699d04616dba..07bbc9e51df3a6fe1e235bf4ee1ba31bce64208b 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 6ecc1e25e5510b44cdda72b3abcef7658f02f371..86facff24fabc1fa2d6052b5f1260ddf55c5b434 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 ff466db1a6883f1687a4e845bbeff5495174055b..bc46c37a5d9777a546104878429659251420fccf 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 4fc4f14342eca620cca1a699d1ec47baa851d08c..176fe156e42376fda3b16fcc484e386325de6596 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 4120a84eb81f7a1497f54a6556a54fa906ac7bd5..995403cf328867669e7134a025d2c7805c13502a 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 4e8c7afda6aa8765b06752ed311fe439b2f4a439..c319f95ec2577721418b895ae327006b514a08c6 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 402ef37f32e65618161428b429a858a855b02a2e..c284e4a89044cb12671ffbd960760c897c98a7e7 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 df11b5c186cddcad720fa1192b0ee2f8fbbd408e..8f94739a87cbfbf433f61a8d08758a02f8bc5fbc 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 d75282cd8eb33aedfefa8fa8a2807495d4e4202a..ecb6aaf6186c8636301c6512e0e7f4a2eeac6ce0 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 dd299253acc0787190831c9ae0624b389569c41b..af38056e6969a2c5bdddc557ba5d1281e8160edb 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 c98b8787264e87cb5e0c2b400f89f789c7d49a5c..9793fd6f402be9b07aa3259973d6e600a6ae4068 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 93861e65fe01d1c5bb974ff59ff0534dde7eead2..4c506e2938f2b64ee0fe801e13ebb8600745f34e 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 10b3a6d10bded5585c1ee735fcfc7774137a4aa5..4d68a92286c2c5ccb3c166f59d32bb9354f946a5 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 86ad471f5159f559d43c4ce32b24544baaf8da3b..bda9c36d16165f860b3cdda4ed7490aa96ce26c6 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 ccf6d26d4ad512cb4bd6c14062cc249f251d0b93..4e972723b36d165c1b1b9b0f2d385544ccaa88f3 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 e80cc403d754ad52bfbc844cea695836efebd8f8..68643ad748012e06a3182b5f6e28c38558fa2049 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 2427b97a007b5339986c19e1621d81718132e187..6839cac49965642e1f30b24835d58fc72be4d8d9 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 c5366906f6a0e32e15c0c5d29df7a32ad72695b4..c0b6a178877ee54a48f356264aeaabc03d9e16d0 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 e07c696a7ef73b7718cc0cb0032276c6c2bcd77d..89d44208eca985be108ccf8dd29d84547f44463b 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 f4ae82d5168a2ae0cc7097763546981549a05782..6a380f8d1d9aa954b2c3cb6ca558702f3d4bc009 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 e54cb58dd78d2fc20f3261473442ff845c42f8a9..675d03f8191316fb33bf1f9eddec43f15cc69870 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 406fdfa054be9aa4806a94bac1bf94ab43cea9d6..962a3432af128d639bd9526533feb40c2d6477a9 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 c00d93fa877d4ee19b148086a471751358c979dd..a0f2bcbea89edc4b884e40a5111e02931ebcf802 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 00e62386c54c86e18a31c77a1973fca04bd8c56c..f5cd908ef131f3ae2b353402a242ba777c002374 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 ff11e1b23be6de24459d89f4d989d283bd8618fd..fb3cb24f81ea05b75209c5526f74f2e8e4ef0015 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 3270f4fa5f45c3dba49924c7717c9cb85d786a2e..87393db047de0c2dd4b880f660ee70e58349c209 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 8bc6f45a513bc1e2fa0e188be6f173ea97d49058..455847b537768d2b16e947946376c2f7467b4443 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 a9850033d1bac5efe0aede92c6a94ff2cf4cec9c..0f6543e4a3947b9a22507c72e5120585324ace27 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 6378f251f049ca69f5fd9e25cabdd64694e5161f..12a29306bef45777096ddadbca91bb2b5a4d2082 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 d1f15a6d78caae469ddd767b393fc788975d76ac..f7330aaecee1b5e6833e705603270ddd1380f07f 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 47e7c0a17fc22201b2274ea41e4dc048891c43e1..d860c3773e69f0204a70cf40e4ce15836cad5b64 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 83ba1ea7ad421f835540068feacfb27a3585a3d5..c1b9638f791829284ece3700c882088eac9f8cbc 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 175e391e6d5fd887b8d0fbd013dacde7a9d557a5..b381d57aa7fdd6fd491dc9e72ff74a6787ed5431 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 2504f7ed13a1693fdaf408f093c4aec5604635c8..d55f96037f652c5e90f1288f22c122c6a50d7c3e 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 7f0d43062b6a0c3d5d1236eb5ce09d44c82b54be..b991bf22374c38a51381e5524756ca38038b20b2 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 d7b9833872072a12d5e0599ffe7658d616b91d16..24faae3110b1c190e1917eb3a3a9a5991780f06d 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 214615e5491f545d395975cfbee102b11a55113b..9918bd7303ab96a93bde93de4739e40676bfa63e 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 4ad4150cfd0d26ff91216fd727817900874fdc48..76e110786b917f1a61d893f1f7a72732c02514a5 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 82c8bcc038fe202bd89177a55d4b71ab2105b337..7c99a8fd74f5a0335ab90cfa59f3081a6346237f 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 eaaef5cc72df89bd187da84078bc21c3b4e490fc..6f30dd21eae0aa77091cce620e3435b6a4fa9041 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 8dac39f2f3afddfb69107279bef4e8d4a06c6d3e..517dc12aeb9901445c3e01a6c7ad085fe546d749 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 f8a95506bf8e307d4c692a2eebf87f9f3c4e7d0b..7460a0858c10cbfd930a1278521159a035ea2a19 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 ca8767560a9ed8377cafff0e6506024edfbaebb1..7982a28f3b0b2ef6f3723df7322b2c77474831fc 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 eae29a4e4ed3336859427a21f1bfaf9ea0810405..6338c2d5d8141fa30a51fa119b9858f266dea182 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 84dd63ab321a16b33cd7cb90969fceca8a87e00c..ef58fd6d391c3b801ae1d55c8f9a8f5f94035204 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 d05a5c5e141003a7fe38c573d2bbf9b6ee2ce373..d9959e5fa57d124d707366486cbfe5e8697fed8a 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 8c627d5c1fd26380c9dfbebdce1347b7b1cf6e2a..a0dfd8e2ac73d26c099049371127154a03091030 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 be781ac7d24e9f16ab7ce305a44da0910b267104..216614e6b4a2515e859f8c69c9b435f6dd05b163 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 6bc623bfc48618c623dc52909bb203f07fc5750e..e157a87c97440398191884a710947f71eb6e5ba3 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 2b9b3011942a8d76cf05b6e83feaf135d0b9b64f..cb3457f9c3443b741ee8704214d676750826df8e 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 ae689537b2545ca0bbb3012603172743c2b78fbe..04017ce0b848353e7eb9ed8757617b4ee6caba27 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 51ceb4ed34caf3ff3ae1678844f990f0ba08c2f5..41f71150739cdf14973581d847c9e94f16b2bdcd 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 e85e1fee71e479c249a4a9e3a48f6470b0ac68f9..34bce73536d84f9b73c2717bad5db7cd16ed9084 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 0c56d410aff6892c9af48bc6e2eb0794ace012c1..1d13fbeea41438d0c8e8d192cca7d2dc76f81369 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 e897d950e7ca26ee5726799f97e4c60729472a73..778184d8f51455d844997d25329bd8acb4f4e3ed 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 a666766b1815ce9274ffc192b90b7271d1c294a8..a35c2c8227bb1cf7b3f58093198ea391cea65dbe 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 89fab5ed33039c13a11e2cd8617c3d82abe16715..16140d60563dedaadf5f5625edc4c9d8bd405efd 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 ff10743c29aa1d4f6c915f00c7b03efaf8165a5f..f9a3786117fa5f48e39a3558f47b82760add3f79 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 fd29e0a8946a22d643385b16e77ad48496bb9505..e45e3f9b40519b49a2d7501c9f1e776de3d7b5c5 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 d652b75a2f81d8c022f06e4e30bdc334daee86f5..89897d17ba1d8a8838b6ec060dd441f188a2c61e 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 9347a8fd5502d4c64b915cc2d9e60bf25ae87cc2..12690ee2f98a6d436bb0d7f258a4c49a5468baab 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 d32b20fd8473708d86f0799c5c7c1107c1455b63..c7fd48e084891e72bb361e51bda440c2490baa7a 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 f14d5d7ab2ff58e8729da5971fb6c79335071963..ce295705f472d5ea445eed8de3c9244dd9f3d3dd 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 e0a1615b70b584b2f18b6d762f29012bd377c372..cb6ea8a2c57699e65252cc693d490ca8b8581ee8 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 f23c6ec000e6314f6ad23b63b071faee2a780361..b188310cef062b31a66a32bc3f7b169a464e2650 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 0828bb41279feae9983244fc0ff47bc012882a38..7e2133597c6ad35a5d13f12e51cba155f52c0564 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 9270380aa28e5f448373553aebfd622a459663f7..ddf2251fdd2fbc5c98d1ac9a9dcf6cab90abc155 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 8c452e8d3ead0573b2f578978995c3c6a5ac8fd4..6a8dd57bd33b4ab44395e2559d45d6bee34e973c 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 28b0419621eb0df2d42aee26311f85b01bfa5fe2..0b86088b0f567386ae8a66156551e560510acdd7 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 216fb72eb3798a8c6f56f13a504b3885fc096bbd..187bf771b45c1c249209d1f5fdb7dffd1f44ff90 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 a68cd4df31d992cb029884a86022a43c71e9667f..38c6c66481acf3f9e55770d762b0abe78c076eb9 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 0236c43e05d80cb63664dd155948ee235b0a53f1..c8c059980202525fd4a37aefb7d3db90f8d3845d 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 e7bf9cde8608977cd0e7654ccefe3c2f0a46369d..ba0825980e243c8941ac4fdbcb2e347f670ae66e 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 b5f82e008507fa5d6f1bcba59f0906dd167776d2..9f7e2af5aa697bbce568393fda91fab4f571c5c2 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 0d1619f9b0654017e3b277890925ebb048b755ae..a27137292d936d449d65ba22e32b1735bd88f052 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 e8635014891a657b403067dbf9bd3773ee2307cb..e13fcab0f1f3d5d1877eb3ca66ac2d8704a81e43 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 034de5a7e5521bdafa9b27f05ead69a8bc199b92..7e4717c7ed6dc149b57253bd9be2d0ff48fe0458 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 15c4a762106b6b8bf722b5bd7fc124df5ce89a96..59588e12b6a3bb308897fbf3a347b65a675ff49c 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 86acde1d7b0bfeb7fb456774ff518857dc0e20c3..122ac474a65f8c1ecbd0500b2b8826f6b35eeed4 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 28032fb7ef30151a02bc6b63eb01cecb40dedde4..88ca679a22a519a212986e6387421b896d920aa9 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 c2c1c49340ec786da7e5259fa318f64b495f5a99..197cd8a190d73f01cad98990eb00f3c637b79806 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 a6ede1cba49748960a21a7f52c583bce8d517181..e70aaeb718e8506750ed0776fdcd2d3739986930 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 d54f961482ae8e66786d6142472c516a55c1afc6..bc62572fdca3613331d5b613e3a0d5c5894946dc 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 f30ce8a550808e3b14ffa5787ba0e4d0a1a16f45..93a2d62b61481e539f9f2a7cf7fd465c5c21663f 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 5b8b1c84573bc2b38b5de16105aefd3fe376b11b..1f5891a4d232f88349840255c806bdae90511227 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 d64ba0e652e1a785f1ff22e2ba87822a8b70c419..8b4e638a5f8a5b7227e4b32dc46759ea061e5dfd 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 56687bb3d8d7f4053a33b3dbd88e6951cd8d18ca..2765c5dd3ef8209a90b9765d7794a1a860af614b 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 1fae8d617ceeec6a5a50d3b3c2f2dcd4002be860..e278d1962fcdb49e2ac0e2b55421410558ebdbb8 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 2d5ccd2bce40a91626fc6f48f8c01edecd738e41..59a81c702ee1b8fcec9007baa529de1e7bc2a0ec 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 9f0dba0e1448c1ca71f4c379f3f672b890b659fd..8e76e2e6f8b94d180c600a9834591bbae374dbe6 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 c624454f67ed6341d968ebee3a829b0cc42cce37..9a14a7ced4421c1e2efbc5a2c2c1437938c521ae 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 9701a753cbec4b89ac0a4ad64204194fef6953df..a5afb3913cdb526a84f9b69b33a7458dc2c14ef7 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 a95c72d327265ef2ab63870736c1bcdfb8da5dfd..af44eaf0c145bbc016fb6f38cea9046b26ec93da 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 92ac9b05a250f34c57c30cca4fd5fe6ba0a2dca7..536edb9bb437b2f3ddc3b4c9deaa46ae69ebdbf2 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 d46ab772c40e7facf96f3b76017c1859bf7d3e02..7d850275699f6d27d98df67f3106843a868b25d5 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 f30c87d7b3c7144c5b6cbb89252092fb383967a6..b2755f306999613d17c66e3fdceb79aac69958dc 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 81c52cbee5a3eeed98b58739304ef1bedf5d6569..8f4c4bb79222f16adc076250634086f4dd2359b6 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 8b0a369f5cc8106cd727faaa19da1e5d8e2d9879..cd4585f17e00850ecf8815299e021f561b2fe3bb 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 6b49ec73a398f3ef77d3aff28fce665f286ac153..1a01cd96af1e95919e37721b9236ba85bc14cd89 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 82aa4a083ca79418670437b5b97fad25c05ad94d..effba8b76a0434bba8212a68debdeba9645cb4a7 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 d8eba5027d7abdc97fe38bb297600c438b99fc57..63469132a01e4d7a32ad47d8a498ea19b2900cf9 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 e5c9e65468bc53bdd02ad936511f51875b808f09..5d0d81bb8f75d674c41a2948ac353616ab80a981 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
   *