all: clean up boilerplate
authorsyeon.hwang <syeon.hwang@samsung.com>
Fri, 4 Jan 2013 06:08:07 +0000 (15:08 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Mon, 7 Jan 2013 02:51:46 +0000 (11:51 +0900)
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
67 files changed:
tizen/src/check_hax.c
tizen/src/emul_state.c
tizen/src/emul_state.h
tizen/src/emulator.c
tizen/src/emulator.h
tizen/src/guest_debug.h
tizen/src/guest_server.c
tizen/src/guest_server.h
tizen/src/hw/maru_board.c
tizen/src/hw/maru_brightness.c
tizen/src/hw/maru_brightness.h
tizen/src/hw/maru_codec.c
tizen/src/hw/maru_device_ids.h
tizen/src/hw/maru_overlay.c
tizen/src/hw/maru_overlay.h
tizen/src/hw/maru_pm.c
tizen/src/hw/maru_pm.h
tizen/src/hw/maru_usb_touchscreen.c
tizen/src/hw/maru_usb_touchscreen.h
tizen/src/hw/maru_vga.c
tizen/src/hw/maru_vga_int.h
tizen/src/hw/maru_vga_template.h
tizen/src/maru_common.h
tizen/src/maru_finger.c
tizen/src/maru_finger.h
tizen/src/mloop_event.c
tizen/src/mloop_event.h
tizen/src/option.c
tizen/src/option.h
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorShutdownhook.java
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkinMain.java
tizen/src/skin/client/src/org/tizen/emulator/skin/comm/ICommunicator.java
tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/SocketCommunicator.java
tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/AbstractSendData.java
tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/BooleanData.java
tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/ISendData.java
tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/KeyEventData.java
tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/LcdStateData.java
tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/MouseEventData.java
tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/StartData.java
tizen/src/skin/client/src/org/tizen/emulator/skin/config/EmulatorConfig.java
tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/AboutDialog.java
tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/DetailInfoDialog.java
tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/LicenseDialog.java
tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/SkinDialog.java
tizen/src/skin/client/src/org/tizen/emulator/skin/exception/ConfigException.java
tizen/src/skin/client/src/org/tizen/emulator/skin/exception/EmulatorException.java
tizen/src/skin/client/src/org/tizen/emulator/skin/exception/JaxbException.java
tizen/src/skin/client/src/org/tizen/emulator/skin/exception/ScreenShotException.java
tizen/src/skin/client/src/org/tizen/emulator/skin/image/ImageRegistry.java
tizen/src/skin/client/src/org/tizen/emulator/skin/log/SkinLogger.java
tizen/src/skin/client/src/org/tizen/emulator/skin/screenshot/ScreenShotDialog.java
tizen/src/skin/client/src/org/tizen/emulator/skin/util/IOUtil.java
tizen/src/skin/client/src/org/tizen/emulator/skin/util/JaxbUtil.java
tizen/src/skin/client/src/org/tizen/emulator/skin/util/SkinRegion.java
tizen/src/skin/client/src/org/tizen/emulator/skin/util/SkinRotation.java
tizen/src/skin/client/src/org/tizen/emulator/skin/util/SkinUtil.java
tizen/src/skin/client/src/org/tizen/emulator/skin/util/StringUtil.java
tizen/src/skin/maruskin_client.c
tizen/src/skin/maruskin_client.h
tizen/src/skin/maruskin_keymap.c
tizen/src/skin/maruskin_keymap.h
tizen/src/skin/maruskin_operation.c
tizen/src/skin/maruskin_operation.h
tizen/src/skin/maruskin_server.c
tizen/src/skin/maruskin_server.h

index 3c87b742c3ba7cb364e247876ca763cb6e6c2120..af0ec954d50681cff0703be9c6bfa0cd5625cf3e 100644 (file)
@@ -5,8 +5,8 @@
  *
  * Contact:
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * Hyunjun Son <hj79.son@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 6bc4a885799ff1db8af8aee618196f29891ea03c..34cc6b3ef06860bf81357a8bebf4b7242f64bc0c 100644 (file)
@@ -5,10 +5,10 @@
  *
  * Contact: 
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * HyunJun Son <hj79.son@samsung.com>
  * MunKyu Im <munkyu.im@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index fd982ecd08b3ae712fad7c1a3ee8d50015111803..ec95d1ef806ec922e813babe70eeb05e2dc4c854 100644 (file)
@@ -5,10 +5,10 @@
  *
  * Contact: 
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * HyunJun Son <hj79.son@samsung.com>
  * MunKyu Im <munkyu.im@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 014c274fc81dc8659c320aeae18f9f61322b32b5..7b5c03d2f063702c22b73ded74ad00259a19462f 100644 (file)
@@ -5,10 +5,10 @@
  *
  * Contact:
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * HyunJun Son <hj79.son@samsung.com>
  * MunKyu Im <munkyu.im@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index d4bbcc7bf143b593c38da82e469efd4358c48ab0..f5912dc12eeaa8ac9f3e94779abbbbdd820e9101 100644 (file)
@@ -5,10 +5,10 @@
  *
  * Contact: 
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * HyunJun Son <hj79.son@samsung.com>
  * MunKyu Im <munkyu.im@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 2179caef5a127020663ddf2aba99890cb0302767..e7e5e67e948f8e68744375d984b079260ff324cc 100644 (file)
@@ -5,10 +5,10 @@
  *
  * Contact:
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * HyunJun Son <hj79.son@samsung.com>
  * MunKyu Im <munkyu.im@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index c7c51e45a205d5554296d6984b9d34e3200edd40..1025cf83c2fcf7da782666fc3e9cd37cdcd1689a 100644 (file)
@@ -5,9 +5,9 @@
  *
  * Contact:
  * JiHye Kim <jihye1128.kim@samsung.com>
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 16aa759690aa5c226cd65f2630721bf52a71dbcc..0d55667c8b1a4643c02ca679c9609d1c9d1f6b5d 100644 (file)
@@ -5,9 +5,9 @@
  *
  * Contact:
  * JiHye Kim <jihye1128.kim@samsung.com>
- * Hyunjun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index c65db902d6ff785a1cb26400456f408dd73b0841..23262bc84fe16691569fa550a5037afbbea7ca97 100644 (file)
@@ -5,10 +5,7 @@
  *
  * Contact:
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
- * DongKyun Yun <dk77.yun@samsung.com>
- * DoHyung Hong <don.hong@samsung.com>
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * Hyunjun Son <hj79.son@samsung.com>
  * SangJin Kim <sangjin3.kim@samsung.com>
  * KiTae Kim <kt920.kim@samsung.com>
  * JinHyung Jo <jinhyung.jo@samsung.com>
@@ -16,6 +13,9 @@
  * MunKyu Im <munkyu.im@samsung.com>
  * JiHye Kim <jihye1128.kim@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com> 
+ * DongKyun Yun
+ * DoHyung Hong
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index b551b9425572590f6360b688e930f797308f10c4..4b0f233a979bc36a778588c458765d6b18a04a9b 100644 (file)
@@ -4,9 +4,7 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * DoHyung Hong <don.hong@samsung.com>
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * Hyunjun Son <hj79.son@samsung.com>
  * SangJin Kim <sangjin3.kim@samsung.com>
  * MunKyu Im <munkyu.im@samsung.com>
  * KiTae Kim <kt920.kim@samsung.com>
@@ -15,7 +13,9 @@
  * JiHye Kim <jihye1128.kim@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
- * DongKyun Yun <dk77.yun@samsung.com>
+ * DongKyun Yun
+ * DoHyung Hong
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 0ac50dd0f2a83f941fcf5023f6fe44b6a7f922ee..eebaa5d6e710529113c1938c9cfb862e4d994cc4 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * Hyunjun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 39524aa64571aaf76d51f294c5f22d5f42b01303..41e897293896f819aa63543d2658cc944ff24686 100644 (file)
@@ -6,8 +6,8 @@
  * Contact:
  *  Kitae Kim <kt920.kim@samsung.com>
  *  SeokYeon Hwang <syeon.hwang@samsung.com>
- *  DongKyun Yun <dk77.yun@samsung.com>
  *  YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ *  DongKyun Yun
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 6f6530cd1cd5c43ce02263ffd69a734077cd8ad8..0fc77de5f975e906edf5c4191a75b8c34543de15 100644 (file)
@@ -4,9 +4,7 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * DoHyung Hong <don.hong@samsung.com>
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * Hyunjun Son <hj79.son@samsung.com>
  * SangJin Kim <sangjin3.kim@samsung.com>
  * MunKyu Im <munkyu.im@samsung.com>
  * KiTae Kim <kt920.kim@samsung.com>
@@ -15,7 +13,9 @@
  * JiHye Kim <jihye1128.kim@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
- * DongKyun Yun <dk77.yun@samsung.com>
+ * DongKyun Yun
+ * DoHyung Hong
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 2ab46c8c1d3a59e60824bfe0fec4b1492c249a77..43194b4233f0502631e56d289b6d3422a630c213 100644 (file)
@@ -4,9 +4,7 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact: 
- * DoHyung Hong <don.hong@samsung.com>
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * Hyunjun Son <hj79.son@samsung.com>
  * SangJin Kim <sangjin3.kim@samsung.com>
  * MunKyu Im <munkyu.im@samsung.com>
  * KiTae Kim <kt920.kim@samsung.com>
@@ -15,7 +13,9 @@
  * JiHye Kim <jihye1128.kim@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
- * DongKyun Yun <dk77.yun@samsung.com>
+ * DongKyun Yun
+ * DoHyung Hong
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 4272858d3853629519a18276122185fad1dbeaf5..673e0d6622de0ffca087d0f5584fd922414a77e2 100644 (file)
@@ -4,9 +4,7 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * DoHyung Hong <don.hong@samsung.com>
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * Hyunjun Son <hj79.son@samsung.com>
  * SangJin Kim <sangjin3.kim@samsung.com>
  * MunKyu Im <munkyu.im@samsung.com>
  * KiTae Kim <kt920.kim@samsung.com>
@@ -15,6 +13,8 @@
  * JiHye Kim <jihye1128.kim@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * DoHyung Hong
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 5b84bdaf997a90d3074e8359e8d6f32ebf2f648a..804158c5079309ea4c2b87b07b5b43195e6aa7d7 100644 (file)
@@ -5,9 +5,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * Hyunjun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 8416fce1052820cfd956756c59ea767b0d6ddae7..e309b01564484439df3a311fb42b6e28eb394074 100644 (file)
@@ -5,9 +5,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * Hyunjun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 2d3593fb1044cd0416afd9d1118d4dde5bce8a60..5681d9728c3011286bde23b6c65fa8caebcff7a8 100644 (file)
@@ -6,8 +6,8 @@
  *
  * Contact:
  *  GiWoong Kim <giwoong.kim@samsung.com>
- *  HyunJun Son <hj79.son@samsung.com>
  *  YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ *  HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 5d13b995604247024e28f5adec190fa16b51f7fa..f0e9850b0e0651a9fb00c25c34e03d3797f1240f 100644 (file)
@@ -6,8 +6,8 @@
  *
  * Contact:
  *  GiWoong Kim <giwoong.kim@samsung.com>
- *  HyunJun Son <hj79.son@samsung.com>
  *  YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ *  HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index ceb86a12b6cc7f90c41941d3da2a0dc9757a52df..c52f8ecb7f8cdc74fa6b4ae1ee9027fb3667c736 100644 (file)
@@ -5,9 +5,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index c8a052e9df195c4cec001020aa1eaa3ee0c9c89f..fa0e9472233b9a543e1bbf39e50719188358ac69 100644 (file)
@@ -5,9 +5,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * Hyunjun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index bcb1b96178e0a49ec45920503e5e1de959e85b32..73fd48134d3522a595b9e1ed8e8ba70c13e476c6 100644 (file)
@@ -5,9 +5,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * Hyunjun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 0018d85844397a8dfe40e4b9c99f8b1e8c46e4cc..caddfdbcb403f815395f406db40313988911b6ee 100644 (file)
@@ -5,10 +5,10 @@
  *
  * Contact:
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * HyunJun Son <hj79.son@samsung.com>
  * MunKyu Im <munkyu.im@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index ff491da2899e8121b83f3acd8a299c849f783cd7..ce0ef438fed96b7154c77a22792b497667cdf10c 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011, 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact: 
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 96b729064e65266a3bd372604b7102dfdb692465..35015e4d184b60ea438a84b39413398496a35e42 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011, 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact: 
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index b87a802fa24b59a13e16abec37dd2385aa69da0c..36c66e8d9f2d9e2140094f3636548dd0ea3c55d6 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * DoHyung Hong <don.hong@samsung.com>
  * Kitae Kim <kt920.kim@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
+ * DoHyung Hong
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 22db1a2b4f26938f0fabf2d6aad08fe880105d4f..cd6c6f594a8f42dfcf0482faae69845b161f2aa9 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * DoHyung Hong <don.hong@samsung.com>
  * Kitae Kim <kt920.kim@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
+ * DoHyung Hong
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index c56721cd620458ee16abf8cdfc8352dd843798dc..cc39f636f7b05cd29320360d578915019157e60d 100644 (file)
@@ -5,10 +5,10 @@
  *
  * Contact: 
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * HyunJun Son <hj79.son@samsung.com>
  * MunKyu Im <munkyu.im@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 5bfac31cb4b606f6d3f88c9af22e9fa11012e4e6..44b26a7f1ab152b17df677e46272a53bfa846474 100644 (file)
@@ -5,10 +5,10 @@
  *
  * Contact: 
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * HyunJun Son <hj79.son@samsung.com>
  * MunKyu Im <munkyu.im@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 1a3a6f8cbc9b141bd64ac3c0196b1f55ab8f6750..8d288ca9fe6a9668b17fb01b684f8514b2c256cb 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 8353c5fa6fbf5b58e7be34cd49a94adea8eb950e..3678cf033717eb7322605e18bb8635167c615cf8 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 64f7caa6dfe547a88c775e21bf3a3b195923f07f..c90cd6597cce239d0d5844cb1b0f21f0ac5f0948 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 22cc55d49ba8239b677dad4c44646ed931819beb..9a6f3fbd5d7dc001ffa15ad64f19939099dc96a5 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 7a7f906c8031cceefa576206d7e4e3e1092bdf7a..47903323f360c60b1e76a3bbe25fab7f1fd1b6b3 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -674,4 +674,4 @@ class SkinSendData {
                return data;
        }
 
-}
\ No newline at end of file
+}
index 7ecfc5e12003e0bb622fc24bfcd1188c2f481240..896bf47a12235cb8866ff784e9ca2edebaf2b1c3 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 63e409e2486032b516ad2dbe2beb45a3873f64de..1a48af1b9b38719437a5403bbf289144c6df8ecc 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index c68db5e8585f1237052336a3e7ad9e1cf5b7a578..7a2739fab5f8ea4c13dc335805198a5b29f0b18a 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index ebdc1e930e10907da9059e20216445f77a933d6e..a51e4ce3c0ba63911d9b36ebf24374d45ee6f77d 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 0b05b44791c0b9b3d6400f87ddca458c549f1763..df1cd9f5c14e55495666a457da0d00917ecb6a00 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 2d61b59649cb1bc4023c8f5cf0642f5b9d39430c..268f6068e11cae3a4d2fb282364ffb11efe1f704 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index c23d271b2e0a3e97aab4eab3deff690b57ecdbf6..502216655200721b18597616264b3652920726f9 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 840b21ebab4d6d7e8adb05aee16fc4d45eb183cb..44e08fc853a61acfed1d2b875d7873617d5bbee2 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 6497094f7026e8f4bbd06e7a33587dd9c8ebfdc2..0077773942e71316acbf57b6aef6bb82bfcbb617 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 628464c6540fb0626dab152868d65e810bd06fe7..d85c7370cd6bdf9b1807e1de73100aa5030eae72 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index ff7b454aa2b594e65d59c19b39824c859b251114..f6a6b2c5799cf7c6e7d5d80d2ff70af31e1ce0b0 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 1bb9670fb46a61bbd759293a31d903cd8626269a..22d2c4ec3f290c7dd56e9331505493187fd537e0 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index a9cc442cfdaa7cd594f711873f83f3c3ba4437d7..d8055037b6bcfc5b7f1e3920444d43e5e39be24d 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index c61a9e19b12f74988cfab69c0a2cc1aa31c4ba4d..f0161b1aee0f31f7c8c8d2c58ca2f8052587822f 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index d52b6e98df1242ad48d4502c5b5477a025b56f94..e28a9cb2b00820affcefd081937ac663f65ee3e5 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index e584d622874e6e9f643f51fba039a96ca9519311..1e87fda783bc660e42b6c3c8c494ba5cb2df84ac 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index c7d0a90b36fc8f8dd766d76d6b7499c8cde4b0b1..d633c289dee782de14bb256e97d027f252cc1a70 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index fd9661c177914b63331012517b1cb2f652e23870..a9a579bb78cef1def45891019fd9839d723d942d 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 7cf1ffd20130db1afdbd8d3be69193896a50885f..36081facbef19f6fa9775ec341ab588d8266076a 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright ( C ) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -713,4 +713,4 @@ public class ScreenShotDialog {
                return shell;
        }
 
