summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/CommandLine.h
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-20 19:46:57 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-20 19:46:57 +0000
commitdd04329da2b92b8f34176be0ecf404f3c28ff1f0 (patch)
tree6eb990d96f99cf5508abe5a0b04057598625c954 /llvm/include/Support/CommandLine.h
parent098cafd62b495e44422dcedc358b1a3f165148cc (diff)
downloadbcm5719-llvm-dd04329da2b92b8f34176be0ecf404f3c28ff1f0.tar.gz
bcm5719-llvm-dd04329da2b92b8f34176be0ecf404f3c28ff1f0.zip
Added LLVM notice.
llvm-svn: 9300
Diffstat (limited to 'llvm/include/Support/CommandLine.h')
-rw-r--r--llvm/include/Support/CommandLine.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/include/Support/CommandLine.h b/llvm/include/Support/CommandLine.h
index 179bca378ba..01f55a81d45 100644
--- a/llvm/include/Support/CommandLine.h
+++ b/llvm/include/Support/CommandLine.h
@@ -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
OpenPOWER on IntegriCloud