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*
- 2possible duplicate of Is a license header in source-files required?gnat– gnat2016-04-28 14:17:35 +00:00Commented Apr 28, 2016 at 14:17
- 5The question that @gnat linked to addresses the Apache license. What license are you applying? For the Apache license, as mentioned in that question, the answer is "you should". For a different license, the answer may be "you must".Thomas Owens– Thomas Owens ♦2016-04-28 14:23:45 +00:00Commented Apr 28, 2016 at 14:23
- 2The advantage of doing so is that even if someone uses just one file from your library, they still include the licence, unless they make the effort to remove it. If the licence is in a separate file, they must make the effort to include the licence. The disadvantage is that every file now has an ugly lump of crap at the top that one must scroll past to get to the code. Your choice...David Arno– David Arno2016-04-28 17:02:43 +00:00Commented Apr 28, 2016 at 17:02
- producingoss.com/en/license-quickstart.htmlRobert Harvey– Robert Harvey2016-05-01 23:46:18 +00:00Commented May 1, 2016 at 23:46
- 9Possible duplicate of Do you have to include a license notice with every source file?MSalters– MSalters2016-05-02 14:58:25 +00:00Commented May 2, 2016 at 14:58
| Show 1 more 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. 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