diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-02-23 06:53:06 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-02-23 06:53:06 +0000 |
| commit | 072d578bc22a292ff2ea7bd91ba2e46ea7b8cc4d (patch) | |
| tree | e87dc3932a4a7da99bc13e644e8c597a69b00f7c /llvm/docs | |
| parent | e18b13b213b7460e803fc9bb3e6719d6a566b3fb (diff) | |
| download | bcm5719-llvm-072d578bc22a292ff2ea7bd91ba2e46ea7b8cc4d.tar.gz bcm5719-llvm-072d578bc22a292ff2ea7bd91ba2e46ea7b8cc4d.zip | |
clarify.
llvm-svn: 34524
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/DeveloperPolicy.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index e5e7b12b5f8..19aef36984f 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/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 |

