mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 09:33:46 +00:00
index.html: fix issues with software license links (#3221)
* Fix broken copy license links * Fix reversed GPL and LGPL links
This commit is contained in:
parent
28c1f18994
commit
189bd745eb
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ backing layer.
|
|||
|
||||
<p>
|
||||
Ethereum may also be run in a private environment, such as for use within a corporate network,
|
||||
without any cost. All core source is licensed under the <a href="https://github.com/ethereum/go-ethereum/tree/master/COPYING.md">LGPL</a>
|
||||
and all frontend code is licensed under <a href="https://github.com/ethereum/go-ethereum/tree/master/COPYING.LESSER.md">GPL</a>.
|
||||
without any cost. All core source is licensed under the <a href="https://github.com/ethereum/go-ethereum/tree/master/COPYING.LESSER">LGPL</a>
|
||||
and all frontend code is licensed under <a href="https://github.com/ethereum/go-ethereum/tree/master/COPYING">GPL</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue