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.
- also, as an example, I just found this bash guide, there it says "When not to use shell scripts" -> "Proprietary, closed-source applications (Shell scripts put the source code right out in the open for all the world to see.)". So it basically says we should not create proprietary bash scripts for our algorithm safety, but it does NOT say that we cannot do it, that we are forbidden from doing it.Aquarius Power– Aquarius Power2014-12-15 18:22:30 +00:00Commented Dec 15, 2014 at 18:22
- 1Copyright does not just protect distribution; making derivative works is one of the exclusive rights a copyright holder has. Whether this is a derivative work is a legal question (though the FSF doesn't seem to think so, and they're the ones most likely to want to enforce the GPL).cpast– cpast2014-12-16 08:56:59 +00:00Commented Dec 16, 2014 at 8:56
- @cpast I found something that may be worth reading: en.wikibooks.org/wiki/FOSS_Licensing/…, look for "proprietary": "..and has source code from all three programs.", so what in case it has NOT source code from the GPL program?Aquarius Power– Aquarius Power2014-12-16 20:03:21 +00:00Commented Dec 16, 2014 at 20:03
- I just thought also that, if a GPL program is prefered over a proprietary one to perform the same task (output), like I suggest in the question, that puts that GPL application above the proprietary one, what is actually good. But that is just a thought...Aquarius Power– Aquarius Power2014-12-16 20:05:48 +00:00Commented Dec 16, 2014 at 20:05
- 1@AquariusPower Something could potentially be a derivative without including any source code whatsoever. Derivatives include copyrightable elements of the original work; everything hinges on what about software is copyrightable. There is an active court case in the US where a federal appeals court has ruled that APIs are copyrightable, for instance (the case is still ongoing, but the point is it's a question for lawyers).cpast– cpast2014-12-16 20:16:45 +00:00Commented Dec 16, 2014 at 20:16
| Show 4 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