Ethernet icon indicating copy to clipboard operation
Ethernet copied to clipboard

Authors and License issues

Open cmaglie opened this issue 8 years ago • 3 comments

The Ethernet library has a big amount of external contributions, the list of all contributors should be put in a CONTRIBUTIONS file and the library.properties adjusted accordingly.

Moreover there are a bunch of files without a license, these files should be fixed by adding a proper license header.

See also https://github.com/arduino/Arduino/issues/5272#issuecomment-243426974

cmaglie avatar Aug 30 '16 12:08 cmaglie

I would like to work on this. Is it still open?

MisterAwesome23 avatar Mar 22 '20 23:03 MisterAwesome23

This part:

the list of all contributors should be put in a CONTRIBUTIONS file and the library.properties adjusted accordingly.

was fixed by https://github.com/arduino-libraries/Ethernet/commit/7e8debc45fab5e9b03f1e562fb6181967334c101

I think there have been some new contributors since then, but IMO if they wanted to be added to the list they should have done that as part of their PR.

Regarding this part:

there are a bunch of files without a license, these files should be fixed by adding a proper license header.

I'm not at all an expert on this subject, but it looks like the only source files without a license are:

The only examples with licenses are:

I have no idea what the process would be for resolving the licensing issue.

per1234 avatar Mar 23 '20 00:03 per1234

Oh. Thanks for pointing out the specifics. Do you want me to dive in to know more about the process of licensing?

P.S: I am a fellow Google Summer of code 2020 aspirant. Kindly let me know if i can be of any help. @per1234

MisterAwesome23 avatar Mar 23 '20 09:03 MisterAwesome23