diff options
author | jy910.yun <jy910.yun@samsung.com> | 2013-11-04 11:39:58 +0900 |
---|---|---|
committer | jy910.yun <jy910.yun@samsung.com> | 2013-11-04 11:40:27 +0900 |
commit | 34055fcefa9e023c45f045a8b69229fa843fc11d (patch) | |
tree | 603c1818787697334e80bfe721a973acdffe1aac | |
parent | adaaf7b64920267b09a79c55fb634f72f19d308a (diff) | |
download | haptic-module-tizen-tizen_2.2.tar.gz haptic-module-tizen-tizen_2.2.tar.bz2 haptic-module-tizen-tizen_2.2.zip |
delete unnecessary comment on test filesubmit/tizen_2.2/20131107.0604262.2.1_releasetizen_2.2
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I11f86208b5d23e1e573a66b18a2a15572643522d
-rw-r--r-- | test/test.c | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/test/test.c b/test/test.c index d677cde..b8cb94e 100644 --- a/test/test.c +++ b/test/test.c @@ -1,23 +1,20 @@ /* - * haptic-module-tizen - * - * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. - * - * Contact: Jae-young Hwang <j-zero.hwang@samsung.com> - * - * PROPRIETARY/CONFIDENTIAL - * - * This software is the confidential and proprietary information of - * SAMSUNG ELECTRONICS ("Confidential Information"). You agree and acknowledge - * that this software is owned by Samsung and 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, - * by licensee arising out of or releated to this software. -*/ + * haptic-module-tizen + * Copyright (c) 2012 Samsung Electronics Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + #include <stdio.h> #include <stdlib.h> |