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/SetOperations.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/SetOperations.h')
| -rw-r--r-- | llvm/include/Support/SetOperations.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/llvm/include/Support/SetOperations.h b/llvm/include/Support/SetOperations.h index fe020b87dae..dc6e0d6029e 100644 --- a/llvm/include/Support/SetOperations.h +++ b/llvm/include/Support/SetOperations.h @@ -1,4 +1,11 @@  //===-- Support/SetOperations.h - Generic Set Operations --------*- 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 generic set operations that may be used on set's of  // different types, and different element types. | 

