diff options
Diffstat (limited to 'tools/lldb-server/LLDBServerUtilities.cpp')
-rw-r--r-- | tools/lldb-server/LLDBServerUtilities.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/lldb-server/LLDBServerUtilities.cpp b/tools/lldb-server/LLDBServerUtilities.cpp index 7d41b3b4c745e..095d281e9208a 100644 --- a/tools/lldb-server/LLDBServerUtilities.cpp +++ b/tools/lldb-server/LLDBServerUtilities.cpp @@ -1,15 +1,13 @@ //===-- LLDBServerUtilities.cpp ---------------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. 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 // //===----------------------------------------------------------------------===// #include "LLDBServerUtilities.h" -#include "lldb/Core/StreamFile.h" #include "lldb/Utility/Args.h" #include "lldb/Utility/Log.h" #include "lldb/Utility/StreamString.h" |