The Open Group's New Open Source Strategy
Bruce Perens writes "The Open Group hasn't always had the best reputation in the Open Source community, mostly because of their handling of Motif, which remained proprietary for much too long. But there's no arguing with the success of our community, and now the Open Group leadership understands that their organization must be fully involved in Open Source... or it's time for them to change their name. To that end, the Open Group contracted me to develop an Open Source strategy for their organization. The draft strategy has been published and they are requesting comment. - Bruce"
Huh? I thought Motif still was proprietary, even to this day. Or at least, it is proprietary software in the sense of not being free software. Or was there some big announcement I missed?
-- Ed Avis ed@membled.com
This is a very good question. The trend that Open Source software seems to encorage is a gradual but irreversable shift away from propriatary and profiting methods. As stated in the strategy, this is good for the majority (users) and bad for the minority (vendors). The question is wether or not this method of software development is sustainable if it's popularity grew to a point where it was the majority method of development.
Some would say that it would be great. Everything would be free, innovation would happen at a rapid rate, but what about compensation for the developers. Software written under a GLP type licience, does not leave room for profits from the actual software. Ad-hoc services can only go so far to support an entire development effort. Who pays the developers for thier hard work?
The question I leave open for disucssion is this: How sustainable do you think Open Source in it's current form is and do you think that varients such as the Apache Licience are an innevatable change necessary for the properity of the community.
Didn't The Open Group do an entire UNIX implementation (the only implementation of which was Digital OSF/1|UNIX|Tru64)?
If so, how much of this could they open? Anything useful in it?
The best possible way to accomplish this is to set a model of co-operative enterprise that todays over-blown corporate despots cannot compete with. If you study nature co-operative systems invariably will out compete when up against closed single modeled systems. The fundamentals of this are already in the GPL which will go down in history as one of the great documents of our time. Along with other human social documents like the Magna Carta. RMS really is a visionary.
OH THE SHAME I fell off the wagon and use sigs again!
The Open Group has been pretty much irrelevant for the last 5 years, not because they have been closed source, but because they are a Cathedral style closed source. Both Gnome and KDE have become far, far superior to Motif in a far shorter amount of time. What role is there to play for a centralized standards-blessing body in the world of the distributed, bazaar-style development?
No. Open source licenses like BSD impose almost no restrictions on you and don't affect any of your own source code.
Free software licenses like GPL might be described as "viral". But if the GPL is viral, many commercial software licenses are even more "viral".
If you care about your IP, you have to be careful no matter what license you agree to, whether it is the GPL or a Microsoft EULA. And it certainly isn't hard to preserve your IP and still use GPL'ed software if you spend the same amount of effort on it as you do on a commercial license.
Worries about open source being profitable forget that open source lasted plenty long without profitability.
Open source and business have gone hand-in-hand from the start. What's different today is that you have a few companies trying to turn it into a shrinkwrap product.
Whether those endeavors succeed or fail is irrelevant to open source in itself.
And regarding Sun, specifically, Sun has a multiple-personality disorder where Free Software is concerned. They help us with one hand and hurt with the other. This is also true for IBM, Intel, and HP. They have an internal conflict of interest that they won't be able to resolve in this decade. The best we can do is live with it.
Bruce
Bruce Perens.
I'd like to suggest a "mixed open" license. I envision this kind of interaction between open and proprietary code.
- The origianl owner would release software (binary and source code) under the "mixed open" license.
- Others would be free to run, modify, and redistribute the software. Distributors may not charge a fee for the software, except for costs associated with distribution. Binary distributors would be required to also offer for free or for distribution cost the source code. Distributors can sell support or value added services.
- The original owner, or his proprietary licensees, can develop and sell proprietary versions of the code.
- Proprietary distributors can integrate enhancements and big fixes made by the community royalty free, but must respect the following conditions in doing so...
- Proprietary distributors must contribute further enhancements and bug fixes to community contributed code back to the community.
- Proprietary distributors must provide integrated community code in source code form, such that the user can modify said code and relink it with proprietary code in object form. Users could not be prevented from linking in one program proprietary modules from multiple sources.
The goal here is to have the maximum number of developers, both open and proprietary, developing and enhancing the same codebase. Once a piece of code is open, it must remain open, but open code can be mixed with proprietary code.Imagine that AT&T/USL had open-sourced SVR4 under this model many years ago.
First, it would have preempted the development of BSD and Linux, since the goals of those development communities could have been met within the framework of the AT&T code.
Second, hardware vendors could produce versions customized to their hardware by licensing SVR4 directly from USL. In attempting to maximize ROI, they are likely to keep in lock step with the community version except for those drivers needed for their specific hardware. They would not have to fear loss of the trade secrets in their hardware or drivers.
In the long term, there would be one common open code base, available free, designed to work with generic or common hardware. There would then be small subsets of code, perhaps available for a price, designed to take advantage of specific hardware or do very customized tasks.
So Intel would license a SVR4 distribution that was 99% open, but has a few custom modules designed to take advantage of special features in their Dual-XEON configuration. They would sell or more likely offer it free to their hardware customers. Meanwhile NVidia sells a distirbution customized for their video cards. The end user takes some modules from each and links them with his own customized kernel.