1

Sometimes, things that are made of legal fiction are held to operate as normal even when someone attempts to disobey them.

For example, I can browse a web site and agree to its terms, or I can not browse the web site, but it seems I can't browse the web site but not form the TOS contract, even if I am willing to accept the consequences of not having permission.

Does this same principle apply to copyright law? If a license is attached to something saying that anyone may copy it provided that they pay a fee much larger than the damages for copyright infringement, and I copy it, can the licensor declare that I agreed to the license and therefore owe the fee? Or can I say I rejected the license and am only responsible for the damages?

Or similarly, can source code that is distributed to you and contains GPL code be considered to have automatically been licensed to you under the GPL? Or is it possible to receive code that should have been but still is not actually licensed to you under the GPL, because the distributor rejected the GPL and chose to commit copyright infringement instead?

Heddy
  • 670
  • 1
  • 6
  • 23
interfect
  • 5,497
  • 30
  • 53

2 Answers2

1

Whether a contract relates to copyright vs traditional property rights is a red herring.

As explained in two existing Q&As (very similar to your question, these were about whether one can chose to trespass instead of accepting a parking-lot contract, or an entrance fee):

and this Q&A about the objective rather than subjective analysis of contract formation:

, what matters is whether you've done the thing that constitutes acceptance of the contract, and whether in the circumstances, the conduct that the offeror has deemed to be acceptance is the kind of conduct that can objectively convey acceptance.

You can refuse contractual obligations by not doing the act that the offeror has said would constitute acceptance.

Jen
  • 87,647
  • 5
  • 181
  • 381
0

is it possible to receive code that should have been but still is not actually licensed to you under the GPL

This is definitely possible, but in this scenario your question is moot.

It doesn't matter to you whether the person who provided the code to you

(a) agreed to the GPL and then violated its terms (breach of contract)

or

(b) made copies without agreeing to the GPL (infringement of copyright).

In neither case was a license under GPL offered to you. You cannot enforce the offender to offer you a license, because you are not a party to the contract requiring them to do so.

Ben Voigt
  • 230
  • 2
  • 10