adafruit / Adafruit_CircuitPython_BME680

CircuitPython driver for BME680
MIT License
57 stars 41 forks source link

Newest example needs licensed #39

Closed FoamyGuy closed 3 years ago

FoamyGuy commented 3 years ago

It seems the wires got crossed a bit between #38 and #36. The former added a new example, and the latter moved to pre-commit and added license information to everything.

Since these occured at roughly the same time the newest example from #38 did not get included when the actions ran on #36 so it did pass at the time it ran, but the repo currently failing due to missing license on this new example.

@caternuson if you are around and can PR the the copyright / license lines into that example go ahead and do that. If not, no worries I can circle back later tonight and make one to add these.

caternuson commented 3 years ago

Thanks for spotting this. I think simple edit in #40 is all that's needed?

FoamyGuy commented 3 years ago

resolved by #40