Skip to content

Commit 420c153

Browse files
committed
add version qualifier on toolkit dependancy; bumped version; fixed licenese file
1 parent d874cd0 commit 420c153

File tree

2 files changed

+4
-43
lines changed

2 files changed

+4
-43
lines changed

LICENSE.md

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,6 @@
1-
SparkFun License Information
2-
============================
1+
MIT License
32

4-
SparkFun uses two different licenses for our files — one for hardware and one for code.
5-
6-
Hardware
7-
---------
8-
9-
**SparkFun hardware is released under [Creative Commons Share-alike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/).**
10-
11-
Note: This is a human-readable summary of (and not a substitute for) the [license](http://creativecommons.org/licenses/by-sa/4.0/legalcode).
12-
13-
You are free to:
14-
15-
Share — copy and redistribute the material in any medium or format
16-
Adapt — remix, transform, and build upon the material
17-
for any purpose, even commercially.
18-
The licensor cannot revoke these freedoms as long as you follow the license terms.
19-
Under the following terms:
20-
21-
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
22-
ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
23-
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
24-
Notices:
25-
26-
You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
27-
No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
28-
29-
30-
Code
31-
--------
32-
Library contains code from multiple sources, see top of each file for specific licensing information.
33-
34-
**SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).**
35-
36-
The MIT License (MIT)
37-
38-
Copyright (c) 2020 SparkFun Electronics
3+
Copyright (c) 2025 SparkFun Electronics
394

405
Permission is hereby granted, free of charge, to any person obtaining a copy
416
of this software and associated documentation files (the "Software"), to deal
@@ -54,7 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5419
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5520
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5621
SOFTWARE.
57-
58-
**Analog Devices, firmware and software is subject to software license agreement. See SLA pdf included with this repo.**
59-
License terms outlines in:
60-
2021-05-20-LWSCADIN1110 Click Thru SLA .pdf

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=SparkFun Qwiic OTOS Arduino Library
2-
version=1.0.0
2+
version=1.0.2
33
author=SparkFun Electronics <techsupport@sparkfun.com>
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=A library to use the SparkFun Qwiic Optical Tracking Odometry Sensor
66
paragraph=
77
category=Sensors
88
url=https://github.com/sparkfun/SparkFun_Qwiic_OTOS_Arduino_Library
99
architectures=*
10-
depends=SparkFun Toolkit
10+
depends=SparkFun Toolkit (<1.0.0)

0 commit comments

Comments
 (0)