[llvm] r351731 - Fix typos throughout the license files that somehow I and my reviewers
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 21 01:52:35 PST 2019
Author: chandlerc
Date: Mon Jan 21 01:52:34 2019
New Revision: 351731
URL: http://llvm.org/viewvc/llvm-project?rev=351731&view=rev
Log:
Fix typos throughout the license files that somehow I and my reviewers
all missed!
Thanks to Alex Bradbury for pointing this out, and the fact that I never
added the intended `legacy` anchor to the developer policy. Add that
anchor too. With hope, this will cause the links to all resolve
successfully.
Modified:
llvm/trunk/LICENSE.TXT
llvm/trunk/docs/DeveloperPolicy.rst
llvm/trunk/tools/msbuild/license.txt
Modified: llvm/trunk/LICENSE.TXT
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/LICENSE.TXT?rev=351731&r1=351730&r2=351731&view=diff
==============================================================================
--- llvm/trunk/LICENSE.TXT (original)
+++ llvm/trunk/LICENSE.TXT Mon Jan 21 01:52:34 2019
@@ -234,7 +234,7 @@ mechanisms:
file.
==============================================================================
-Legacy LLVM License (ttps://llvm.org/docs/DeveloperPolicy.html#legacy):
+Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy):
==============================================================================
University of Illinois/NCSA
Open Source License
Modified: llvm/trunk/docs/DeveloperPolicy.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=351731&r1=351730&r2=351731&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.rst (original)
+++ llvm/trunk/docs/DeveloperPolicy.rst Mon Jan 21 01:52:34 2019
@@ -851,6 +851,7 @@ holds though)::
terms of that Grant to the ASF and to recipients of any software distributed
by the ASF for any Apache software product whatsoever.
+.. _legacy:
Legacy License Structure
------------------------
Modified: llvm/trunk/tools/msbuild/license.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/msbuild/license.txt?rev=351731&r1=351730&r2=351731&view=diff
==============================================================================
--- llvm/trunk/tools/msbuild/license.txt (original)
+++ llvm/trunk/tools/msbuild/license.txt Mon Jan 21 01:52:34 2019
@@ -234,7 +234,7 @@ mechanisms:
file.
==============================================================================
-Legacy LLVM License (ttps://llvm.org/docs/DeveloperPolicy.html#legacy):
+Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy):
==============================================================================
University of Illinois/NCSA
Open Source License
More information about the llvm-commits
mailing list