diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2019-01-19 08:50:56 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2019-01-19 08:50:56 +0000 |
| commit | 2946cd701067404b99c39fb29dc9c74bd7193eb3 (patch) | |
| tree | 48c6e62c93e00b952a459e587d14357943b2b594 /lldb/utils | |
| parent | d6317d22a92d596731b1dd9d4a8010879f3e43d9 (diff) | |
| download | bcm5719-llvm-2946cd701067404b99c39fb29dc9c74bd7193eb3.tar.gz bcm5719-llvm-2946cd701067404b99c39fb29dc9c74bd7193eb3.zip | |
Update the file headers across all of the LLVM projects in the monorepo
to reflect the new license.
We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.
Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.
llvm-svn: 351636
Diffstat (limited to 'lldb/utils')
| -rw-r--r-- | lldb/utils/lui/breakwin.py | 7 | ||||
| -rw-r--r-- | lldb/utils/lui/commandwin.py | 7 | ||||
| -rwxr-xr-x | lldb/utils/lui/cui.py | 7 | ||||
| -rw-r--r-- | lldb/utils/lui/debuggerdriver.py | 7 | ||||
| -rw-r--r-- | lldb/utils/lui/eventwin.py | 7 | ||||
| -rw-r--r-- | lldb/utils/lui/lldbutil.py | 7 | ||||
| -rwxr-xr-x | lldb/utils/lui/lui.py | 7 | ||||
| -rwxr-xr-x | lldb/utils/lui/sandbox.py | 7 | ||||
| -rw-r--r-- | lldb/utils/lui/sourcewin.py | 7 | ||||
| -rw-r--r-- | lldb/utils/lui/statuswin.py | 7 | ||||
| -rw-r--r-- | lldb/utils/sync-source/syncsource.py | 7 |
11 files changed, 33 insertions, 44 deletions
diff --git a/lldb/utils/lui/breakwin.py b/lldb/utils/lui/breakwin.py index 7ecb78fd103..a12b3a96fe4 100644 --- a/lldb/utils/lui/breakwin.py +++ b/lldb/utils/lui/breakwin.py @@ -1,9 +1,8 @@ ##===-- breakwin.py ------------------------------------------*- Python -*-===## ## -# 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 ## ##===----------------------------------------------------------------------===## diff --git a/lldb/utils/lui/commandwin.py b/lldb/utils/lui/commandwin.py index f778d736ec5..7b2fdc1c09e 100644 --- a/lldb/utils/lui/commandwin.py +++ b/lldb/utils/lui/commandwin.py @@ -1,9 +1,8 @@ ##===-- commandwin.py ----------------------------------------*- Python -*-===## ## -# 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 ## ##===----------------------------------------------------------------------===## diff --git a/lldb/utils/lui/cui.py b/lldb/utils/lui/cui.py index 963606a0d52..fffb812fbb9 100755 --- a/lldb/utils/lui/cui.py +++ b/lldb/utils/lui/cui.py @@ -1,9 +1,8 @@ ##===-- cui.py -----------------------------------------------*- Python -*-===## ## -# 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 ## ##===----------------------------------------------------------------------===## diff --git a/lldb/utils/lui/debuggerdriver.py b/lldb/utils/lui/debuggerdriver.py index 48de10d79f3..f94ce5face7 100644 --- a/lldb/utils/lui/debuggerdriver.py +++ b/lldb/utils/lui/debuggerdriver.py @@ -1,9 +1,8 @@ ##===-- debuggerdriver.py ------------------------------------*- Python -*-===## ## -# 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 ## ##===----------------------------------------------------------------------===## diff --git a/lldb/utils/lui/eventwin.py b/lldb/utils/lui/eventwin.py index 8ad8d3a8c49..c8d14d7aeb0 100644 --- a/lldb/utils/lui/eventwin.py +++ b/lldb/utils/lui/eventwin.py @@ -1,9 +1,8 @@ ##===-- eventwin.py ------------------------------------------*- Python -*-===## ## -# 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 ## ##===----------------------------------------------------------------------===## diff --git a/lldb/utils/lui/lldbutil.py b/lldb/utils/lui/lldbutil.py index b88a10a44fb..cd608ba48e8 100644 --- a/lldb/utils/lui/lldbutil.py +++ b/lldb/utils/lui/lldbutil.py @@ -1,9 +1,8 @@ ##===-- lldbutil.py ------------------------------------------*- Python -*-===## ## -# 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 ## ##===----------------------------------------------------------------------===## diff --git a/lldb/utils/lui/lui.py b/lldb/utils/lui/lui.py index 9b473f5ff82..c7c38d7ea09 100755 --- a/lldb/utils/lui/lui.py +++ b/lldb/utils/lui/lui.py @@ -1,10 +1,9 @@ #!/usr/bin/env python ##===-- lui.py -----------------------------------------------*- Python -*-===## ## -# 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 ## ##===----------------------------------------------------------------------===## diff --git a/lldb/utils/lui/sandbox.py b/lldb/utils/lui/sandbox.py index 93b3c23138f..025554d9069 100755 --- a/lldb/utils/lui/sandbox.py +++ b/lldb/utils/lui/sandbox.py @@ -1,10 +1,9 @@ #!/usr/bin/env python ##===-- sandbox.py -------------------------------------------*- Python -*-===## ## -# 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 ## ##===----------------------------------------------------------------------===## diff --git a/lldb/utils/lui/sourcewin.py b/lldb/utils/lui/sourcewin.py index 50d2f2d3e76..c3add058f12 100644 --- a/lldb/utils/lui/sourcewin.py +++ b/lldb/utils/lui/sourcewin.py @@ -1,9 +1,8 @@ ##===-- sourcewin.py -----------------------------------------*- Python -*-===## ## -# 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 ## ##===----------------------------------------------------------------------===## diff --git a/lldb/utils/lui/statuswin.py b/lldb/utils/lui/statuswin.py index 3dc34ef1bc8..2d3cc217c01 100644 --- a/lldb/utils/lui/statuswin.py +++ b/lldb/utils/lui/statuswin.py @@ -1,9 +1,8 @@ ##===-- statuswin.py -----------------------------------------*- Python -*-===## ## -# 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 ## ##===----------------------------------------------------------------------===## diff --git a/lldb/utils/sync-source/syncsource.py b/lldb/utils/sync-source/syncsource.py index 9e27ca2b702..16b60a40be6 100644 --- a/lldb/utils/sync-source/syncsource.py +++ b/lldb/utils/sync-source/syncsource.py @@ -1,9 +1,8 @@ #!/usr/bin/env python """ - 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 Sync lldb and related source from a local machine to a remote machine. |

