Added LLVM notice.
[oota-llvm.git] / include / Support / slist
index 31c5ce809bdd81b187fbbb88aab7485aa4050c0c..9e5c3eae970e730e967f0f0bd8e94c60aaee185f 100644 (file)
@@ -1,4 +1,11 @@
 //===-- Support/slist - "Portable" wrapper around slist ---------*- 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 provides a wrapper around the mysterious <slist> header file that
 // seems to move around between GCC releases into and out of namespaces at will.