Author Topic: Library licenses and patent issues?  (Read 7081 times)

yam655

  • Rogueliker
  • ***
  • Posts: 59
  • Karma: +0/-0
    • View Profile
Library licenses and patent issues?
« on: March 25, 2012, 10:52:31 PM »
Do folks pay attention to or care about the licenses of the code they use?

I noticed the libtcod stuff used the BSD 3-clause license. The BSD license was a perfectly fine license -- before software patents.

Some free software projects have suffered because someone has contributed a patch where the contributor (or the contributor's company) owns a patent, then the patent owner goes in asking for money for the use of the patent. In the case of software libraries this means a person can sneak in a patent to a library, then once folks use the new version of the library, they can go in asking the folks making money on the library to pay for the privilege of using of the patent.

This is one of the reasons the modern software licenses have specific patent clauses. The Apache v2 license gives the same sorts of rights as the BSD licenses but does so while protecting the software developers (and the users of libraries) from patent issues. For folks that prefer GPL-styled licenses, the GPLv3 family all include patent clauses.

I know few folks would logically go looking for patent issues (or money) with something as old-school as roguelike games, but nothing is fair when it comes to software patents. It's all about crushing innovation and threatening small developers -- and roguelike developers are almost exclusively small developers...

Cheers,
Steven

george

  • Rogueliker
  • ***
  • Posts: 201
  • Karma: +1/-1
    • View Profile
    • Email
Re: Library licenses and patent issues?
« Reply #1 on: March 26, 2012, 02:59:39 AM »
The patent issue with BSD is news to me honestly, but no, I don't pay much attention to license issues other than choosing the most permissive one usually.

One thing I've come into contact lately but haven't dealt with much before are contributor's agreements, where contributors need to have a signed CA on file before their code is pulled into a project.

Krice

  • (Banned)
  • Rogueliker
  • ***
  • Posts: 2316
  • Karma: +0/-2
    • View Profile
    • Email
Re: Library licenses and patent issues?
« Reply #2 on: March 26, 2012, 05:39:23 AM »
Software patents are quite idiotic. They, like GPL, BSD and other idiotic stuff, is coming from US. What is the problem with you guys? Why can't you be intelligent like other people?

yam655

  • Rogueliker
  • ***
  • Posts: 59
  • Karma: +0/-0
    • View Profile
Re: Library licenses and patent issues?
« Reply #3 on: March 27, 2012, 01:31:41 AM »
Software patents are quite idiotic. They, like GPL, BSD and other idiotic stuff, is coming from US. What is the problem with you guys? Why can't you be intelligent like other people?

I agree software patents are quite idiotic.

They're also big business in the US. Not good business, mind you, but big all the same.

Software licenses were a good idea before software patents. They continue to be good ideas. Without a software license, the software is covered by standard copyright and that means they can't be legally copied at all.

Cheers,
Steven

konijn_

  • Newcomer
  • Posts: 29
  • Karma: +0/-0
    • View Profile
    • Email
Re: Library licenses and patent issues?
« Reply #4 on: March 27, 2012, 01:37:54 AM »
<snip>
Some free software projects have suffered because someone has contributed a patch where the contributor (or the contributor's company) owns a patent, then the patent owner goes in asking for money for the use of the patent.
<snip>

Can you name 1 of those free software projects ?

T.