Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Analysis / IPA / PrintSCC.cpp
index dfb7420542c93d5ea712a9d64cf1c4225c96605e..345938115871d51c33e3c40d3fa8e4b2cd81a853 100644 (file)
@@ -1,4 +1,11 @@
 //===- PrintSCC.cpp - Enumerate SCCs in some key graphs -------------------===//
+// 
+//                     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 provides passes to print out SCCs in a CFG or a CallGraph.
 // Normally, you would not use these passes; instead, you would use the