aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-20 20:11:43 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-20 20:11:43 +0000
commit2efc5b5780fbb5e01f5aa2e0ccc2c2505679da32 (patch)
tree67f60bac2ecf5e8c99ccb21f942c55e0f03bf872 /include/llvm/Config
parent65797b83a959e580e2bf293c93091dbaf5a820b5 (diff)
downloadexternal_llvm-2efc5b5780fbb5e01f5aa2e0ccc2c2505679da32.zip
external_llvm-2efc5b5780fbb5e01f5aa2e0ccc2c2505679da32.tar.gz
external_llvm-2efc5b5780fbb5e01f5aa2e0ccc2c2505679da32.tar.bz2
Added LLVM header notice.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9302 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/alloca.h7
-rw-r--r--include/llvm/Config/dlfcn.h9
-rw-r--r--include/llvm/Config/fcntl.h9
-rw-r--r--include/llvm/Config/limits.h9
-rw-r--r--include/llvm/Config/malloc.h9
-rw-r--r--include/llvm/Config/memory.h9
-rw-r--r--include/llvm/Config/stdint.h9
-rw-r--r--include/llvm/Config/sys/mman.h12
-rw-r--r--include/llvm/Config/sys/resource.h13
-rw-r--r--include/llvm/Config/sys/stat.h12
-rw-r--r--include/llvm/Config/sys/time.h12
-rw-r--r--include/llvm/Config/sys/types.h12
-rw-r--r--include/llvm/Config/sys/wait.h11
-rw-r--r--include/llvm/Config/time.h9
-rw-r--r--include/llvm/Config/unistd.h9
15 files changed, 117 insertions, 34 deletions
diff --git a/include/llvm/Config/alloca.h b/include/llvm/Config/alloca.h
index f27ef06..a6d6dbf 100644
--- a/include/llvm/Config/alloca.h
+++ b/include/llvm/Config/alloca.h
@@ -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
diff --git a/include/llvm/Config/dlfcn.h b/include/llvm/Config/dlfcn.h
index 9beddcc..454ede8 100644
--- a/include/llvm/Config/dlfcn.h
+++ b/include/llvm/Config/dlfcn.h
@@ -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
diff --git a/include/llvm/Config/fcntl.h b/include/llvm/Config/fcntl.h
index 267503d..bfea550 100644
--- a/include/llvm/Config/fcntl.h
+++ b/include/llvm/Config/fcntl.h
@@ -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
diff --git a/include/llvm/Config/limits.h b/include/llvm/Config/limits.h
index da5cd66..e5a787e 100644
--- a/include/llvm/Config/limits.h
+++ b/include/llvm/Config/limits.h
@@ -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
diff --git a/include/llvm/Config/malloc.h b/include/llvm/Config/malloc.h
index fa85fc8..c78408a 100644
--- a/include/llvm/Config/malloc.h
+++ b/include/llvm/Config/malloc.h
@@ -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
diff --git a/include/llvm/Config/memory.h b/include/llvm/Config/memory.h
index 01d68ae..f75902b 100644
--- a/include/llvm/Config/memory.h
+++ b/include/llvm/Config/memory.h
@@ -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
diff --git a/include/llvm/Config/stdint.h b/include/llvm/Config/stdint.h
index fe2a076..a989610 100644
--- a/include/llvm/Config/stdint.h
+++ b/include/llvm/Config/stdint.h
@@ -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
diff --git a/include/llvm/Config/sys/mman.h b/include/llvm/Config/sys/mman.h
index af7affd..191161a 100644
--- a/include/llvm/Config/sys/mman.h
+++ b/include/llvm/Config/sys/mman.h
@@ -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
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
diff --git a/include/llvm/Config/sys/stat.h b/include/llvm/Config/sys/stat.h
index 7bf33d3..a19fee4 100644
--- a/include/llvm/Config/sys/stat.h
+++ b/include/llvm/Config/sys/stat.h
@@ -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
diff --git a/include/llvm/Config/sys/time.h b/include/llvm/Config/sys/time.h
index c982b8e..21cb140 100644
--- a/include/llvm/Config/sys/time.h
+++ b/include/llvm/Config/sys/time.h
@@ -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
diff --git a/include/llvm/Config/sys/types.h b/include/llvm/Config/sys/types.h
index 08ec22d..bdb64a7 100644
--- a/include/llvm/Config/sys/types.h
+++ b/include/llvm/Config/sys/types.h
@@ -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
diff --git a/include/llvm/Config/sys/wait.h b/include/llvm/Config/sys/wait.h
index 5d69fa1..de92831 100644
--- a/include/llvm/Config/sys/wait.h
+++ b/include/llvm/Config/sys/wait.h
@@ -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
diff --git a/include/llvm/Config/time.h b/include/llvm/Config/time.h
index 4f14d0d..b2f3e6e 100644
--- a/include/llvm/Config/time.h
+++ b/include/llvm/Config/time.h
@@ -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
diff --git a/include/llvm/Config/unistd.h b/include/llvm/Config/unistd.h
index 72642ae..5b621a6 100644
--- a/include/llvm/Config/unistd.h
+++ b/include/llvm/Config/unistd.h
@@ -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