Added copyright header to all C++ source files.
[oota-llvm.git] / tools / bugpoint / TestPasses.cpp
index 32bca9555b6de874d35abea8a1954742222af85c..25f28192e4c6f7ab934766438a5fe5ba79dd0444 100644 (file)
@@ -1,4 +1,12 @@
 //===- TestPasses.cpp - "buggy" passes used to test bugpoint --------------===//
+// 
+//                     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 contains "buggy" passes that are used to test bugpoint, to check
 // that it is narrowing down testcases correctly.