mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 13:30:45 +00:00
added license comments
This commit is contained in:
parent
cf3194804e
commit
b878a64a5f
@ -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;
|
||||
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user