diff options
Diffstat (limited to 'include/llvm/Type.def')
-rw-r--r-- | include/llvm/Type.def | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Type.def b/include/llvm/Type.def index e271f10f7e..566a9a3f02 100644 --- a/include/llvm/Type.def +++ b/include/llvm/Type.def @@ -1,4 +1,11 @@ //===-- llvm/Type.def - File that describes various LLVM 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 descriptions of the various LLVM types and derived types. // This file serves as a source of in source documentation and a can be |