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*
-
4We normally do like to have more discussion when implementing decent-sized changes, but in the case of licensing, Sam and the rest of the team (both within and outside SO) have put an enormous amount of work over literally years into investigating alternatives. It would be unreasonable for us to ask the community to do that kind of work to have an exhaustive discussion of all possibilities, so we did most of the heavy lifting and are coming to you with the best solution that doesn't make SO hard to use, protects user contributions, and that we as a company believe fits our philosophy.Laura– Laura StaffMod2015-12-16 18:53:06 +00:00Commented Dec 16, 2015 at 18:53
-
5@Laura Does that mean that it's a fait accompli?200_success– 200_success2015-12-16 18:54:09 +00:00Commented Dec 16, 2015 at 18:54
-
19No. If there's something truly awful about this proposal that we somehow overlooked, we'll reconsider. But saying "here's what we'd like to move forward with; what do you think?" is a far better option than "out of all the possible licenses out there, which one's your favorite?" (in my opinion).Laura– Laura StaffMod2015-12-16 18:55:48 +00:00Commented Dec 16, 2015 at 18:55
-
19@Laura: I fail to see how removing all requirement of attribution "protects user contributions". Do you mean that it protects user contributions from the users contributing?Diminutive Colossus– Diminutive Colossus2015-12-16 19:02:37 +00:00Commented Dec 16, 2015 at 19:02
-
Maybe add drop-down list to your questions and answers to clarify which license the code in the question/answer uses?Morwenn– Morwenn2015-12-16 21:22:20 +00:00Commented Dec 16, 2015 at 21:22
-
@Morwenn It's not that simple. We remix code as encouraged by Creative Commons. Answers inspire new questions (see the rags-to-riches tag on Code Review). Answers often contain excerpts from the question, plus some original contribution.200_success– 200_success2015-12-16 21:26:36 +00:00Commented Dec 16, 2015 at 21:26
-
7Are you genuinely positing the premise that code posted to Code Review is "for educational purposes only, not intended to be used in production code," and that there is any practical manner whatsoever that could ever enforce such a principle?user102937– user1029372015-12-17 02:25:29 +00:00Commented Dec 17, 2015 at 2:25
-
2@RobertHarvey If I post a question to CR, I have no expectation that it should become virtually public domain. (Whether I'd actually follow through and sue someone for stealing the code without attribution, I don't know, but enforcement is a separate issue.) If I post an answer on CR, my motivation is to help the asker learn, and if it also educates other Internet users, that's great. If the answer happens to contain a substantial amount of original code, the intention is to have them study the code, not to feed them the code.200_success– 200_success2015-12-17 02:41:06 +00:00Commented Dec 17, 2015 at 2:41
-
It doesn't seem to me like you can just brush-off the issue of enforceability. I understand what you're saying as a matter of principle, but without enforcement, that's all it is: a principle, one without teeth.user102937– user1029372015-12-17 02:45:26 +00:00Commented Dec 17, 2015 at 2:45
-
22@RobertHarvey If you believe that it's all unenforceable anyway, then we might as well stick with the simplest solution that works: CC-BY-SA for everything, the status quo.200_success– 200_success2015-12-17 03:52:20 +00:00Commented Dec 17, 2015 at 3:52
-
1Why should it be less enforceable than code in open source repositories? There are questions about whether it would be worth enforcing and that might differ. But it is no less enforceable.cfr– cfr2015-12-20 03:33:43 +00:00Commented Dec 20, 2015 at 3:33
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**
- 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. stack-overflow), 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