April 2019 License-Discuss Summary

In April, the License-Discuss mailing list:

* talked about non-commercial licensing
* discussed license revocability
* answered a question about LGPL/Apache compatibility

The corresponding License-Review summary is online
at
and covers extensive discussion about the Cryptographic Autonomy License.

## International Licenses Redux {#international}

As proposed in [December](https://opensource.org/LicenseDiscuss122018),
[Richard Fontana][fontanta_international] has updated the “International” license category
of the OSI license list.

[fontanta_international]: http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2019-April/020393.html

## Non-Commercial doesn’t compose

[Chris Webber][webber-nc] posts an essay about non-commercial licenses to the list,
based on his experience working at Creative Commons.

Webber is “sad to see history repeat itself
[…] given the [recent] volume of submissions
in favor some sort of noncommercial style license” (Note: like SSPL).
Whereas Rob Myers joked that NC stands for No Community,
Webber argues it represents
“‘No Composition’, which is just as much or more of a threat”.
Core points:

* Defining (non-)commercial use is extremely difficult.
See .

* NC is asymmetric.
“NC has the kind of appeal that a lottery does:
it’s very fun to think about participating
when you imagine yourself as the recipient.”

* NC feels like a minefield.
If single NC licenses are already confusing,
how would it feel if the whole system switched?
For example, would a partially-NC Debian distribution be usable?

* Different license users have opposed goals.
“Libre Commoners” want to protect the commons,
and want everyone to abide by the license.
In contrast, “Proprietary Relicensors” want to prevent free riders
in order to develop income.
This is anti-community.

Webber concludes that
“Noncommercial fails in its goals and it fails the community.
It sounds nice when you think you’ll be the only one on top,
but it doesn’t work, and it never will.”

[webber-nc]: http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2019-April/020396.html

## Can a contributor take back open source code?

[Antoine Thomas][thomas_backsies] asks
whether a contributor would be able to revoke/remove
their contributions from a project,
and how this would affect old versions of a project.

[Kevin Fleming][fleming_backsies] responds that
legitimately provided open source licenses are not revocable,
but that a project might honor a request out of courtesy.

[Brendan Hickey][hickey_backsies] points out that
copyright law may provide special revocation rights,
e.g. 17 USC §203.
And even without revocation, a contributor could make life difficult for users.

[thomas_backsies]: http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2019-April/020397.html
[fleming_backsies]: http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2019-April/020398.html
[hickey_backsies]: http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2019-April/020399.html

## Compatibility of LGPLv2.1 and Apache 2.0

Bryan Christ [[1][christ_compat],[2][christ_compat2]] asks
whether Apache-covered software can link with LGPLv2.1 libraries and vice versa.
The question is motivated by their incompatible patent clauses.

Bruce Perens [[1][perens_compat],[2][perens_compat2],[3][perens_compat3]]
affirms that either direction of linking is fine:
neither license imposes terms on the software it is linked with.
But the LGPL does extend some terms onto the linked work in its entirety,
which could be a problem e.g. with proprietary licenses that prohibit reverse engineering.
While the Apache-2 patent clause is incompatible with the GPLv2,
the LGPL is structured differently.

[Bryan Christ][christ_asf] notes that
the [ASF lists the LGPL as incompatible][asf_incompatible].
[Bruce Perens][perens_asf] explains that
the Apache Foundation excludes LGPL software from their own projects
because the LGPL affects the larger work,
but that the licenses themselves allow linking with each other.

[McCoy Smith][smith_compat] links to the FSF comment on the Apache license,
but notes that it only discusses GPL and not LGPL.

[christ_compat]: http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2019-April/020401.html
[christ_compat2]: http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2019-April/020403.html
[perens_compat]: http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2019-April/020402.html
[perens_compat2]: http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2019-April/020404.html
[perens_compat3]: http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2019-April/020406.html
[christ_asf]: http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2019-April/020408.html
[asf_incompatible]: https://www.apache.org/legal/resolved.html#category-x
[perens_asf]: http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2019-April/020411.html
[smith_compat]: http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2019-April/020409.html