diff options
| author | Luna <git@l4.pm> | 2020-08-23 16:10:02 -0300 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-08-23 22:45:18 -0400 |
| commit | 7015d84e0ca6f02fede45621571084df98dda712 (patch) | |
| tree | d74ff50cc58ad7ac41289c96ef87c0f3a397cefb /lib/std/special/init-lib/src | |
| parent | 4e63cae369ec6e333e4aecb3d749bedff6484ee3 (diff) | |
| download | zig-7015d84e0ca6f02fede45621571084df98dda712.tar.gz zig-7015d84e0ca6f02fede45621571084df98dda712.zip | |
remove licensing comments from init-exe/init-lib
Diffstat (limited to 'lib/std/special/init-lib/src')
| -rw-r--r-- | lib/std/special/init-lib/src/main.zig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/std/special/init-lib/src/main.zig b/lib/std/special/init-lib/src/main.zig index 9a82bcc26b..747bb08573 100644 --- a/lib/std/special/init-lib/src/main.zig +++ b/lib/std/special/init-lib/src/main.zig @@ -1,8 +1,3 @@ -// 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 testing = std.testing; |
