From 932ea53a6efa1ee11e27c87a9c95c04975d99cb0 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Fri, 19 Apr 2013 20:43:47 +0900 Subject: [PATCH] Update License Change-Id: Idf61d19a5709d8b51c28a1383fa432f4c9637902 --- include/debug.h | 2 +- include/dlist.h | 2 +- include/fb.h | 2 +- include/provider.h | 2 +- include/provider_buffer.h | 2 +- include/provider_buffer_internal.h | 2 +- include/util.h | 2 +- sample/org.tizen.live-app/include/CController.h | 2 +- sample/org.tizen.live-app/include/CMain.h | 2 +- sample/org.tizen.live-app/include/CModel.h | 2 +- sample/org.tizen.live-app/include/CView.h | 2 +- sample/org.tizen.live-app/include/CWindow.h | 2 +- sample/org.tizen.live-app/include/debug.h | 2 +- sample/org.tizen.live-app/src/CController.cpp | 2 +- sample/org.tizen.live-app/src/CMain.cpp | 2 +- sample/org.tizen.live-app/src/CModel.cpp | 2 +- sample/org.tizen.live-app/src/CView.cpp | 2 +- sample/org.tizen.live-app/src/CWindow.cpp | 2 +- sample/org.tizen.live-video/include/CController.h | 2 +- sample/org.tizen.live-video/include/CMain.h | 2 +- sample/org.tizen.live-video/include/CModel.h | 2 +- sample/org.tizen.live-video/include/CVideo.h | 2 +- sample/org.tizen.live-video/include/CView.h | 2 +- sample/org.tizen.live-video/include/CWindow.h | 2 +- sample/org.tizen.live-video/include/debug.h | 2 +- sample/org.tizen.live-video/src/CController.cpp | 2 +- sample/org.tizen.live-video/src/CMain.cpp | 2 +- sample/org.tizen.live-video/src/CModel.cpp | 2 +- sample/org.tizen.live-video/src/CVideo.cpp | 2 +- sample/org.tizen.live-video/src/CView.cpp | 2 +- sample/org.tizen.live-video/src/CWindow.cpp | 2 +- src/dlist.c | 2 +- src/fb.c | 2 +- src/provider.c | 2 +- src/provider_buffer.c | 2 +- src/util.c | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/include/debug.h b/include/debug.h index 60e2018..64b5ff0 100644 --- a/include/debug.h +++ b/include/debug.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/dlist.h b/include/dlist.h index 5cddb58..99e8443 100644 --- a/include/dlist.h +++ b/include/dlist.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/fb.h b/include/fb.h index 8010fc5..d22fd90 100644 --- a/include/fb.h +++ b/include/fb.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/provider.h b/include/provider.h index 90aea0c..aa0437e 100644 --- a/include/provider.h +++ b/include/provider.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/provider_buffer.h b/include/provider_buffer.h index 758f81e..6b4a33c 100644 --- a/include/provider_buffer.h +++ b/include/provider_buffer.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/provider_buffer_internal.h b/include/provider_buffer_internal.h index b2757f4..a364485 100644 --- a/include/provider_buffer_internal.h +++ b/include/provider_buffer_internal.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/util.h b/include/util.h index 0426f80..20a809e 100644 --- a/include/util.h +++ b/include/util.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-app/include/CController.h b/sample/org.tizen.live-app/include/CController.h index d6fe65e..4ff1144 100644 --- a/sample/org.tizen.live-app/include/CController.h +++ b/sample/org.tizen.live-app/include/CController.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-app/include/CMain.h b/sample/org.tizen.live-app/include/CMain.h index 92efdbb..94fb941 100644 --- a/sample/org.tizen.live-app/include/CMain.h +++ b/sample/org.tizen.live-app/include/CMain.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-app/include/CModel.h b/sample/org.tizen.live-app/include/CModel.h index 5289c27..6274bd0 100644 --- a/sample/org.tizen.live-app/include/CModel.h +++ b/sample/org.tizen.live-app/include/CModel.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-app/include/CView.h b/sample/org.tizen.live-app/include/CView.h index cb5e5d0..ee9c542 100644 --- a/sample/org.tizen.live-app/include/CView.h +++ b/sample/org.tizen.live-app/include/CView.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-app/include/CWindow.h b/sample/org.tizen.live-app/include/CWindow.h index fc195c7..2356333 100644 --- a/sample/org.tizen.live-app/include/CWindow.h +++ b/sample/org.tizen.live-app/include/CWindow.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-app/include/debug.h b/sample/org.tizen.live-app/include/debug.h index 6e13f85..c5ab580 100644 --- a/sample/org.tizen.live-app/include/debug.h +++ b/sample/org.tizen.live-app/include/debug.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-app/src/CController.cpp b/sample/org.tizen.live-app/src/CController.cpp index 5aa02ac..ade596a 100644 --- a/sample/org.tizen.live-app/src/CController.cpp +++ b/sample/org.tizen.live-app/src/CController.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-app/src/CMain.cpp b/sample/org.tizen.live-app/src/CMain.cpp index beeb1d5..d87e6ab 100644 --- a/sample/org.tizen.live-app/src/CMain.cpp +++ b/sample/org.tizen.live-app/src/CMain.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-app/src/CModel.cpp b/sample/org.tizen.live-app/src/CModel.cpp index 65e945c..9dc2460 100644 --- a/sample/org.tizen.live-app/src/CModel.cpp +++ b/sample/org.tizen.live-app/src/CModel.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-app/src/CView.cpp b/sample/org.tizen.live-app/src/CView.cpp index f2ccce9..f518bc0 100644 --- a/sample/org.tizen.live-app/src/CView.cpp +++ b/sample/org.tizen.live-app/src/CView.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-app/src/CWindow.cpp b/sample/org.tizen.live-app/src/CWindow.cpp index 88705ea..21b77d1 100644 --- a/sample/org.tizen.live-app/src/CWindow.cpp +++ b/sample/org.tizen.live-app/src/CWindow.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-video/include/CController.h b/sample/org.tizen.live-video/include/CController.h index d6fe65e..4ff1144 100644 --- a/sample/org.tizen.live-video/include/CController.h +++ b/sample/org.tizen.live-video/include/CController.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-video/include/CMain.h b/sample/org.tizen.live-video/include/CMain.h index 92efdbb..94fb941 100644 --- a/sample/org.tizen.live-video/include/CMain.h +++ b/sample/org.tizen.live-video/include/CMain.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-video/include/CModel.h b/sample/org.tizen.live-video/include/CModel.h index 6bbc179..4dcc97f 100644 --- a/sample/org.tizen.live-video/include/CModel.h +++ b/sample/org.tizen.live-video/include/CModel.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-video/include/CVideo.h b/sample/org.tizen.live-video/include/CVideo.h index fbc81c4..61f5699 100644 --- a/sample/org.tizen.live-video/include/CVideo.h +++ b/sample/org.tizen.live-video/include/CVideo.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-video/include/CView.h b/sample/org.tizen.live-video/include/CView.h index 322b6a6..b0b38fc 100644 --- a/sample/org.tizen.live-video/include/CView.h +++ b/sample/org.tizen.live-video/include/CView.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-video/include/CWindow.h b/sample/org.tizen.live-video/include/CWindow.h index 52d85a1..e3fb605 100644 --- a/sample/org.tizen.live-video/include/CWindow.h +++ b/sample/org.tizen.live-video/include/CWindow.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-video/include/debug.h b/sample/org.tizen.live-video/include/debug.h index 6e13f85..c5ab580 100644 --- a/sample/org.tizen.live-video/include/debug.h +++ b/sample/org.tizen.live-video/include/debug.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-video/src/CController.cpp b/sample/org.tizen.live-video/src/CController.cpp index 568f39d..5ff8594 100644 --- a/sample/org.tizen.live-video/src/CController.cpp +++ b/sample/org.tizen.live-video/src/CController.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-video/src/CMain.cpp b/sample/org.tizen.live-video/src/CMain.cpp index f153b16..5bd63f5 100644 --- a/sample/org.tizen.live-video/src/CMain.cpp +++ b/sample/org.tizen.live-video/src/CMain.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-video/src/CModel.cpp b/sample/org.tizen.live-video/src/CModel.cpp index 6898014..92963bc 100644 --- a/sample/org.tizen.live-video/src/CModel.cpp +++ b/sample/org.tizen.live-video/src/CModel.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-video/src/CVideo.cpp b/sample/org.tizen.live-video/src/CVideo.cpp index e303fb6..14535ae 100644 --- a/sample/org.tizen.live-video/src/CVideo.cpp +++ b/sample/org.tizen.live-video/src/CVideo.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-video/src/CView.cpp b/sample/org.tizen.live-video/src/CView.cpp index 03c6776..8afa8d0 100644 --- a/sample/org.tizen.live-video/src/CView.cpp +++ b/sample/org.tizen.live-video/src/CView.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/sample/org.tizen.live-video/src/CWindow.cpp b/sample/org.tizen.live-video/src/CWindow.cpp index 8dc3136..072f181 100644 --- a/sample/org.tizen.live-video/src/CWindow.cpp +++ b/sample/org.tizen.live-video/src/CWindow.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/dlist.c b/src/dlist.c index 7a890c5..cf2cb63 100644 --- a/src/dlist.c +++ b/src/dlist.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/fb.c b/src/fb.c index aad4346..7936622 100644 --- a/src/fb.c +++ b/src/fb.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/provider.c b/src/provider.c index 19aa903..83e0f38 100644 --- a/src/provider.c +++ b/src/provider.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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/provider_buffer.c b/src/provider_buffer.c index b2f1a5e..2c08ae9 100644 --- a/src/provider_buffer.c +++ b/src/provider_buffer.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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.c b/src/util.c index aa1649d..0f9f9c7 100644 --- a/src/util.c +++ b/src/util.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://floralicense.org + * 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