From c5a6c30b6f5cdbdcc3f7365466fc8490a9ead3e0 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Mon, 29 Apr 2013 15:59:44 +0900 Subject: [PATCH] Update License Change-Id: Id02c0f159c8fed40564f54cb84d521d36b3d0114 --- LICENSE | 26 +++++++++++++------------- data/data-provider-master | 2 +- data/data-provider-master.service | 2 +- include/abi.h | 2 +- include/badge_service.h | 2 +- include/buffer_handler.h | 2 +- include/client_life.h | 2 +- include/client_rpc.h | 2 +- include/conf.h | 2 +- include/critical_log.h | 2 +- include/dead_monitor.h | 2 +- include/debug.h | 2 +- include/event.h | 2 +- include/fault_manager.h | 2 +- include/fb.h | 2 +- include/group.h | 2 +- include/instance.h | 2 +- include/io.h | 2 +- include/liveinfo.h | 2 +- include/main.h | 2 +- include/notification_service.h | 2 +- include/package.h | 2 +- include/parser.h | 2 +- include/pkgmgr.h | 2 +- include/rpc_to_slave.h | 2 +- include/script_handler.h | 2 +- include/server.h | 2 +- include/service_common.h | 2 +- include/setting.h | 2 +- include/shortcut_service.h | 2 +- include/slave_life.h | 2 +- include/slave_rpc.h | 2 +- include/util.h | 2 +- include/xmonitor.h | 2 +- pkgmgr_livebox/include/dlist.h | 2 +- pkgmgr_livebox/src/dlist.c | 2 +- pkgmgr_livebox/src/service_register.c | 2 +- res/edje/master.edc | 2 +- src/abi.c | 2 +- src/badge_service.c | 2 +- src/buffer_handler.c | 2 +- src/client_life.c | 2 +- src/client_rpc.c | 2 +- src/conf.c | 2 +- src/critical_log.c | 2 +- src/dead_monitor.c | 2 +- src/event.c | 2 +- src/fault_manager.c | 2 +- src/fb.c | 2 +- src/group.c | 2 +- src/instance.c | 2 +- src/io.c | 2 +- src/liveinfo.c | 2 +- src/main.c | 2 +- src/notification_service.c | 2 +- src/package.c | 2 +- src/parser.c | 2 +- src/pkgmgr.c | 2 +- src/script_handler.c | 2 +- src/server.c | 2 +- src/service_common.c | 2 +- src/setting.c | 2 +- src/shortcut_service.c | 2 +- src/slave_life.c | 2 +- src/slave_rpc.c | 2 +- src/util.c | 2 +- src/xmonitor.c | 2 +- util_liveinfo/include/liveinfo.h | 2 +- util_liveinfo/src/liveinfo.c | 2 +- 69 files changed, 81 insertions(+), 81 deletions(-) diff --git a/LICENSE b/LICENSE index fd90a36..571fe79 100644 --- 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 [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/data/data-provider-master b/data/data-provider-master index 3c04aaf..6dd2a92 100755 --- a/data/data-provider-master +++ b/data/data-provider-master @@ -2,7 +2,7 @@ # # Copyright 2013 Samsung Electronics Co., Ltd # -# Licensed under the Flora License, Version 1.0 (the "License"); +# Licensed under the Flora License, Version 1.1 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # diff --git a/data/data-provider-master.service b/data/data-provider-master.service index f412797..fb3ab4f 100644 --- a/data/data-provider-master.service +++ b/data/data-provider-master.service @@ -1,7 +1,7 @@ # # Copyright 2013 Samsung Electronics Co., Ltd # -# Licensed under the Flora License, Version 1.0 (the "License"); +# Licensed under the Flora License, Version 1.1 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # diff --git a/include/abi.h b/include/abi.h index d1900b3..2b4ebd8 100644 --- a/include/abi.h +++ b/include/abi.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/badge_service.h b/include/badge_service.h index d54285e..ed49c9f 100755 --- a/include/badge_service.h +++ b/include/badge_service.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/buffer_handler.h b/include/buffer_handler.h index 21d6707..6a70270 100644 --- a/include/buffer_handler.h +++ b/include/buffer_handler.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/client_life.h b/include/client_life.h index 4871974..446b952 100644 --- a/include/client_life.h +++ b/include/client_life.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/client_rpc.h b/include/client_rpc.h index ccfa129..20a8a38 100644 --- a/include/client_rpc.h +++ b/include/client_rpc.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/conf.h b/include/conf.h index 50a171b..7dd31a2 100644 --- a/include/conf.h +++ b/include/conf.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/critical_log.h b/include/critical_log.h index 757ae63..f060ce1 100644 --- a/include/critical_log.h +++ b/include/critical_log.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/dead_monitor.h b/include/dead_monitor.h index 118c5ac..96efa3b 100644 --- a/include/dead_monitor.h +++ b/include/dead_monitor.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/debug.h b/include/debug.h index 5058acc..fb7c780 100644 --- a/include/debug.h +++ b/include/debug.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/event.h b/include/event.h index 4cf46e4..2bae5a8 100644 --- a/include/event.h +++ b/include/event.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/fault_manager.h b/include/fault_manager.h index d61e225..cfc1bec 100644 --- a/include/fault_manager.h +++ b/include/fault_manager.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/fb.h b/include/fb.h index 066f97a..bf6d224 100644 --- a/include/fb.h +++ b/include/fb.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/group.h b/include/group.h index 161e0a4..04dfddd 100644 --- a/include/group.h +++ b/include/group.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/instance.h b/include/instance.h index 535defa..05339fb 100644 --- a/include/instance.h +++ b/include/instance.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/io.h b/include/io.h index 6624db5..7639aae 100644 --- a/include/io.h +++ b/include/io.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/liveinfo.h b/include/liveinfo.h index e86e4a2..9bb6db5 100644 --- a/include/liveinfo.h +++ b/include/liveinfo.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/main.h b/include/main.h index 94fb941..67a71d8 100644 --- a/include/main.h +++ b/include/main.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/notification_service.h b/include/notification_service.h index 366fc4a..e02dfa3 100755 --- a/include/notification_service.h +++ b/include/notification_service.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/package.h b/include/package.h index 9735fa2..488f465 100644 --- a/include/package.h +++ b/include/package.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/parser.h b/include/parser.h index db828b9..16e297a 100644 --- a/include/parser.h +++ b/include/parser.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/pkgmgr.h b/include/pkgmgr.h index e942697..dfc8e33 100644 --- a/include/pkgmgr.h +++ b/include/pkgmgr.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/rpc_to_slave.h b/include/rpc_to_slave.h index cfc87b9..d80c021 100644 --- a/include/rpc_to_slave.h +++ b/include/rpc_to_slave.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/script_handler.h b/include/script_handler.h index c676836..1ebad1e 100644 --- a/include/script_handler.h +++ b/include/script_handler.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/server.h b/include/server.h index 570eb87..457ab15 100644 --- a/include/server.h +++ b/include/server.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/service_common.h b/include/service_common.h index fa0188c..981d6dd 100644 --- a/include/service_common.h +++ b/include/service_common.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/setting.h b/include/setting.h index 1e4989e..6d0700f 100644 --- a/include/setting.h +++ b/include/setting.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/shortcut_service.h b/include/shortcut_service.h index 65031a2..2810039 100644 --- a/include/shortcut_service.h +++ b/include/shortcut_service.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/slave_life.h b/include/slave_life.h index 821b1eb..dea9f27 100644 --- a/include/slave_life.h +++ b/include/slave_life.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/slave_rpc.h b/include/slave_rpc.h index cfcbabb..18944ab 100644 --- a/include/slave_rpc.h +++ b/include/slave_rpc.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/util.h b/include/util.h index bd26e2a..180fffc 100644 --- a/include/util.h +++ b/include/util.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/include/xmonitor.h b/include/xmonitor.h index 55aadeb..46d4e51 100644 --- a/include/xmonitor.h +++ b/include/xmonitor.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/pkgmgr_livebox/include/dlist.h b/pkgmgr_livebox/include/dlist.h index 99e8443..cd1a421 100644 --- a/pkgmgr_livebox/include/dlist.h +++ b/pkgmgr_livebox/include/dlist.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/pkgmgr_livebox/src/dlist.c b/pkgmgr_livebox/src/dlist.c index cf2cb63..fa3082a 100644 --- a/pkgmgr_livebox/src/dlist.c +++ b/pkgmgr_livebox/src/dlist.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/pkgmgr_livebox/src/service_register.c b/pkgmgr_livebox/src/service_register.c index 6c8536e..78bc0d6 100644 --- a/pkgmgr_livebox/src/service_register.c +++ b/pkgmgr_livebox/src/service_register.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/res/edje/master.edc b/res/edje/master.edc index e64548a..38fcf7e 100644 --- a/res/edje/master.edc +++ b/res/edje/master.edc @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/abi.c b/src/abi.c index d821183..713bfe5 100644 --- a/src/abi.c +++ b/src/abi.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/badge_service.c b/src/badge_service.c index d2bce24..a8442cb 100755 --- a/src/badge_service.c +++ b/src/badge_service.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/buffer_handler.c b/src/buffer_handler.c index 4ba5da3..7da0214 100644 --- a/src/buffer_handler.c +++ b/src/buffer_handler.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/client_life.c b/src/client_life.c index af8302d..d30417a 100644 --- a/src/client_life.c +++ b/src/client_life.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/client_rpc.c b/src/client_rpc.c index d87659f..78ca437 100644 --- a/src/client_rpc.c +++ b/src/client_rpc.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/conf.c b/src/conf.c index acfdb05..03f19a7 100644 --- a/src/conf.c +++ b/src/conf.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/critical_log.c b/src/critical_log.c index a73ead2..e4da632 100644 --- a/src/critical_log.c +++ b/src/critical_log.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/dead_monitor.c b/src/dead_monitor.c index 91e3a23..733abdf 100644 --- a/src/dead_monitor.c +++ b/src/dead_monitor.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/event.c b/src/event.c index 89c4e34..39ff21d 100644 --- a/src/event.c +++ b/src/event.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/fault_manager.c b/src/fault_manager.c index 837bd17..6ece35e 100644 --- a/src/fault_manager.c +++ b/src/fault_manager.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/fb.c b/src/fb.c index 7d21283..0907537 100644 --- a/src/fb.c +++ b/src/fb.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/group.c b/src/group.c index 0adae6a..61c9833 100644 --- a/src/group.c +++ b/src/group.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/instance.c b/src/instance.c index 1fd3c1b..473636c 100644 --- a/src/instance.c +++ b/src/instance.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/io.c b/src/io.c index 8003f30..fee17f2 100644 --- a/src/io.c +++ b/src/io.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/liveinfo.c b/src/liveinfo.c index d280fa3..3f76531 100644 --- a/src/liveinfo.c +++ b/src/liveinfo.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main.c b/src/main.c index e4911f5..63a16e0 100755 --- a/src/main.c +++ b/src/main.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/notification_service.c b/src/notification_service.c index 630b698..6ce0888 100755 --- a/src/notification_service.c +++ b/src/notification_service.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/package.c b/src/package.c index b0c62c1..188c170 100644 --- a/src/package.c +++ b/src/package.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/parser.c b/src/parser.c index 3a4f4c7..948aec8 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/pkgmgr.c b/src/pkgmgr.c index 2f65c13..49f0a86 100644 --- a/src/pkgmgr.c +++ b/src/pkgmgr.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/script_handler.c b/src/script_handler.c index 0b0e789..95e09c4 100644 --- a/src/script_handler.c +++ b/src/script_handler.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/server.c b/src/server.c index 811529a..9755dd8 100644 --- a/src/server.c +++ b/src/server.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/service_common.c b/src/service_common.c index cd2f1e2..e94bf9f 100644 --- a/src/service_common.c +++ b/src/service_common.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/setting.c b/src/setting.c index c013a22..94b103a 100644 --- a/src/setting.c +++ b/src/setting.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/shortcut_service.c b/src/shortcut_service.c index f2339a1..73e6999 100644 --- a/src/shortcut_service.c +++ b/src/shortcut_service.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/slave_life.c b/src/slave_life.c index 17dd321..5d7dbf3 100644 --- a/src/slave_life.c +++ b/src/slave_life.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/slave_rpc.c b/src/slave_rpc.c index 570852e..edd6bba 100644 --- a/src/slave_rpc.c +++ b/src/slave_rpc.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/util.c b/src/util.c index 9146ed1..a95eb37 100644 --- a/src/util.c +++ b/src/util.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/xmonitor.c b/src/xmonitor.c index 039973b..e687959 100644 --- a/src/xmonitor.c +++ b/src/xmonitor.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/util_liveinfo/include/liveinfo.h b/util_liveinfo/include/liveinfo.h index 94fb941..67a71d8 100644 --- a/util_liveinfo/include/liveinfo.h +++ b/util_liveinfo/include/liveinfo.h @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/util_liveinfo/src/liveinfo.c b/util_liveinfo/src/liveinfo.c index bd2dccf..a44a9f7 100644 --- a/util_liveinfo/src/liveinfo.c +++ b/util_liveinfo/src/liveinfo.c @@ -1,7 +1,7 @@ /* * Copyright 2013 Samsung Electronics Co., Ltd * - * Licensed under the Flora License, Version 1.0 (the "License"); + * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -- 2.7.4