aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/stdexcept.cpp
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 /libcxx/src/stdexcept.cpp
parenta0afb9d0fc2b6b1a0e89c9cd8f0bd1d839e740ce (diff)
downloadllvm-eb8650a75793b2bd079d0c8901ff066f129061da.zip
llvm-eb8650a75793b2bd079d0c8901ff066f129061da.tar.gz
llvm-eb8650a75793b2bd079d0c8901ff066f129061da.tar.bz2
[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 'libcxx/src/stdexcept.cpp')
-rw-r--r--libcxx/src/stdexcept.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/stdexcept.cpp b/libcxx/src/stdexcept.cpp
index f8f335f3..b9c8970 100644
--- a/libcxx/src/stdexcept.cpp
+++ b/libcxx/src/stdexcept.cpp
@@ -1,4 +1,4 @@
-//===------------------------ stdexcept.cpp -------------------------------===//
+//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.