Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2021-11-18 00:25:01 +0300
committerLouis Dionne <ldionne.2@gmail.com>2021-11-18 00:30:52 +0300
commiteb8650a75793b2bd079d0c8901ff066f129061da (patch)
tree9943fd476fe8aee7194d42f3b55c3f96cd64305c /libcxxabi/src/abort_message.cpp
parenta0afb9d0fc2b6b1a0e89c9cd8f0bd1d839e740ce (diff)
[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/src/abort_message.cpp')
-rw-r--r--libcxxabi/src/abort_message.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/abort_message.cpp b/libcxxabi/src/abort_message.cpp
index ad44063facb7..859a5031b93f 100644
--- a/libcxxabi/src/abort_message.cpp
+++ b/libcxxabi/src/abort_message.cpp
@@ -1,4 +1,4 @@
-//===------------------------- abort_message.cpp --------------------------===//
+//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.