nerdyscout / Arduino_MCP3x6x_Library

Library to support Microchip MPC3x6x 16/24bit analog to digital converters.
https://nerdyscout.github.io/Arduino_MCP3x6x_Library
MIT License
17 stars 9 forks source link

How do I add license in my source code ? #12

Closed FelixWT closed 10 months ago

FelixWT commented 10 months ago

Hi,

I noticed that you have two licenses: CC0 and MIT. However, they seem pretty identical to me. Is it legal to include just one of the licenses?

Also, this is my first time adding a license. I don't know what the typical approach is for doing this. Should I add the full text of MIT/CC0 in the specific library, or should I create another folder to hold all the licenses?

nerdyscout commented 10 months ago

hi @FelixWT different licenses apply to different files. which one apply to which can be found in /.reuse/dep5 personally I don't have a lot experience with all this legal stuff... for me it is fine if you put the MIT somewhere.

FelixWT commented 10 months ago

Ok, thanks for the info