[Request]Update Flora license version
authorGoo Lee <goo81.lee@samsung.com>
Tue, 7 May 2013 15:08:57 +0000 (00:08 +0900)
committerGoo Lee <goo81.lee@samsung.com>
Tue, 7 May 2013 15:08:57 +0000 (00:08 +0900)
55 files changed:
LICENSE
NOTICE
TC/unit/utc_alarmdb_add_data_func.c
TC/unit/utc_alarmdb_add_data_func.h
TC/unit/utc_alarmdb_create_data_func.c
TC/unit/utc_alarmdb_create_data_func.h
TC/unit/utc_alarmdb_del_data_func.c
TC/unit/utc_alarmdb_del_data_func.h
TC/unit/utc_alarmdb_fini_func.c
TC/unit/utc_alarmdb_fini_func.h
TC/unit/utc_alarmdb_free_data_func.c
TC/unit/utc_alarmdb_free_data_func.h
TC/unit/utc_alarmdb_free_data_list_func.c
TC/unit/utc_alarmdb_free_data_list_func.h
TC/unit/utc_alarmdb_get_data_by_author_func.c
TC/unit/utc_alarmdb_get_data_by_author_func.h
TC/unit/utc_alarmdb_get_data_func.c
TC/unit/utc_alarmdb_get_data_func.h
TC/unit/utc_alarmdb_get_data_list_all_func.c
TC/unit/utc_alarmdb_get_data_list_all_func.h
TC/unit/utc_alarmdb_get_data_list_by_author_func.c
TC/unit/utc_alarmdb_get_data_list_by_author_func.h
TC/unit/utc_alarmdb_get_last_id_by_author_func.c
TC/unit/utc_alarmdb_get_last_id_by_author_func.h
TC/unit/utc_alarmdb_get_last_id_func.c
TC/unit/utc_alarmdb_get_last_id_func.h
TC/unit/utc_alarmdb_get_num_of_enable_func.c
TC/unit/utc_alarmdb_get_num_of_enable_func.h
TC/unit/utc_alarmdb_get_number_of_data_by_author_func.c
TC/unit/utc_alarmdb_get_number_of_data_by_author_func.h
TC/unit/utc_alarmdb_get_power_onoff_by_author_func.c
TC/unit/utc_alarmdb_get_power_onoff_by_author_func.h
TC/unit/utc_alarmdb_init_func.c
TC/unit/utc_alarmdb_init_func.h
TC/unit/utc_alarmdb_mod_data_func.c
TC/unit/utc_alarmdb_mod_data_func.h
TC/unit/utc_alarmdb_set_enable_func.c
TC/unit/utc_alarmdb_set_enable_func.h
TC/unit/utc_alarmdb_set_snooze_func.c
TC/unit/utc_alarmdb_set_snooze_func.h
include/alarm-engine.h
include/db-define.h
include/db-dlog.h
include/db-schema.h
include/db.h
include/libalarm.h
kies_alarm/include/kies_alarm.h
kies_alarm/include/kies_define.h
kies_alarm/include/kies_dlog.h
kies_alarm/include/kies_fwk_alarmmgr.h
kies_alarm/src/kies_alarm.c
kies_alarm/src/kies_fwk_alarmmgr.c
src/db.c
src/libalarm.c
test/test_alarmdb.c

diff --git a/LICENSE b/LICENSE
index a2ae71e..249b868 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -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 2013  Samsung Electronics Co., Ltd
 
-   Licensed under the Flora License, Version 1.0 (the "License");
+   Licensed under the Flora License, Version 1.1 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
 
diff --git a/NOTICE b/NOTICE
index ded3804..6e010c0 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1 +1,3 @@
-Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
\ No newline at end of file
+Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.\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
index 5adb801..41191bf 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index efd84c8..0486760 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index a842484..a6e3b7e 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 28e9c37..0b4318b 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 43a8f5c..8ca5b20 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 0c11ccf..29b572c 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 7870165..8c55eb4 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 62e5e21..fc49cfc 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 162151e..273d39a 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 61b7513..9263cf5 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 8658200..5f627a7 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index b390e15..04f64a7 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index e16f929..88481a7 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 0b61575..d5ca694 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 327cdc8..e08c899 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 3069a04..4331dae 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 5701e07..76cd791 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 8a6d0a9..7c76296 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 376160c..8f742a1 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 8586ac0..61dc435 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index c37a2fc..7ed9152 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index e51e155..c7a4a0c 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 1d519e3..ff25bc9 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index dd9b917..5776080 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index a82eb6d..75b5d78 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index f412a3f..36aa6e0 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index f0792cd..41f22d2 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 0075b6f..c999576 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index cc96047..d76af91 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 6971b0d..15f43a0 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 77615a0..3eeb0e2 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index d77813d..a6067e3 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index c140800..2d0cb82 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 3ec5bb4..6a7ddbc 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 3f992ab..413570b 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 1ed6983..39d3600 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 38853f7..602b75e 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index dc0521e..6d93ae9 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 161a44a..187bad5 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index ff12283..d4f45dd 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 4910f1d..48de62c 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 284055a..7a80e17 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index f52a1e0..7415368 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 84e1087..260b40c 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 978f9c9..647bb42 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index c15b9bf..9f6e535 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 24fa5fb..8768649 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 5966ce1..1d30f9d 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 4e7e6b6..db37786 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 1d681f4..052fd8a 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index d61bbb4..d05aeac 100644 (file)
--- a/src/db.c
+++ b/src/db.c
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index c990b11..1149255 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
index 1f44b9c..baf6a1f 100644 (file)
@@ -2,7 +2,7 @@
 *
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *