aboutsummaryrefslogtreecommitdiff
path: root/include/Config/sys
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/Config/sys
parent65797b83a959e580e2bf293c93091dbaf5a820b5 (diff)
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/Config/sys')
-rw-r--r--include/Config/sys/mman.h12
-rw-r--r--include/Config/sys/resource.h13
-rw-r--r--include/Config/sys/stat.h12
-rw-r--r--include/Config/sys/time.h12
-rw-r--r--include/Config/sys/types.h12
-rw-r--r--include/Config/sys/wait.h11
6 files changed, 55 insertions, 17 deletions
diff --git a/include/Config/sys/mman.h b/include/Config/sys/mman.h
index af7affd940..191161aa90 100644
--- a/include/Config/sys/mman.h
+++ b/include/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/Config/sys/resource.h b/include/Config/sys/resource.h
index 00979b2a89..7e090ce4ba 100644
--- a/include/Config/sys/resource.h
+++ b/include/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/Config/sys/stat.h b/include/Config/sys/stat.h
index 7bf33d3f24..a19fee4222 100644
--- a/include/Config/sys/stat.h
+++ b/include/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/Config/sys/time.h b/include/Config/sys/time.h
index c982b8e0e1..21cb140089 100644
--- a/include/Config/sys/time.h
+++ b/include/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/Config/sys/types.h b/include/Config/sys/types.h
index 08ec22df28..bdb64a7b08 100644
--- a/include/Config/sys/types.h
+++ b/include/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/Config/sys/wait.h b/include/Config/sys/wait.h
index 5d69fa1ca4..de92831316 100644
--- a/include/Config/sys/wait.h
+++ b/include/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