[PATCH] D56963: Update the license text on the release page to telegraph to users about therelicening.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 19 04:21:57 PST 2019


chandlerc created this revision.
chandlerc added reviewers: hans, lattner, hfinkel.
Herald added subscribers: arphaman, mcrosier, sanjoy.

This mostly makes it clear that there will be a change with the next release,
and that the text here only applies to the releases.

We need to remember to update this for the next release.


https://reviews.llvm.org/D56963

Files:
  index.html


Index: index.html
===================================================================
--- index.html
+++ index.html
@@ -18,11 +18,16 @@
 
 <div class="rel_boxtext">
 
-<p><a href="//llvm.org">LLVM</a> is distributed under the <a
-href="7.0.0/LICENSE.TXT">University of Illinois Open Source License</a>, an <a
-href="http://www.opensource.org/licenses/UoI-NCSA.php">OSI-approved</a>
+<p>Currently, <a href="//llvm.org">LLVM</a> releases are distributed under the
+<a href="7.0.0/LICENSE.TXT">University of Illinois Open Source License</a>, an
+<a href="http://www.opensource.org/licenses/UoI-NCSA.php">OSI-approved</a>
 license.</p>
 
+<p>However, LLVM version 8 will be the last release under that license as LLVM
+is moving to a new license structure. You can find more details about this in
+the <a href="//llvm.org/docs/DeveloperPolicy.html#relicensing">developer's
+policy</a>.</p>
+
 </div>
 
 <div class="rel_section">Mailing list</div>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56963.182676.patch
Type: text/x-patch
Size: 943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190119/527231f9/attachment.bin>


More information about the llvm-commits mailing list