Skip to content

Commit 52493da

Browse files
committed
Add rust-embedded linux team as author
1 parent be1bf6d commit 52493da

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
name = "i2cdev"
44
version = "0.5.1"
5-
authors = ["Paul Osborne <osbpau@gmail.com>"]
5+
authors = [
6+
"Paul Osborne <osbpau@gmail.com>",
7+
"The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>"
8+
]
69
license = "MIT/Apache-2.0"
710
repository = "https://github.com/rust-embedded/rust-i2cdev"
811
homepage = "https://github.com/rust-embedded/rust-i2cdev"

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2015 Paul Osborne
4+
Copyright (c) 2021-2023 The Rust Embedded Linux Team and contributors.
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +20,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1920
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2021
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2122
SOFTWARE.
22-

0 commit comments

Comments
 (0)