]> info9.net Git - wiki.git/blob - tmarble/posts/is-slfc-shooting-open-source-in-the-foot.mdwn
tmarble-on-sflc formatting
[wiki.git] / tmarble / posts / is-slfc-shooting-open-source-in-the-foot.mdwn
1 # Is SFLC Shooting Open Source in the Foot?
2
3 The [academic article by SFLC about ZFS][sflc-on-zfs] is troubling
4 and may unintentionally shoot free software licensing in the foot.
5
6 When I was at Sun (as part of the team that released the Java
7 Programming Language by starting the [OpenJDK][openjdk] project) I often
8 heard community concerns about the [CDDL][cddl] license. At the time
9 the big complaint was about the ["Choice of Venue"][webmink-on-cddl] clause.
10
11 I got involved because Sun had developed many essential
12 Java libraries and distributed them under CDDL. The community
13 requested a more permissive license and I was able to
14 convince internal project leaders (and Sun's lawyers) to make
15 a licensing change for a handful of these projects.
16 And there was much rejoicing.
17
18 Based on my experience in helping Java to become open source
19 I came to appreciate the legal hacks on copyright which
20 make open source possible. It's the free software license
21 which uses copyright to *enable* sharing (vs. the default
22 of *disabling* sharing).
23
24 <a href="https://opensource.org/licenses">
25 <img src="http://info9.net/images/osi-licenses.png" style="border: solid 1px SlateGrey; border-radius: 4px;" alt="Open Source Licenses"/>
26 </a>
27
28 And so I have appreciated many of the writings and speeches
29 from SFLC on the mechanisms of software freedom. I was
30 particularly moved by the talks about the ["Freedom Box"][freedombox]
31 concept.
32
33 That's why this SFLC post on ZFS sounds so off key:
34 if open source works because of free software licenses
35 it seems weird to weaken that foundation by prioritizing
36 the "equity" (or intended spirit) of the license.
37
38 Allow me to mention that as I do most of my computing these days on
39 GNU/Linux I miss the super cool features of ZFS from Solaris. I did
40 try an early version of btrfs and was quite disappointed (but that's
41 another story).
42
43 In this happy case the source code for ZFS is available, but what
44 about the future, when we aren't so lucky and someone asserts in
45 court that the "you know, the software license was really
46 about the spirit of sharing and that means we are allowed
47 to use it -- and not be held to the pesky details as written in the license".
48
49 A lawyer I respect called this out: ["Equity" has no place in US law"][pchestek-on-sflc]. The point is that for lawyers software licenses work because
50 they have clear, written rules to guarantee the spirit is upheld; but spirit
51 doesn't work in front of a judge -- clear rules do.
52
53 Free and open source software has made so much progress in
54 all facets of life why on earth would we second guess
55 the licensing tools that made it possible? And why would SFLC
56 try to shift the spotlight (and in this case the legal burden)
57 to "a good-faith belief that the conduct falls within the equity
58 of the license". Especially given the earlier comment which clearly states
59 "[the combination] is inconsistent with the literal meaning of
60 GPLv2 section 2(b)."
61
62 **Wat?**
63
64 The entire *raison d'ĂȘtre* for open source software licenses
65 was so that developers (and users) would have clarity and
66 wouldn't have to *ask permission* to use the software!!!
67
68 As stated elsewhere (and like I did with those Java libraries)
69 the easy solution is to have the ZFS copyright holder (now Oracle)
70 reclicense (or dual license) the code under a compatible license
71 (permissive or copyleft). If OpenSolaris was still a thing I might
72 understand some hesitancy, but why not liberate ZFS now?
73
74 So we have to wonder what could possibly be motivating this
75 odd "spirit of the license" position on the part of SFLC?
76 Fortunately charities that enjoy non-profit status are required
77 to make public filings of their income in something called a "Form 990".
78 The [latest SFLC 990 I could find][sflc-990-2013] shows SFLC getting 78%
79 (or just over $5 million) from "non public support" (see page 14).
80
81 A number with "two commas" would even be interesting to
82 for-profit companies. Just *whom* is making these "donations"
83 and what exactly do they get in return? Apparently [I'm not the only one
84 wondering about this question][emacsen-on-sflc].
85
86 On one hand it's important to know if SFLC as a non-profit is, indeed,
87 acting in the public interest (as the IRS requires). Yet the even
88 bigger issue here is would "asking for a consensus about the spirit"
89 trump the written copyright license and set a scary precedent for open
90 source software in general?
91
92 [[!tag sflc gpl cddl zfs floss]]
93
94 [sflc-on-zfs]: http://softwarefreedom.org/resources/2016/linux-kernel-cddl.html
95 [openjdk]: http://openjdk.java.net/
96 [webmink-on-cddl]: https://blogs.oracle.com/webmink/entry/choice_of_venue
97 [cddl]: https://opensource.org/licenses/CDDL-1.0
98 [freedombox]: https://freedomboxfoundation.org
99 [pchestek-on-sflc]: https://twitter.com/pchestek/status/703704091227246593
100 [sflc-990-2013]: http://990s.foundationcenter.org/990_pdf_archive/412/412165986/412165986_201401_990.pdf
101 [emacsen-on-sflc]: http://blog.emacsen.net/blog/2016/02/28/why-is-sflc-siding-with-oracle-over-linux-developers/