From 481f74392607f2dc07a10bb4d9c7e7d501b22c91 Mon Sep 17 00:00:00 2001 From: "sung1103.park" Date: Thu, 2 May 2013 13:56:32 +0900 Subject: [PATCH] change license version/file --- LICENSE.Flora | 26 ++++++++++++------------- NOTICE | 4 ++-- daemon/common.h | 2 +- daemon/indicator.c | 2 +- daemon/indicator.h | 2 +- daemon/indicator_box_util.c | 2 +- daemon/indicator_box_util.h | 2 +- daemon/indicator_icon_list.c | 2 +- daemon/indicator_icon_list.h | 2 +- daemon/indicator_icon_util.c | 2 +- daemon/indicator_icon_util.h | 2 +- daemon/indicator_ui.c | 2 +- daemon/indicator_ui.h | 2 +- daemon/indicator_util.c | 2 +- daemon/indicator_util.h | 2 +- data/resource/indicator_common.edc | 2 +- data/resource/indicator_gui.h | 2 +- data/resource/indicator_icon_nonfixed_theme.edc | 2 +- data/resource/indicator_icon_theme.edc | 2 +- data/resource/indicator_land.edc | 2 +- data/resource/indicator_port.edc | 2 +- modules/clock/clock.c | 2 +- modules/connection/connection.c | 2 +- modules/connection/mobile_hotspot.c | 2 +- modules/connection/usb.c | 2 +- modules/connection/wifi.c | 2 +- modules/home/home.c | 2 +- modules/information/alarm.c | 2 +- modules/information/mmc.c | 2 +- modules/information/mp3_playing.c | 2 +- modules/information/noti.c | 2 +- modules/information/voice_recorder.c | 2 +- modules/modules.c | 2 +- modules/modules.h | 2 +- modules/network/roaming.c | 2 +- modules/network/rssi.c | 2 +- modules/power/battery.c | 2 +- modules/processing/active_sync.c | 2 +- modules/processing/call.c | 2 +- modules/processing/call_divert.c | 2 +- modules/processing/sos.c | 2 +- modules/setting/bluetooth.c | 2 +- modules/setting/gps.c | 2 +- modules/setting/nfc.c | 2 +- modules/setting/silent.c | 2 +- modules/setting/wifi-direct.c | 2 +- test/indicator_debug_util.c | 2 +- test/indicator_debug_util.h | 2 +- test/indicator_test_util.c | 2 +- test/indicator_test_util.h | 2 +- 50 files changed, 63 insertions(+), 63 deletions(-) diff --git a/LICENSE.Flora b/LICENSE.Flora index fd90a36..571fe79 100755 --- a/LICENSE.Flora +++ b/LICENSE.Flora @@ -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 4357fb7..de2fc58 100755 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. -Except as noted, this software is licensed under Flora License, Version 1. -Please, see the LICENSE.flora file for Flora License terms and conditions. +Except as noted, this software is licensed under Flora License, Version 1.1. +Please, see the LICENSE.flora file for Flora License,Version 1.1 terms and conditions. diff --git a/daemon/common.h b/daemon/common.h index cfeb93d..79ab49c 100755 --- a/daemon/common.h +++ b/daemon/common.h @@ -1,7 +1,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 * diff --git a/daemon/indicator.c b/daemon/indicator.c index 7b22af5..f6ded43 100755 --- a/daemon/indicator.c +++ b/daemon/indicator.c @@ -1,7 +1,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 * diff --git a/daemon/indicator.h b/daemon/indicator.h index 669ed1a..684e218 100755 --- a/daemon/indicator.h +++ b/daemon/indicator.h @@ -1,7 +1,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 * diff --git a/daemon/indicator_box_util.c b/daemon/indicator_box_util.c index 8851ca5..fde43c6 100755 --- a/daemon/indicator_box_util.c +++ b/daemon/indicator_box_util.c @@ -1,7 +1,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 * diff --git a/daemon/indicator_box_util.h b/daemon/indicator_box_util.h index 6a2532f..9c7b326 100755 --- a/daemon/indicator_box_util.h +++ b/daemon/indicator_box_util.h @@ -1,7 +1,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 * diff --git a/daemon/indicator_icon_list.c b/daemon/indicator_icon_list.c index 2d56de6..21c9295 100755 --- a/daemon/indicator_icon_list.c +++ b/daemon/indicator_icon_list.c @@ -1,7 +1,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 * diff --git a/daemon/indicator_icon_list.h b/daemon/indicator_icon_list.h index 9af9447..8179098 100755 --- a/daemon/indicator_icon_list.h +++ b/daemon/indicator_icon_list.h @@ -1,7 +1,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 * diff --git a/daemon/indicator_icon_util.c b/daemon/indicator_icon_util.c index 043617b..425b5af 100755 --- a/daemon/indicator_icon_util.c +++ b/daemon/indicator_icon_util.c @@ -1,7 +1,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 * diff --git a/daemon/indicator_icon_util.h b/daemon/indicator_icon_util.h index 2b551fa..aba3e50 100755 --- a/daemon/indicator_icon_util.h +++ b/daemon/indicator_icon_util.h @@ -1,7 +1,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 * diff --git a/daemon/indicator_ui.c b/daemon/indicator_ui.c index 0b1a72e..7f1b430 100755 --- a/daemon/indicator_ui.c +++ b/daemon/indicator_ui.c @@ -1,7 +1,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 * diff --git a/daemon/indicator_ui.h b/daemon/indicator_ui.h index 1110f83..5518a82 100755 --- a/daemon/indicator_ui.h +++ b/daemon/indicator_ui.h @@ -1,7 +1,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 * diff --git a/daemon/indicator_util.c b/daemon/indicator_util.c index 16a053e..322630f 100755 --- a/daemon/indicator_util.c +++ b/daemon/indicator_util.c @@ -1,7 +1,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 * diff --git a/daemon/indicator_util.h b/daemon/indicator_util.h index 19801d5..e56402c 100755 --- a/daemon/indicator_util.h +++ b/daemon/indicator_util.h @@ -1,7 +1,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 * diff --git a/data/resource/indicator_common.edc b/data/resource/indicator_common.edc index 736a6cb..4f4acb4 100755 --- a/data/resource/indicator_common.edc +++ b/data/resource/indicator_common.edc @@ -1,7 +1,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 * diff --git a/data/resource/indicator_gui.h b/data/resource/indicator_gui.h index 1c086a8..b70d5b0 100755 --- a/data/resource/indicator_gui.h +++ b/data/resource/indicator_gui.h @@ -1,7 +1,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 * diff --git a/data/resource/indicator_icon_nonfixed_theme.edc b/data/resource/indicator_icon_nonfixed_theme.edc index 3e5db6e..b91bd48 100755 --- a/data/resource/indicator_icon_nonfixed_theme.edc +++ b/data/resource/indicator_icon_nonfixed_theme.edc @@ -1,7 +1,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 * diff --git a/data/resource/indicator_icon_theme.edc b/data/resource/indicator_icon_theme.edc index 9e46abc..a2ca67b 100755 --- a/data/resource/indicator_icon_theme.edc +++ b/data/resource/indicator_icon_theme.edc @@ -1,7 +1,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 * diff --git a/data/resource/indicator_land.edc b/data/resource/indicator_land.edc index d1ab9f5..97f1c6a 100755 --- a/data/resource/indicator_land.edc +++ b/data/resource/indicator_land.edc @@ -1,7 +1,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 * diff --git a/data/resource/indicator_port.edc b/data/resource/indicator_port.edc index 694703c..513a0b4 100755 --- a/data/resource/indicator_port.edc +++ b/data/resource/indicator_port.edc @@ -1,7 +1,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 * diff --git a/modules/clock/clock.c b/modules/clock/clock.c index 5df5a39..552de97 100755 --- a/modules/clock/clock.c +++ b/modules/clock/clock.c @@ -1,7 +1,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 * diff --git a/modules/connection/connection.c b/modules/connection/connection.c index fe1c9df..351264c 100755 --- a/modules/connection/connection.c +++ b/modules/connection/connection.c @@ -1,7 +1,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 * diff --git a/modules/connection/mobile_hotspot.c b/modules/connection/mobile_hotspot.c index af9ca34..04e098f 100755 --- a/modules/connection/mobile_hotspot.c +++ b/modules/connection/mobile_hotspot.c @@ -1,7 +1,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 * diff --git a/modules/connection/usb.c b/modules/connection/usb.c index bcf1e57..cbc6ab0 100755 --- a/modules/connection/usb.c +++ b/modules/connection/usb.c @@ -1,7 +1,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 * diff --git a/modules/connection/wifi.c b/modules/connection/wifi.c index 98daf89..7c3130e 100755 --- a/modules/connection/wifi.c +++ b/modules/connection/wifi.c @@ -1,7 +1,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 * diff --git a/modules/home/home.c b/modules/home/home.c index a984db2..6ce054d 100755 --- a/modules/home/home.c +++ b/modules/home/home.c @@ -1,7 +1,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 * diff --git a/modules/information/alarm.c b/modules/information/alarm.c index a41cce8..cbfcc38 100755 --- a/modules/information/alarm.c +++ b/modules/information/alarm.c @@ -1,7 +1,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 * diff --git a/modules/information/mmc.c b/modules/information/mmc.c index 88e5752..cbf1d15 100755 --- a/modules/information/mmc.c +++ b/modules/information/mmc.c @@ -1,7 +1,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 * diff --git a/modules/information/mp3_playing.c b/modules/information/mp3_playing.c index 88cc6ed..8d05ba8 100755 --- a/modules/information/mp3_playing.c +++ b/modules/information/mp3_playing.c @@ -1,7 +1,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 * diff --git a/modules/information/noti.c b/modules/information/noti.c index a93248d..524bfe5 100755 --- a/modules/information/noti.c +++ b/modules/information/noti.c @@ -1,7 +1,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 * diff --git a/modules/information/voice_recorder.c b/modules/information/voice_recorder.c index 64d25be..ff8b570 100755 --- a/modules/information/voice_recorder.c +++ b/modules/information/voice_recorder.c @@ -1,7 +1,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 * diff --git a/modules/modules.c b/modules/modules.c index 7534104..0aca791 100755 --- a/modules/modules.c +++ b/modules/modules.c @@ -1,7 +1,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 * diff --git a/modules/modules.h b/modules/modules.h index 636bebd..4f1c7e1 100755 --- a/modules/modules.h +++ b/modules/modules.h @@ -1,7 +1,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 * diff --git a/modules/network/roaming.c b/modules/network/roaming.c index fe77dc3..e585ecd 100755 --- a/modules/network/roaming.c +++ b/modules/network/roaming.c @@ -1,7 +1,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 * diff --git a/modules/network/rssi.c b/modules/network/rssi.c index 3bfed48..7685b3c 100755 --- a/modules/network/rssi.c +++ b/modules/network/rssi.c @@ -1,7 +1,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 * diff --git a/modules/power/battery.c b/modules/power/battery.c index 56a08d6..e049672 100755 --- a/modules/power/battery.c +++ b/modules/power/battery.c @@ -1,7 +1,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 * diff --git a/modules/processing/active_sync.c b/modules/processing/active_sync.c index d891f2c..5d8cf7b 100755 --- a/modules/processing/active_sync.c +++ b/modules/processing/active_sync.c @@ -1,7 +1,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 * diff --git a/modules/processing/call.c b/modules/processing/call.c index 8f36300..ac782a4 100755 --- a/modules/processing/call.c +++ b/modules/processing/call.c @@ -1,7 +1,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 * diff --git a/modules/processing/call_divert.c b/modules/processing/call_divert.c index 1be278f..45fa8a1 100755 --- a/modules/processing/call_divert.c +++ b/modules/processing/call_divert.c @@ -1,7 +1,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 * diff --git a/modules/processing/sos.c b/modules/processing/sos.c index 5cf00d6..7764f36 100755 --- a/modules/processing/sos.c +++ b/modules/processing/sos.c @@ -1,7 +1,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 * diff --git a/modules/setting/bluetooth.c b/modules/setting/bluetooth.c index 307f657..422655e 100755 --- a/modules/setting/bluetooth.c +++ b/modules/setting/bluetooth.c @@ -1,7 +1,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 * diff --git a/modules/setting/gps.c b/modules/setting/gps.c index 8fc882f..97fde3b 100755 --- a/modules/setting/gps.c +++ b/modules/setting/gps.c @@ -1,7 +1,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 * diff --git a/modules/setting/nfc.c b/modules/setting/nfc.c index fb9c682..2b87a50 100755 --- a/modules/setting/nfc.c +++ b/modules/setting/nfc.c @@ -1,7 +1,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 * diff --git a/modules/setting/silent.c b/modules/setting/silent.c index c1ab457..5719a05 100755 --- a/modules/setting/silent.c +++ b/modules/setting/silent.c @@ -1,7 +1,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 * diff --git a/modules/setting/wifi-direct.c b/modules/setting/wifi-direct.c index beff3fe..bb363cd 100755 --- a/modules/setting/wifi-direct.c +++ b/modules/setting/wifi-direct.c @@ -1,7 +1,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 * diff --git a/test/indicator_debug_util.c b/test/indicator_debug_util.c index acbe6fb..f03b8ab 100755 --- a/test/indicator_debug_util.c +++ b/test/indicator_debug_util.c @@ -1,7 +1,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 * diff --git a/test/indicator_debug_util.h b/test/indicator_debug_util.h index 9bd152d..9221fb4 100755 --- a/test/indicator_debug_util.h +++ b/test/indicator_debug_util.h @@ -1,7 +1,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 * diff --git a/test/indicator_test_util.c b/test/indicator_test_util.c index 4b4e995..59cda0f 100755 --- a/test/indicator_test_util.c +++ b/test/indicator_test_util.c @@ -1,7 +1,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 * diff --git a/test/indicator_test_util.h b/test/indicator_test_util.h index 5cfa702..414148a 100755 --- a/test/indicator_test_util.h +++ b/test/indicator_test_util.h @@ -1,7 +1,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 * -- 2.7.4