Commit 6f09796ff2

Joran Dirk Greef <joran@ronomon.com>
2020-09-16 18:51:21
Add short license and copyright notice
1 parent b340bbf
Changed files (1)
lib
lib/std/io_uring.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 builtin = @import("builtin");
 const std = @import("std");
 const assert = std.debug.assert;