diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-23 20:03:38 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-23 20:03:38 +0000 |
commit | 72cc55901c3072b72a0605bc74932c6f6c439932 (patch) | |
tree | 6739b08aa9400619e432a84fae827277bc6f09ed | |
parent | 589741e2bd6029195d54d9f95180d441bb80d0d8 (diff) |
Added LLVM copyright header per Vikram's request.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9447 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | README.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.txt b/README.txt index 60fd024e62..05abadcb6d 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,12 @@ +##===----------------------------------------------------------------------===## +# +# 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. +# +##===----------------------------------------------------------------------===## + Welcome to LLVM! This file provides the location of all important LLVM documentation. In |