Added LLVM header notice.

llvm-svn: 9302
This commit is contained in:
John Criswell 2003-10-20 20:11:43 +00:00
parent abf2730d2b
commit afe9f159aa
20 changed files with 152 additions and 44 deletions

View File

@ -1,5 +1,10 @@
/*
* Header file: alloc.h
* 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 includes the infamous alloc.h header file if the

View File

@ -1,5 +1,10 @@
/*
* Header file: dlfcn.h
/*
* 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 dlfcn.h (if it lives

View File

@ -1,5 +1,10 @@
/*
* Header file: errno.h
/*
* 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 errno.h (if it lives

View File

@ -1,5 +1,10 @@
/*
* Header file: fcntl.h
//
* 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 fcntl.h (if it lives

View File

@ -1,5 +1,10 @@
/*
* Header file: limits.h
/*
* 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 limits.h (if it lives

View File

@ -1,5 +1,10 @@
/*
* Header file: link.h
/*
* 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 link.h (if it lives

View File

@ -1,5 +1,10 @@
/*
* Header file: malloc.h
/*
* 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 includes the infamous malloc.h header file if the

View File

@ -1,5 +1,10 @@
/*
* Header file: memory.h
/*
* 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 memory.h (if it lives

View File

@ -1,5 +1,10 @@
/*
* Header file: stdint.h
/*
* 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 stdint.h (if it lives

View File

@ -1,5 +1,10 @@
/*
* Header file: stdlib.h
/*
* 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 stdlib.h (if it lives

View File

@ -1,5 +1,10 @@
/*
* Header file: string.h
/*
* 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 string.h (if it lives

View File

@ -1,5 +1,10 @@
/*
* Header file: strings.h
/*
* 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 strings.h (if it lives

View File

@ -1,10 +1,18 @@
/*
* Header file: mman.h
/*===-- Config/sys/mman.h - Autoconf sys/mman.h wrapper -----------*- 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 includes the headers needed for the mmap() system/
* function call. It also defines some macros so that all of our calls
* to mmap() can act (more or less) the same, regardless of platform.
*
*===----------------------------------------------------------------------===//
*/
#ifndef _CONFIG_MMAN_H

View File

@ -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

View File

@ -1,9 +1,15 @@
/*
* Header file: stat.h
/*===-- Config/sys/stat.h - Annotation classes --------------*- ----C++ -*-===//
*
* The LLVM Compiler Infrastructure
*
* Description:
* 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 header file includes the headers needed for the stat() system
* call.
*
*===----------------------------------------------------------------------===//
*/
#ifndef _CONFIG_SYS_STAT_H

View File

@ -1,9 +1,15 @@
/*
* Header file: time.h
/*===-- Config/sys/time.h - Annotation classes ------------------*- C++ -*-===//
*
* The LLVM Compiler Infrastructure
*
* Description:
* 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 header file is the autoconf replacement for sys/time.h (if it
* lives on the system).
*
*===----------------------------------------------------------------------===//
*/
#ifndef _CONFIG_SYS_TIME_H

View File

@ -1,9 +1,15 @@
/*
* Header file: types.h
/*===-- Config/sys/types.h - Annotation classes --------------*- C++ -*-===//
*
* The LLVM Compiler Infrastructure
*
* Description:
* 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 header file is the autoconf substitute for sys/types.h. It
* includes it for us if it exists on this system.
*
*===----------------------------------------------------------------------===//
*/
#ifndef _CONFIG_SYS_TYPES_H

View File

@ -1,9 +1,14 @@
/*
* Header file: wait.h
/*===-- Config/sys/wait.h - Annotation classes ------------------*- C++ -*-===//
*
* The LLVM Compiler Infrastructure
*
* Description:
* 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 header file includes the headers needed for the wait() system
* call.
*===----------------------------------------------------------------------===//
*/
#ifndef _CONFIG_SYS_WAIT_H

View File

@ -1,5 +1,10 @@
/*
* Header file: time.h
/*
* 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 time.h (if it lives

View File

@ -1,5 +1,10 @@
/*
* Header file: unistd.h
/*
* 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 unistd.h (if it lives