-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNOTICE
More file actions
77 lines (58 loc) · 2.55 KB
/
Copy pathNOTICE
File metadata and controls
77 lines (58 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
OBD-Droid
Copyright (c) 2024-2026 Waleed Judah
This product includes software developed by third parties.
================================================================================
Third-Party Libraries
================================================================================
jSerialComm (com.fazecast:jSerialComm)
License: GNU Lesser General Public License v3.0 (LGPL-3.0)
https://github.com/Fazecast/jSerialComm
usb-serial-for-android (com.github.mik3y:usb-serial-for-android)
License: MIT License
https://github.com/mik3y/usb-serial-for-android
SpeedView (com.github.anastr:speedviewlib)
License: Apache License 2.0
https://github.com/anastr/SpeedView
MPAndroidChart (com.github.PhilJay:MPAndroidChart)
License: Apache License 2.0
https://github.com/PhilJay/MPAndroidChart
HiveMQ MQTT Client (com.hivemq:hivemq-mqtt-client)
License: Apache License 2.0
https://github.com/hivemq/hivemq-mqtt-client
Lottie for Android (com.airbnb.android:lottie)
License: Apache License 2.0
https://github.com/airbnb/lottie-android
Markwon (io.noties.markwon)
License: Apache License 2.0
https://github.com/noties/Markwon
Gson (com.google.code.gson:gson)
License: Apache License 2.0
https://github.com/google/gson
FlexboxLayout (com.google.android.flexbox:flexbox)
License: Apache License 2.0
https://github.com/nicklockwood/FlexboxLayout
AndroidX Libraries
License: Apache License 2.0
https://developer.android.com/jetpack/androidx
Material Components for Android
License: Apache License 2.0
https://github.com/material-components/material-components-android
================================================================================
Submodules
================================================================================
DTC Database (modules/dtc-database)
License: MIT License
https://github.com/Wal33D/dtc-database
NHTSA Recall Lookup (modules/nhtsa-recall-lookup)
License: MIT License
https://github.com/Wal33D/nhtsa-recall-lookup
Automotive Logo Library (modules/automotive-logo-library)
License: MIT License
https://github.com/Wal33D/automotive-logo-library
================================================================================
Note on LGPL
================================================================================
jSerialComm is distributed under LGPL-3.0. This application links to jSerialComm
as an unmodified library dependency. Users may substitute their own version of
jSerialComm in compliance with the LGPL. The source code for jSerialComm is
available at https://github.com/Fazecast/jSerialComm.