From 00b27304115663537614e381bb39cfde1b8669a4 Mon Sep 17 00:00:00 2001 From: "sunil85.kim" Date: Tue, 30 Apr 2013 16:41:49 +0900 Subject: [PATCH] Update for license Change-Id: I8aec97157b31d510a21505771d152b5cdccedb61 --- LICENSE.Flora | 4 ++-- include/mh_common_utility.h | 4 ++-- include/mh_func_onoff.h | 4 ++-- include/mh_view_main.h | 4 ++-- include/mh_view_wifi_setup.h | 4 ++-- include/mobile_hotspot.h | 4 ++-- src/mh_common_utility.c | 4 ++-- src/mh_func_onoff.c | 4 ++-- src/mh_main_ug.c | 4 ++-- src/mh_view_main.c | 4 ++-- src/mh_view_wifi_setup.c | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/LICENSE.Flora b/LICENSE.Flora index fd90a36..03f0c77 100644 --- 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/ @@ -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/include/mh_common_utility.h b/include/mh_common_utility.h index 6b2a5a0..333a643 100644 --- a/include/mh_common_utility.h +++ b/include/mh_common_utility.h @@ -1,9 +1,9 @@ /* * ug-mobile-ap * -* Copyright 2012 Samsung Electronics Co., Ltd +* Copyright 2012-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/mh_func_onoff.h b/include/mh_func_onoff.h index e40151f..d755b20 100644 --- a/include/mh_func_onoff.h +++ b/include/mh_func_onoff.h @@ -1,9 +1,9 @@ /* * ug-mobile-ap * -* Copyright 2012 Samsung Electronics Co., Ltd +* Copyright 2012-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/mh_view_main.h b/include/mh_view_main.h index 6bc7e85..8716756 100644 --- a/include/mh_view_main.h +++ b/include/mh_view_main.h @@ -1,9 +1,9 @@ /* * ug-mobile-ap * -* Copyright 2012 Samsung Electronics Co., Ltd +* Copyright 2012-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/mh_view_wifi_setup.h b/include/mh_view_wifi_setup.h index cfcfb72..932f9e7 100644 --- a/include/mh_view_wifi_setup.h +++ b/include/mh_view_wifi_setup.h @@ -1,9 +1,9 @@ /* * ug-mobile-ap * -* Copyright 2012 Samsung Electronics Co., Ltd +* Copyright 2012-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/mobile_hotspot.h b/include/mobile_hotspot.h index 02d7620..acf07d8 100644 --- a/include/mobile_hotspot.h +++ b/include/mobile_hotspot.h @@ -1,9 +1,9 @@ /* * ug-mobile-ap * -* Copyright 2012 Samsung Electronics Co., Ltd +* Copyright 2012-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/mh_common_utility.c b/src/mh_common_utility.c index d4530c2..cd409ea 100644 --- a/src/mh_common_utility.c +++ b/src/mh_common_utility.c @@ -1,9 +1,9 @@ /* * ug-mobile-ap * -* Copyright 2012 Samsung Electronics Co., Ltd +* Copyright 2012-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/mh_func_onoff.c b/src/mh_func_onoff.c index 64fb1ce..71ef960 100644 --- a/src/mh_func_onoff.c +++ b/src/mh_func_onoff.c @@ -1,9 +1,9 @@ /* * ug-mobile-ap * -* Copyright 2012 Samsung Electronics Co., Ltd +* Copyright 2012-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/mh_main_ug.c b/src/mh_main_ug.c index a14ded4..7babc58 100644 --- a/src/mh_main_ug.c +++ b/src/mh_main_ug.c @@ -1,9 +1,9 @@ /* * ug-mobile-ap * -* Copyright 2012 Samsung Electronics Co., Ltd +* Copyright 2012-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/mh_view_main.c b/src/mh_view_main.c index a874130..af55b39 100644 --- a/src/mh_view_main.c +++ b/src/mh_view_main.c @@ -1,9 +1,9 @@ /* * ug-mobile-ap * -* Copyright 2012 Samsung Electronics Co., Ltd +* Copyright 2012-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/mh_view_wifi_setup.c b/src/mh_view_wifi_setup.c index ce5efba..fa8ed83 100644 --- a/src/mh_view_wifi_setup.c +++ b/src/mh_view_wifi_setup.c @@ -1,9 +1,9 @@ /* * ug-mobile-ap * -* Copyright 2012 Samsung Electronics Co., Ltd +* Copyright 2012-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.34.1