Merge pull request #6874 from ipfs/doc/license-urls

doc: add license URLs so go's doc service can detect our license
This commit is contained in:
Steven Allen 2020-02-05 10:41:00 -08:00 committed by GitHub
commit cb5df94853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,3 +3,6 @@ Unless otherwise noted, all code contributed prior to 2019-05-06 and not contrib
a user listed in [this signoff issue](https://github.com/ipfs/go-ipfs/issues/6302) is
licensed under MIT-only. All new contributions (and past contributions since 2019-05-06)
are licensed under a dual MIT/Apache-2.0 license.
MIT: https://www.opensource.org/licenses/mit
Apache-2.0: https://www.apache.org/licenses/license-2.0