summaryrefslogtreecommitdiff
path: root/examples/summaries/cocoa/NSNotification.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/summaries/cocoa/NSNotification.py')
-rw-r--r--examples/summaries/cocoa/NSNotification.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/summaries/cocoa/NSNotification.py b/examples/summaries/cocoa/NSNotification.py
index 319d7561e..160d85d94 100644
--- a/examples/summaries/cocoa/NSNotification.py
+++ b/examples/summaries/cocoa/NSNotification.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 NSNotification
# the real summary is now C++ code built into LLDB