]> granicus.if.org Git - clang/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356086 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp

index d40e4e2c423206fa09390145c979b431f5cc705f..586d9d3af2a642925ceacaf9d3f1ab44f636f41c 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
 //
 //===----------------------------------------------------------------------===//
 //