Added LLVM notice.
[oota-llvm.git] / include / llvm / ADT / BitSetVector.h
index fa2598a285635aafae6f571a042213edbcdec3d6..08bafa15806ae7a17e545167fcc6761c354dd7b0 100644 (file)
@@ -1,4 +1,11 @@
 //===-- BitVectorSet.h - A bit-vector representation of sets ----*- 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 is an implementation of the bit-vector representation of sets.  Unlike
 // vector<bool>, this allows much more efficient parallel set operations on