Softeq / dotnet-guidelines

A set of coding guidelines for C#, design principles, and layout rules.
Other
13 stars 1 forks source link

Investigate licensing constraints #5

Closed eabliazimov closed 4 years ago

eabliazimov commented 4 years ago

Investigate constraints we have in terms of licensing while basing on Dennis Doomen guidelines

oleg-zaitsev commented 4 years ago

This is a tricky question: currently, Dennis' guidelines are published under the Creative Common License. https://creativecommons.org/licenses/by-sa/4.0/, but we need to check when we forked as initially it was published under MIT: https://github.com/dennisdoomen/CSharpGuidelines/pull/29

The simplest option is to use CC BY-SA 4.0

oleg-zaitsev commented 4 years ago

I did a small investigation and figured out that we forked the project before June'16, so it is up to us to chose the license.

oleg-zaitsev commented 4 years ago

As discussed with @eabliazimov, we will use CC license.