aboutsummaryrefslogtreecommitdiff
path: root/lib/std/pdb.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-08-19 19:40:15 -0700
committerAndrew Kelley <andrew@ziglang.org>2020-08-20 16:07:04 -0400
commit4a69b11e742365d68e4d92aa18d6493db9d3edaf (patch)
treeae8911497988caaa3dcd839b533927efaf442b76 /lib/std/pdb.zig
parent83b0e52079298244912f2d2f28b256457c8dc3a5 (diff)
downloadzig-4a69b11e742365d68e4d92aa18d6493db9d3edaf.tar.gz
zig-4a69b11e742365d68e4d92aa18d6493db9d3edaf.zip
add license header to all std lib files
add SPDX license identifier copyright ownership is zig contributors
Diffstat (limited to 'lib/std/pdb.zig')
-rw-r--r--lib/std/pdb.zig5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/std/pdb.zig b/lib/std/pdb.zig
index a702a8aed6..e8c61f859d 100644
--- a/lib/std/pdb.zig
+++ b/lib/std/pdb.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.zig");
const io = std.io;