diff options
author | John Criswell <criswell@uiuc.edu> | 2004-08-05 20:36:00 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-08-05 20:36:00 +0000 |
commit | 2c2ba762a332cd01b898080998422e05e10e6246 (patch) | |
tree | 7d5e88937dbc24ca6f042b8ab184b2b77c0983d7 | |
parent | 047e606146133da01b8daabb5c480e737aaf79d1 (diff) |
Add additional copyright notice for the PowerPC backend.
Thanks Nate!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15531 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | LICENSE.TXT | 1 | ||||
-rw-r--r-- | lib/Target/PowerPC/LICENSE.TXT | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/LICENSE.TXT b/LICENSE.TXT index 3b9d055e5c..e351ddbe1f 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -61,6 +61,7 @@ licenses, and/or restrictions: Program Directory ------- --------- +PowerPC Backend llvm/lib/Target/PowerPC Autoconf: llvm/autoconf llvm/projects/ModuleMaker/autoconf llvm/projects/sample/autoconf diff --git a/lib/Target/PowerPC/LICENSE.TXT b/lib/Target/PowerPC/LICENSE.TXT new file mode 100644 index 0000000000..7e563d6d3b --- /dev/null +++ b/lib/Target/PowerPC/LICENSE.TXT @@ -0,0 +1,7 @@ +PowerPC Backend +------------------------------------------------------------------------------- +The PowerPC Backend is licensed under the Illinois Open Source License and has +the following additional copyright: + +Copyright (C) 2004 Nate Begeman + |