Skip to content

Commit

Permalink
Updated License to MIT as per discussions #82
Browse files Browse the repository at this point in the history
  • Loading branch information
erlepereira committed Sep 9, 2019
1 parent 4bc2be3 commit 7d81595
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 7 deletions.
23 changes: 23 additions & 0 deletions LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without
limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice
shall be included in all copies or substantial portions
of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,21 @@

`x11-dl`: [![](http://meritbadge.herokuapp.com/x11-dl)](https://crates.io/crates/x11-dl)

Hey all, have recently jumped on board here. Hoping to continue the good work already done and contribute more.
Still getting my head around to things.
Hey everyone, have recently jumped on board here, still getting my head around things. I do apologise for any delays whilst I catch up to speed. Thanks for all the issues and PRs, keep them coming - Erle Pereira (updated: Sept 2019)

I do apologise for the slight delays there might be whilst I catch up to speed..
Thanks for all the issues and PRs, keep them coming - Erle Pereira (updated: Aug 2018)
A new [wiki page](https://github.com/erlepereira/x11-rs/wiki) has been created with the intention of a detaling a roadmap and a focal point for a broader vision around this codebase.

## License

---
Licensed under

* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

for related Discussion with contributors see #82


---
The X11 libraries written in C are available under the terms of the MIT license.
These bindings are available as public domain.

Expand Down
2 changes: 1 addition & 1 deletion x11-dl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"Erle Pereira <erle@erlepereira.com>",
]
description = "X11 library bindings for Rust"
license = "CC0-1.0"
license = "MIT"
repository = "https://github.com/erlepereira/x11-rs.git"
build = "build.rs"
documentation = "https://docs.rs/x11-dl"
Expand Down
2 changes: 1 addition & 1 deletion x11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"Erle Pereira <erle@erlepereira.com>",
]
description = "X11 library bindings for Rust"
license = "CC0-1.0"
license = "MIT"
repository = "https://github.com/erlepereira/x11-rs.git"
build = "build.rs"
documentation = "https://docs.rs/x11"
Expand Down

0 comments on commit 7d81595

Please sign in to comment.