Clarifying license with .Net Core
Hello,
I hope it's okay if I asked this here, having trouble undesrtanding how licensing works. Basically I made something with the .Net Core on linux and pushed my code to GitLab. The .NET Core Licene is MIT (https://github.com/dotnet/core/blob/master/LICENSE.TXT).
Does this mean now that I need to put the MIT License to my repo for my code since I'm using the platform? I haven't pushed any .NET Core source files but my code works with it. Can I license my part of the code with a different license, if so do I have to put a seprate text file and explicitly states what part of the code is licensed under MIT and what isn't?
Thanks
0 comments:
Post a Comment