Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Support / CFG.h
index 2d67c026eb54f40b42a981a416f73762f44490ce..9355139f34ae81ff13cf39f8f9987235d293c06f 100644 (file)
@@ -1,4 +1,11 @@
 //===-- llvm/Support/CFG.h - Process LLVM structures as graphs --*- 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 specializations of GraphTraits that allow Function and
 // BasicBlock graphs to be treated as proper graphs for generic algorithms.