summaryrefslogtreecommitdiff
path: root/libcxxabi/include
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2021-11-17 16:25:01 -0500
committerLouis Dionne <ldionne.2@gmail.com>2021-11-17 16:30:52 -0500
commiteb8650a75793b2bd079d0c8901ff066f129061da (patch)
tree9943fd476fe8aee7194d42f3b55c3f96cd64305c /libcxxabi/include
parenta0afb9d0fc2b6b1a0e89c9cd8f0bd1d839e740ce (diff)
downloadllvm-eb8650a75793b2bd079d0c8901ff066f129061da.tar.gz
[runtimes][NFC] Remove filenames at the top of the license notice
We've stopped doing it in libc++ for a while now because these names would end up rotting as we move things around and copy/paste stuff. This cleans up all the existing files so as to stop the spreading as people copy-paste headers around.
Diffstat (limited to 'libcxxabi/include')
-rw-r--r--libcxxabi/include/__cxxabi_config.h2
-rw-r--r--libcxxabi/include/cxxabi.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxxabi/include/__cxxabi_config.h b/libcxxabi/include/__cxxabi_config.h
index 05ed8b6ca3b2..7bc39ada8dda 100644
--- a/libcxxabi/include/__cxxabi_config.h
+++ b/libcxxabi/include/__cxxabi_config.h
@@ -1,4 +1,4 @@
-//===-------------------------- __cxxabi_config.h -------------------------===//
+//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/libcxxabi/include/cxxabi.h b/libcxxabi/include/cxxabi.h
index 43ce6f5f740d..eaa324dc6867 100644
--- a/libcxxabi/include/cxxabi.h
+++ b/libcxxabi/include/cxxabi.h
@@ -1,4 +1,4 @@
-//===--------------------------- cxxabi.h ---------------------------------===//
+//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.