dbrgn / sht2x-rs

WIP Platform agnostic Rust driver for the Sensirion SHT2x temperature/humidity sensors.
Apache License 2.0
2 stars 2 forks source link

Not usable since published without a suitable license #1

Closed tim-seoss closed 5 years ago

tim-seoss commented 5 years ago

Hello,

I'd like to use this code (and carry on development of it - I have a number of SHT21 which I'd like to use in a couple of projects), but there's no license currently. According to https://choosealicense.com/no-permission/ if there's no license, then:

"Although a code host such as GitHub may allow you to view and fork the code, this does not imply that you are permitted to use, modify, or share the software for any purpose."

I wonder if you'd mind licensing it? The information at https://choosealicense.com/ might be useful.

FWIW, the rust embedded-hal is:

Licensed under either of

Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

Thanks!

Tim.

dbrgn commented 5 years ago

Hi. I'll add a license (Apache 2.0 / MIT) tonight, but note that I'm not actually sure if the driver crate is even finished :slightly_smiling_face: I'll check.

dbrgn commented 5 years ago

I just pushed a commit with the license. Feel free to test how much of this crate already works.

tim-seoss commented 5 years ago

OK, great thanks. Temperature read seems to work (tested on stm32f103).