aboutsummaryrefslogtreecommitdiff
path: root/tools/llee/SysUtils.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llee/SysUtils.c')
-rw-r--r--tools/llee/SysUtils.c19
1 files changed, 13 insertions, 6 deletions
diff --git a/tools/llee/SysUtils.c b/tools/llee/SysUtils.c
index 2ec6148a66..d7bab1d989 100644
--- a/tools/llee/SysUtils.c
+++ b/tools/llee/SysUtils.c
@@ -1,9 +1,16 @@
-//===- SystemUtils.h - Utilities to do low-level system stuff --*- C++ -*--===//
-//
-// This file contains functions used to do a variety of low-level, often
-// system-specific, tasks.
-//
-//===----------------------------------------------------------------------===//
+/*===- SystemUtils.h - Utilities to do low-level system stuff -------------===*\
+ *
+ * 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.
+ *
+\*===----------------------------------------------------------------------===*/
#include "SysUtils.h"
#include "Config/dlfcn.h"