[llvm] r277145 - Fix license information in the file header

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 07:04:17 PDT 2016


Author: kparzysz
Date: Fri Jul 29 09:04:17 2016
New Revision: 277145

URL: http://llvm.org/viewvc/llvm-project?rev=277145&view=rev
Log:
Fix license information in the file header

Modified:
    llvm/trunk/lib/Target/Hexagon/HexagonHazardRecognizer.h

Modified: llvm/trunk/lib/Target/Hexagon/HexagonHazardRecognizer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/HexagonHazardRecognizer.h?rev=277145&r1=277144&r2=277145&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Hexagon/HexagonHazardRecognizer.h (original)
+++ llvm/trunk/lib/Target/Hexagon/HexagonHazardRecognizer.h Fri Jul 29 09:04:17 2016
@@ -1,10 +1,13 @@
 //===--- HexagonHazardRecognizer.h - Hexagon Post RA Hazard Recognizer ----===//
 //
-// (c) 2014 Qualcomm Innovation Center, Inc. All rights reserved.
+//                     The LLVM Compiler Infrastructure
 //
-// This file defines the hazard recognizer for scheduling on Hexagon.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
+// This file defines the hazard recognizer for scheduling on Hexagon.
+//===----------------------------------------------------------------------===//
 
 #ifndef HEXAGONPROFITRECOGNIZER_H
 #define HEXAGONPROFITRECOGNIZER_H




More information about the llvm-commits mailing list