Added LLVM notice.
[oota-llvm.git] / include / llvm / Support / CommandLine.h
index 179bca378ba4f7ec03d037f298110e2ab7e0b07f..01f55a81d455716cc8e8d82c652427834a90c1a6 100644 (file)
@@ -1,4 +1,11 @@
 //===- Support/CommandLine.h - Flexible Command line parser -----*- 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 class implements a command line argument processor that is useful when
 // creating a tool.  It provides a simple, minimalistic interface that is easily