aboutsummaryrefslogtreecommitdiff
path: root/include/Support/DataTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/DataTypes.h')
-rw-r--r--include/Support/DataTypes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Support/DataTypes.h b/include/Support/DataTypes.h
index eb933216d8..e2a08ea2ad 100644
--- a/include/Support/DataTypes.h
+++ b/include/Support/DataTypes.h
@@ -1,4 +1,11 @@
//===-- include/Support/DataTypes.h - Define fixed size types ---*- 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 definitions to figure out the size of _HOST_ data types.
// This file is important because different host OS's define different macros,