[llvm-commits] CVS: llvm/include/Config/sys/mman.h resource.h stat.h time.h types.h wait.h

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


Changes in directory llvm/include/Config/sys:

mman.h updated: 1.2 -> 1.3
resource.h updated: 1.2 -> 1.3
stat.h updated: 1.2 -> 1.3
time.h updated: 1.2 -> 1.3
types.h updated: 1.2 -> 1.3
wait.h updated: 1.2 -> 1.3

---
Log message:

Added LLVM header notice.



---
Diffs of the changes:  (+55 -17)

Index: llvm/include/Config/sys/mman.h
diff -u llvm/include/Config/sys/mman.h:1.2 llvm/include/Config/sys/mman.h:1.3
--- llvm/include/Config/sys/mman.h:1.2	Mon Jun 30 16:58:20 2003
+++ llvm/include/Config/sys/mman.h	Mon Oct 20 15:11:42 2003
@@ -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: llvm/include/Config/sys/resource.h
diff -u llvm/include/Config/sys/resource.h:1.2 llvm/include/Config/sys/resource.h:1.3
--- llvm/include/Config/sys/resource.h:1.2	Mon Jun 30 16:58:20 2003
+++ llvm/include/Config/sys/resource.h	Mon Oct 20 15:11:42 2003
@@ -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: llvm/include/Config/sys/stat.h
diff -u llvm/include/Config/sys/stat.h:1.2 llvm/include/Config/sys/stat.h:1.3
--- llvm/include/Config/sys/stat.h:1.2	Mon Jun 30 16:58:21 2003
+++ llvm/include/Config/sys/stat.h	Mon Oct 20 15:11:42 2003
@@ -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: llvm/include/Config/sys/time.h
diff -u llvm/include/Config/sys/time.h:1.2 llvm/include/Config/sys/time.h:1.3
--- llvm/include/Config/sys/time.h:1.2	Mon Jun 30 16:58:21 2003
+++ llvm/include/Config/sys/time.h	Mon Oct 20 15:11:43 2003
@@ -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: llvm/include/Config/sys/types.h
diff -u llvm/include/Config/sys/types.h:1.2 llvm/include/Config/sys/types.h:1.3
--- llvm/include/Config/sys/types.h:1.2	Mon Jun 30 16:58:21 2003
+++ llvm/include/Config/sys/types.h	Mon Oct 20 15:11:43 2003
@@ -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: llvm/include/Config/sys/wait.h
diff -u llvm/include/Config/sys/wait.h:1.2 llvm/include/Config/sys/wait.h:1.3
--- llvm/include/Config/sys/wait.h:1.2	Mon Jun 30 16:58:21 2003
+++ llvm/include/Config/sys/wait.h	Mon Oct 20 15:11:43 2003
@@ -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





More information about the llvm-commits mailing list