Added LLVM notice.

llvm-svn: 9300
diff --git a/llvm/include/Support/EquivalenceClasses.h b/llvm/include/Support/EquivalenceClasses.h
index dab5d73..01e8c5e 100644
--- a/llvm/include/Support/EquivalenceClasses.h
+++ b/llvm/include/Support/EquivalenceClasses.h
@@ -1,5 +1,12 @@
 //===-- Support/EquivalenceClasses.h ----------------------------*- 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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 // Generic implementation of equivalence classes and implementation of
 // union-find algorithms A not-so-fancy implementation: 2 level tree i.e root
 // and one more level Overhead of a union = size of the equivalence class being