You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 27By my understanding, a patent in the US that ends up just being "prior art" (i.e., a method that existed before the patent-holder actually developed the patent) is essentially void, as it's not a new idea. Thus, even if Jacobsen had forsaken all copyright on DecoderPro, it would seem to me that the court would still have ruled against Katzer given proof that Jacobsen's work came first. (The real grief-saver would have been registering the copyright with the Library of Congress if he didn't do that, as then there would be official government documentation of the prior art.)JAB– JAB2015-08-10 15:56:40 +00:00Commented Aug 10, 2015 at 15:56
- 20Licensing and patents are orthogonal to each other. If someone wants to steal my code and patent some idea in it, he can just as well copy it if it is GPL and then claim I stole it from him. What matters for patent validity is who can prove what came first.Paŭlo Ebermann– Paŭlo Ebermann2015-08-14 17:18:05 +00:00Commented Aug 14, 2015 at 17:18
- 20Jacobsen would have had a lot of grief, regardless of the license. Defending against a lawsuit, specially from a deep-pocket company, is expensive and drawn out. "Winning" but ending up broke is no fun.vonbrand– vonbrand2016-01-06 12:11:31 +00:00Commented Jan 6, 2016 at 12:11
- 1@vonbrand idk what country Jacobsen is in or how it works in his country, but at least in the countries i'm familiar with, the loser usually have to pay the winner's court fees. (Norway, Sweden, and Denmark)hanshenrik– hanshenrik2019-05-26 21:25:47 +00:00Commented May 26, 2019 at 21:25
- @hanshenrik, this was a United States case, and the US does not have loser-pays rules except in cases of egregious abuse. As a US citizen, I'm glad of this -- it's hard enough for a private citizen to win a lawsuit against a corporation as it is, and those suits are already ruinously expensive for an individual, more than enough to discourage frivolity; if one had to factor in paying for expensive corporate council if one were to lose, it would make it even riskier to try to recover damages done by a deep-pocketed opponent than it is now.Charles Duffy– Charles Duffy2021-10-17 20:56:50 +00:00Commented Oct 17, 2021 at 20:56
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. gpl-3), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you