Skip to content

Commit 39ded8f

Browse files
committed
updated license to MIT; added lib versioning to toolkit dependancy and bumped version
1 parent b482bc7 commit 39ded8f

File tree

2 files changed

+5
-39
lines changed

2 files changed

+5
-39
lines changed

LICENSE.md

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +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-
33-
**SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).**
34-
35-
The MIT License (MIT)
36-
37-
Copyright (c) 2016 SparkFun Electronics
3+
Copyright (c) 2025 SparkFun Electronics
384

395
Permission is hereby granted, free of charge, to any person obtaining a copy
406
of this software and associated documentation files (the "Software"), to deal
@@ -52,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5218
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5319
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5420
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55-
SOFTWARE.
21+
SOFTWARE.

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=SparkFun Qwiic Buzzer Library
2-
version=1.0.0
2+
version=1.0.1
33
author=SparkFun Electronics <techsupport@sparkfun.com>
44
maintainer=SparkFun Electronics <support@sparkfun.com>
55
sentence=Communicates with and configures the SparkFun Qwiic Buzzer
66
paragraph=This library allows the user to control the buzzer frequency/duration, and change its I2C addresses.
77
category=Outputs
88
url=https://github.com/sparkfun/SparkFun_Qwiic_Buzzer_Arduino_Library
99
architectures=*
10-
depends=SparkFun Toolkit
10+
depends=SparkFun Toolkit (<1.0.0)

0 commit comments

Comments
 (0)