File tree Expand file tree Collapse file tree 3 files changed +363
-22
lines changed Expand file tree Collapse file tree 3 files changed +363
-22
lines changed Original file line number Diff line number Diff line change 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/>.
Original file line number Diff line number Diff 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 ]
1212clap = { version = " 4.5" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments