From: Mandeep Singh Grang Date: Wed, 13 Mar 2019 19:09:48 +0000 (+0000) Subject: [Analyzer] Update the LLVM license in PointerSortingChecker.cpp X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=082fb78298ade202719ad828922feec22156639f;p=clang [Analyzer] Update the LLVM license in PointerSortingChecker.cpp git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356086 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp b/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp index d40e4e2c42..586d9d3af2 100644 --- a/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp +++ b/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp @@ -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 // //===----------------------------------------------------------------------===// //