From eeb746006d958f64ae54c01681bc44fb2632fe28 Mon Sep 17 00:00:00 2001 From: Son Hyunjun Date: Fri, 16 Dec 2011 21:31:09 +0900 Subject: [PATCH] [Title] remove S-Core boilerplate [Type] Enhancement [Module] Emulator / Skin [Priority] Minor [CQ#] [Redmine#] [Problem] [Cause] [Solution] remove S-Core boilerplate in sdl_rotate.c, sdl_rotate.h --- ui/sdl_rotate.c | 36 ------------------------------------ ui/sdl_rotate.h | 36 ------------------------------------ 2 files changed, 72 deletions(-) diff --git a/ui/sdl_rotate.c b/ui/sdl_rotate.c index 080b84c..bd3b2af 100644 --- a/ui/sdl_rotate.c +++ b/ui/sdl_rotate.c @@ -1,40 +1,4 @@ /* - * Emulator - * - * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. - * - * Contact: - * DoHyung Hong - * SeokYeon Hwang - * Hyunjun Son - * SangJin Kim - * MunKyu Im - * KiTae Kim - * JinHyung Jo - * SungMin Ha - * JiHye Kim - * GiWoong Kim - * 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 - * 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 - * - * * Derived from: SDL_rotozoom, LGPL (c) A. Schiffler from the SDL_gfx library. * Modifications by Hyunjun Son(hj79.son@samsung.com) * diff --git a/ui/sdl_rotate.h b/ui/sdl_rotate.h index 37c8499..4611690 100644 --- a/ui/sdl_rotate.h +++ b/ui/sdl_rotate.h @@ -1,40 +1,4 @@ /* - * Emulator - * - * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. - * - * Contact: - * DoHyung Hong - * SeokYeon Hwang - * Hyunjun Son - * SangJin Kim - * MunKyu Im - * KiTae Kim - * JinHyung Jo - * SungMin Ha - * JiHye Kim - * GiWoong Kim - * 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 - * 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 - * - * * Derived from: SDL_rotozoom, LGPL (c) A. Schiffler from the SDL_gfx library. * Modifications by Hyunjun Son(hj79.son@samsung.com) * -- 2.7.4