From: giwoong.kim Date: Thu, 6 Dec 2012 07:22:11 +0000 (+0900) Subject: touch: added boilerplate X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1311 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6aa3bcc29fe66cb4e41badab80ff1ed5d194228a;p=sdk%2Femulator%2Fqemu.git touch: added boilerplate Added boilerplate to EmulatorFingers file. Signed-off-by: GiWoong Kim --- diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorFingers.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorFingers.java index 93f80cff50..c4bc15e23f 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorFingers.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorFingers.java @@ -1,3 +1,32 @@ +/** + * Emulator Skin Process + * + * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * Munkyu Im + * GiWoong Kim + * YeongKyoon Lee + * + * 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 + * + */ + package org.tizen.emulator.skin; import java.util.ArrayList;