authorgravatar for joran@ronomon.comJoran Dirk Greef <joran@ronomon.com> 2020-09-16 18:51:21+02:00
committergravatar for joran@ronomon.comJoran Dirk Greef <joran@ronomon.com> 2020-09-16 18:51:21+02:00
log6f09796ff28f0c73d4ea0b63b02d58215c4450f1
treed50f1e331b29baa572f09ab6dd3a30521bb60f24
parentb340bbfc1d0fd52d94799fa8d3b016178b46d6ba

Add short license and copyright notice


1 files changed, 5 insertions(+), 0 deletions(-)

lib/std/io_uring.zig+5
......@@ -1,3 +1,8 @@
1// SPDX-License-Identifier: MIT
2// Copyright (c) 2015-2020 Zig Contributors
3// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
4// The MIT license requires this copyright notice to be included in all copies
5// and substantial portions of the software.
16const builtin = @import("builtin");
27const std = @import("std");
38const assert = std.debug.assert;