diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-20 20:11:43 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-20 20:11:43 +0000 |
commit | 2efc5b5780fbb5e01f5aa2e0ccc2c2505679da32 (patch) | |
tree | 67f60bac2ecf5e8c99ccb21f942c55e0f03bf872 /include/llvm/Config/fcntl.h | |
parent | 65797b83a959e580e2bf293c93091dbaf5a820b5 (diff) | |
download | external_llvm-2efc5b5780fbb5e01f5aa2e0ccc2c2505679da32.zip external_llvm-2efc5b5780fbb5e01f5aa2e0ccc2c2505679da32.tar.gz external_llvm-2efc5b5780fbb5e01f5aa2e0ccc2c2505679da32.tar.bz2 |
Added LLVM header notice.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9302 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/fcntl.h')
-rw-r--r-- | include/llvm/Config/fcntl.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/llvm/Config/fcntl.h b/include/llvm/Config/fcntl.h index 267503d..bfea550 100644 --- a/include/llvm/Config/fcntl.h +++ b/include/llvm/Config/fcntl.h @@ -1,5 +1,10 @@ -/* - * Header file: fcntl.h +// + * 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. + * + ****************************************************************************** * * Description: * This header file is the autoconf replacement for fcntl.h (if it lives |