Added LLVM header notice.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 20 Oct 2003 20:11:43 +0000 (20:11 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 20 Oct 2003 20:11:43 +0000 (20:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9302 91177308-0d34-0410-b5e6-96231b3b80d8

35 files changed:
include/Config/alloca.h
include/Config/dlfcn.h
include/Config/errno.h
include/Config/fcntl.h
include/Config/limits.h
include/Config/link.h
include/Config/malloc.h
include/Config/memory.h
include/Config/stdint.h
include/Config/stdlib.h
include/Config/string.h
include/Config/strings.h
include/Config/sys/mman.h
include/Config/sys/resource.h
include/Config/sys/stat.h
include/Config/sys/time.h
include/Config/sys/types.h
include/Config/sys/wait.h
include/Config/time.h
include/Config/unistd.h
include/llvm/Config/alloca.h
include/llvm/Config/dlfcn.h
include/llvm/Config/fcntl.h
include/llvm/Config/limits.h
include/llvm/Config/malloc.h
include/llvm/Config/memory.h
include/llvm/Config/stdint.h
include/llvm/Config/sys/mman.h
include/llvm/Config/sys/resource.h
include/llvm/Config/sys/stat.h
include/llvm/Config/sys/time.h
include/llvm/Config/sys/types.h
include/llvm/Config/sys/wait.h
include/llvm/Config/time.h
include/llvm/Config/unistd.h

index f27ef060dcb5113e2dddfe3562fcec3eb50fd863..a6d6dbf9bdf6481f3841bf1d6c209cc31b615a34 100644 (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
index 9beddccbf1641ebd1c091abb92e806d284eba190..454ede8570883e00d184a7d40591d91d6d16fa56 100644 (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
index 7c7f3186d288092d87c288f710d78d9d0f23bc1b..c283813ddaa2677fb5ff1b1cb44961b96e0d547e 100644 (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
index 267503d6e490665ff99cb8992297a37aac87737e..bfea550f45ae5594eaf38403511f4e8c46e274be 100644 (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
index da5cd6651471c92da1d0e395ff1f25149524df22..e5a787e5e1409aad28700d40c38020bebac16dfb 100644 (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
index a003e2473e8f70da87e1b7ca8bbe299ccb983286..f094feca2ed030f532eb280eecd1d7fa8452cddd 100644 (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
index fa85fc88637f5b6f683e543d66efe3e726379236..c78408a35981d8c216ef6e3cbb8d7be68c818129 100644 (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
index 01d68aea0d3d85c9c8f23fc47df1d34a0320af48..f75902b5bc51df2d332f94422e0083288721231c 100644 (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
index fe2a076e224f1c53ecb8d52859ab6cd30cfb508a..a98961063ef299d3c6c2d6edd7764ad880233398 100644 (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
index 8767cc4b92cd2389ed1583dcbb1f61c5452a12f0..4873da151007b8deaf9eb9f20f402fad3bc3be87 100644 (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
index dd02941f28766a16e41adeae62537532ad262e01..48873070e0f1de4dfe4ed9fbacd32adc28a9715a 100644 (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
index af6c480d2d4a2536b0eabdc420be8342c7c8d18b..b279875f69dac67143ff7e2c00d9146b6ed61969 100644 (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
index af7affd9402f84f15ee0da06faa1d078732cff52..191161aa907e03088bc8a9e6ad5a55b380e585d6 100644 (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
index 00979b2a89ba9292bf12c5cb58fd6cf833b2e121..7e090ce4ba15df85be62ea29a39f3423493d7d3e 100644 (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
index 7bf33d3f24b2d631a62ac785ad53fee551429411..a19fee4222cb67625282f12b00df590c166a938a 100644 (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
index c982b8e0e1d1bacf506f90ecf1cddea28fff3511..21cb1400893f629ca34b4c7061261a94a14b4e9a 100644 (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
index 08ec22df2871fd339815cb7463112ca1043bdfb4..bdb64a7b0816c7eb50424ed3d2641ba7f14a89b5 100644 (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
index 5d69fa1ca4a912675b9b5fbe756c130fe85d0763..de92831316ee68309f6956ed8ca3f500b035eb03 100644 (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
index 4f14d0d0dd0126b4f531b8587d4ae7ffb1555f96..b2f3e6ee053ea5d0efbf9dbb863cb74e23191576 100644 (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
index 72642aeb2a8f594729df8c9bfed1d79c14f67845..5b621a6b76225e383f84c9581de0d544a1d8fac8 100644 (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
index f27ef060dcb5113e2dddfe3562fcec3eb50fd863..a6d6dbf9bdf6481f3841bf1d6c209cc31b615a34 100644 (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
index 9beddccbf1641ebd1c091abb92e806d284eba190..454ede8570883e00d184a7d40591d91d6d16fa56 100644 (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
index 267503d6e490665ff99cb8992297a37aac87737e..bfea550f45ae5594eaf38403511f4e8c46e274be 100644 (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
index da5cd6651471c92da1d0e395ff1f25149524df22..e5a787e5e1409aad28700d40c38020bebac16dfb 100644 (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
index fa85fc88637f5b6f683e543d66efe3e726379236..c78408a35981d8c216ef6e3cbb8d7be68c818129 100644 (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
index 01d68aea0d3d85c9c8f23fc47df1d34a0320af48..f75902b5bc51df2d332f94422e0083288721231c 100644 (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
index fe2a076e224f1c53ecb8d52859ab6cd30cfb508a..a98961063ef299d3c6c2d6edd7764ad880233398 100644 (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
index af7affd9402f84f15ee0da06faa1d078732cff52..191161aa907e03088bc8a9e6ad5a55b380e585d6 100644 (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
index 00979b2a89ba9292bf12c5cb58fd6cf833b2e121..7e090ce4ba15df85be62ea29a39f3423493d7d3e 100644 (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
index 7bf33d3f24b2d631a62ac785ad53fee551429411..a19fee4222cb67625282f12b00df590c166a938a 100644 (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
index c982b8e0e1d1bacf506f90ecf1cddea28fff3511..21cb1400893f629ca34b4c7061261a94a14b4e9a 100644 (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
index 08ec22df2871fd339815cb7463112ca1043bdfb4..bdb64a7b0816c7eb50424ed3d2641ba7f14a89b5 100644 (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
index 5d69fa1ca4a912675b9b5fbe756c130fe85d0763..de92831316ee68309f6956ed8ca3f500b035eb03 100644 (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
index 4f14d0d0dd0126b4f531b8587d4ae7ffb1555f96..b2f3e6ee053ea5d0efbf9dbb863cb74e23191576 100644 (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
index 72642aeb2a8f594729df8c9bfed1d79c14f67845..5b621a6b76225e383f84c9581de0d544a1d8fac8 100644 (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