From: munkyu.im Date: Thu, 15 Dec 2011 12:16:41 +0000 (+0900) Subject: [Title]change boilerplate hw directory X-Git-Tag: TizenStudio_2.0_p2.3~1694^2~147^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81e911c009c041fdc278e830f04ae6d940230602;p=sdk%2Femulator%2Fqemu.git [Title]change boilerplate hw directory [Type] [Module] [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/tizen/hw/brightness.c b/tizen/hw/brightness.c index b45c3dd..3864f7a 100644 --- a/tizen/hw/brightness.c +++ b/tizen/hw/brightness.c @@ -1,20 +1,42 @@ /* * Qemu brightness emulator * - * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Authors: - * Yuyeon Oh yuyeon.oh@samsung.com + * Contact: + * DoHyung Hong + * SeokYeon Hwang + * Hyunjun Son + * SangJin Kim + * MunKyu Im + * KiTae Kim + * JinHyung Jo + * SungMin Ha + * JiHye Kim + * GiWoong Kim + * YeongKyoon Lee + * DongKyun Yun + * + * 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 * - * PROPRIETARY/CONFIDENTIAL - * This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement - * you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no representations or warranties about the suitability - * of the software, either express or implied, including but not limited to the implied warranties of merchantability, fitness for - * a particular purpose, or non-infringement. SAMSUNG shall not be liable for any damages suffered by licensee as - * a result of using, modifying or distributing this software or its derivatives. */ + #include "pc.h" #include "pci.h" #include "pci_ids.h" diff --git a/tizen/hw/overlay.c b/tizen/hw/overlay.c index 8e7a31f..2fe3b1a 100644 --- a/tizen/hw/overlay.c +++ b/tizen/hw/overlay.c @@ -1,20 +1,40 @@ /* * Qemu overlay emulator for VGA * - * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Authors: - * Yuyeon Oh yuyeon.oh@samsung.com + * Contact: + * DoHyung Hong + * SeokYeon Hwang + * Hyunjun Son + * SangJin Kim + * MunKyu Im + * KiTae Kim + * JinHyung Jo + * SungMin Ha + * JiHye Kim + * GiWoong Kim + * YeongKyoon Lee + * DongKyun Yun + * + * 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 * - * PROPRIETARY/CONFIDENTIAL - * This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement - * you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no representations or warranties about the suitability - * of the software, either express or implied, including but not limited to the implied warranties of merchantability, fitness for - * a particular purpose, or non-infringement. SAMSUNG shall not be liable for any damages suffered by licensee as - * a result of using, modifying or distributing this software or its derivatives. */ - #include "pc.h" #include "pci.h" #include "pci_ids.h" diff --git a/tizen/hw/svcamera.h b/tizen/hw/svcamera.h index 635680b..6c29682 100644 --- a/tizen/hw/svcamera.h +++ b/tizen/hw/svcamera.h @@ -3,8 +3,10 @@ * * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved * - * Authors: - * JinHyung Jo + * Contact: + * JinHyung Jo + * YeongKyoon Lee + * DongKyun Yun * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tizen/hw/svcamera_linux.c b/tizen/hw/svcamera_linux.c index 2e74a5b..800b6a7 100644 --- a/tizen/hw/svcamera_linux.c +++ b/tizen/hw/svcamera_linux.c @@ -3,8 +3,10 @@ * * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved * - * Authors: - * JinHyung Jo + * Contact: + * JinHyung Jo + * YeongKyoon Lee + * DongKyun Yun * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tizen/hw/svcamera_pci.c b/tizen/hw/svcamera_pci.c index 8c9d937..c8acda0 100644 --- a/tizen/hw/svcamera_pci.c +++ b/tizen/hw/svcamera_pci.c @@ -3,8 +3,10 @@ * * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved * - * Authors: - * JinHyung Jo + * Contact: + * JinHyung Jo + * YeongKyoon Lee + * DongKyun Yun * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tizen/hw/svcamera_win32.c b/tizen/hw/svcamera_win32.c index 1f3a416..0777cba 100644 --- a/tizen/hw/svcamera_win32.c +++ b/tizen/hw/svcamera_win32.c @@ -3,8 +3,10 @@ * * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved * - * Authors: - * JinHyung Jo + * Contact: + * JinHyung Jo + * YeongKyoon Lee + * DongKyun Yun * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tizen/hw/tizen-ac97.c b/tizen/hw/tizen-ac97.c index 74533a9..80ed2e5 100644 --- a/tizen/hw/tizen-ac97.c +++ b/tizen/hw/tizen-ac97.c @@ -1,17 +1,30 @@ -/* - * Copyright (C) 2006 InnoTek Systemberatung GmbH +/* + * Qemu ac97 * - * This file is part of VirtualBox Open Source Edition (OSE), as - * available from http://www.virtualbox.org. This file 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, - * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE - * distribution. VirtualBox OSE is distributed in the hope that it will - * be useful, but WITHOUT ANY WARRANTY of any kind. + * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * SeokYeon Hwang + * YeongKyoon Lee + * DongKyun Yun + * + * 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 * - * If you received this file as part of a commercial VirtualBox - * distribution, then only the terms of your commercial VirtualBox - * license agreement apply instead of the previous paragraph. */ // by caramis... diff --git a/tizen/hw/tizen-board.c b/tizen/hw/tizen-board.c index 669a027..8a34214 100644 --- a/tizen/hw/tizen-board.c +++ b/tizen/hw/tizen-board.c @@ -1,3 +1,41 @@ +/* + * Qemu board + * + * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * DoHyung Hong + * SeokYeon Hwang + * Hyunjun Son + * SangJin Kim + * MunKyu Im + * KiTae Kim + * JinHyung Jo + * SungMin Ha + * JiHye Kim + * GiWoong Kim + * YeongKyoon Lee + * DongKyun Yun + * + * 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 + * + */ + // by caramis // x86 machine from pc_piix.c...