3 Results for bsd

On the Whys and Wherefores of Open Source Licenses

This week brings some interesting debates on open source licenses, their limits and shortcomings, and their strengths. For example, this post explores a number of misconceptions that people have about the General Public License (GPL), which is the license behind about two in three open source software projects, as shown by Black Duck Software here. The case discussed in the post concerns a Goldman Sachs Group programmer, Sergey Aleynikov, who was arrested--by the FBI, no less--and charged with stealing computer code designed to automate Goldman Sachs' massive trading business. Aleynikov's defense was that he was only trying to download open source software governed by the GPL.

Meanwhile, as Savio Rodrigues notes, on August 31st, a smackdown debate on open source licenses will take place in Ottawa, Canada. Luminaries from the open source world will each defend various types of open source licenses, and everyone is invited to submit questions for the smackdown. You can submit your questions here, and they'll be answered during the virtual event, which you can sign up for here.



Book Review: Intellectual Property and Open Source

For most people, the most important part of a software license is the end. That's because they're totally uninterested in the license itself; they are merely interested in scrolling past it, so that they can click on OK and install the software that they are running. For users of open-source software, however, licenses should be extremely important, because they determine what you may and may not do with a particular program. Open-source developers have long debated the merits of the GNU General Public License vs. the BSD License. As open-source software becomes mainstream, and is integrated into larger systems, these age-old arguments are less theoretical than ever, and should be understood not only by developers, but also by managers and executives of organizations working with open source. Van Lindberg's new book is an excellent place to start.



First, Know Thy Licenses

All open-source licenses are not created equal. Understanding the different licenses is essential before you start to use, and modify, open-source code.

All open-source licenses have certain common elements: They promise that the source code may be used by anyone, for any purposes. They promise that the software may be changed by anyone, in any way that they like. And they promise that people who use the software never have to pay the authors or distributors.

Why are there so many licenses? And how do they differ?