Added LLVM header notice.

llvm-svn: 9302
This commit is contained in:
John Criswell 2003-10-20 20:11:43 +00:00
parent 774b94a74b
commit 4c8472d705
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: * Description:
* This header file includes the infamous alloc.h header file if the * 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: * Description:
* This header file is the autoconf replacement for dlfcn.h (if it lives * 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: * Description:
* This header file is the autoconf replacement for errno.h (if it lives * 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: * Description:
* This header file is the autoconf replacement for fcntl.h (if it lives * 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: * Description:
* This header file is the autoconf replacement for limits.h (if it lives * 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: * Description:
* This header file is the autoconf replacement for link.h (if it lives * 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: * Description:
* This header file includes the infamous malloc.h header file if the * 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: * Description:
* This header file is the autoconf replacement for memory.h (if it lives * 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: * Description:
* This header file is the autoconf replacement for stdint.h (if it lives * 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: * Description:
* This header file is the autoconf replacement for stdlib.h (if it lives * 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: * Description:
* This header file is the autoconf replacement for string.h (if it lives * 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: * Description:
* This header file is the autoconf replacement for strings.h (if it lives * This header file is the autoconf replacement for strings.h (if it lives

View File

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

View File

@ -1,9 +1,16 @@
/* /*===-- Config/sys/resource.h - Annotation classes --------------*- C++ -*-===//
* Header file: resource.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 sys/resource.h (if it * This header file is the autoconf replacement for sys/resource.h (if it
* lives on the system). * lives on the system).
*
*===----------------------------------------------------------------------===//
*/ */
#ifndef _CONFIG_SYS_RESOURCE_H #ifndef _CONFIG_SYS_RESOURCE_H

View File

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

View File

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

View File

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

View File

@ -1,9 +1,14 @@
/* /*===-- Config/sys/wait.h - Annotation classes ------------------*- C++ -*-===//
* Header file: wait.h *
* 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 * This header file includes the headers needed for the wait() system
* call. * call.
*===----------------------------------------------------------------------===//
*/ */
#ifndef _CONFIG_SYS_WAIT_H #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: * Description:
* This header file is the autoconf replacement for time.h (if it lives * 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: * Description:
* This header file is the autoconf replacement for unistd.h (if it lives * This header file is the autoconf replacement for unistd.h (if it lives