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*
- 
        I'll take a look at that license. Just one question: I don't think I can add a term to the Apache 2.0 license, should that be in the license notice? I've read that the notice is like a complement of the standard license. But I'm not sure if there I can put more restrictions than the ones in the license.Pablo Pazos– Pablo Pazos2016-12-30 18:03:33 +00:00Commented Dec 30, 2016 at 18:03
- 
        "I don't think I can add a term to the Apache 2.0 license" - why not? You can always write a license text for your software saying "this program published under Apache 2.0 license, with the following additional restrictions: ...". I agree to @StephenC in that if you need a license which holds in court, you should ask a lawyer specialised in copyright law to work out the exact wording. However, even that will give you a 100% guarantee not ending up with a self contradictory text ;-)Doc Brown– Doc Brown2016-12-31 08:59:36 +00:00Commented Dec 31, 2016 at 8:59
- 
        You cannot however add an additional restriction and continue to call it the Apache 2.0 license.whatsisname– whatsisname2016-12-31 19:30:48 +00:00Commented Dec 31, 2016 at 19:30
- 
        @whatisname: That is obvious, if the Op wants different license terms than Apache 2.0, it becomes a different license.Doc Brown– Doc Brown2016-12-31 20:48:28 +00:00Commented Dec 31, 2016 at 20:48
                    
                        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. 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