summaryrefslogtreecommitdiff
path: root/docs/DeveloperPolicy.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-23 06:53:06 +0000
committerChris Lattner <sabre@nondot.org>2007-02-23 06:53:06 +0000
commitd5e2d40693af9838d6a6504959536ed81c185540 (patch)
treed84d80cb16a48cb43188d8b3cfbc1b626e4aceec /docs/DeveloperPolicy.html
parent88e37ae36652546c8e409cab69a1777af63cf095 (diff)
downloadllvm-d5e2d40693af9838d6a6504959536ed81c185540.tar.gz
llvm-d5e2d40693af9838d6a6504959536ed81c185540.tar.bz2
llvm-d5e2d40693af9838d6a6504959536ed81c185540.tar.xz
clarify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34524 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r--docs/DeveloperPolicy.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index e5e7b12b5f..19aef36984 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -447,10 +447,10 @@ Changes</a></div>
with the GPL, and must be releasable under the terms of the GPL. This implies
that <b>any code linked into llvm-gcc and distributed to others may be subject
to the viral aspects of the GPL</b> (for example, a proprietary code generator
- linked into llvm-gcc must be made available under
- the GPL). This is not a problem for the main LLVM
- distribution (which is already licensed under a more liberal license), but may
- be a problem if you intend to base commercial development on llvm-gcc without
+ linked into llvm-gcc must be made available under the GPL). This is not a
+ problem for code already distributed under a more liberal license (like the
+ UIUC license), and does not affect code generated by llvm-gcc. It may be a
+ problem if you intend to base commercial development on llvm-gcc without
redistributing your source code.</p>
<p>We have no plans to change the license of LLVM. If you have questions