Closed
Description
Not having a well defined software license discourages contributions.
There is a license on the VS Gallery page, and it can be found within the repository as well, but it would be beneficial if the license text would appear in the standard location (a file named LICENSE) and with the placeholder snippets replaced with actual values.
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
csoltenborn commentedon Mar 23, 2016
Thanks for pointing out the missing placeholder replacements - I must admit that I hadn't seen them. I will fix that soon.
What standard location do you mean? Do you expect that LICENSE file to sit in the repository root (or the solution roots, or the VSIX)? Is the file just named LICENSE, without any suffix? Is there any standard you can point to where I can learn about that stuff? Again, thanks in advance...
peterbudai commentedon Mar 24, 2016
Yes, I meant the LICENSE file in the repository root.
For guidelines and best practices you may refer to this documentation:
https://help.github.com/articles/open-source-licensing/
fixed license issues (#40)
csoltenborn commentedon Mar 24, 2016
Thanks for the info, I made according adjustments to the repository.