summaryrefslogtreecommitdiff
path: root/hw/yagl_server.c
diff options
context:
space:
mode:
authorjinhyung.jo <jinhyung.jo@samsung.com>2013-10-31 18:10:59 +0900
committerjinhyung.jo <jinhyung.jo@samsung.com>2013-11-07 16:03:13 +0900
commit87bd4db802f69c6e326920c2537eb61bfcbed8c1 (patch)
tree824a064f38893e883d2f0de6682befd02f981905 /hw/yagl_server.c
parent38c21e0adf543a6b18a71deca0b6c8f6e81c0ca1 (diff)
downloadqemu-87bd4db802f69c6e326920c2537eb61bfcbed8c1.tar.gz
qemu-87bd4db802f69c6e326920c2537eb61bfcbed8c1.tar.bz2
qemu-87bd4db802f69c6e326920c2537eb61bfcbed8c1.zip
vigs & yagl : Insert the boilerplate
Added the GPL2 boilerplate Change-Id: I04fd7bc2e053b469f04a62613a14e1ec3a4835b5 Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
Diffstat (limited to 'hw/yagl_server.c')
-rw-r--r--hw/yagl_server.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/hw/yagl_server.c b/hw/yagl_server.c
index 0638d313dc..ea24759ab6 100644
--- a/hw/yagl_server.c
+++ b/hw/yagl_server.c
@@ -1,3 +1,32 @@
+/*
+ * yagl
+ *
+ * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Contact:
+ * Stanislav Vorobiov <s.vorobiov@samsung.com>
+ * Jinhyung Jo <jinhyung.jo@samsung.com>
+ * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributors:
+ * - S-Core Co., Ltd
+ *
+ */
+
#include "yagl_server.h"
#include "yagl_api.h"
#include "yagl_process.h"