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-Tag: llvmorg-10-init~10049 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf7d9f90902285f378495727e0def94ce8a063e2;p=platform%2Fupstream%2Fllvm.git [Analyzer] Update the LLVM license in PointerSortingChecker.cpp llvm-svn: 356086 --- diff --git a/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp b/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp index d40e4e2..586d9d3 100644 --- a/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp +++ b/clang/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 // //===----------------------------------------------------------------------===// //