diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-08-19 19:40:15 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-08-20 16:07:04 -0400 |
| commit | 4a69b11e742365d68e4d92aa18d6493db9d3edaf (patch) | |
| tree | ae8911497988caaa3dcd839b533927efaf442b76 /lib/std/array_list.zig | |
| parent | 83b0e52079298244912f2d2f28b256457c8dc3a5 (diff) | |
| download | zig-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/array_list.zig')
| -rw-r--r-- | lib/std/array_list.zig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/std/array_list.zig b/lib/std/array_list.zig index e064b38566..a7432a30ae 100644 --- a/lib/std/array_list.zig +++ b/lib/std/array_list.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 debug = std.debug; const assert = debug.assert; |
