authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-03-11 17:09:23-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-03-11 19:38:07-07:00
log2ee3cc453c4cefa3519f6a6238d4721364d829ae
tree1b9a4ecf5efec01337a2a4ed094cba55244b5e44
parent6f986298c6cc58d2d86e9790b11bad5ce36085ad

stage2: remove SPDX license header comments

These were missed in d29871977f97b50fe5e3f16cd9c68ebeba02a562.

3 files changed, 0 insertions(+), 15 deletions(-)

src/ThreadPool.zig-5
...@@ -1,8 +1,3 @@...@@ -1,8 +1,3 @@
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.
6const std = @import("std");1const std = @import("std");
7const builtin = @import("builtin");2const builtin = @import("builtin");
8const ThreadPool = @This();3const ThreadPool = @This();
src/WaitGroup.zig-5
...@@ -1,8 +1,3 @@...@@ -1,8 +1,3 @@
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.
6const std = @import("std");1const std = @import("std");
7const WaitGroup = @This();2const WaitGroup = @This();
83
src/translate_c/ast.zig-5
...@@ -1,8 +1,3 @@...@@ -1,8 +1,3 @@
1// SPDX-License-Identifier: MIT
2// Copyright (c) 2021 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.
6const std = @import("std");1const std = @import("std");
7const Type = @import("../type.zig").Type;2const Type = @import("../type.zig").Type;
8const Allocator = std.mem.Allocator;3const Allocator = std.mem.Allocator;