<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d8907963\x26blogName\x3dWS-Comments\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://ws-comments.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://ws-comments.blogspot.com/\x26vt\x3d972201484635970681', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

WS-Comments

perspectives on open-source and web services

Sunday, November 21, 2004

example of open-source madness

here's a prime example of open source licensing drivel, with just a touch of hypocrisy. it's an article describing the (apparently newly published?) Open Source Definition. the definition is straight from the Open Source Initiative, which I don't really hold in very high esteem.

the biggest gripe I have is with the first requirement for a license to be considered an open-source license...free redistribution. just check it out, the wordage clearly says anyone must be allowed to 'sell it or give it away...without having to pay a royalty fee or other fee to the original copyright owner.' so, while I've heard nothing but 'free as in freedom, not as in beer' from the OSI and its zealots, they've done what I can only see as a 180 on this?

what if I am the original developer of the software, and thereby the original copyright owner? if I sell my program, is that considered an 'other fee to the original copyright owner'? so my project won't be considered open-source if I sell it?

open-source was much more attractive and much easier to 'believe in' when it was that - open. now we're starting to put definitions and legal mumbo jumbo all over the place just like proprietary software. and to me, the biggest problem is still the viral nature of the licenses. and I still say that forcing a software distributor to distribute the source code is just as anti-freedom as forcing a software distributor to keep the source code closed.

some day we will either have to write or choose an open source license that will make sense for lamp5 and for web services. no license currently exists that adequately covers the distributed nature of web services (ie, web services that use each other are all derivative works...so must all the web services you use with an open-source web service be open-source?) and they way I see the 'official' open-source licensing body moving....they're more interested in keeping their dream-world alive than working on licenses that will allow open-source to thrive in the real world.

1 Comments:

At 12/01/2004 1:38 PM, Anonymous Anonymous said...

>it's an article describing the (apparently newly published?) Open Source Definition.

If within "newly published" you mean "published seven years ago", then yes.

>the biggest gripe I have is with the first requirement for a license to be considered an open-source license...free redistribution. ... while I've heard nothing but 'free as in freedom, not as in beer' from the OSI and its zealots, they've done what I can only see as a 180 on this?

If by "180" you mean "0", then yes. You have mistaken a permission for a requirement. If people are allowed to give X away for free, it does not mean they have to.

You can charge what you want for GPL software, whether you wrote it or not.

What you cannot do is make the buyer pay you additional fees whenever he or she makes/distributes additional copies. He/she can charge his/her buyers for those copies -- and in fact has all the rights that the GPL granted you.

This is open source software 101, and I think you should get familiar with it before calling OSI associates "zealots" and suggesting they live in a "dream-world"

Good place to start:
http://www.gnu.org/philosophy/selling.html

 

Post a Comment

<< Home