diff options
Diffstat (limited to 'llvm/tools/llee')
-rw-r--r-- | llvm/tools/llee/OSInterface.h | 8 | ||||
-rw-r--r-- | llvm/tools/llee/SysUtils.h | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/llvm/tools/llee/OSInterface.h b/llvm/tools/llee/OSInterface.h index 18fe0da13a5..e886a60361b 100644 --- a/llvm/tools/llee/OSInterface.h +++ b/llvm/tools/llee/OSInterface.h @@ -1,4 +1,12 @@ /*===- OSInterface.h - Interface to query OS for functionality ---*- 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 the prototype interface that we will expect operating * * systems to implement if they wish to support offline cachine. * diff --git a/llvm/tools/llee/SysUtils.h b/llvm/tools/llee/SysUtils.h index 2e498a80e8b..8db79cc6206 100644 --- a/llvm/tools/llee/SysUtils.h +++ b/llvm/tools/llee/SysUtils.h @@ -1,4 +1,12 @@ /*===- SysUtils.h - Utilities to do low-level system stuff -------*- 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 contains functions used to do a variety of low-level, often * * system-specific, tasks. * |