Commit b878a64a5f

Matt Knight <mattnite@protonmail.com>
2020-09-07 21:26:41
added license comments
1 parent cf31948
Changed files (2)
lib
std
os
lib/std/os/linux/bpf/btf.zig
@@ -1,3 +1,8 @@
+// SPDX-License-Identifier: MIT
+// Copyright (c) 2015-2020 Zig Contributors
+// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
+// The MIT license requires this copyright notice to be included in all copies
+// and substantial portions of the software.
 const magic = 0xeb9f;
 const version = 1;
 
lib/std/os/linux/bpf/btf_ext.zig
@@ -1,3 +1,8 @@
+// SPDX-License-Identifier: MIT
+// Copyright (c) 2015-2020 Zig Contributors
+// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
+// The MIT license requires this copyright notice to be included in all copies
+// and substantial portions of the software.
 pub const Header = packed struct {
     magic: u16,
     version: u8,