diff options
Diffstat (limited to 'include/llvm/Bytecode/Primitives.h')
-rw-r--r-- | include/llvm/Bytecode/Primitives.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Bytecode/Primitives.h b/include/llvm/Bytecode/Primitives.h index 97548ccb3d..d9b29c00e7 100644 --- a/include/llvm/Bytecode/Primitives.h +++ b/include/llvm/Bytecode/Primitives.h @@ -1,4 +1,11 @@ //===-- llvm/Bytecode/Primitives.h - Bytecode file format prims -*- 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 header defines some basic functions for reading and writing basic // primitive types to a bytecode stream. |