aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/Config/alloca.h7
-rw-r--r--include/Config/dlfcn.h9
-rw-r--r--include/Config/errno.h9
-rw-r--r--include/Config/fcntl.h9
-rw-r--r--include/Config/limits.h9
-rw-r--r--include/Config/link.h9
-rw-r--r--include/Config/malloc.h9
-rw-r--r--include/Config/memory.h9
-rw-r--r--include/Config/stdint.h9
-rw-r--r--include/Config/stdlib.h9
-rw-r--r--include/Config/string.h9
-rw-r--r--include/Config/strings.h9
-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
-rw-r--r--include/Config/time.h9
-rw-r--r--include/Config/unistd.h9
-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
35 files changed, 269 insertions, 78 deletions
diff --git a/include/Config/alloca.h b/include/Config/alloca.h
index f27ef060dc..a6d6dbf9bd 100644
--- a/include/Config/alloca.h
+++ b/include/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/Config/dlfcn.h b/include/Config/dlfcn.h
index 9beddccbf1..454ede8570 100644
--- a/include/Config/dlfcn.h
+++ b/include/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/Config/errno.h b/include/Config/errno.h
index 7c7f3186d2..c283813dda 100644
--- a/include/Config/errno.h
+++ b/include/Config/errno.h
@@ -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
diff --git a/include/Config/fcntl.h b/include/Config/fcntl.h
index 267503d6e4..bfea550f45 100644
--- a/include/Config/fcntl.h
+++ b/include/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/Config/limits.h b/include/Config/limits.h
index da5cd66514..e5a787e5e1 100644
--- a/include/Config/limits.h
+++ b/include/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/Config/link.h b/include/Config/link.h
index a003e2473e..f094feca2e 100644
--- a/include/Config/link.h
+++ b/include/Config/link.h
@@ -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
diff --git a/include/Config/malloc.h b/include/Config/malloc.h
index fa85fc8863..c78408a359 100644
--- a/include/Config/malloc.h
+++ b/include/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/Config/memory.h b/include/Config/memory.h
index 01d68aea0d..f75902b5bc 100644
--- a/include/Config/memory.h
+++ b/include/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/Config/stdint.h b/include/Config/stdint.h
index fe2a076e22..a98961063e 100644
--- a/include/Config/stdint.h
+++ b/include/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/Config/stdlib.h b/include/Config/stdlib.h
index 8767cc4b92..4873da1510 100644
--- a/include/Config/stdlib.h
+++ b/include/Config/stdlib.h
@@ -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
diff --git a/include/Config/string.h b/include/Config/string.h
index dd02941f28..48873070e0 100644
--- a/include/Config/string.h
+++ b/include/Config/string.h
@@ -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
diff --git a/include/Config/strings.h b/include/Config/strings.h
index af6c480d2d..b279875f69 100644
--- a/include/Config/strings.h
+++ b/include/Config/strings.h
@@ -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
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
diff --git a/include/Config/time.h b/include/Config/time.h
index 4f14d0d0dd..b2f3e6ee05 100644
--- a/include/Config/time.h
+++ b/include/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/Config/unistd.h b/include/Config/unistd.h
index 72642aeb2a..5b621a6b76 100644
--- a/include/Config/unistd.h
+++ b/include/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
diff --git a/include/llvm/Config/alloca.h b/include/llvm/Config/alloca.h
index f27ef060dc..a6d6dbf9bd 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 9beddccbf1..454ede8570 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 267503d6e4..bfea550f45 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 da5cd66514..e5a787e5e1 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 fa85fc8863..c78408a359 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 01d68aea0d..f75902b5bc 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 fe2a076e22..a98961063e 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 af7affd940..191161aa90 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 00979b2a89..7e090ce4ba 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 7bf33d3f24..a19fee4222 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 c982b8e0e1..21cb140089 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 08ec22df28..bdb64a7b08 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 5d69fa1ca4..de92831316 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 4f14d0d0dd..b2f3e6ee05 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 72642aeb2a..5b621a6b76 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