authorgravatar for mattnite@protonmail.comMatt Knight <mattnite@protonmail.com> 2020-09-07 12:26:41-07:00
committergravatar for mattnite@protonmail.comMatt Knight <mattnite@protonmail.com> 2020-09-07 12:26:41-07:00
logb878a64a5f44072b11dd0f73fc2b808c41f0d172
tree3359b6ef866cc889949b911358b032495c1e3009
parentcf3194804e1ac5654ba4082f615d57cff776b3a9
signaturelock-open Commit is signed but in an unrecognized format.

added license comments


2 files changed, 10 insertions(+), 0 deletions(-)

lib/std/os/linux/bpf/btf.zig+5
......@@ -1,3 +1,8 @@
1// SPDX-License-Identifier: MIT
2// Copyright (c) 2015-2020 Zig Contributors
3// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
4// The MIT license requires this copyright notice to be included in all copies
5// and substantial portions of the software.
16const magic = 0xeb9f;
27const version = 1;
38
lib/std/os/linux/bpf/btf_ext.zig+5
......@@ -1,3 +1,8 @@
1// SPDX-License-Identifier: MIT
2// Copyright (c) 2015-2020 Zig Contributors
3// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
4// The MIT license requires this copyright notice to be included in all copies
5// and substantial portions of the software.
16pub const Header = packed struct {
27 magic: u16,
38 version: u8,