diff options
Diffstat (limited to 'lib/VMCore/ModuleProvider.cpp')
-rw-r--r-- | lib/VMCore/ModuleProvider.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/VMCore/ModuleProvider.cpp b/lib/VMCore/ModuleProvider.cpp index cbc8236..ba324d0 100644 --- a/lib/VMCore/ModuleProvider.cpp +++ b/lib/VMCore/ModuleProvider.cpp @@ -1,4 +1,11 @@ //===-- ModuleProvider.cpp - Base implementation for module providers -----===// +// +// 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. +// +//===----------------------------------------------------------------------===// // // Minimal implementation of the abstract interface for providing a module. // |