summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-04-19 20:43:47 +0900
committerSung-jae Park <nicesj.park@samsung.com>2013-04-19 20:43:47 +0900
commit932ea53a6efa1ee11e27c87a9c95c04975d99cb0 (patch)
tree2b02001cae76773242f58bd553908cb5aa719d1a
parent17bd6f8e63ebd188af6593a7b64253432237b9f3 (diff)
downloadprovider-932ea53a6efa1ee11e27c87a9c95c04975d99cb0.tar.gz
provider-932ea53a6efa1ee11e27c87a9c95c04975d99cb0.tar.bz2
provider-932ea53a6efa1ee11e27c87a9c95c04975d99cb0.zip
Change-Id: Idf61d19a5709d8b51c28a1383fa432f4c9637902
-rw-r--r--include/debug.h2
-rw-r--r--include/dlist.h2
-rw-r--r--include/fb.h2
-rw-r--r--include/provider.h2
-rw-r--r--include/provider_buffer.h2
-rw-r--r--include/provider_buffer_internal.h2
-rw-r--r--include/util.h2
-rw-r--r--sample/org.tizen.live-app/include/CController.h2
-rw-r--r--sample/org.tizen.live-app/include/CMain.h2
-rw-r--r--sample/org.tizen.live-app/include/CModel.h2
-rw-r--r--sample/org.tizen.live-app/include/CView.h2
-rw-r--r--sample/org.tizen.live-app/include/CWindow.h2
-rw-r--r--sample/org.tizen.live-app/include/debug.h2
-rw-r--r--sample/org.tizen.live-app/src/CController.cpp2
-rw-r--r--sample/org.tizen.live-app/src/CMain.cpp2
-rw-r--r--sample/org.tizen.live-app/src/CModel.cpp2
-rw-r--r--sample/org.tizen.live-app/src/CView.cpp2
-rw-r--r--sample/org.tizen.live-app/src/CWindow.cpp2
-rw-r--r--sample/org.tizen.live-video/include/CController.h2
-rw-r--r--sample/org.tizen.live-video/include/CMain.h2
-rw-r--r--sample/org.tizen.live-video/include/CModel.h2
-rw-r--r--sample/org.tizen.live-video/include/CVideo.h2
-rw-r--r--sample/org.tizen.live-video/include/CView.h2
-rw-r--r--sample/org.tizen.live-video/include/CWindow.h2
-rw-r--r--sample/org.tizen.live-video/include/debug.h2
-rw-r--r--sample/org.tizen.live-video/src/CController.cpp2
-rw-r--r--sample/org.tizen.live-video/src/CMain.cpp2
-rw-r--r--sample/org.tizen.live-video/src/CModel.cpp2
-rw-r--r--sample/org.tizen.live-video/src/CVideo.cpp2
-rw-r--r--sample/org.tizen.live-video/src/CView.cpp2
-rw-r--r--sample/org.tizen.live-video/src/CWindow.cpp2
-rw-r--r--src/dlist.c2
-rw-r--r--src/fb.c2
-rw-r--r--src/provider.c2
-rw-r--r--src/provider_buffer.c2
-rw-r--r--src/util.c2
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,