@cryptotaxi247 / kubo / commits / 3229c82ad

docs: update licence info in README

Also tweaks "highly suggests" to "highly recommends". IMHO there are levels of recommendation but a suggestion is a boolean.

Alan Shaw committed Mar 2, 2020 at 10:11 UTC 3229c82ad8ce727c607ac1c41820f17043bd5dce
1 file changed +5 -2
README.md
+5 -2
@@ -58,7 +58,7 @@ If the issue is a protocol weakness that cannot be immediately exploited or some
58
59 ## Install
60
61 -The canonical download instructions for IPFS are over at: https://docs.ipfs.io/guides/guides/install/. It is **highly suggested** you follow those instructions if you are not interested in working on IPFS development.
61 +The canonical download instructions for IPFS are over at: https://docs.ipfs.io/guides/guides/install/. It is **highly recommended** you follow those instructions if you are not interested in working on IPFS development.
62
63 ### System Requirements
64
@@ -515,4 +515,7 @@ You can contact us on the freenode #ipfs-dev channel or attend one of our
515
516 ## License
517
518 -[MIT](./LICENSE)
518 +The go-ipfs project is dual-licensed under Apache 2.0 and MIT terms:
519 +
520 +- Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/ipfs/go-ipfs/blob/master/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
521 +- MIT license ([LICENSE-MIT](https://github.com/ipfs/go-ipfs/blob/master/LICENSE-MIT) or http://opensource.org/licenses/MIT)