4

I'm not a lawyer or law student in any capacity, but I've read in multiple sources that a contract is not valid unless there is consideration for both parties.

With this in mind, how can licenses for free and open-source software be considered valid? There is no consideration for the developer.

I'm interested in all western jurisdictions (e.g. US, EU) but if your answer focuses on just one that's more than fine.

orlp
  • 141
  • 3

6 Answers6

5

According to US law, the GPL is a license, not a contract. This means it is valid without consideration, it also means if you are in violation of the license, then you are committing copyright infringement, instead of being in breach of a contract.

In Germany, the GPL is a contract. And that's fine, because German law doesn't require consideration for a contract to be valid. It's interesting in that the GPL license doesn't require you to state whether you agree to the license/contract or not. But if you don't agree to the contract then there is no contract, and you have no right to use the software.

gnasher729
  • 35,915
  • 2
  • 51
  • 94
4

If I allow you to use my pen, I can withdraw that permission. If I have a contract with you to use my pen for a year, and you pay be $5, I cannot withdraw that permission. "Consideration" does not have to be money, it can be anything of value. By including some "consideration" language (I allow you to use my stuff if you do something non-monetary that is worth something to me, like distribute my software), then you have a contract. This article discusses the problem of bare licenses and copyright, in particular with making irrevocability more iron-clad via contract.

user6726
  • 217,973
  • 11
  • 354
  • 589
3

Except for common law jurisdictions, a license does not need to be a contract to be valid. A license can be just a permission subject to conditions.

If I allow you to borrow my pen to fill in a form that is a license. If you do not return the pen to me after finishing with the form, you are in breach of the license and I can demand the pen back.

Same with many open source licenses: you are just allowed to use the software for free subject to conditions.

Greendrake
  • 28,487
  • 5
  • 71
  • 135
2

It's true that a "mere license" does not need to be supported by consideration. But that's not the case with open source licenses. They're not mere licenses.

Open source software licences are legally binding. One of the reasons for that is because person provides consideration (the legal expressions is "consideration moves from the promisee"). Consideration doesn't need to be money.

Taking one of the most basic linceses, BSD-2 License as an example:

  1. consideration of the developer(s): supplying a copy of the source code. The BSD-2 says: "THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND ..."
  2. consideration of the licensee: to adhere to the conditions of receiving the source code, which appears in clauses 1 and 2. There is further consideration in the limitations of liability, in the last paragraph of the licence.

There's a synopsis of consideration here which may help.

lellis
  • 327
  • 1
  • 6
1

Consideration is not (necessarily) money

While the most common type of contract is the supply of goods and services (as consideration) on one side in return for the payment of money (as consideration) on the other it doesn't have to be that way. A promise to do or refrain from doing anything1 is good consideration. A licence contains both.

The licensor promises not to sue the licensee for copyright (say) infringement in return for the licensee promising to do and not do the things in the terms. Consideration is provided on both sides.

There is a mistaken belief that a commercial2 licence is somehow different from a contract - a licence is a contract. If a person wants to give something away - they have to give it away. A gift with conditions subsequent attached is not a gift - requiring someone to only use your "gift" in accordance with some rules makes it not a gift.

1 Subject to the usual restraints: illegal acts are not good consideration, things already required by law are not good consideration etc.

2 Governments also issue licences - to drive, to operate a business etc. - these are not the same as commercial licences and are not contracts.

Dale M
  • 237,717
  • 18
  • 273
  • 546
-1

I think that there probably is consideration to be found in an open source licence, I wrote my dissertation on this question 10 years ago: http://willhardy.com.au/legal-essays/oss-consideration/view/

But even when there is no consideration, you can have a bare licence without a contract. This interestingly has some important consequences, for example: a bare licence would be revocable, a contractual licence would not.