Add short license and copyright notice

This commit is contained in:
Joran Dirk Greef
2020-09-16 18:51:21 +02:00
parent b340bbfc1d
commit 6f09796ff2

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 builtin = @import("builtin");
const std = @import("std");
const assert = std.debug.assert;