summaryrefslogtreecommitdiff
path: root/include/lldb/Interpreter/OptionValueFormat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Interpreter/OptionValueFormat.h')
-rw-r--r--include/lldb/Interpreter/OptionValueFormat.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/include/lldb/Interpreter/OptionValueFormat.h b/include/lldb/Interpreter/OptionValueFormat.h
index 6d46957d26f7..020f4aeda17a 100644
--- a/include/lldb/Interpreter/OptionValueFormat.h
+++ b/include/lldb/Interpreter/OptionValueFormat.h
@@ -1,9 +1,8 @@
//===-- OptionValueFormat.h -------------------------------------*- 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
//
//===----------------------------------------------------------------------===//
@@ -25,9 +24,7 @@ public:
~OptionValueFormat() override {}
- //---------------------------------------------------------------------
// Virtual subclass pure virtual overrides
- //---------------------------------------------------------------------
OptionValue::Type GetType() const override { return eTypeFormat; }
@@ -49,9 +46,7 @@ public:
lldb::OptionValueSP DeepCopy() const override;
- //---------------------------------------------------------------------
// Subclass specific functions
- //---------------------------------------------------------------------
lldb::Format GetCurrentValue() const { return m_current_value; }