From 6864c328e48483be497daa1d9e53d9c7099ce0b9 Mon Sep 17 00:00:00 2001 From: Kiyomichi Kosaka Date: Mon, 11 Aug 2025 00:49:23 +0200 Subject: [PATCH] Set licetse to WTFPL --- Cargo.toml | 2 +- LICENSE | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/Cargo.toml b/Cargo.toml index a95f3c9..a5aecb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" rust-version = "1.70" authors = ["Network Test 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" keywords = ["network", "dns", "testing", "connectivity", "cli"] categories = ["command-line-utilities", "network-programming"] diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8cffccc --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + 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. \ No newline at end of file