diff options
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/LLVMBuild.txt | 7 | ||||
-rw-r--r-- | llvm/docs/llvm-objdump.1 | 5 |
2 files changed, 6 insertions, 6 deletions
diff --git a/llvm/docs/LLVMBuild.txt b/llvm/docs/LLVMBuild.txt index d5aea864ecd..00d82f664c1 100644 --- a/llvm/docs/LLVMBuild.txt +++ b/llvm/docs/LLVMBuild.txt @@ -1,9 +1,8 @@ ;===- ./docs/LLVMBuild.txt -------------------------------------*- Conf -*--===; ; -; 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/llvm/docs/llvm-objdump.1 b/llvm/docs/llvm-objdump.1 index 72d1b93f6bb..85c40d7da68 100644 --- a/llvm/docs/llvm-objdump.1 +++ b/llvm/docs/llvm-objdump.1 @@ -1,5 +1,6 @@ -.\" 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 .\" .Dd December 19, 2018 .Dt LLVM-OBJDUMP 1 |