Added LLVM notice.
[oota-llvm.git] / include / Support / Casting.h
index 2815ecde71d89b75ef7869766bfae5e4241e3a27..065919c1792a87c71cc491e3c464cb4418f1eeca 100644 (file)
@@ -1,4 +1,11 @@
-//===-- Support/Casting.h - Allow flexible, checked, casts -------*- C++ -*--=//
+//===-- Support/Casting.h - Allow flexible, checked, casts ------*- 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 the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
 // and dyn_cast_or_null<X>() templates.