diff options
Diffstat (limited to 'llvm/include/Support/Signals.h')
-rw-r--r-- | llvm/include/Support/Signals.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/include/Support/Signals.h b/llvm/include/Support/Signals.h index 218cf99a244..ce12301a15c 100644 --- a/llvm/include/Support/Signals.h +++ b/llvm/include/Support/Signals.h @@ -1,4 +1,11 @@ //===- Support/Signals.h - Signal Handling support --------------*- 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 some helpful functions for dealing with the possibility of // unix signals occuring while your program is running. |