From 6f09796ff28f0c73d4ea0b63b02d58215c4450f1 Mon Sep 17 00:00:00 2001 From: Joran Dirk Greef Date: Wed, 16 Sep 2020 18:51:21 +0200 Subject: [PATCH] Add short license and copyright notice --- lib/std/io_uring.zig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/std/io_uring.zig b/lib/std/io_uring.zig index f4881ea907..9b8abfd987 100644 --- a/lib/std/io_uring.zig +++ b/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;