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.
-
An author might want to express copyleft, so it's not clear if a reciprocal license does suffer from something -or- adds something. It just depends what the original author wants to express.hakre– hakre2011-08-28 12:02:49 +00:00Commented Aug 28, 2011 at 12:02
-
@hakre: Viral licenses are more restrictive than non-viral ones; they do not add any 'freedom', they merely restrict usage - which is exactly the thing they add.tdammers– tdammers2011-08-28 15:31:01 +00:00Commented Aug 28, 2011 at 15:31
-
Well that's easy to counter-argue: BSD/MIT licenses allow to put more restrictions on users. Actually it's intended to allow that. Depends on the author whether he needs that or not. These days it's quite modern to think about Freedom only for one's own, and that type of Freedom always includes to not care about anybodies else freedoms. Really a pitty.hakre– hakre2011-08-28 16:28:28 +00:00Commented Aug 28, 2011 at 16:28
-
@hakre: If I publish something under MIT, you are free to re-publish under a different license, but my completely free version will still be available; your attempt at limiting the user's rights is not going to be effective as long as my fully free version is out in the wild. My opinion about the GPL, in short, is that you cannot force freedom upon others.tdammers– tdammers2011-08-28 21:55:23 +00:00Commented Aug 28, 2011 at 21:55
-
Your MIT package will be only limited to itself, not the derivates by others (by design), I think that's a difference worth to point out. It maybe is as well a cultural thing what one expects to share and getting shared. Nobody is forced by the GPL to anything anyway, so not even to freedom. Always respect the authors decision, she might have some other opinion like me and you.hakre– hakre2011-08-28 22:40:07 +00:00Commented Aug 28, 2011 at 22:40
|
Show 2 more comments
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**
- indent code by 4 spaces
- backtick escapes
`like _so_` - 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. design-patterns), 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
lang-cs