aboutsummaryrefslogtreecommitdiff
path: root/lib/libunwind/src/EHHeaderParser.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-07-19 16:54:00 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-07-19 16:54:00 -0400
commitdab0cf6428d96af540399563f2e2d5a79c3a7d5e (patch)
treea2f005a5b62a49de15b00d78455f24663a1848c0 /lib/libunwind/src/EHHeaderParser.hpp
parent2117fbdae35dddf368c4ce5bb39cc73fa0f78d4c (diff)
downloadzig-dab0cf6428d96af540399563f2e2d5a79c3a7d5e.tar.gz
zig-dab0cf6428d96af540399563f2e2d5a79c3a7d5e.zip
update libunwind to llvm9
upstream commit 1931d3cb20a00da732c5210b123656632982fde0
Diffstat (limited to 'lib/libunwind/src/EHHeaderParser.hpp')
-rw-r--r--lib/libunwind/src/EHHeaderParser.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libunwind/src/EHHeaderParser.hpp b/lib/libunwind/src/EHHeaderParser.hpp
index 6b3e7dead8..0101835b8e 100644
--- a/lib/libunwind/src/EHHeaderParser.hpp
+++ b/lib/libunwind/src/EHHeaderParser.hpp
@@ -1,9 +1,8 @@
//===------------------------- EHHeaderParser.hpp -------------------------===//
//
-// The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. See LICENSE.TXT for details.
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//
// Parses ELF .eh_frame_hdr sections.