[llvm-commits] [llvm] r51094 - /llvm/trunk/lib/Target/PIC16/PIC16.h

Sanjiv Gupta sanjiv.gupta at microchip.com
Tue May 13 23:50:02 PDT 2008


Author: sgupta
Date: Wed May 14 01:50:01 2008
New Revision: 51094

URL: http://llvm.org/viewvc/llvm-project?rev=51094&view=rev
Log:
Fixed the file description header at the top to remove the developer name.

Modified:
    llvm/trunk/lib/Target/PIC16/PIC16.h

Modified: llvm/trunk/lib/Target/PIC16/PIC16.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PIC16/PIC16.h?rev=51094&r1=51093&r2=51094&view=diff

==============================================================================
--- llvm/trunk/lib/Target/PIC16/PIC16.h (original)
+++ llvm/trunk/lib/Target/PIC16/PIC16.h Wed May 14 01:50:01 2008
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Bruno Cardoso Lopes and is distributed under the 
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source 
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //





More information about the llvm-commits mailing list