J-School: Educating Independent Journalists

“If tools could make anyone who picked them up an expert, they’d be valuable indeed.” Plato, The Republic

The Nuances of the Everyblock Sale to MSNBC

Posted by chanders on August 18, 2009

[note: much of the insight into this post came from Gabriella Coleman and the commenters on her blog. I think that one of the major developments in journalism has already been, and will continue to be, the integration of journalism and computer programming (indeed, see http://www.holovaty.com/writing/fundamental-change/ for a perfect example) and I’m hoping to build my next big research project on these types of questions. For journalists who are interested in this topic, I’d recommend regular reading Biella’s blog and the blog Hacker Visions. I’d also rec’ the book Two Bits, by Christopher Kelty, which you can read for free here.]

Yesterday, a big piece of news hit the “future-of-journalism community”– Everyblock, a “microlocal” news project started by web developer and former online newspaper employee Adrian Holovaty, had been purchased by msnbc.com for an undisclosed sum (speculation and rumors ran somewhere in the low 7  6-figures). Everyblock began as a 2-year funded project of the Knight News Challenge, and when its funding period expired, Holovaty was openly musing on what the next steps in the project would be, and how it could be sustained without the grant. (This is a big question facing nearly all the grant-supported journalism projects that have emerged in the last two years.) So the purchase of Everyblock looked like a win-win-win all around; the project could go on, it would “infect” the wider news ecosystem with its forward thinking energy; the creators would receive a monetary reward for their work. And best of all, the original code of Everyblock, under the terms of the Knight Challenge Grant, was available to the world because it was required to be open source.

The only sticking point– perhaps only to me, though I saw that Brian Boyer and a few other folks on Twitter mention things along similar lines– was that all future versions of the code (including versions compiled by the developers after June 30 before the msnbc.com sale) were not required to be open. In fact, as was made clear in an interview with Paid Content on the day of the sale:

The future of the code: EveryBlock’s platform is open source, meaning it can potentially be replicated by competing sites. But Holovaty and Tillinghast say that others will only have access to the code as it existed on June 30—when it was initially released—meaning MSNBC.com will likely have an edge over any competitors. “What happens after that we’re not obligated to make that open source,” Holovaty says, adding that so far only a handful of sites have actually adopted the code.

As I tweeted earlier in the day, this seemed like something of a reappropriation of “common work” by “capital” (two loaded terms, but hey, whats Twitter for?)– in which grant money was basically used to fund the beta development of a piece of software that was (once it was far enough along) bought-up and locked-up by a very large media and software company. Of course, this happens all the time in the digital world, but it seemed contradictory to Knight’s original goals of making the code open source in the first place; or so I assumed, knowing nothing at all about what Knight really wanted.

As I started investigating what was legal and what was ethical surrounding the Everyblock sale, I once again realized how little journalists (and most communications professors) know about the world of Free and Open-Source Software (and how little, in some ways, the residents of that world know about journalism). There’s a lot that journalists, coders, and (in particular) foundations like Knight can learn from this, the first big acquisition of a Challenge project by “big media.”

The gist is this: Under the terms of their initial GPL, Holovaty and the other developers can do whatever they want with their code (after fulfilling the Knight requirement) because they hold copyright. There’s additional nuance brought about by the fact that Everyblock is a web service and not and piece of “software” per se. The is a difference— and thus some confusion to me– between a “BSD” license and a GPL license (confusion because Knight required Everyblock to be released under GPL v 3.o. This initial requirement also raises the question– to me– about how closely Everyblock is following the spirit, if not the letter, of the original Knight grant by allowing MSNBC to claim proprietary rights over future versions Everblock). I also learned that not everyone in the “Free and Open Source Software” community agrees with everyone else, and some people probably wont agree with anything I’ve just said. There’s even a debate (a big one) about the difference between “Free” and “Open” software.

Thats the gist. If you want to get into details, click below. Also below, I dispense some unasked for advice to the Knight Foundation about how they can signal their code intentions more clearly going forward.

One more thing: What would I like to see? I’d like to see all future versions of code devloped under the Knight grant remain open, whoever buys them. I think this is an ethical use of Knight grant money — and a good business strategy as well.

Point One: The difference between free and open source matters. Unless it doesn’t.

There isn’t just a debate about whether it is better to have “free” or “open source”  software, there’s a debate about whether its worthwhile to even have a debate. As Wikipedia summarizes:

‘F/OSS’ is an inclusive term generally synonymous with both free software and open source software which describe similar development models, but with differing cultures and philosophies. ‘Free software’ focuses on the philosophical freedoms it gives to users and ‘open source’ focuses on the perceived strengths of its peer-to-peer development model. Many people relate to both aspects and so ‘F/OSS’ is a term that can be used without particular bias towards either camp.

Richard Stallman has written eloquent, and frequent, essays on the differences that he sees between the two cultures, and you can get a flavor of them here. Keep in mind, though, that he’s writing for a particular perspective (one that thinks that a. there’s a difference, and b. that free is better. Its a perspective I agree with, I think, but everyone certainly does not.)

Point Two: A bigger difference exists between a GPL liscense and a permissive free software license, of which a “BSD” license is one example.

Simplifying greatly, the foundational plank of the GPL license is that all future versions of the software, or whatever, have to be as (if not more) free than the current version (by free meaning, as the saying goes, not “free as in beer but free as in freedom.” Under a BSD license, “any copies and derivatives of the source code created under permissive licenses may be made available on terms that are more restrictive than those of the original license.” In other words, they can be forked and rendered proprietary. There are old and new debates about this here, here, here, and here.

The only reason why this matters for the current debate is that, since the Everyblock code was eventually forked and (apparently) closed by msnbc.com, it might have made more sense to just release the code under a”permissive free” rather than a GPL license; at the very least, it would have given a clearer signal about the intentions behind the developers and the Knight foundation– i.e., that the code was ultimately intended for business use and would probably be closed.  All that said, though, Knight was writing fairly passionately about the value of “open source” as it rolled out its calls for Challenge entries, so its unclear about what they actually wanted from their licenses– or whether they really new what they wanted in the first place. All of this said, there are two more big complexities that deserved to be spelled out.

3. AGPL vs GPL: What’s a “web service” and why does it matter?

There’s a possibility that none of this may matter at all, that, since Everyblock is (may be?) technically a web service and not a piece of software, there’s a “GPL loophole.” As James Vasile writes on his blog:

Since Everyblock is a web service, msnbc.com can use it on its own servers and never distribute it at all. GPLv3 only protects access to source code when software is distributed. Merely running the code doesn’t trigger any obligations, which means that msnbc.com can improve the code on its own and never share it with anybody.

Vasile adds:

These caveats raise two important considerations. If you are going to contribute to a project that is a web service, insist on a better license than GPLv3. Use the Affero GPL, Version 3 or later.

The differences between the AGPL and the GPL are spelled out in more detail here.

4. The rights of the intellectual property holder (or holders!) trump all.

The license, whichever one it is, is not a restriction on the copyright holder of the software; its the terms by which the owner of the intellectual property licenses all subsequent uses. This is how the Knight Grant describes the intellectual property terms under which the journalism code is created:

Do I hold the intellectual property rights for my idea?

Yes. The applicant holds the intellectual property rights, subject to Knight Foundation’s requirement that the intellectual property be shared with the world. By entering the contest you agree to share those rights with the world in line with open-source, open-standard philosophy. Once you submit your idea, others will be able to comment on it. They will be also be able to share it with their friends and rate it.

They are freely giving you their wisdom, and by doing that, they are agreeing to let you incorporate their ideas into your project. If you win, however, under the open-source rules you’ll have to share your software code and other know-how with everyone.

Aside from that restriction (which is tied to the grant) the software developer can do whatever he or she wants. And although Stallman and the partisans of the GPL argue that developing unfree software is unethical under pretty much any circumstance, its also pretty clear that not everyone agrees.

One interesting discussion thread at Gabriella Coleman’s blog revolved around how, in the case of many GPL liscensed pieces of software, the copyright holder problem is avoided (or rendered less pressing) by the fact that there are multiple copyright holders.

This post has gone on for much to long, so I want to stop here and get to what all this means for the future of the Knight Challenge grant– which to me is the actually important question. I always tried to say in my tweets on this subject that I’ve got no problem with– and am very impressed by and happy for Adrian Holovaty and the Everyblock team. I do think, however, that Knight has got some thinking to do as it ponders what its notion of “open source” means in the context of its grant. As a layman, when I have been reading about the Knight licenses I have always thought– “this is great! not only will the original code be open but all derivations and future versions of it will too because it has such a strong GPL!” Obviously this is not the case, but it seems to me its partly a signaling problem.

So, what could Knight do?

  1. Hold the copyright themselves, or deposit it with the Free Software Foundation, thus assuring — ironically — that the software remains truly free forever. This seems fairly extreme, however, though I understand that it is at least occasionally done.
  2. Require that the code be released under an AGPL rather than a GPL. This would not solve every issue, though it would be a statement about what Knight hopes will happen to its funded projects.
  3. Release the code under a BSD, not a GPL. Again, this would not restrict the CR holder, but it would once again be a signal of intent.
  4. Append a statement to the grant description, giving Knights’ general philosophy on how they want their funded projects to be used after the grant period is over. Again, not binding, but a signal.

As the Journalism Program Director Gary Kebbel wrote in the Knight blog:

the grant agreement only requires that fully functional code be released at the end of the grant period, which it was on June 30. EveryBlock.com is not required to release future updates. You raise an important point about what Knight Foundation might think about when structuring future grant agreements that require code releases.

So, it seems to me like they are still figuring this out. What would I like to see? I’d like to see all future versions of code devloped under the Knight grant remain open, whoever buys them. I think this is an ethical use of Knight grant money — and a good business strategy as well.

16 Responses to “The Nuances of the Everyblock Sale to MSNBC”

  1. So, hey – Knight gives money, Everyblock gets to keep going, and MSNBC gets the profit. Win, win, right? It seems a lot like pharmaceuticals – where gov’t grants pay for the basic research, then pharmaceutical cos. make the money when the basic research begins to intersect with real life.

    (some of that is snark, btw)

  2. […] who is mentioned in my previous post on Everyblock, has penned a very thoughtful blog post The Nuances of the Everyblock Sale to MSNBC. He sums up the debate so far and raises some interesting new points. It provides a great summary […]

  3. I don’t think choosing a license as a “signal” as in your proposals (2) and (3) would be the right way to go.

    As you seem to understand but don’t appear to explicitly state, no software license is or can be binding on the copyright holders themselves. A free software license is something that the copyright holders use to give people extra rights beyond those that they would ordinarily have under copyright law. (This contrasts, of course, with proprietary software licenses, which are used to take rights away.) But the copyright holders themselves already have ALL the rights, including of course the right to relicense their software under different terms, or to decline to continue to license new versions of their software to third parties at all.

    While there are many things to be said and many arguments to be had about the AGPL, the GPL, and BSD-style licenses, I don’t think “signaling” the intentions of the copyright owners themselves is the purpose of any of them.

    In fact, even under your option (1), anybody — either the original developers or someone else entirely — can take a copy of the software, modify it, and keep those modifications to themselves. This is where the differences among the license types come into play: under the AGPL, the modifier would be required to release the modifications if the modified software is running on a public website; under the GPL, the modifier would be required to release the modifications if the modified software is “distributed;” and under a BSD-style license, the modifier is in fact never required to release the modifications.

    Regardless of the choice of license, the Knight Foundation might be able to either take your option (1) and at least make it more difficult to lock up the software, or they could just take your option (4) and say what they are expecting to happen. They might be able to come up with some kind of contract requiring the software developers to continue to release their code even after the end of the grant term, but this would I imagine be quite difficult to enforce.

  4. This is an extremely interesting article that gets to the heart of the issues around the Knight Foundation grant rules, open source, and enforcement. I’ve been wondering about these things from the moment EveryBlock launched, specifically, when the release their source code and people start using all or parts of it, how will it really be enforced that they would publish the code of their derivative works?

    The simple english used on the EveryBlock source code page seems clear to me:

    “…if you distribute any changes, you must make them available under the same open-source license.”

    It will be interesting to see if MSNBC.com follows this rule, and if they don’t, who will police them since the originators now work for them. If they do publish their revisions as they should, then that new code will be a great asset for everyone on the internet.

    I would personally like to use some of their source code, specifically the screen scraping tools, on my similar microlocal mapping website, but I have avoided doing so due to my interpretation of the GPLv3. Maybe this changes things.

  5. […] The Nuances of the Everyblock Sale to MSNBC […]

  6. […] folks at Journalism School and Interprete go into detail about this, and suggest the Knight Foundation should keep the […]

  7. eas said

    Michael S, if MSNBC acquired EveryBlock, which is what all the coverage suggests happened, then they are now the copyright holders of the code. They could do whatever they want with it and then turn around and license there changes to third parties under a commercial license. In reality, they are unlikely to distribute the software, so it doesn’t really matter whether they hold the copyright. Even if Knight Foundation held the copyright, MSNBC could do whatever they wanted with it internally without being obligated to distribute their changes. As for you, if you are just offering a web site, and don’t plan to distribute your software, I don’t understand why you are concerned about using GPLed code.

  8. […] “The gist is this: Under the terms of their initial GPL, Holovaty and the other developers can do whatever they want with their code (after fulfilling the Knight requirement) because they hold copyright. There’s additional nuance brought about by the fact that Everyblock is a web service and not and piece of ’software’ per se.” – Chris Anderson, Journalism PhD, “The Nuances of the Everyblock Sale to MSNBC” […]

  9. Eas,
    I was concerned with using the code previously, as most people were, going with the spirit and not the letter of the GPL law. You are right though that I should not be concerned about it if I’m just going to use parts of it for a website. I think though it was a mistake on the part of the Knight Foundation that they will re-evaluate for the future.

  10. […] adhere to the News Challenge’s requirements to open source their underlying code (an issue of some debate this summer) and release all supporting documentation under Creative Commons licenses. And when it […]

  11. […] sale raised questions about nonprofit funding of for-profit ventures. After all, Knight had essentially seeded […]

  12. […] wiederum stößt nun der Knight Foundation übel auf, schreibt NiemanJournalismLab: The sale raised questions about nonprofit funding of for-profit ventures. After all, Knight had essentially seeded […]

  13. […] a fancy home or buying Oprah Winfrey dinner. It wasn't that kind of acquisition. Despite this some journalists who commented at the Nieman Lab blog posting about the deal seemed to have a feeling of seller's […]

  14. […] this some journalists who commented at the Nieman Lab blog posting about the deal seemed to have a feeling of […]

  15. Boyce said

    Fantastic beat ! I would like to apprentice while you amend your web site,
    how can i subscribe for a blog website? The account
    aided me a applicable deal. I have been tiny bit familiar of this your broadcast
    provided vivid clear concept

  16. ctr bot said

    ctr bot

    The Nuances of the Everyblock Sale to MSNBC « J-School: Educating Independent Journalists

Leave a comment