[license] Remove licenses of unused projects
diff --git a/LICENSE b/LICENSE
index 0eca811..310ee62 100644
--- a/LICENSE
+++ b/LICENSE
@@ -211,10 +211,6 @@
 Apache License, Version 2.0
 ---------------------------
 
-mesatee_services/fns/sgx_trusted_lib/src/trusted_worker/wasm/sgxwasm.rs
-mesatee_services/fns/sgx_trusted_lib/src/trusted_worker/wasm/sgxwasm_compute.rs
-tests/integration_test/src/wasm/wasmi_basic.rs
-tests/integration_test/src/wasm/wasmi_faas.rs
 third-party/crates-io
 third-party/crates-sgx
 
@@ -222,11 +218,11 @@
 BSD 3-Clause License
 --------------------
 
-teaclave_common/protected_fs_rs/protected_fs_c
+common/protected_fs_rs/protected_fs_c
 
 
 MIT License
 -----------
 
 third_party/mesapy
-teaclave_common/rusty_leveldb_sgx
+common/rusty_leveldb_sgx
diff --git a/licenses/LICENSE-wasmi.txt b/licenses/LICENSE-wasmi.txt
deleted file mode 100644
index 302e4b1..0000000
--- a/licenses/LICENSE-wasmi.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Copyright 2018 Nikolay Volf
-
-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.