summaryrefslogtreecommitdiff
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
parente8bf7467f29e8af590d44fc24dd6ed383563c8b4 (diff)
downloadlivebox-viewer-11b3cd6fb4d01a8d519a60cde187eb66454bb826.tar.gz
livebox-viewer-11b3cd6fb4d01a8d519a60cde187eb66454bb826.tar.bz2
livebox-viewer-11b3cd6fb4d01a8d519a60cde187eb66454bb826.zip
Update License
Change-Id: I06d5bbaa9dab92c714062919f82c5b4284ffa190
-rw-r--r--include/client.h2
-rw-r--r--include/conf.h2
-rw-r--r--include/critical_log.h2
-rw-r--r--include/debug.h2
-rw-r--r--include/desc_parser.h2
-rw-r--r--include/dlist.h2
-rw-r--r--include/fb.h2
-rw-r--r--include/livebox-viewer_PG.h2
-rw-r--r--include/livebox.h2
-rw-r--r--include/livebox_internal.h2
-rw-r--r--include/master_rpc.h2
-rw-r--r--include/util.h2
-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
-rw-r--r--src/client.c2
-rw-r--r--src/critical_log.c2
-rw-r--r--src/desc_parser.c2
-rw-r--r--src/dlist.c2
-rw-r--r--src/fb.c2
-rw-r--r--src/livebox.c2
-rw-r--r--src/master_rpc.c2
-rw-r--r--src/util.c2
34 files changed, 34 insertions, 34 deletions
diff --git a/include/client.h b/include/client.h
index f6e8c2a..dfa991e 100644
--- a/include/client.h
+++ b/include/client.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/conf.h b/include/conf.h
index a3be577..0be7797 100644
--- a/include/conf.h
+++ b/include/conf.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/critical_log.h b/include/critical_log.h
index 6b22e4d..4628e62 100644
--- a/include/critical_log.h
+++ b/include/critical_log.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/debug.h b/include/debug.h
index 5e1610a..8b6139e 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/desc_parser.h b/include/desc_parser.h
index 1cbed9d..1a48a9f 100644
--- a/include/desc_parser.h
+++ b/include/desc_parser.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 46b72f1..8aef35f 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/livebox-viewer_PG.h b/include/livebox-viewer_PG.h
index 92efdbb..94fb941 100644
--- a/include/livebox-viewer_PG.h
+++ b/include/livebox-viewer_PG.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/livebox.h b/include/livebox.h
index d00c717..57ca6b8 100644
--- a/include/livebox.h
+++ b/include/livebox.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/livebox_internal.h b/include/livebox_internal.h
index f88e55d..5f6427d 100644
--- a/include/livebox_internal.h
+++ b/include/livebox_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/master_rpc.h b/include/master_rpc.h
index f69acc4..4304120 100644
--- a/include/master_rpc.h
+++ b/include/master_rpc.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 97d14bc..6faff58 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/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,
diff --git a/src/client.c b/src/client.c
index ea13ab7..c449e85 100644
--- a/src/client.c
+++ b/src/client.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/critical_log.c b/src/critical_log.c
index cbc1345..f99996d 100644
--- a/src/critical_log.c
+++ b/src/critical_log.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/desc_parser.c b/src/desc_parser.c
index 94a22d3..2079ccf 100644
--- a/src/desc_parser.c
+++ b/src/desc_parser.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/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 35ba588..b9687b8 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/livebox.c b/src/livebox.c
index 30ab8ef..3c0970b 100644
--- a/src/livebox.c
+++ b/src/livebox.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/master_rpc.c b/src/master_rpc.c
index 64e51a0..ede80aa 100644
--- a/src/master_rpc.c
+++ b/src/master_rpc.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 40bec0b..a99e85b 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,