-}
\ No newline at end of file
+}
index ea8779123c99baba4491ad9b11682cb888580cad..bfcf6f2ff376d5165945681c04588c74bc21f5ff 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 25fb8ee2ec997a5cb04a5e6dd8b4fd36aa3bb07e..25616927c7c6e5915cec2ba234b724f9118a978e 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 0dc6804c4d28631f5945c56fe7675b78faae048a..5c5d1dccc06c44e2195880a1915bf0ce1a4ad5c8 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index edba076438d8130eb4e05e16ec10198e146cb472..be2f4b2aa8b8cfdd8d30a610d21c8b031bdae45f 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index faefd0b220b6f6085c5685b73fc12c1de8e79055..7d973230695fc8b787faac4a7617b3016d214f53 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index b1a179cd9943ed82200cf144e478b3500d4e63de..38566fe3f261f831be7c26f6d88f8419e1860d74 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 1011c0015cd4ca761432447057328811f98514b0..0e97484c08e374922d681101871952bfebcec186 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 32488a9b7d807db8988d9b7b1ee4b4cec7cc6271..9c3707dc33ac5eea6e5e5b60a1407a3638cd0054 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index ba9f1f3d62592ef2e910439691614fcaefe3345a..5a3e11c80eb876c2506606e22220c41a8bdb239e 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index ac54614f44c5b79f59d073686d200d55cc4604ad..b722dc97803f056271f5c8773f06a8364f244491 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index a142823f3770a8d82fdfa2e4ea82831e7c592a34..269c6e884add99285621c05b744275e067077bab 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index d11b38d16c84056f5e46d03a4452f368c3f55d05..1c03d866748b7d6bd4fea77207aa5b190e6492b3 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * Hyunjun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 052f0850d7a4ee873f92cf2b5a2e53acc0d00c82..9274b7690066a7bdaad5fd7d6a1a50b62b2c66fd 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * HyunJun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index adac22541fe43ab071eadfd13a9d4b44e09bc913..0b2488add03592b3083cbc0a3bf09c782a32f5b1 100644 (file)
@@ -4,9 +4,9 @@
  * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact:
- * Hyunjun Son <hj79.son@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * Hyunjun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License