|
@@ -1,13 +1,9 @@
|
|
|
|
+// SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
// Derived from uBPF <https://github.com/iovisor/ubpf>
|
|
// Derived from uBPF <https://github.com/iovisor/ubpf>
|
|
// Copyright 2015 Big Switch Networks, Inc
|
|
// Copyright 2015 Big Switch Networks, Inc
|
|
// (uBPF: VM architecture, parts of the interpreter, originally in C)
|
|
// (uBPF: VM architecture, parts of the interpreter, originally in C)
|
|
// Copyright 2016 6WIND S.A. <quentin.monnet@6wind.com>
|
|
// Copyright 2016 6WIND S.A. <quentin.monnet@6wind.com>
|
|
// (Translation to Rust, MetaBuff/multiple classes addition, hashmaps for helpers)
|
|
// (Translation to Rust, MetaBuff/multiple classes addition, hashmaps for helpers)
|
|
-//
|
|
|
|
-// Licensed under the Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0> or
|
|
|
|
-// the MIT license <http://opensource.org/licenses/MIT>, at your option. This file may not be
|
|
|
|
-// copied, modified, or distributed except according to those terms.
|
|
|
|
-
|
|
|
|
|
|
|
|
//! Virtual machine and JIT compiler for eBPF programs.
|
|
//! Virtual machine and JIT compiler for eBPF programs.
|
|
#![doc(html_logo_url = "https://raw.githubusercontent.com/qmonnet/rbpf/master/misc/rbpf.png",
|
|
#![doc(html_logo_url = "https://raw.githubusercontent.com/qmonnet/rbpf/master/misc/rbpf.png",
|