Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / ExecutionEngine / GenericValue.h
index f5e70e5fd56ab0ef38bef5df26b88c3d7ba025a1..b64eb79bbd48f80c1f344c0a43dc5b9e529072ae 100644 (file)
@@ -1,5 +1,12 @@
 //===-- GenericValue.h - Represent any type of LLVM value -------*- 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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 // The GenericValue class is used to represent an LLVM value of arbitrary type.
 //
 //===----------------------------------------------------------------------===//