aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Mangler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/Mangler.cpp')
-rw-r--r--lib/Support/Mangler.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Support/Mangler.cpp b/lib/Support/Mangler.cpp
index d9186a9c93..44c697d3d8 100644
--- a/lib/Support/Mangler.cpp
+++ b/lib/Support/Mangler.cpp
@@ -1,4 +1,11 @@
//===-- Mangler.cpp - Self-contained c/asm llvm name mangler --------------===//
+//
+// 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.
+//
+//===----------------------------------------------------------------------===//
//
// Unified name mangler for CWriter and assembly backends.
//