Iot: porting library with Apache 2.0 license

Created on 3 Jan 2020  ยท  6Comments  ยท  Source: dotnet/iot

Hi

I have a temperature ๐ŸŒก sensor mlx90640 and I want to porting this code melexis-mlx90640-library but I am not sure if is possible porting code from Apache-2.0 to MIT.

๐Ÿ˜• โ“

documentation question

Most helpful comment

Workout ๐Ÿ‹
Body

Windows Sample App with multiple temperature palettes ๐ŸŽจ

WPF


I'm still working ๐Ÿšง on this device ๐Ÿ“ท ๐ŸŒก if someone finds ๐Ÿ‘€ this thread I can share the sample code. ๐Ÿ˜ƒ

PD. The sample is based on code with Apache license.

All 6 comments

cc: @richlander

@garciaolais any chance this sensor is in any way similar to https://github.com/dotnet/iot/tree/master/src/devices/Mlx90614 ? Possibly some of the code can be re-used. If that's the case it might be easier to compare the registers in the spec

EDIT: doesn't seem to be similar

We should use this issue so that once we have an answer for @garciaolais we should document it somewhere in our README. I believe the answer is that we can't take it, but let's wait for @richlander response.

I think it actually might be allowed but might require 3rd party notice but I'd prefer @richlander to give official answer

Workout ๐Ÿ‹
Body

Windows Sample App with multiple temperature palettes ๐ŸŽจ

WPF


I'm still working ๐Ÿšง on this device ๐Ÿ“ท ๐ŸŒก if someone finds ๐Ÿ‘€ this thread I can share the sample code. ๐Ÿ˜ƒ

PD. The sample is based on code with Apache license.

You can port an Apache 2 library to MIT. You just need to an entry to https://github.com/dotnet/iot/blob/master/THIRD-PARTY-NOTICES.TXT.

Was this page helpful?
0 / 5 - 0 ratings