Skip to content

Commit

Permalink
Update license to MIT/Apache-2.0 and update contact details (#14)
Browse files Browse the repository at this point in the history
* update license to MIT and update contact details

Closes: #13

Signed-off-by: AltF2 <[email protected]>

* Switch to dual license

Signed-off-by: AltF2 <[email protected]>
  • Loading branch information
AltF02 authored Jun 5, 2022
1 parent 0bfa728 commit 7a08702
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 678 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "mouse-rs"
version = "0.4.1"
authors = ["DankDumpster <[email protected]>"]
version = "0.4.2"
authors = ["AltF2 <[email protected]>"]
edition = "2018"
license = "GPL-3.0"
license = "MIT/Apache-2.0"
readme = "README.md"
homepage = "https://docs.rs/mouse-rs/*/mouse_rs/"
description = "Library to control your mouse via rust"
repository = "https://github.com/DankDumpster/mouse-rs"
repository = "https://github.com/AltF02/mouse-rs"
keywords = ["mouse", "input", "winapi"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Loading

0 comments on commit 7a08702

Please sign in to comment.