[Analyzer] Update the LLVM license in PointerSortingChecker.cpp
authorMandeep Singh Grang <mgrang@quicinc.com>
Wed, 13 Mar 2019 19:09:48 +0000 (19:09 +0000)
committerMandeep Singh Grang <mgrang@quicinc.com>
Wed, 13 Mar 2019 19:09:48 +0000 (19:09 +0000)
llvm-svn: 356086

clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp

index d40e4e2..586d9d3 100644 (file)
@@ -1,9 +1,8 @@
-//=== PointerSortingChecker.cpp - Pointer sorting checker ------*- C++ -*--===//
+//== PointerSortingChecker.cpp --------------------------------- -*- C++ -*--=//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 //