summaryrefslogtreecommitdiff
path: root/examples/summaries/cocoa/CFString.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/summaries/cocoa/CFString.py')
-rw-r--r--examples/summaries/cocoa/CFString.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/summaries/cocoa/CFString.py b/examples/summaries/cocoa/CFString.py
index 109d918a9..274370227 100644
--- a/examples/summaries/cocoa/CFString.py
+++ b/examples/summaries/cocoa/CFString.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 synthetic children and summary provider for CFString (and related NSString class)
# the real code is part of the LLDB core