summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ArchiveReader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bytecode/Reader/ArchiveReader.cpp')
-rw-r--r--lib/Bytecode/Reader/ArchiveReader.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Bytecode/Reader/ArchiveReader.cpp b/lib/Bytecode/Reader/ArchiveReader.cpp
index be023538e1..d155b69bee 100644
--- a/lib/Bytecode/Reader/ArchiveReader.cpp
+++ b/lib/Bytecode/Reader/ArchiveReader.cpp
@@ -1,4 +1,11 @@
//===- ArchiveReader.cpp - Code to read LLVM bytecode from .a files -------===//
+//
+// 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 implements the ReadArchiveFile interface, which allows a linker to
// read all of the LLVM bytecode files contained in a .a file. This file