Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Support / CommandLine.cpp
index 807ff165b09443a8a20d39e1c5bd505bd7072ab2..de895c9117661a17b2ae3355e85efc2a55f1f0cb 100644 (file)
@@ -1,4 +1,11 @@
 //===-- CommandLine.cpp - Command line parser implementation --------------===//
+// 
+//                     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