diff options
Diffstat (limited to 'lldb/examples/summaries/cocoa/NSIndexSet.py')
-rw-r--r-- | lldb/examples/summaries/cocoa/NSIndexSet.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/examples/summaries/cocoa/NSIndexSet.py b/lldb/examples/summaries/cocoa/NSIndexSet.py index ca9906158a9..3774a390466 100644 --- a/lldb/examples/summaries/cocoa/NSIndexSet.py +++ b/lldb/examples/summaries/cocoa/NSIndexSet.py @@ -1,9 +1,9 @@ """ LLDB AppKit formatters -part of 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 """ # example summary provider for NS(Mutable)IndexSet # the real summary is now C++ code built into LLDB |