Add paragraph tags.

llvm-svn: 68934
This commit is contained in:
Nick Lewycky 2009-04-13 02:03:40 +00:00
parent 0af3ba1748
commit 04adcf153d
1 changed files with 2 additions and 2 deletions

View File

@ -139,10 +139,10 @@ $ llvm-gcc -use-gold-plugin a.o b.o -o main # <-- link with LLVMgold plugin
<div class="doc_section"><a name="licensing">Licensing</a></div>
<!--=========================================================================-->
<div class="doc_text">
Gold is licensed under the GPLv3. LLVMgold uses the interface file
<p>Gold is licensed under the GPLv3. LLVMgold uses the interface file
<tt>plugin-api.h</tt> from gold which means that the resulting LLVMgold.so
binary is also GPLv3. This can still be used to link non-GPLv3 programs just
as much as gold could without the plugin.
as much as gold could without the plugin.</p>
</div>
<!-- *********************************************************************** -->