added license comments

This commit is contained in:
Matt Knight 2020-09-07 12:26:41 -07:00
parent cf3194804e
commit b878a64a5f
No known key found for this signature in database
GPG Key ID: 0A6DED1E48D25122
2 changed files with 10 additions and 0 deletions

View File

@ -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;

View File

@ -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,