Added LLVM notice.
[oota-llvm.git] / include / Support / Annotation.h
index 8dbad760d7a2b232ad45e6dc8d6702a3a4039b41..075ffc297a4b91a9d0b18cb6b1adf50aadb5d586 100644 (file)
@@ -1,4 +1,11 @@
 //===-- Support/Annotation.h - Annotation classes ---------------*- 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 contains the declarations for two classes: Annotation & Annotable.
 // Using these two simple classes, anything that derives from Annotable can have
@@ -16,7 +23,8 @@
 #define SUPPORT_ANNOTATION_H
 
 #include <string>
-#include <assert.h>
+#include <cassert>
+
 class AnnotationID;
 class Annotation;
 class Annotable;