About the author

Christine

I'm a geek with a love for all things tech. I'm also an online business consultant with expertise in SEO, SMM, and digital marketing strategies.

Related Articles

13 Comments

  1. 1

    danielpunkass

    Hi Gina – thanks for chiming in on this discussion.

    I think you’re right that many developers “do it for the ego dividends.” I can see contributing only to GPL projects makes it easier to monitor and assess the reach of your. If you are patient enough and have a good enough search engine, you can probably scour the web for all instances of your code that have been forked off into the GPL projects of the world.

    But when you release your code as GPL-only, you also guarantee that it will never make its way into those closed-source projects where acknowledgement can also be very gratifying. I imagine it’s extremely gratifying for example to Richard Hipp, author of SQLite, that his code is running on practically every computer and every smart phone device on the planet. The far reach of his code was not hindered, and I would argue it was helped, by its liberal license.

    We run the risk of comparing apples to oranges here, because clearly there are both hypotheticals and case studies that prove the widespread adoptability of both GPL and liberal-licensed projects. My gut feeling is that code which may be embraced by anybody, anywhere, for closed and open source projects, will ultimately have a wider impact on the world, and therefore provide a more gratifying ego boost.

    There’s also another angle to this which I think plays importantly on the ego/gratification front. Because of their compatibility with closed-source commercial products, liberally licensed code is more likely to make its way into products that everyday people, our friends and family, are likely to have used or have heard of. Linux is an immensely successful GPL operating system that runs countless servers and some consumer devices. But FreeBSD, the liberally-licensed step-cousin, is the basis for not only Mac OS X but for the iPhone’s operating system. Any FreeBSD developer who tries to convey the significance of their work to a “civilian” user may point to these examples and instantly reap the ego rewards of that understanding.

    Running on a Mac? In Safari? Take a look in the Help -> Acknowledgements page. Many of Apple’s applications have a credits page like this where the liberally licensed projects that are built into the application are credited. Imagine how gratifying it would be to ask your friend, who questioned what you do for a living, to simply look in one of their favorite applications’ about boxes for a demonstration of your reach.

    Good code that is GPL licensed is virtually guaranteed to reach far and wide WITHIN the GPL community. But it has virtually no chance of impacting the greater developer and user community, which is why I maintain that liberal licenses are better for promoting your code and reaping the ego rewards that come from that.

  2. 2

    Mike Cerm

    For me, it’s not a religious issue. I don’t really see the problem with having an number of different open source licenses (or commercial licenses). I think that content creators should be free license their content however they choose.

    Each of the common open source licenses has it’s own provisions, limitations, and exclusions, the effects of which are felt by the communities that grow around software projects. Those communities are self-selecting, and if members feel too restricted, they’re likely to turn their effort to a more liberally licensed alternative.

    It’s important to choose the right license for the right project. There are legitimate reasons that Linux is staying GPLv2 and not moving to 3, and there are good reasons why another project might use another license entirely.

  3. 3

    Gina Trapani

    @danielpunkass: Hey, cool, thanks for stopping by. You know, your argument is super-compelling, and I’m still thinking about how I feel about it. Point taken about GPL code staying mainly within the GPL community, and the additional reach that commercial products can offer. Of course, more commercial products *could* and likely will involve GPL code (like this here blogging engine we’re using to debate this).

    The part that I can’t swallow about licensing my own code “more liberally” is the idea that it would wind up in a proprietary, closed product. I’m typing this on a Mac, but, ya know, just last week Apple sent me a takedown notice for violating their IP by writing about Snow Leopard. I don’t want my code involved in that kind of crap at any point.

    Either way, thanks for kicking off what’s been an educational and thought-provoking discussion for me.

  4. 4

    danielpunkass

    Gina, yeah you’re sort of lucky if you have a strong gut feeling or instinct about where you want your code to go. It takes a lot of the practical considerations off the table and lets you steer with your heart. Nothing wrong with that 🙂

  5. 5

    Albo Fossa

    I’ve always puzzled over whether the NC (in the Creative Commons license) violates the spirit of GPL… I read over and over the discussion at http://creativecommons.org/weblog/entry/9557

    One “commercial copying” of the software, of course, is transmission by the ISP. Another is for indexing by GoOgle. How do we finally define NC. Tricky. For my inability to decide, I’ve left my website as BY-SA

  6. 6

    ShadyPghGuy

    The problem with using GPL is that it is a parasitic license, everything it touches also has to be released under the same license. This can be very constricting and actually hinder the development and adoption of open source software. Look at the issue with ZFS and Linux, for example. Sun’s fantastic ZFS file system is still not yet incorporated into the Linux kernel because their licenses won’t mesh with one another despite both being open source.

    I suppose a software license along the lines of the Creative Commons attribution-noncommercial-share alike license would be the way to go to get your software to see the widest adoption without running into someone making money off of your work.

  7. 7

    Gina Trapani

    @Albo: Yes, this is a sticky wicket. My understanding is that NC depends upon how you interpret commercial. Is commercial scraping content and showing it on a web site that runs Adsense ads? I guess it is in the purest sense, but that’s not how I’d define commercial, and I wouldn’t go after anyone doing that with my content here at the site.

    As for whether or not NC defies the GPL, are you wondering if you’re violating WordPress’ GPL by using the NC license? I thought the GPL license applies to the PHP code of WordPress, not its HTML output.

  8. 8

    Mike Cerm

    @Gina: I think that scraping content and showing it on a website with AdSense is certainly commercial. That’s exactly what NC is supposed to protect against; the wholesale scraping all your content for for-profit display somewhere else. Honestly, how would that be any different from a commercial print mag reprinting a post as article, and placing ads around it?

    However, the Creative Commons license makes no attempt to curtail fair use. Since taking snippets and quotations for various purposes is protected by fair use, regardless of how you license your content, there are certain ways it can be used by others. This certainly would does not extend to to a commercial reproduction-in-full, be it in a newspaper or elsewhere on the web.

  9. 9

    kallistec.com/

    Gina,
    though I prefer BSD/MIT/Apache licenses I’m cool with the GPL. Except the “viral” clause. I just find it pretty lame that I lose my choice of how I’d like to license my own code the instant I use a GPL library somewhere. I’ll strongly consider just writing my own instead. There is, of course, the LGPL for this exact purpose, but RMS and the FSF advocate that their supporters use the GPL even for libraries. That’s what chaps me about the GPL.

    One might also consider that programmers need to eat and pay rent, but the options for making a living off of GPL software are limited. The dual-license strategy, as used by MySQL, for example, leads to community contributions being sold as proprietary software by Sun/Oracle. So where’s the benefit over a liberal license?

    Anyway, as an end user, I don’t care too much. But I am one of the ones you’re shutting out if you license a freakin’ library under the GPL.

  10. 10

    emailtoid.net/i/6c4e9c80/…

    I haven’t figured out, yet, what constitutes “fair use”. I think that’s still in the courts. I see articles in EFF and Techdirt about it now and then (about the PHP and other server-side stuff, not just the client-side HTML, @Gina, to answer your question.)

    I suppose “fair use” is “snippets”. How LARGE is a snippet. How many lines? Is fifteen lines a snippet, but sixteen lines a violation? Is scraping all but one line a “snippet” but all lines a violation?

    How picayune do we get? If I use an essential *four-line* CSS style technique developed by Dan Cederholm, without accreditation, and publish it as my own, for profit, is it a violation of NC? Are these valid questions?

    Does NC mean the copier can’t really Share it with Accreditation requiring that the recipient Share it Alike even though the copier makes a Commercial profit?

  11. 11

    Gina Trapani

    @Mike: Re: scraping content and running ads around it. The question is how much content and how–that’s the issue of fair use. Google “scrapes” content from every web site and displays excerpts of it in its search results, with ads wrapped around it. Lifehacker and countless other blogs excerpt articles and often run ads around that (and the commentary). That is indeed fair use, and there’s a big difference between an excerpt and a full post. Agreed. There’s tons of shades of gray around this. AFAIK, it’s not totally legally defined. (Yet?)

    I talked to an EFF lawyer about it at length this past March, and he said that it’s up to the CC publisher to define what NC means to him/her, that there is no hard-and-fast legal definition. To me, taking a photograph I CC-licensed as NC and using it in an ad campaign, for example, like that girl whose Flickr photo showed up on an AT&T billboard that appeared around the world–that’s commercial to me. But a blog who’s running Adsense, syndicating a post or two of mine, not so much. At least, not enough for me to go after them. 🙂

  12. 12

    emailtoid.net/i/6c4e9c80/…

    Of course, the other side of this coin will be, we have to submit to intense scrutiny of all our online transmissions to make it work: http://is.gd/1rfwL

  13. 13

    tychoish.com/

    The thing that appeals to me about the GPL more than any other feature, is not *exactly* the community, or the “freedom,” that it creates, but the way in which the GPL license __equalizes power__ between: users, programmers, and distributors of software. The GPL–espically in cases where the actual copy right is owned by all of the contributors (rather than pooled copyrights like mySQL and GNU project stuff) means that everyone comes to the software on an equal footing and ideally all of their positions and opinions are received on the basis of their merit and efforts. That’s pretty cool.

    While I think the world of Daniel Jalkut and his software, and generally agree that he’s right IF the goal of writing software is the proliferation of actual code; I’m not sure that the open source/free software movement is really about creating successful software as measured by the size of an installed base.

    I think it’s more about equalizing the power between developers/users/vendors/etc. it’s more about creating communities, and about pooling resources, and establishing a new mode of relating to software and technology as a whole.

Comments are closed.