|
|
|
|
|
by boop
4991 days ago
|
|
"You haven't explicitly licensed your code under any license and so, to be conservative, third parties should operate under the assumption that the code is proprietary" I would have guessed that without an explicit license, open source is free for anyone to take/modify/reuse. After all, it is open source. In other words, the default would be the most permissive license. You suggest it is the opposite - that without a license, the code should be considered proprietary. Can anyone more familiar with open source licenses clarify? |
|
Creative work (including source code) automatically falls under "all rights reserved" bucket unless the author specifically states other licensing terms.
In this case the author didn't so his work is still "all rights reserved" and no-one can use it.
You're confusing "source code available" with "open-source".
"Open source" is a shortcut for: "source code available and under open-source license".
What license is an open-source license? OSI has a detailed checklist: http://opensource.org/docs/osd
(nitpicker corner: to the extent a vague term as "open source" can be defined; people disagree as to what exactly it means).