Change mempool project license to GNU Affero General Public License v3
The files contained in this source code repository are currently
released as "open source" under the terms of the [MIT license](https://opensource.org/licenses/MIT),
with the additional protections of the [Commons Clause License Condition v1](https://commonsclause.com/),
in order to restrict monetization of the mempool app, with the
intended result of mempool remaining free software (as in free
beer) for the Bitcoin community.
However, because of the Commons Clause being added to our license terms,
The Mempool Open Source Project cannot formally be considered as [Free
and open-source software (FOSS)](https://en.wikipedia.org/wiki/Free_and_open-source_software),
according to the generally accepted definition of ["What is free
software?"](https://www.gnu.org/philosophy/free-sw.en.html), and this
has drawn some criticism from the Bitcoin open source community.
Therefore, in order to make The Mempool Open Source Project truly FOSS,
I hereby propose to change our project's license to the [GNU Affero
General Public License v3](https://www.gnu.org/licenses/agpl-3.0.html),
which seems most suitable for a web application. While this won't keep
the mempool free as in free beer, it will keep mempool free as in free
speech, which is what actually matters.
Here is [the TL;DR of AGPLv3](https://tldrlegal.com/license/gnu-affero-general-public-license-v3-(agpl-3.0)):
> The AGPL license differs from the other GNU licenses in that it was
> built for network software. You can distribute modified versions if
> you keep track of the changes and the date you made them. As per usual
> with GNU licenses, you must license derivatives under AGPL. It
> provides the same restrictions and freedoms as the GPLv3 but with an
> additional clause which makes it so that source code must be
> distributed along with web publication. Since web sites and services
> are never distributed in the traditional sense, the AGPL is the GPL of
> the web.
Could all contributors to The Mempool Open Source Project please ACK
this PR? @softsimon @wiz @bguillaumat @TechMiX @junderw @andrerfneves
@pox @jambolo @6102bitcoin @devinbileck @fiatjaf @timlucmiptev @Czino
@lucasmoten
2021-03-14 16:11:05 +01:00
|
|
|
The Mempool Open Source Project
|
2023-02-25 10:23:45 +01:00
|
|
|
Copyright (c) 2019-2023 The Mempool Open Source Project Developers
|
2019-07-21 16:42:53 +02:00
|
|
|
|
2021-03-27 11:43:53 +01:00
|
|
|
This program is free software; you can redistribute it and/or modify it under
|
|
|
|
the terms of (at your option) either:
|
|
|
|
|
|
|
|
1) the GNU Affero General Public License as published by the Free Software
|
|
|
|
Foundation, either version 3 of the License or any later version approved by a
|
|
|
|
proxy statement published on <https://mempool.space/about>; or
|
|
|
|
|
|
|
|
2) the GNU General Public License as published by the Free Software
|
|
|
|
Foundation, either version 3 of the License or any later version approved by a
|
|
|
|
proxy statement published on <https://mempool.space/about>.
|
|
|
|
|
2021-07-26 08:22:13 +02:00
|
|
|
However, this copyright license does not include an implied right or license to
|
|
|
|
use our trademarks: The Mempool Open Source Project™, mempool.space™, the
|
|
|
|
mempool Logo™, the mempool.space Vertical Logo™, the mempool.space Horizontal
|
|
|
|
Logo™, the mempool Square Logo™, and the mempool Blocks logo™ are registered
|
|
|
|
trademarks or trademarks of Mempool Space K.K in Japan, the United States,
|
|
|
|
and/or other countries. See our full Trademark Policy and Guidelines for more
|
|
|
|
details, published on <https://mempool.space/trademark-policy>.
|
2021-03-27 11:43:53 +01:00
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
|
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
|
PARTICULAR PURPOSE. See the full license terms for more details.
|
|
|
|
|
|
|
|
You should have received a copy of both the GNU Affero General Public License
|
|
|
|
and the GNU General Public License along with this program. If not, see
|
|
|
|
<http://www.gnu.org/licenses/>.
|