Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Target / TargetSchedInfo.cpp
index f70f374dab843f717b64e0ff555805c1bd063ecb..0dbde45c38ef6e4815c83edc1c88deb2eb434fd5 100644 (file)
@@ -1,4 +1,11 @@
 //===-- SchedInfo.cpp - Generic code to support target schedulers ----------==//
+// 
+//                     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 implements the generic part of a Scheduler description for a
 // target.  This functionality is defined in the llvm/Target/SchedInfo.h file.