Many open source software projects have licenses that allow freely copying source code and using it however you want. Some of these licenses do not even require attribution. Source code is just text so my question is is it legal to copy text from for example a README and include it in a paper without attribution, supposing I'd want to do that for some reason?
2 Answers
It is plagiarism to claim someone else's writing as your own in any context. Note that while plagiarism can be a legal term - that is, some forms of plagiarism are illegal - actions that are legal can still be considered plagiarism. For one example, many higher learning institutions have rules that forbid you from plagiarizing yourself by reusing parts or all of one work in multiple classes. (Google 'self plagiarism' for more details.)
The question of whether an act is plagiarism and whether an action is legally actionable are distinct questions. The question of whether or not including a README or other text from a licensed work could get you into legal trouble is unanswerable without details of the license, etc. But if you claim or appear to claim that you wrote it when you did not, it is plagiarism.
- 547
- 2
- 7
There is no single response. It really depends on the license of the project from which you want to quote the source. There is 83 OSI approved licenses and many unlisted in the wild that can match your needs. Each license has its own requirements, its "little lines to read carefully". Attribution may or may not be a requirement.
Can those licenses applied to some literature work? I think so. Some, like the GNU Free Documentation License was written specially to deal with... documentations, which are somewhat literature. Deeper, many agreed that source codes are words, so the licenses apply to those words.
So, if
Code is Poetry (WordPress)
let's be tautologic : if attribution is required, it is required.
- 1,499
- 10
- 11