aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt/parse_float.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-08-21 14:50:37 -0700
committerAndrew Kelley <andrew@ziglang.org>2020-08-21 14:50:37 -0700
commitf9bd049c89e4d2b4d3f51a937ec2114c3cac9176 (patch)
tree81bf283c8ae2e06fd3a48d18e3b4196e194392d0 /lib/std/fmt/parse_float.zig
parent3aeeb21b82915a3d03e75a88ded93049a5c1730c (diff)
parentdad7af0b37f352c8c390438877ef1552a316ffde (diff)
downloadzig-f9bd049c89e4d2b4d3f51a937ec2114c3cac9176.tar.gz
zig-f9bd049c89e4d2b4d3f51a937ec2114c3cac9176.zip
Merge remote-tracking branch 'origin/master' into llvm11
Diffstat (limited to 'lib/std/fmt/parse_float.zig')
-rw-r--r--lib/std/fmt/parse_float.zig5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/std/fmt/parse_float.zig b/lib/std/fmt/parse_float.zig
index 2ab245043c..69557714f6 100644
--- a/lib/std/fmt/parse_float.zig
+++ b/lib/std/fmt/parse_float.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.
// Adapted from https://github.com/grzegorz-kraszewski/stringtofloat.
// MIT License