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,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.
1const magic = 0xeb9f;6const magic = 0xeb9f;
2const version = 1;7const version = 1;
38
lib/std/os/linux/bpf/btf_ext.zig+5
...@@ -1,3 +1,8 @@...@@ -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.
1pub const Header = packed struct {6pub const Header = packed struct {
2 magic: u16,7 magic: u16,
3 version: u8,8 version: u8,