Commit Graph

8 Commits

Author SHA1 Message Date
Steven Allen
eb5ef796a9 doc: add license URLs so go's doc service can detect our license 2020-02-05 10:38:45 -08:00
Steven Allen
18d45d4a42 doc: rename COPYRIGHT to LICENSE
This file is usually called LICENSE or COPYING, not COPYRIGHT. I'm _trying_ to
fix pkg.go.dev's license detection (not hopeful given that we're dual licensed).
2020-02-05 10:18:23 -08:00
MollyM
52aa24d085
Delete LICENSE
moving to copyright file
2019-05-06 12:11:07 -07:00
MollyM
407a3752b6
add transitional comments
described here: https://github.com/ipfs/team-mgmt/issues/849
2019-05-06 12:06:08 -07:00
MollyM
6bd310decf
License update to dual MIT and Apache 2
This series of commits aims to update go-ipfs to follow a dual-licensing best practice based on research into open-source licensing by @ianjdarrow. He recommends a dual MIT and Apache 2.0 license -

> This has two major benefits:

> - There are concerns in the open source community about whether the MIT license leaves users vulnerable to patent infringement claims. We think the pure legal risk is small, but the way the open source community interacts with our project is really important. It makes sense to pick the license that makes the largest number of people comfortable.
- There's now no reason to adopt a separate DCO, since the Apache-2 license grant addresses the same issue.

> Why use a dual license, instead of just Apache-2? The Apache-2 license is incompatible with the GPLv2 license, which includes things like the Linux kernel. With a dual license, GPLv2 projects can just use the MIT license instead. Our goal is to make our software available to as many projects as possible, so we'd rather adopt a licensing scheme that doesn't exclude anyone.

In addition to these commits, we also need to get an explicit OK from current and past contributors to give their consent to relicensing - which will happen in an issue thread.
2019-05-06 10:56:15 -07:00
Richard Littauer
24494c3a53 Change year
See https://github.com/ipfs/go-ipfs/pull/2883#issuecomment-227528997

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-08-29 16:48:22 -04:00
Richard Littauer
eb955dff71 Standardized Readme
See https://github.com/ipfs/community/issues/124

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-06-21 18:31:25 +01:00
Juan Batiz-Benet
9fd1c3fd50 added MIT license 2014-07-10 12:16:22 -07:00