r363207 - NFC, Update the ClangScanDeps.cpp file's license comment

Alex Lorenz via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 12 14:45:29 PDT 2019


Author: arphaman
Date: Wed Jun 12 14:45:28 2019
New Revision: 363207

URL: http://llvm.org/viewvc/llvm-project?rev=363207&view=rev
Log:
NFC, Update the ClangScanDeps.cpp file's license comment

The file ClangScanDeps.cpp from r363204 had the old outdated LLVM
license comment at the top of the file that I committed by accident.

Modified:
    cfe/trunk/tools/clang-scan-deps/ClangScanDeps.cpp

Modified: cfe/trunk/tools/clang-scan-deps/ClangScanDeps.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-scan-deps/ClangScanDeps.cpp?rev=363207&r1=363206&r2=363207&view=diff
==============================================================================
--- cfe/trunk/tools/clang-scan-deps/ClangScanDeps.cpp (original)
+++ cfe/trunk/tools/clang-scan-deps/ClangScanDeps.cpp Wed Jun 12 14:45:28 2019
@@ -1,9 +1,8 @@
-//===-- ClangScanDeps.cpp - Implementation of clang-scan-deps -------------===//
+//===- ClangScanDeps.cpp - Implementation of clang-scan-deps --------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 




More information about the cfe-commits mailing list