diff options
Diffstat (limited to 'src/ThreadPool.zig')
| -rw-r--r-- | src/ThreadPool.zig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ThreadPool.zig b/src/ThreadPool.zig index 6a59b684be..7d6af3d24c 100644 --- a/src/ThreadPool.zig +++ b/src/ThreadPool.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"); const ThreadPool = @This(); |
