Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Target / TargetData.h
index ae7780dc3a25d2c22d1ccafba2e81c0dd52d601d..8dcb6255d45b30089d518be4292244f3b5af8b44 100644 (file)
@@ -1,4 +1,11 @@
 //===-- llvm/Target/TargetData.h - Data size & alignment info ---*- C++ -*-===//
 //===-- llvm/Target/TargetData.h - Data size & alignment info ---*- C++ -*-===//
+// 
+//                     The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// 
+//===----------------------------------------------------------------------===//
 //
 // This file defines target properties related to datatype size/offset/alignment
 // information.  It uses lazy annotations to cache information about how 
 //
 // This file defines target properties related to datatype size/offset/alignment
 // information.  It uses lazy annotations to cache information about how