From 01e739fe60d6d73e4300a561939938aea327c8eb Mon Sep 17 00:00:00 2001 From: "syeon.hwang" Date: Fri, 4 Jan 2013 15:08:07 +0900 Subject: [PATCH] all: clean up boilerplate Signed-off-by: SeokYeon Hwang --- tizen/src/check_hax.c | 2 +- tizen/src/emul_state.c | 2 +- tizen/src/emul_state.h | 2 +- tizen/src/emulator.c | 2 +- tizen/src/emulator.h | 2 +- tizen/src/guest_debug.h | 2 +- tizen/src/guest_server.c | 2 +- tizen/src/guest_server.h | 2 +- tizen/src/hw/maru_board.c | 6 +++--- tizen/src/hw/maru_brightness.c | 6 +++--- tizen/src/hw/maru_brightness.h | 2 +- tizen/src/hw/maru_codec.c | 2 +- tizen/src/hw/maru_device_ids.h | 6 +++--- tizen/src/hw/maru_overlay.c | 6 +++--- tizen/src/hw/maru_overlay.h | 4 ++-- tizen/src/hw/maru_pm.c | 2 +- tizen/src/hw/maru_pm.h | 2 +- tizen/src/hw/maru_usb_touchscreen.c | 2 +- tizen/src/hw/maru_usb_touchscreen.h | 2 +- tizen/src/hw/maru_vga.c | 2 +- tizen/src/hw/maru_vga_int.h | 2 +- tizen/src/hw/maru_vga_template.h | 2 +- tizen/src/maru_common.h | 2 +- tizen/src/maru_finger.c | 2 +- tizen/src/maru_finger.h | 2 +- tizen/src/mloop_event.c | 2 +- tizen/src/mloop_event.h | 2 +- tizen/src/option.c | 2 +- tizen/src/option.h | 2 +- .../client/src/org/tizen/emulator/skin/EmulatorShutdownhook.java | 2 +- tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java | 2 +- .../skin/client/src/org/tizen/emulator/skin/EmulatorSkinMain.java | 2 +- .../skin/client/src/org/tizen/emulator/skin/comm/ICommunicator.java | 2 +- .../src/org/tizen/emulator/skin/comm/sock/SocketCommunicator.java | 4 ++-- .../org/tizen/emulator/skin/comm/sock/data/AbstractSendData.java | 2 +- .../src/org/tizen/emulator/skin/comm/sock/data/BooleanData.java | 2 +- .../src/org/tizen/emulator/skin/comm/sock/data/ISendData.java | 2 +- .../src/org/tizen/emulator/skin/comm/sock/data/KeyEventData.java | 2 +- .../src/org/tizen/emulator/skin/comm/sock/data/LcdStateData.java | 2 +- .../src/org/tizen/emulator/skin/comm/sock/data/MouseEventData.java | 2 +- .../src/org/tizen/emulator/skin/comm/sock/data/StartData.java | 2 +- .../client/src/org/tizen/emulator/skin/config/EmulatorConfig.java | 2 +- .../skin/client/src/org/tizen/emulator/skin/dialog/AboutDialog.java | 2 +- .../client/src/org/tizen/emulator/skin/dialog/DetailInfoDialog.java | 2 +- .../client/src/org/tizen/emulator/skin/dialog/LicenseDialog.java | 2 +- .../skin/client/src/org/tizen/emulator/skin/dialog/SkinDialog.java | 2 +- .../src/org/tizen/emulator/skin/exception/ConfigException.java | 2 +- .../src/org/tizen/emulator/skin/exception/EmulatorException.java | 2 +- .../client/src/org/tizen/emulator/skin/exception/JaxbException.java | 2 +- .../src/org/tizen/emulator/skin/exception/ScreenShotException.java | 2 +- .../client/src/org/tizen/emulator/skin/image/ImageRegistry.java | 2 +- .../src/skin/client/src/org/tizen/emulator/skin/log/SkinLogger.java | 2 +- .../src/org/tizen/emulator/skin/screenshot/ScreenShotDialog.java | 4 ++-- tizen/src/skin/client/src/org/tizen/emulator/skin/util/IOUtil.java | 2 +- .../src/skin/client/src/org/tizen/emulator/skin/util/JaxbUtil.java | 2 +- .../skin/client/src/org/tizen/emulator/skin/util/SkinRegion.java | 2 +- .../skin/client/src/org/tizen/emulator/skin/util/SkinRotation.java | 2 +- .../src/skin/client/src/org/tizen/emulator/skin/util/SkinUtil.java | 2 +- .../skin/client/src/org/tizen/emulator/skin/util/StringUtil.java | 2 +- tizen/src/skin/maruskin_client.c | 2 +- tizen/src/skin/maruskin_client.h | 2 +- tizen/src/skin/maruskin_keymap.c | 2 +- tizen/src/skin/maruskin_keymap.h | 2 +- tizen/src/skin/maruskin_operation.c | 2 +- tizen/src/skin/maruskin_operation.h | 2 +- tizen/src/skin/maruskin_server.c | 2 +- tizen/src/skin/maruskin_server.h | 2 +- 67 files changed, 78 insertions(+), 78 deletions(-) diff --git a/tizen/src/check_hax.c b/tizen/src/check_hax.c index 3c87b74..af0ec95 100644 --- a/tizen/src/check_hax.c +++ b/tizen/src/check_hax.c @@ -5,8 +5,8 @@ * * Contact: * SeokYeon Hwang - * Hyunjun Son * YeongKyoon Lee + * Hyunjun Son * * 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/src/emul_state.c b/tizen/src/emul_state.c index 6bc4a88..34cc6b3 100644 --- a/tizen/src/emul_state.c +++ b/tizen/src/emul_state.c @@ -5,10 +5,10 @@ * * Contact: * SeokYeon Hwang - * HyunJun Son * MunKyu Im * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/emul_state.h b/tizen/src/emul_state.h index fd982ec..ec95d1e 100644 --- a/tizen/src/emul_state.h +++ b/tizen/src/emul_state.h @@ -5,10 +5,10 @@ * * Contact: * SeokYeon Hwang - * HyunJun Son * MunKyu Im * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/emulator.c b/tizen/src/emulator.c index 014c274..7b5c03d 100644 --- a/tizen/src/emulator.c +++ b/tizen/src/emulator.c @@ -5,10 +5,10 @@ * * Contact: * SeokYeon Hwang - * HyunJun Son * MunKyu Im * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/emulator.h b/tizen/src/emulator.h index d4bbcc7..f5912dc 100644 --- a/tizen/src/emulator.h +++ b/tizen/src/emulator.h @@ -5,10 +5,10 @@ * * Contact: * SeokYeon Hwang - * HyunJun Son * MunKyu Im * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/guest_debug.h b/tizen/src/guest_debug.h index 2179cae..e7e5e67 100644 --- a/tizen/src/guest_debug.h +++ b/tizen/src/guest_debug.h @@ -5,10 +5,10 @@ * * Contact: * SeokYeon Hwang - * HyunJun Son * MunKyu Im * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/guest_server.c b/tizen/src/guest_server.c index c7c51e4..1025cf8 100644 --- a/tizen/src/guest_server.c +++ b/tizen/src/guest_server.c @@ -5,9 +5,9 @@ * * Contact: * JiHye Kim - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/guest_server.h b/tizen/src/guest_server.h index 16aa759..0d55667 100644 --- a/tizen/src/guest_server.h +++ b/tizen/src/guest_server.h @@ -5,9 +5,9 @@ * * Contact: * JiHye Kim - * Hyunjun Son * GiWoong Kim * YeongKyoon Lee + * Hyunjun Son * * 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/src/hw/maru_board.c b/tizen/src/hw/maru_board.c index c65db90..23262bc 100644 --- a/tizen/src/hw/maru_board.c +++ b/tizen/src/hw/maru_board.c @@ -5,10 +5,7 @@ * * Contact: * YeongKyoon Lee - * DongKyun Yun - * DoHyung Hong * SeokYeon Hwang - * Hyunjun Son * SangJin Kim * KiTae Kim * JinHyung Jo @@ -16,6 +13,9 @@ * MunKyu Im * JiHye Kim * GiWoong Kim + * 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 diff --git a/tizen/src/hw/maru_brightness.c b/tizen/src/hw/maru_brightness.c index b551b94..4b0f233 100644 --- a/tizen/src/hw/maru_brightness.c +++ b/tizen/src/hw/maru_brightness.c @@ -4,9 +4,7 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * DoHyung Hong * SeokYeon Hwang - * Hyunjun Son * SangJin Kim * MunKyu Im * KiTae Kim @@ -15,7 +13,9 @@ * JiHye Kim * GiWoong Kim * YeongKyoon Lee - * DongKyun Yun + * 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 diff --git a/tizen/src/hw/maru_brightness.h b/tizen/src/hw/maru_brightness.h index 0ac50dd..eebaa5d 100644 --- a/tizen/src/hw/maru_brightness.h +++ b/tizen/src/hw/maru_brightness.h @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * Hyunjun Son * GiWoong Kim * YeongKyoon Lee + * Hyunjun Son * * 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/src/hw/maru_codec.c b/tizen/src/hw/maru_codec.c index 39524aa..41e8972 100644 --- a/tizen/src/hw/maru_codec.c +++ b/tizen/src/hw/maru_codec.c @@ -6,8 +6,8 @@ * Contact: * Kitae Kim * SeokYeon Hwang - * DongKyun Yun * 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/src/hw/maru_device_ids.h b/tizen/src/hw/maru_device_ids.h index 6f6530c..0fc77de 100644 --- a/tizen/src/hw/maru_device_ids.h +++ b/tizen/src/hw/maru_device_ids.h @@ -4,9 +4,7 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * DoHyung Hong * SeokYeon Hwang - * Hyunjun Son * SangJin Kim * MunKyu Im * KiTae Kim @@ -15,7 +13,9 @@ * JiHye Kim * GiWoong Kim * YeongKyoon Lee - * DongKyun Yun + * 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 diff --git a/tizen/src/hw/maru_overlay.c b/tizen/src/hw/maru_overlay.c index 2ab46c8..43194b4 100644 --- a/tizen/src/hw/maru_overlay.c +++ b/tizen/src/hw/maru_overlay.c @@ -4,9 +4,7 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * DoHyung Hong * SeokYeon Hwang - * Hyunjun Son * SangJin Kim * MunKyu Im * KiTae Kim @@ -15,7 +13,9 @@ * JiHye Kim * GiWoong Kim * YeongKyoon Lee - * DongKyun Yun + * 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 diff --git a/tizen/src/hw/maru_overlay.h b/tizen/src/hw/maru_overlay.h index 4272858..673e0d6 100644 --- a/tizen/src/hw/maru_overlay.h +++ b/tizen/src/hw/maru_overlay.h @@ -4,9 +4,7 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * DoHyung Hong * SeokYeon Hwang - * Hyunjun Son * SangJin Kim * MunKyu Im * KiTae Kim @@ -15,6 +13,8 @@ * JiHye Kim * GiWoong Kim * YeongKyoon Lee + * 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 diff --git a/tizen/src/hw/maru_pm.c b/tizen/src/hw/maru_pm.c index 5b84bda..804158c 100644 --- a/tizen/src/hw/maru_pm.c +++ b/tizen/src/hw/maru_pm.c @@ -5,9 +5,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * Hyunjun Son * GiWoong Kim * YeongKyoon Lee + * Hyunjun Son * * 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/src/hw/maru_pm.h b/tizen/src/hw/maru_pm.h index 8416fce..e309b01 100644 --- a/tizen/src/hw/maru_pm.h +++ b/tizen/src/hw/maru_pm.h @@ -5,9 +5,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * Hyunjun Son * GiWoong Kim * YeongKyoon Lee + * Hyunjun Son * * 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/src/hw/maru_usb_touchscreen.c b/tizen/src/hw/maru_usb_touchscreen.c index 2d3593f..5681d97 100644 --- a/tizen/src/hw/maru_usb_touchscreen.c +++ b/tizen/src/hw/maru_usb_touchscreen.c @@ -6,8 +6,8 @@ * * Contact: * GiWoong Kim - * HyunJun Son * YeongKyoon Lee + * HyunJun Son * * 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/src/hw/maru_usb_touchscreen.h b/tizen/src/hw/maru_usb_touchscreen.h index 5d13b99..f0e9850 100644 --- a/tizen/src/hw/maru_usb_touchscreen.h +++ b/tizen/src/hw/maru_usb_touchscreen.h @@ -6,8 +6,8 @@ * * Contact: * GiWoong Kim - * HyunJun Son * YeongKyoon Lee + * HyunJun Son * * 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/src/hw/maru_vga.c b/tizen/src/hw/maru_vga.c index ceb86a1..c52f8ec 100644 --- a/tizen/src/hw/maru_vga.c +++ b/tizen/src/hw/maru_vga.c @@ -5,9 +5,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/hw/maru_vga_int.h b/tizen/src/hw/maru_vga_int.h index c8a052e..fa0e947 100644 --- a/tizen/src/hw/maru_vga_int.h +++ b/tizen/src/hw/maru_vga_int.h @@ -5,9 +5,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * Hyunjun Son * GiWoong Kim * YeongKyoon Lee + * Hyunjun Son * * 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/src/hw/maru_vga_template.h b/tizen/src/hw/maru_vga_template.h index bcb1b96..73fd481 100644 --- a/tizen/src/hw/maru_vga_template.h +++ b/tizen/src/hw/maru_vga_template.h @@ -5,9 +5,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * Hyunjun Son * GiWoong Kim * YeongKyoon Lee + * Hyunjun Son * * 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/src/maru_common.h b/tizen/src/maru_common.h index 0018d85..caddfdb 100644 --- a/tizen/src/maru_common.h +++ b/tizen/src/maru_common.h @@ -5,10 +5,10 @@ * * Contact: * SeokYeon Hwang - * HyunJun Son * MunKyu Im * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/maru_finger.c b/tizen/src/maru_finger.c index ff491da..ce0ef43 100644 --- a/tizen/src/maru_finger.c +++ b/tizen/src/maru_finger.c @@ -4,9 +4,9 @@ * Copyright (C) 2011, 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/maru_finger.h b/tizen/src/maru_finger.h index 96b7290..35015e4 100644 --- a/tizen/src/maru_finger.h +++ b/tizen/src/maru_finger.h @@ -4,9 +4,9 @@ * Copyright (C) 2011, 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/mloop_event.c b/tizen/src/mloop_event.c index b87a802..36c66e8 100644 --- a/tizen/src/mloop_event.c +++ b/tizen/src/mloop_event.c @@ -4,9 +4,9 @@ * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * DoHyung Hong * Kitae Kim * GiWoong Kim + * DoHyung Hong * * 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/src/mloop_event.h b/tizen/src/mloop_event.h index 22db1a2..cd6c6f5 100644 --- a/tizen/src/mloop_event.h +++ b/tizen/src/mloop_event.h @@ -4,9 +4,9 @@ * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * DoHyung Hong * Kitae Kim * GiWoong Kim + * DoHyung Hong * * 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/src/option.c b/tizen/src/option.c index c56721c..cc39f63 100644 --- a/tizen/src/option.c +++ b/tizen/src/option.c @@ -5,10 +5,10 @@ * * Contact: * SeokYeon Hwang - * HyunJun Son * MunKyu Im * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/option.h b/tizen/src/option.h index 5bfac31..44b26a7 100644 --- a/tizen/src/option.h +++ b/tizen/src/option.h @@ -5,10 +5,10 @@ * * Contact: * SeokYeon Hwang - * HyunJun Son * MunKyu Im * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/EmulatorShutdownhook.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorShutdownhook.java index 1a3a6f8..8d288ca 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorShutdownhook.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorShutdownhook.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java index 8353c5f..3678cf0 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkinMain.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkinMain.java index 64f7caa..c90cd65 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkinMain.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkinMain.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/comm/ICommunicator.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/ICommunicator.java index 22cc55d..9a6f3fb 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/ICommunicator.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/ICommunicator.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/comm/sock/SocketCommunicator.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/SocketCommunicator.java index 7a7f906..4790332 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/SocketCommunicator.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/SocketCommunicator.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * 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 +} diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/AbstractSendData.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/AbstractSendData.java index 7ecfc5e..896bf47 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/AbstractSendData.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/AbstractSendData.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/BooleanData.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/BooleanData.java index 63e409e..1a48af1 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/BooleanData.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/BooleanData.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/ISendData.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/ISendData.java index c68db5e..7a2739f 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/ISendData.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/ISendData.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/KeyEventData.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/KeyEventData.java index ebdc1e9..a51e4ce 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/KeyEventData.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/KeyEventData.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/LcdStateData.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/LcdStateData.java index 0b05b44..df1cd9f 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/LcdStateData.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/LcdStateData.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/MouseEventData.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/MouseEventData.java index 2d61b59..268f606 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/MouseEventData.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/MouseEventData.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/StartData.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/StartData.java index c23d271..5022166 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/StartData.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/data/StartData.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/config/EmulatorConfig.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/config/EmulatorConfig.java index 840b21e..44e08fc 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/config/EmulatorConfig.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/config/EmulatorConfig.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/dialog/AboutDialog.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/AboutDialog.java index 6497094..0077773 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/AboutDialog.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/AboutDialog.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/dialog/DetailInfoDialog.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/DetailInfoDialog.java index 628464c..d85c737 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/DetailInfoDialog.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/DetailInfoDialog.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/dialog/LicenseDialog.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/LicenseDialog.java index ff7b454..f6a6b2c 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/LicenseDialog.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/LicenseDialog.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/dialog/SkinDialog.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/SkinDialog.java index 1bb9670..22d2c4e 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/SkinDialog.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/SkinDialog.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/exception/ConfigException.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/exception/ConfigException.java index a9cc442..d805503 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/exception/ConfigException.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/exception/ConfigException.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/exception/EmulatorException.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/exception/EmulatorException.java index c61a9e1..f0161b1 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/exception/EmulatorException.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/exception/EmulatorException.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/exception/JaxbException.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/exception/JaxbException.java index d52b6e9..e28a9cb 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/exception/JaxbException.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/exception/JaxbException.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/exception/ScreenShotException.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/exception/ScreenShotException.java index e584d62..1e87fda 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/exception/ScreenShotException.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/exception/ScreenShotException.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/image/ImageRegistry.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/image/ImageRegistry.java index c7d0a90..d633c28 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/image/ImageRegistry.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/image/ImageRegistry.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/log/SkinLogger.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/log/SkinLogger.java index fd9661c..a9a579b 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/log/SkinLogger.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/log/SkinLogger.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/screenshot/ScreenShotDialog.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/screenshot/ScreenShotDialog.java index 7cf1ffd..36081fa 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/screenshot/ScreenShotDialog.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/screenshot/ScreenShotDialog.java @@ -4,9 +4,9 @@ * Copyright ( C ) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * 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 +} diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/util/IOUtil.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/util/IOUtil.java index ea87791..bfcf6f2 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/util/IOUtil.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/util/IOUtil.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/util/JaxbUtil.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/util/JaxbUtil.java index 25fb8ee..2561692 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/util/JaxbUtil.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/util/JaxbUtil.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/util/SkinRegion.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/util/SkinRegion.java index 0dc6804..5c5d1dc 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/util/SkinRegion.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/util/SkinRegion.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/util/SkinRotation.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/util/SkinRotation.java index edba076..be2f4b2 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/util/SkinRotation.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/util/SkinRotation.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/util/SkinUtil.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/util/SkinUtil.java index faefd0b..7d97323 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/util/SkinUtil.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/util/SkinUtil.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/client/src/org/tizen/emulator/skin/util/StringUtil.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/util/StringUtil.java index b1a179c..38566fe 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/util/StringUtil.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/util/StringUtil.java @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/maruskin_client.c b/tizen/src/skin/maruskin_client.c index 1011c00..0e97484 100644 --- a/tizen/src/skin/maruskin_client.c +++ b/tizen/src/skin/maruskin_client.c @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/maruskin_client.h b/tizen/src/skin/maruskin_client.h index 32488a9..9c3707d 100644 --- a/tizen/src/skin/maruskin_client.h +++ b/tizen/src/skin/maruskin_client.h @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/maruskin_keymap.c b/tizen/src/skin/maruskin_keymap.c index ba9f1f3..5a3e11c 100644 --- a/tizen/src/skin/maruskin_keymap.c +++ b/tizen/src/skin/maruskin_keymap.c @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/maruskin_keymap.h b/tizen/src/skin/maruskin_keymap.h index ac54614..b722dc9 100644 --- a/tizen/src/skin/maruskin_keymap.h +++ b/tizen/src/skin/maruskin_keymap.h @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/maruskin_operation.c b/tizen/src/skin/maruskin_operation.c index a142823..269c6e8 100644 --- a/tizen/src/skin/maruskin_operation.c +++ b/tizen/src/skin/maruskin_operation.c @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/maruskin_operation.h b/tizen/src/skin/maruskin_operation.h index d11b38d..1c03d86 100644 --- a/tizen/src/skin/maruskin_operation.h +++ b/tizen/src/skin/maruskin_operation.h @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * Hyunjun Son * GiWoong Kim * YeongKyoon Lee + * Hyunjun Son * * 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/src/skin/maruskin_server.c b/tizen/src/skin/maruskin_server.c index 052f085..9274b76 100644 --- a/tizen/src/skin/maruskin_server.c +++ b/tizen/src/skin/maruskin_server.c @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * HyunJun Son * GiWoong Kim * YeongKyoon Lee + * HyunJun Son * * 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/src/skin/maruskin_server.h b/tizen/src/skin/maruskin_server.h index adac225..0b2488a 100644 --- a/tizen/src/skin/maruskin_server.h +++ b/tizen/src/skin/maruskin_server.h @@ -4,9 +4,9 @@ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: - * Hyunjun Son * GiWoong Kim * YeongKyoon Lee + * Hyunjun Son * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License -- 2.7.4