Commit graph

3 commits

Author SHA1 Message Date
Hans-Christoph Steiner 9007fa35fc license correction: NewBSD --> BSD-3-Clause
I did a manual audit to see if the licenses match this:
https://spdx.org/licenses/BSD-3-Clause.html

for f in `grep '^License:' metadata/*.txt|grep NewBSD| cut -d : -f 1|sort -u | sed 's,\.txt,,'|cut -d / -f 2`; do find build/$f/ -iname '*license*' -o -iname 'COPYING*' | xargs less; done

2017-05-02 11:33:34 +02:00
F-Droid Builder 0911273e74 Update Smart Gadget to 1.8.1 (90) 2016-11-17 03:09:02 +00:00
David Frey bf53b9fd64 Add Smart Gadget com.sensirion.smartgadget
The app uses several libraries from jCenter that are all open source:
* libble: https://github.com/Sensirion/libble-android
* libsmartgadet: https://github.com/Sensirion/libble-android
* androidplot: https://github.com/halfhp/androidplot
* butterknife: https://github.com/JakeWharton/butterknife
2016-09-26 12:35:25 +02:00