summaryrefslogtreecommitdiff
path: root/examples/summaries/unicode_strings.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/summaries/unicode_strings.py')
-rw-r--r--examples/summaries/unicode_strings.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/summaries/unicode_strings.py b/examples/summaries/unicode_strings.py
index a9ba15a10..8c382df5a 100644
--- a/examples/summaries/unicode_strings.py
+++ b/examples/summaries/unicode_strings.py
@@ -5,9 +5,9 @@ encoded in UTF8/16/32 for use with the LLDB debugger
To use in your projects, tweak the children names as appropriate for your data structures
and use as summaries for your data types
-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
"""
import lldb