diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-08-21 14:50:37 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-08-21 14:50:37 -0700 |
| commit | f9bd049c89e4d2b4d3f51a937ec2114c3cac9176 (patch) | |
| tree | 81bf283c8ae2e06fd3a48d18e3b4196e194392d0 /lib/std/process.zig | |
| parent | 3aeeb21b82915a3d03e75a88ded93049a5c1730c (diff) | |
| parent | dad7af0b37f352c8c390438877ef1552a316ffde (diff) | |
| download | zig-f9bd049c89e4d2b4d3f51a937ec2114c3cac9176.tar.gz zig-f9bd049c89e4d2b4d3f51a937ec2114c3cac9176.zip | |
Merge remote-tracking branch 'origin/master' into llvm11
Diffstat (limited to 'lib/std/process.zig')
| -rw-r--r-- | lib/std/process.zig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/std/process.zig b/lib/std/process.zig index 1a0dfad474..69befa2fc8 100644 --- a/lib/std/process.zig +++ b/lib/std/process.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 std = @import("std.zig"); const builtin = std.builtin; const os = std.os; |
