Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Argument.h
index ca2c567b897e9b21653d71122b93ec2e133809e0..2d70f5314b23b2d1e252162cfc658c20cba80be0 100644 (file)
@@ -1,4 +1,11 @@
 //===-- llvm/Argument.h - Definition of the Argument class ------*- 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 the Argument class, which represents an incoming formal
 // argument to a Function.