diff --git a/lib/clif-backend/src/code.rs b/lib/clif-backend/src/code.rs index 8f5e7e2f1..cd66fcb3f 100644 --- a/lib/clif-backend/src/code.rs +++ b/lib/clif-backend/src/code.rs @@ -1,3 +1,6 @@ +// Parts of the following code are Copyright 2018 Cranelift Developers +// and subject to the license https://github.com/CraneStation/cranelift/blob/c47ca7bafc8fc48358f1baa72360e61fc1f7a0f2/cranelift-wasm/LICENSE + use crate::{func_env::FuncEnv, module::{Converter, Module}, signal::Caller, get_isa}; use std::sync::Arc; use wasmer_runtime_core::{