diff options
Diffstat (limited to 'include/llvm/Config/sys/resource.h')
-rw-r--r-- | include/llvm/Config/sys/resource.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/include/llvm/Config/sys/resource.h b/include/llvm/Config/sys/resource.h index 00979b2..7e090ce 100644 --- a/include/llvm/Config/sys/resource.h +++ b/include/llvm/Config/sys/resource.h @@ -1,9 +1,16 @@ -/* - * Header file: resource.h +/*===-- Config/sys/resource.h - Annotation classes --------------*- 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. + * + *===----------------------------------------------------------------------===// * - * Description: * This header file is the autoconf replacement for sys/resource.h (if it * lives on the system). + * + *===----------------------------------------------------------------------===// */ #ifndef _CONFIG_SYS_RESOURCE_H |