summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangdok Mo <sd.mo@samsung.com>2017-07-12 15:38:17 +0900
committerSangdok Mo <sd.mo@samsung.com>2017-07-12 15:38:17 +0900
commit9eebee1ccb75faae2d1931bf5ba79f7442a55e12 (patch)
treebb84814de782cf66049b3664eec8c974b324b1c2
parentefe7a0a398af31516d3c04813f5c972c8a9e016c (diff)
downloadlbs-dbus-9eebee1ccb75faae2d1931bf5ba79f7442a55e12.tar.gz
lbs-dbus-9eebee1ccb75faae2d1931bf5ba79f7442a55e12.tar.bz2
lbs-dbus-9eebee1ccb75faae2d1931bf5ba79f7442a55e12.zip
removed wrong contact points
Change-Id: I13a8f2c0cc675bbf355718e00025d061a8caf93c Signed-off-by: Sangdok Mo <sd.mo@samsung.com>
-rw-r--r--agps/include/lbs_agps.h3
-rw-r--r--agps/include/lbs_agps_priv.h3
-rw-r--r--agps/src/lbs_agps.c3
-rw-r--r--client/include/lbs_dbus_client.h3
-rw-r--r--client/include/lbs_dbus_client_priv.h3
-rwxr-xr-xclient/src/lbs_dbus_client.c3
-rw-r--r--server/include/lbs_dbus_server.h3
-rw-r--r--server/include/lbs_dbus_server_priv.h3
-rw-r--r--server/src/lbs_dbus_server.c3
9 files changed, 0 insertions, 27 deletions
diff --git a/agps/include/lbs_agps.h b/agps/include/lbs_agps.h
index 1e38ca9..304c0fd 100644
--- a/agps/include/lbs_agps.h
+++ b/agps/include/lbs_agps.h
@@ -3,9 +3,6 @@
*
* Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- * Genie Kim <daejins.kim@samsung.com>, Ming Zhu <mingwu.zhu@samsung.com>
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/agps/include/lbs_agps_priv.h b/agps/include/lbs_agps_priv.h
index cb5ae25..dc17b6d 100644
--- a/agps/include/lbs_agps_priv.h
+++ b/agps/include/lbs_agps_priv.h
@@ -3,9 +3,6 @@
*
* Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- * Genie Kim <daejins.kim@samsung.com>, Ming Zhu <mingwu.zhu@samsung.com>
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/agps/src/lbs_agps.c b/agps/src/lbs_agps.c
index 8492935..0e842e8 100644
--- a/agps/src/lbs_agps.c
+++ b/agps/src/lbs_agps.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- * Genie Kim <daejins.kim@samsung.com>, Ming Zhu <mingwu.zhu@samsung.com>
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/client/include/lbs_dbus_client.h b/client/include/lbs_dbus_client.h
index d3a64e6..03d44d3 100644
--- a/client/include/lbs_dbus_client.h
+++ b/client/include/lbs_dbus_client.h
@@ -3,9 +3,6 @@
*
* Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- * Genie Kim <daejins.kim@samsung.com>, Ming Zhu <mingwu.zhu@samsung.com>
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/client/include/lbs_dbus_client_priv.h b/client/include/lbs_dbus_client_priv.h
index db3f657..81452dc 100644
--- a/client/include/lbs_dbus_client_priv.h
+++ b/client/include/lbs_dbus_client_priv.h
@@ -3,9 +3,6 @@
*
* Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- * Genie Kim <daejins.kim@samsung.com>
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/client/src/lbs_dbus_client.c b/client/src/lbs_dbus_client.c
index 0e92fa6..8a35c7f 100755
--- a/client/src/lbs_dbus_client.c
+++ b/client/src/lbs_dbus_client.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- * Genie Kim <daejins.kim@samsung.com>, Ming Zhu <mingwu.zhu@samsung.com>
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/server/include/lbs_dbus_server.h b/server/include/lbs_dbus_server.h
index e8bb001..ddb874e 100644
--- a/server/include/lbs_dbus_server.h
+++ b/server/include/lbs_dbus_server.h
@@ -3,9 +3,6 @@
*
* Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- * Genie Kim <daejins.kim@samsung.com>, Ming Zhu <mingwu.zhu@samsung.com>
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/server/include/lbs_dbus_server_priv.h b/server/include/lbs_dbus_server_priv.h
index 1440867..206e879 100644
--- a/server/include/lbs_dbus_server_priv.h
+++ b/server/include/lbs_dbus_server_priv.h
@@ -3,9 +3,6 @@
*
* Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- * Genie Kim <daejins.kim@samsung.com>, Ming Zhu <mingwu.zhu@samsung.com>
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/server/src/lbs_dbus_server.c b/server/src/lbs_dbus_server.c
index cf32b7f..e61601e 100644
--- a/server/src/lbs_dbus_server.c
+++ b/server/src/lbs_dbus_server.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- * Genie Kim <daejins.kim@samsung.com>, Ming Zhu <mingwu.zhu@samsung.com>
- *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at