diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2019-01-19 09:24:38 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2019-01-19 09:24:38 +0000 |
commit | f71e94dd98e029ac6cbd3fa4c7c04e059ca034da (patch) | |
tree | 6cc7df11b4c4a0cdd77c13bb41c0dc6b837a3199 | |
parent | 8dffa6f074ba25f5e4ee416cf8e62f858b39b82c (diff) | |
download | bcm5719-llvm-f71e94dd98e029ac6cbd3fa4c7c04e059ca034da.tar.gz bcm5719-llvm-f71e94dd98e029ac6cbd3fa4c7c04e059ca034da.zip |
Update the license header in this man-page file.
It contains an `$Id$` expansion and so can only be updated from a true
Subversion client.
See the details of this update in r351636.
llvm-svn: 351640
-rw-r--r-- | clang/tools/scan-build/man/scan-build.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/tools/scan-build/man/scan-build.1 b/clang/tools/scan-build/man/scan-build.1 index cf7e7b15c35..4f3cd8d1033 100644 --- a/clang/tools/scan-build/man/scan-build.1 +++ b/clang/tools/scan-build/man/scan-build.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 .\" $Id$ .Dd May 25, 2012 .Dt SCAN-BUILD 1 |