+HyunGoo Kang <hyungoo1.kang@samsung.com>\r
+YeongKyoon Lee <yeongkyoon.lee@samsung.com>\r
DongKyun Yun <dk77.yun@samsung.com>\r
DoHyung Hong <don.hong@samsung.com>\r
-JinKyu Kim <fredrick.kim@samsung.com>\r
+SeokYeon Hwang <syeon.hwang@samsung.com>\r
+Hyunjun Son <hj79.son@samsung.com>\r
+SangJin Kim <sangjin3.kim@samsung.com>\r
KiTae Kim <kt920.kim@samsung.com>\r
JinHyung Jo <jinhyung.jo@samsung.com>\r
-YuYeon Oh <yuyeon.oh@samsung.com>\r
SungMin Ha <sungmin82.ha@samsung.com>\r
-HyunGoo Kang <hyungoo1.kang@samsung.com>\r
+MunKyu Im <munkyu.im@samsung.com>\r
+JiHye Kim <jihye1128.kim@samsung.com>\r
+GiWoong Kim <giwoong.kim@samsung.com>
\ No newline at end of file
/*
- * Samsung Virtual Camera driver
+ * Samsung Virtual Camera Driver
*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Author : Jinhyung Jo <jinhyung.jo@samsung.com>
+ * Contact:
+ * Jinhyung Jo <jinhyung.jo@samsung.com>
+ * DongKyun Yun <dk77.yun@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
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the BSD Licence, GNU General Public License
- * as published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version
*/
#include <linux/module.h>
/*
- * Samsung virtual overlay driver.
+ * Samsung Virtual Overlay Driver
*
- * 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:
+ * Hyunjun Son <hj79.son@samsung.com>
+ * GiWoong Kim <giwoong.kim@samsung.com>
+ * DongKyun Yun <dk77.yun@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
*
- * This work is licensed under the terms of the GNU GPL, version 2 or later.
- * See the COPYING file in the top-level directory.
*/
-
#include <linux/init.h>
#include <linux/pci.h>
#include <media/v4l2-common.h>
/*
- * Backlight Lowlevel Control Abstraction
+ * Samsung Virtual Backlight Driver
*
- * Copyright (C) 2003,2004 Hewlett-Packard Company
+ * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Contact:
+ * Hyunjun Son <hj79.son@samsung.com>
+ * GiWoong Kim <giwoong.kim@samsung.com>
+ * DongKyun Yun <dk77.yun@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
*
*/
module_init(emul_backlight_class_init);
module_exit(emul_backlight_class_exit);
-MODULE_LICENSE("GPL");
-MODULE_AUTHOR("s-core");
-MODULE_DESCRIPTION("Emulator virtual backlight driver for x86");
+MODULE_LICENSE("GPL2");
+MODULE_DESCRIPTION("Emulator Virtual Backlight Driver for x86");