From: kt920.kim Date: Thu, 8 Dec 2011 12:02:55 +0000 (+0900) Subject: [Title] Change license type of tizen-codec source and remove make option. X-Git-Tag: TizenStudio_2.0_p2.3~1694^2~179^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64e702014ef5e1544568b1444263979326d31f2c;p=sdk%2Femulator%2Fqemu.git [Title] Change license type of tizen-codec source and remove make option. [Type] bug fix [Module] build [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/tizen/build.sh b/tizen/build.sh index 8c61d51..e615c2c 100755 --- a/tizen/build.sh +++ b/tizen/build.sh @@ -4,4 +4,4 @@ autoconf ./configure -make -j8 +make diff --git a/tizen/hw/tizen-codec.c b/tizen/hw/tizen-codec.c index 0c9cacc..82bdbf8 100644 --- a/tizen/hw/tizen-codec.c +++ b/tizen/hw/tizen-codec.c @@ -1,18 +1,28 @@ -/* - * Virtual codec device +/* + * Samsung Virtual Codec device(PCI) for Linux host. * - * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved * * Authors: - * Kitae KIM kt920.kim@samsung.com + * Kitae Kim + * + * 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 * - * PROPRIETARY/CONFIDENTIAL - * This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement - * you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no representations or warranties about the suitability - * of the software, either express or implied, including but not limited to the implied warranties of merchantability, fitness for - * a particular purpose, or non-infringement. SAMSUNG shall not be liable for any damages suffered by licensee as - * a result of using, modifying or distributing this software or its derivatives. */ #include "tizen-codec.h"