diff options
author | jinhyung.jo <jinhyung.jo@samsung.com> | 2013-10-31 18:10:59 +0900 |
---|---|---|
committer | jinhyung.jo <jinhyung.jo@samsung.com> | 2013-11-07 16:03:13 +0900 |
commit | 87bd4db802f69c6e326920c2537eb61bfcbed8c1 (patch) | |
tree | 824a064f38893e883d2f0de6682befd02f981905 /hw/yagl_server.c | |
parent | 38c21e0adf543a6b18a71deca0b6c8f6e81c0ca1 (diff) | |
download | qemu-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.c | 29 |
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" |