From: sunil85.kim Date: Wed, 24 Apr 2013 06:31:41 +0000 (+0900) Subject: Update for license file X-Git-Tag: 2.1b_release^0 X-Git-Url: http://review.tizen.org/git/?p=apps%2Fnative%2Fug-mobile-ap.git;a=commitdiff_plain;h=160a0d047a9a04c554c44c6c99d270ea9f4a65d7 Update for license file Change-Id: Idbb582daf3ae8b11d8398f79f364c4d468e04104 --- diff --git a/LICENSE.Flora b/LICENSE.Flora index 917b21e..fd90a36 100644 --- a/LICENSE.Flora +++ b/LICENSE.Flora @@ -1,8 +1,8 @@ Flora License -Version 1.0, May, 2012 +Version 1.0, April, 2013 -http://www.tizenopensource.org/license +http://floralicense.org/license/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -67,8 +67,8 @@ on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. "Tizen Certified Platform" shall mean a software platform that complies -with the standards set forth in the Compatibility Definition Document -and passes the Compatibility Test Suite as defined from time to time +with the standards set forth in the Tizen Compliance Specification +and passes the Tizen Compliance Tests as defined from time to time by the Tizen Technical Steering Group and certified by the Tizen Association or its designated agent. @@ -196,7 +196,7 @@ identification within third-party archives. you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.tizenopensource.org/license + http://floralicense.org/license/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/mh_common_utility.h b/include/mh_common_utility.h index 6af98c4..6b2a5a0 100644 --- a/include/mh_common_utility.h +++ b/include/mh_common_utility.h @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -* http://www.tizenopensource.org/license +* http://floralicense.org/license * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/mh_func_onoff.h b/include/mh_func_onoff.h index b7ebdf8..e40151f 100644 --- a/include/mh_func_onoff.h +++ b/include/mh_func_onoff.h @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -* http://www.tizenopensource.org/license +* http://floralicense.org/license * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/mh_view_main.h b/include/mh_view_main.h index f87084a..6bc7e85 100644 --- a/include/mh_view_main.h +++ b/include/mh_view_main.h @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -* http://www.tizenopensource.org/license +* http://floralicense.org/license * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/mh_view_wifi_setup.h b/include/mh_view_wifi_setup.h index ae7162a..cfcfb72 100644 --- a/include/mh_view_wifi_setup.h +++ b/include/mh_view_wifi_setup.h @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -* http://www.tizenopensource.org/license +* http://floralicense.org/license * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/mobile_hotspot.h b/include/mobile_hotspot.h index 2d8bad3..02d7620 100644 --- a/include/mobile_hotspot.h +++ b/include/mobile_hotspot.h @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -* http://www.tizenopensource.org/license +* http://floralicense.org/license * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/packaging/ug-setting-mobileap-efl.spec b/packaging/ug-setting-mobileap-efl.spec index 763f829..52483ed 100644 --- a/packaging/ug-setting-mobileap-efl.spec +++ b/packaging/ug-setting-mobileap-efl.spec @@ -3,7 +3,7 @@ Name: ug-setting-mobileap-efl Summary: Tethering UI Gadget Library -Version: 0.1.162 +Version: 0.1.163 Release: 1 Group: TO_BE/FILLED_IN License: Flora License Version 1.0 diff --git a/src/mh_common_utility.c b/src/mh_common_utility.c index d1a4969..d4530c2 100644 --- a/src/mh_common_utility.c +++ b/src/mh_common_utility.c @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -* http://www.tizenopensource.org/license +* http://floralicense.org/license * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/mh_func_onoff.c b/src/mh_func_onoff.c index 20f74cc..64fb1ce 100644 --- a/src/mh_func_onoff.c +++ b/src/mh_func_onoff.c @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -* http://www.tizenopensource.org/license +* http://floralicense.org/license * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/mh_main_ug.c b/src/mh_main_ug.c index 5096407..a14ded4 100644 --- a/src/mh_main_ug.c +++ b/src/mh_main_ug.c @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -* http://www.tizenopensource.org/license +* http://floralicense.org/license * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/mh_view_main.c b/src/mh_view_main.c index 37c31b3..a874130 100644 --- a/src/mh_view_main.c +++ b/src/mh_view_main.c @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -* http://www.tizenopensource.org/license +* http://floralicense.org/license * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/mh_view_wifi_setup.c b/src/mh_view_wifi_setup.c index 457543f..ce5efba 100644 --- a/src/mh_view_wifi_setup.c +++ b/src/mh_view_wifi_setup.c @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -* http://www.tizenopensource.org/license +* http://floralicense.org/license * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,