added boilerplate and authors 73/21573/1
authorsungmin ha <sungmin82.ha@samsung.com>
Fri, 23 May 2014 06:30:07 +0000 (15:30 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Fri, 23 May 2014 07:25:45 +0000 (16:25 +0900)
Change-Id: I48490e5c57304dd5ec8c8523666b0ea852ca8cd3
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
AUTHORS
src/vdagentd-proto.h
src/vdagentd-xorg-conf.c
src/vdagentd.c

diff --git a/AUTHORS b/AUTHORS
index 139597f..d915292 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,10 @@
-
-
+Sangho Park <sangho1206.park@samsung.com>
+SungMin Ha <sungmin82.ha@samsung.com>
+Jinhyung Choi <jinhyung2.choi@samsung.com>
+SeokYeon Hwang <syeon.hwang@samsung.com>
+KiTae Kim <kt920.kim@samsung.com>
+JinHyung Jo <jinhyung.jo@samsung.com>
+MunKyu Im <munkyu.im@samsung.com>
+GiWoong Kim <giwoong.kim@samsung.com>
+SooYoung Ha <yoosah.ha@samsnung.com>
+HyunGoo Kang <hyungoo1.kang@samsung.com>
index 933ca35..c0fd7d4 100644 (file)
@@ -2,6 +2,7 @@
     between the vdagent process / xorg-client and the vdagentd (daemon).
 
     Copyright 2010-2013 Red Hat, Inc.
+    Copyright (c) 2014 Samsung Electronics Co., Ltd.
 
     Red Hat Authors:
     Hans de Goede <hdegoede@redhat.com>
@@ -18,6 +19,9 @@
 
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+    * Modifications by Samsung Electronics Co., Ltd.
+    1. modified socket path
 */
 
 #ifndef __VDAGENTD_PROTO_H
index 4d1f325..561e6ce 100644 (file)
@@ -1,6 +1,7 @@
 /*  vdagentd.c vdagentd xorg.conf writing code
 
     Copyright 2011, 2012 Red Hat, Inc.
+    Copyright (c) 2014 Samsung Electronics Co., Ltd.
 
     Red Hat Authors:
     Hans de Goede <hdegoede@redhat.com>
@@ -17,6 +18,9 @@
 
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+    * Modifications by Samsung Electronics Co., Ltd.
+    1. modified xorg_conf path
 */
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index 1890442..e47c932 100644 (file)
@@ -1,6 +1,7 @@
 /*  vdagentd.c vdagentd (daemon) code
 
     Copyright 2010-2013 Red Hat, Inc.
+    Copyright (c) 2014 Samsung Electronics Co., Ltd.
 
     Red Hat Authors:
     Hans de Goede <hdegoede@redhat.com>
@@ -18,6 +19,9 @@
 
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+    * Modifications by Samsung Electronics Co., Ltd.
+    1. modified pidfilename path
 */
 #ifdef HAVE_CONFIG_H
 #include <config.h>