Skip to content

Commit

Permalink
Remove unused files and update license header of some files (bytecode…
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyongh authored Nov 12, 2019
1 parent b0b0789 commit be15c08
Show file tree
Hide file tree
Showing 26 changed files with 44 additions and 1,375 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,15 @@
APPENDIX: How to apply the Apache License to your work.

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

Copyright {yyyy} {name of copyright owner}
Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
17 changes: 0 additions & 17 deletions core/app-mgr/app-manager/CMakeLists.txt

This file was deleted.

6 changes: 3 additions & 3 deletions core/iwasm/lib/native/extension/connection/connection.inl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2019 Intel Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/
* Copyright (C) 2019 Intel Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/

EXPORT_WASM_API(wasm_open_connection),
EXPORT_WASM_API(wasm_close_connection),
Expand Down
6 changes: 3 additions & 3 deletions core/iwasm/lib/native/extension/gui/wamr_gui.inl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2019 Intel Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/
* Copyright (C) 2019 Intel Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/

/* button */
EXPORT_WASM_API(wasm_btn_native_call),
Expand Down
6 changes: 3 additions & 3 deletions core/iwasm/lib/native/extension/sensor/runtime_sensor.inl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2019 Intel Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/
* Copyright (C) 2019 Intel Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/

EXPORT_WASM_API(wasm_sensor_open),
EXPORT_WASM_API(wasm_sensor_config),
Expand Down
78 changes: 0 additions & 78 deletions core/shared-lib/include/errcode.h

This file was deleted.

149 changes: 0 additions & 149 deletions core/shared-lib/include/korp_types.h

This file was deleted.

17 changes: 3 additions & 14 deletions core/shared-lib/platform/alios/bh_thread.c
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* INTEL CONFIDENTIAL
*
* Copyright 2017-2018 Intel Corporation
*
* This software and the related documents are Intel copyrighted materials,
* and your use of them is governed by the express license under which they
* were provided to you (License). Unless the License provides otherwise, you
* may not use, modify, copy, publish, distribute, disclose or transmit this
* software or the related documents without Intel's prior written permission.
*
* This software and the related documents are provided as is, with no express
* or implied warranties, other than those that are expressly stated in the
* License.
*/
* Copyright (C) 2019 Intel Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/

#include "bh_thread.h"
#include "bh_assert.h"
Expand Down
58 changes: 0 additions & 58 deletions core/shared-lib/platform/android/bh_assert.c

This file was deleted.

Loading

0 comments on commit be15c08

Please sign in to comment.