Set licetse to WTFPL

This commit is contained in:
2025-08-11 00:49:23 +02:00
parent b7755c9f49
commit 6864c328e4
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2021"
rust-version = "1.70" rust-version = "1.70"
authors = ["Network Test Tool"] authors = ["Network Test Tool"]
description = "A comprehensive network connectivity and DNS testing CLI tool" description = "A comprehensive network connectivity and DNS testing CLI tool"
license = "MIT OR Apache-2.0" license = "WTFPL"
repository = "https://github.com/example/nettest" repository = "https://github.com/example/nettest"
keywords = ["network", "dns", "testing", "connectivity", "cli"] keywords = ["network", "dns", "testing", "connectivity", "cli"]
categories = ["command-line-utilities", "network-programming"] categories = ["command-line-utilities", "network-programming"]
+13
View File
@@ -0,0 +1,13 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.