akamaster / pytorch_resnet_cifar10

Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.
BSD 2-Clause "Simplified" License
1.22k stars 335 forks source link

Adding LICENSE #5

Closed coallaoh closed 4 years ago

coallaoh commented 6 years ago

Could you add LICENSE (e.g. MIT) to help people better benefit from your work? Thank you.

akamaster commented 5 years ago

I'm not guru of licensing, but simply use as you with with proper citing.

coallaoh commented 5 years ago

Without proper license, we cannot use your code. It's not a matter of citation. For example, if I use a code that comes without a license (and say I post it on my github or include the snippet in a product from my company), the owner of the code may claim exclusive ownership and sue me. Thus, without a license added to your repository, I wouldn't risk using your code base.

akamaster commented 4 years ago

@coallaoh, I finally managed to add the license. Released under BSD 2-clause, pure open source!