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.h
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.h')
-rw-r--r--libcxxabi/src/abort_message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/abort_message.h b/libcxxabi/src/abort_message.h
index 83f956f74f6e..f1d5c12e2528 100644
--- a/libcxxabi/src/abort_message.h
+++ b/libcxxabi/src/abort_message.h
@@ -1,4 +1,4 @@
-//===-------------------------- abort_message.h-----------------------------===//
+//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.