Slashdot Mirror


HP Calls For Sun and IBM to Remove OS Licenses

Rob writes "Computer Business Review is reporting that in order to help nudge Linux and open source software further into the enterprise, a vice president at Hewlett-Packard Co yesterday called on rivals IBM Corp and Sun Microsystems Inc to invalidate their open-source software licenses in favor of a free licensing model. During his keynote at the LinuxWorld Conference in San Francisco yesterday, HP's vice president of open source and NonStop Enterprise Martin Fink commended the Open Source Initiative on setting up new rules to limit the growth of open-source licenses." From the article: "He asked IBM to deprecate its open-source license and instead put it under the General Public License, the most popular license for free software that gives users the freedom run the program for any purpose, to study how it works, to modify and improve it and distribute copies. In contrast, an open-source license, like IBM's, is copyrighted. Fink also called on Sun Microsystems to deprecate its Common Development and Distribution License (CDDL), which applies to OpenSolaris, GlassFish and JWSDP, and to re-license Solaris 10 under the General Public License, which drew the crowd's applause."

2 of 424 comments (clear)

  1. Re:s/LGPL/BSD/ by ccbailey · · Score: 5, Insightful

    Why not the poor old LGPL? Everyone forgets about this little guy when the GPL vs BSD flamewars erupt. With LGPL you can make sure that no one leeches your code while allowing others to build commercial apps around it ands feed their children or whatever...

  2. Re:s/GPL/BSD/ by AKAImBatman · · Score: 5, Insightful

    The BSD is a great license, but [the ability to commercialize] is actually a -weakness-

    No, it's not a weekness any more than the GPL's requirement to provide source code is. Choose the right license for what you want to do, and you'll have no problems. For example, the Apache project works on the idea that providing a common code base instead of reinventing the wheel at 500 different companies is a good thing. Thus they provide code (donated by many of those same companies!) under the BSD license specifically so the software *can* be commercialized.

    In the case of Linux, control over the source code is a more important feature than not reinventing the wheel. Thus it's under the GPL license.

    You people need to wake up and remember the programmer's addage, "Use the right tool for the right job!"