Skip to content

Commit be15c08

Browse files
authored
Remove unused files and update license header of some files (#138)
1 parent b0b0789 commit be15c08

File tree

26 files changed

+44
-1375
lines changed

26 files changed

+44
-1375
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@
178178
APPENDIX: How to apply the Apache License to your work.
179179

180180
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "{}"
181+
boilerplate notice, with the fields enclosed by brackets "[]"
182182
replaced with your own identifying information. (Don't include
183183
the brackets!) The text should be enclosed in the appropriate
184184
comment syntax for the file format. We also recommend that a
185185
file or class name and description of purpose be included on the
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright [yyyy] [name of copyright owner]
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

core/app-mgr/app-manager/CMakeLists.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

core/iwasm/lib/native/extension/connection/connection.inl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Copyright (C) 2019 Intel Corporation. All rights reserved.
3-
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4-
*/
2+
* Copyright (C) 2019 Intel Corporation. All rights reserved.
3+
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
*/
55

66
EXPORT_WASM_API(wasm_open_connection),
77
EXPORT_WASM_API(wasm_close_connection),

core/iwasm/lib/native/extension/gui/wamr_gui.inl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Copyright (C) 2019 Intel Corporation. All rights reserved.
3-
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4-
*/
2+
* Copyright (C) 2019 Intel Corporation. All rights reserved.
3+
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
*/
55

66
/* button */
77
EXPORT_WASM_API(wasm_btn_native_call),

core/iwasm/lib/native/extension/sensor/runtime_sensor.inl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Copyright (C) 2019 Intel Corporation. All rights reserved.
3-
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4-
*/
2+
* Copyright (C) 2019 Intel Corporation. All rights reserved.
3+
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
*/
55

66
EXPORT_WASM_API(wasm_sensor_open),
77
EXPORT_WASM_API(wasm_sensor_config),

core/shared-lib/include/errcode.h

Lines changed: 0 additions & 78 deletions
This file was deleted.

core/shared-lib/include/korp_types.h

Lines changed: 0 additions & 149 deletions
This file was deleted.

core/shared-lib/platform/alios/bh_thread.c

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
/*
2-
* INTEL CONFIDENTIAL
3-
*
4-
* Copyright 2017-2018 Intel Corporation
5-
*
6-
* This software and the related documents are Intel copyrighted materials,
7-
* and your use of them is governed by the express license under which they
8-
* were provided to you (License). Unless the License provides otherwise, you
9-
* may not use, modify, copy, publish, distribute, disclose or transmit this
10-
* software or the related documents without Intel's prior written permission.
11-
*
12-
* This software and the related documents are provided as is, with no express
13-
* or implied warranties, other than those that are expressly stated in the
14-
* License.
15-
*/
2+
* Copyright (C) 2019 Intel Corporation. All rights reserved.
3+
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
*/
165

176
#include "bh_thread.h"
187
#include "bh_assert.h"

core/shared-lib/platform/android/bh_assert.c

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)