Skip to content

Commit 294dfe9

Browse files
committed
license: change to GPL-2+
1 parent af6a742 commit 294dfe9

File tree

3 files changed

+363
-22
lines changed

3 files changed

+363
-22
lines changed

COPYRIGHT

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Copyright (C) 2025 Rust Swifties Team
2+
3+
This project is a Rust rewrite of net-tools, based on the original
4+
net-tools project available at: https://sourceforge.net/projects/net-tools/
5+
6+
Original net-tools copyright holders:
7+
Copyright (C) 1988-1994 MicroWalt Corporation
8+
Copyright (C) 1995-1996 Bernd Eckenfels
9+
Copyright (C) 1997-2000 Andi Kleen
10+
Copyright (C) 1997-2000 Donald Becker
11+
12+
This program is free software; you can redistribute it and/or modify
13+
it under the terms of the GNU General Public License as published by
14+
the Free Software Foundation; either version 2 of the License, or
15+
(at your option) any later version.
16+
17+
This program is distributed in the hope that it will be useful,
18+
but WITHOUT ANY WARRANTY; without even the implied warranty of
19+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+
GNU General Public License for more details.
21+
22+
You should have received a copy of the GNU General Public License along
23+
with this program; if not, see <https://www.gnu.org/licenses/>.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"Nadzeya Hutsko <[email protected]>",
77
"Lena Voytek <[email protected]>",
88
]
9-
license = "MIT"
9+
license = "GPL-2.0-or-later"
1010

1111
[dependencies]
1212
clap = { version = "4.5", features = ["derive"] }

0 commit comments

Comments
 (0)