summaryrefslogtreecommitdiff
path: root/live.viewer
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-04-19 20:43:03 +0900
committerSung-jae Park <nicesj.park@samsung.com>2013-04-19 20:43:03 +0900
commit11b3cd6fb4d01a8d519a60cde187eb66454bb826 (patch)
treeab84a4e6f39d8524eeea0e4a2f063b616d3fb61d /live.viewer
parente8bf7467f29e8af590d44fc24dd6ed383563c8b4 (diff)
downloadlivebox-viewer-11b3cd6fb4d01a8d519a60cde187eb66454bb826.tar.gz
livebox-viewer-11b3cd6fb4d01a8d519a60cde187eb66454bb826.tar.bz2
livebox-viewer-11b3cd6fb4d01a8d519a60cde187eb66454bb826.zip
Update License
Change-Id: I06d5bbaa9dab92c714062919f82c5b4284ffa190
Diffstat (limited to 'live.viewer')
-rw-r--r--live.viewer/include/debug.h2
-rw-r--r--live.viewer/include/dlist.h2
-rw-r--r--live.viewer/include/lb.h2
-rw-r--r--live.viewer/include/live_scroller.h2
-rw-r--r--live.viewer/include/main.h2
-rw-r--r--live.viewer/include/scroller.h2
-rw-r--r--live.viewer/include/util.h2
-rw-r--r--live.viewer/res/live-viewer.edc2
-rw-r--r--live.viewer/src/dlist.c2
-rw-r--r--live.viewer/src/lb.c2
-rw-r--r--live.viewer/src/live_scroller.c2
-rw-r--r--live.viewer/src/main.c2
-rw-r--r--live.viewer/src/scroller.c2
-rw-r--r--live.viewer/src/util.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/live.viewer/include/debug.h b/live.viewer/include/debug.h
index 5e1610a..8b6139e 100644
--- a/live.viewer/include/debug.h
+++ b/live.viewer/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/live.viewer/include/dlist.h b/live.viewer/include/dlist.h
index 5cddb58..99e8443 100644
--- a/live.viewer/include/dlist.h
+++ b/live.viewer/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/live.viewer/include/lb.h b/live.viewer/include/lb.h
index cf14c3a..ba10c7e 100644
--- a/live.viewer/include/lb.h
+++ b/live.viewer/include/lb.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/live.viewer/include/live_scroller.h b/live.viewer/include/live_scroller.h
index 09de4cd..bb2728c 100644
--- a/live.viewer/include/live_scroller.h
+++ b/live.viewer/include/live_scroller.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/live.viewer/include/main.h b/live.viewer/include/main.h
index aa7de7e..7e65d9d 100644
--- a/live.viewer/include/main.h
+++ b/live.viewer/include/main.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/live.viewer/include/scroller.h b/live.viewer/include/scroller.h
index 1e56ed0..1edab1f 100644
--- a/live.viewer/include/scroller.h
+++ b/live.viewer/include/scroller.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/live.viewer/include/util.h b/live.viewer/include/util.h
index c89ea2a..647ef05 100644
--- a/live.viewer/include/util.h
+++ b/live.viewer/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/live.viewer/res/live-viewer.edc b/live.viewer/res/live-viewer.edc
index 8c7d7ba..abed575 100644
--- a/live.viewer/res/live-viewer.edc
+++ b/live.viewer/res/live-viewer.edc
@@ -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/live.viewer/src/dlist.c b/live.viewer/src/dlist.c
index 7a890c5..cf2cb63 100644
--- a/live.viewer/src/dlist.c
+++ b/live.viewer/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/live.viewer/src/lb.c b/live.viewer/src/lb.c
index 74e33e8..5c5d88a 100644
--- a/live.viewer/src/lb.c
+++ b/live.viewer/src/lb.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/live.viewer/src/live_scroller.c b/live.viewer/src/live_scroller.c
index 7d794d6..bf7f64d 100644
--- a/live.viewer/src/live_scroller.c
+++ b/live.viewer/src/live_scroller.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/live.viewer/src/main.c b/live.viewer/src/main.c
index 2f652f1..0955215 100644
--- a/live.viewer/src/main.c
+++ b/live.viewer/src/main.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/live.viewer/src/scroller.c b/live.viewer/src/scroller.c
index 01335ee..4d08158 100644
--- a/live.viewer/src/scroller.c
+++ b/live.viewer/src/scroller.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/live.viewer/src/util.c b/live.viewer/src/util.c
index 3a786ab..d3d08e8 100644
--- a/live.viewer/src/util.c
+++ b/live.viewer/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,