[llvm-commits] CVS: llvm/include/Config/alloca.h dlfcn.h errno.h fcntl.h limits.h link.h malloc.h memory.h stdint.h stdlib.h string.h strings.h time.h unistd.h

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 15:12:12 PDT 2003


Changes in directory llvm/include/Config:

alloca.h updated: 1.2 -> 1.3
dlfcn.h updated: 1.2 -> 1.3
errno.h updated: 1.2 -> 1.3
fcntl.h updated: 1.2 -> 1.3
limits.h updated: 1.2 -> 1.3
link.h updated: 1.2 -> 1.3
malloc.h updated: 1.2 -> 1.3
memory.h updated: 1.2 -> 1.3
stdint.h updated: 1.2 -> 1.3
stdlib.h updated: 1.2 -> 1.3
string.h updated: 1.2 -> 1.3
strings.h updated: 1.2 -> 1.3
time.h updated: 1.2 -> 1.3
unistd.h updated: 1.2 -> 1.3

---
Log message:

Added LLVM header notice.



---
Diffs of the changes:  (+97 -27)

Index: llvm/include/Config/alloca.h
diff -u llvm/include/Config/alloca.h:1.2 llvm/include/Config/alloca.h:1.3
--- llvm/include/Config/alloca.h:1.2	Mon Jun 30 16:58:17 2003
+++ llvm/include/Config/alloca.h	Mon Oct 20 15:11:34 2003
@@ -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: llvm/include/Config/dlfcn.h
diff -u llvm/include/Config/dlfcn.h:1.2 llvm/include/Config/dlfcn.h:1.3
--- llvm/include/Config/dlfcn.h:1.2	Mon Jun 30 16:58:17 2003
+++ llvm/include/Config/dlfcn.h	Mon Oct 20 15:11:34 2003
@@ -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: llvm/include/Config/errno.h
diff -u llvm/include/Config/errno.h:1.2 llvm/include/Config/errno.h:1.3
--- llvm/include/Config/errno.h:1.2	Mon Jun 30 16:58:17 2003
+++ llvm/include/Config/errno.h	Mon Oct 20 15:11:34 2003
@@ -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: llvm/include/Config/fcntl.h
diff -u llvm/include/Config/fcntl.h:1.2 llvm/include/Config/fcntl.h:1.3
--- llvm/include/Config/fcntl.h:1.2	Mon Jun 30 16:58:17 2003
+++ llvm/include/Config/fcntl.h	Mon Oct 20 15:11:34 2003
@@ -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: llvm/include/Config/limits.h
diff -u llvm/include/Config/limits.h:1.2 llvm/include/Config/limits.h:1.3
--- llvm/include/Config/limits.h:1.2	Mon Jun 30 16:58:17 2003
+++ llvm/include/Config/limits.h	Mon Oct 20 15:11:35 2003
@@ -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: llvm/include/Config/link.h
diff -u llvm/include/Config/link.h:1.2 llvm/include/Config/link.h:1.3
--- llvm/include/Config/link.h:1.2	Mon Jun 30 16:58:17 2003
+++ llvm/include/Config/link.h	Mon Oct 20 15:11:36 2003
@@ -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: llvm/include/Config/malloc.h
diff -u llvm/include/Config/malloc.h:1.2 llvm/include/Config/malloc.h:1.3
--- llvm/include/Config/malloc.h:1.2	Mon Jun 30 16:58:17 2003
+++ llvm/include/Config/malloc.h	Mon Oct 20 15:11:36 2003
@@ -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: llvm/include/Config/memory.h
diff -u llvm/include/Config/memory.h:1.2 llvm/include/Config/memory.h:1.3
--- llvm/include/Config/memory.h:1.2	Mon Jun 30 16:58:17 2003
+++ llvm/include/Config/memory.h	Mon Oct 20 15:11:36 2003
@@ -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: llvm/include/Config/stdint.h
diff -u llvm/include/Config/stdint.h:1.2 llvm/include/Config/stdint.h:1.3
--- llvm/include/Config/stdint.h:1.2	Mon Jun 30 16:58:17 2003
+++ llvm/include/Config/stdint.h	Mon Oct 20 15:11:36 2003
@@ -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: llvm/include/Config/stdlib.h
diff -u llvm/include/Config/stdlib.h:1.2 llvm/include/Config/stdlib.h:1.3
--- llvm/include/Config/stdlib.h:1.2	Mon Jun 30 16:58:18 2003
+++ llvm/include/Config/stdlib.h	Mon Oct 20 15:11:37 2003
@@ -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: llvm/include/Config/string.h
diff -u llvm/include/Config/string.h:1.2 llvm/include/Config/string.h:1.3
--- llvm/include/Config/string.h:1.2	Mon Jun 30 16:58:18 2003
+++ llvm/include/Config/string.h	Mon Oct 20 15:11:37 2003
@@ -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: llvm/include/Config/strings.h
diff -u llvm/include/Config/strings.h:1.2 llvm/include/Config/strings.h:1.3
--- llvm/include/Config/strings.h:1.2	Mon Jun 30 16:58:18 2003
+++ llvm/include/Config/strings.h	Mon Oct 20 15:11:37 2003
@@ -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: llvm/include/Config/time.h
diff -u llvm/include/Config/time.h:1.2 llvm/include/Config/time.h:1.3
--- llvm/include/Config/time.h:1.2	Mon Jun 30 16:58:18 2003
+++ llvm/include/Config/time.h	Mon Oct 20 15:11:38 2003
@@ -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: llvm/include/Config/unistd.h
diff -u llvm/include/Config/unistd.h:1.2 llvm/include/Config/unistd.h:1.3
--- llvm/include/Config/unistd.h:1.2	Mon Jun 30 16:58:18 2003
+++ llvm/include/Config/unistd.h	Mon Oct 20 15:11:38 2003
@@ -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





More information about the llvm-commits mailing list