[Title] source cleanup
authorJo Jinhyung <jinhyung.jo@samsung.com>
Thu, 15 Dec 2011 11:47:24 +0000 (20:47 +0900)
committerJo Jinhyung <jinhyung.jo@samsung.com>
Thu, 15 Dec 2011 11:47:24 +0000 (20:47 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

AUTHOR
drivers/media/video/svcd.c
drivers/media/video/svo.c
drivers/video/backlight/emul_backlight.c

diff --git a/AUTHOR b/AUTHOR
index 00a034ba6bcdddfd74822f421fcb58953efeed5b..1bde5a5e9ee7f4acb7242f46a8aa2c6a61c25154 100644 (file)
--- a/AUTHOR
+++ b/AUTHOR
@@ -1,8 +1,13 @@
+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
index 8f1816afcac920b6bd4fedb875525862e900ae57..17e42b931606d9224a08328e7ac755abfbfc333e 100755 (executable)
@@ -1,14 +1,30 @@
 /*
- * 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>
index d26d435179f8fc3ea52394dae7161702cf5b2762..fb9586e63e36f53e4ba6a319e0debbd32b095f7a 100755 (executable)
@@ -1,15 +1,32 @@
 /*
- * 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>
index 4b58bfb12f58f2bc2d0e9d2b04a6893e7eb05cb0..cddad6b59ff87d868ff518eeea5b8f46621f7614 100644 (file)
@@ -1,7 +1,30 @@
 /*
- * 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
  *
  */
 
@@ -237,6 +260,5 @@ static void __exit emul_backlight_class_exit(void)
 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");