Skip to content

Commit beda688

Browse files
committed
Fix LICENSE file and URLs
Signed-off-by: Gris Ge <[email protected]>
1 parent e9590d8 commit beda688

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "netlink-packet-utils"
33
version = "0.5.1"
44
authors = ["Corentin Henry <[email protected]>"]
55
edition = "2018"
6-
homepage = "https://github.com/little-dude/netlink"
7-
repository = "https://github.com/little-dude/netlink"
6+
homepage = "https://github.com/rust-netlink/netlink-packet-utils"
7+
repository = "https://github.com/rust-netlink/netlink-packet-utils"
88
license = "MIT"
99
description = "macros and helpers for parsing netlink messages"
1010

LICENSE-MIT

-1
This file was deleted.

LICENSE-MIT

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Permission is hereby granted, free of charge, to any person obtaining a copy of
2+
this software and associated documentation files (the "Software"), to deal in
3+
the Software without restriction, including without limitation the rights to
4+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
5+
of the Software, and to permit persons to whom the Software is furnished to do
6+
so, subject to the following conditions:
7+
8+
The above copyright notice and this permission notice shall be included in all
9+
copies or substantial portions of the Software.
10+
11+
Distributions of all or part of the Software intended to be used by the
12+
recipients as they would use the unmodified Software, containing modifications
13+
that substantially alter, remove, or disable functionality of the Software,
14+
outside of the documented configuration mechanisms provided by the Software,
15+
shall be modified such that the Original Author's bug reporting email addresses
16+
and urls are either replaced with the contact information of the parties
17+
responsible for the changes, or removed entirely.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25+
SOFTWARE.

0 commit comments

Comments
 (0)