[Title] Change license type of tizen-codec source and remove make option.
authorkt920.kim <kt920.kim@samsung.com>
Thu, 8 Dec 2011 12:02:55 +0000 (21:02 +0900)
committerkt920.kim <kt920.kim@samsung.com>
Thu, 8 Dec 2011 12:02:55 +0000 (21:02 +0900)
[Type] bug fix
[Module] build
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/build.sh
tizen/hw/tizen-codec.c

index 8c61d51..e615c2c 100755 (executable)
@@ -4,4 +4,4 @@
 
 autoconf
 ./configure
-make -j8
+make
index 0c9cacc..82bdbf8 100644 (file)
@@ -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 <kt920.kim@samsung.com>
+ *
+ * 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"