[llvm-commits] CVS: llvm/tools/llee/OSInterface.h SysUtils.h

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


Changes in directory llvm/tools/llee:

OSInterface.h updated: 1.1 -> 1.2
SysUtils.h updated: 1.3 -> 1.4

---
Log message:

Added copyright header to all C++ source files.



---
Diffs of the changes:  (+16 -0)

Index: llvm/tools/llee/OSInterface.h
diff -u llvm/tools/llee/OSInterface.h:1.1 llvm/tools/llee/OSInterface.h:1.2
--- llvm/tools/llee/OSInterface.h:1.1	Mon Sep 29 17:37:00 2003
+++ llvm/tools/llee/OSInterface.h	Mon Oct 20 12:47:13 2003
@@ -1,4 +1,12 @@
 /*===- OSInterface.h - Interface to query OS for functionality ---*- 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.
+// 
+//===----------------------------------------------------------------------===//
+// 
  *                                                                            *
  * This file defines the prototype interface that we will expect operating    *
  * systems to implement if they wish to support offline cachine.              *


Index: llvm/tools/llee/SysUtils.h
diff -u llvm/tools/llee/SysUtils.h:1.3 llvm/tools/llee/SysUtils.h:1.4
--- llvm/tools/llee/SysUtils.h:1.3	Mon Sep 29 17:37:00 2003
+++ llvm/tools/llee/SysUtils.h	Mon Oct 20 12:47:13 2003
@@ -1,4 +1,12 @@
 /*===- SysUtils.h - Utilities to do low-level system stuff -------*- 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.
+// 
+//===----------------------------------------------------------------------===//
+// 
  *                                                                            *
  * This file contains functions used to do a variety of low-level, often      *
  * system-specific, tasks.                                                    *





More information about the llvm-commits mailing list