diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-20 19:46:57 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-20 19:46:57 +0000 |
commit | dd04329da2b92b8f34176be0ecf404f3c28ff1f0 (patch) | |
tree | 6eb990d96f99cf5508abe5a0b04057598625c954 /llvm/include/Support/CommandLine.h | |
parent | 098cafd62b495e44422dcedc358b1a3f165148cc (diff) | |
download | bcm5719-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.h | 7 |
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 |