From 153ce02a1ed29bd5b8e2003714539373ca0022ac Mon Sep 17 00:00:00 2001 From: Minho Kim Date: Wed, 23 Jan 2013 15:05:18 +0900 Subject: [PATCH] fix Flora license URL --- LICENSE.Flora | 4 ++-- data/volume_app.edc | 2 +- src/_logic.c | 2 +- src/_logic.h | 2 +- src/_sound.c | 2 +- src/_sound.h | 2 +- src/_util_efl.c | 2 +- src/_util_efl.h | 2 +- src/_util_log.h | 2 +- src/volume.c | 2 +- src/volume.h | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE.Flora b/LICENSE.Flora index 917b21e..9c95663 100755 --- a/LICENSE.Flora +++ b/LICENSE.Flora @@ -2,7 +2,7 @@ Flora License Version 1.0, May, 2012 -http://www.tizenopensource.org/license +http://floralicense.org/license/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -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/data/volume_app.edc b/data/volume_app.edc index a3fb27d..7ebacd1 100755 --- a/data/volume_app.edc +++ b/data/volume_app.edc @@ -6,7 +6,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/_logic.c b/src/_logic.c index d630a2f..3a64155 100755 --- a/src/_logic.c +++ b/src/_logic.c @@ -6,7 +6,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/_logic.h b/src/_logic.h index 9e4fe2c..b55a64e 100755 --- a/src/_logic.h +++ b/src/_logic.h @@ -6,7 +6,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/_sound.c b/src/_sound.c index 76eb7d6..7635b22 100755 --- a/src/_sound.c +++ b/src/_sound.c @@ -6,7 +6,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/_sound.h b/src/_sound.h index e40726e..9b79b2a 100755 --- a/src/_sound.h +++ b/src/_sound.h @@ -6,7 +6,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/_util_efl.c b/src/_util_efl.c index e6a1f18..42e06aa 100755 --- a/src/_util_efl.c +++ b/src/_util_efl.c @@ -6,7 +6,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/_util_efl.h b/src/_util_efl.h index 729f224..c58c2d6 100755 --- a/src/_util_efl.h +++ b/src/_util_efl.h @@ -6,7 +6,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/_util_log.h b/src/_util_log.h index 854b729..7e43dd3 100755 --- a/src/_util_log.h +++ b/src/_util_log.h @@ -6,7 +6,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/volume.c b/src/volume.c index 5ba43ed..121089a 100755 --- a/src/volume.c +++ b/src/volume.c @@ -6,7 +6,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/volume.h b/src/volume.h index 265f8dd..38d7a4c 100755 --- a/src/volume.h +++ b/src/volume.h @@ -6,7 +6,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, -- 2.7.4