From 701a5afb583cc7140bf724df8636f3e4ca28cfb5 Mon Sep 17 00:00:00 2001 From: Raghu Saxena Date: Fri, 19 May 2023 17:14:52 +0800 Subject: [PATCH 1/2] Change to WTFPL --- LICENSE | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 44e8978..236d111 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,14 @@ -Do what you want with this software, but I don't offer any warranty etc. etc. + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 -It would be nice if you gave me credit but not needed. + Copyright (C) 2004 Sam Hocevar -Commerical use is permitted if you transfer US$5 worth of XMR to `45W6pWE6Euu7VvcDmbvyiMJCEASA3BTXc8JepTcvXEkeWPHnfr5pL1uNLhfZL1c3KoWPrwqgri7YnM7y3ckxdTU91bNEDbb` every month + 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 From 5fc2eab309d25668e03271aa9965a9cc0566cc37 Mon Sep 17 00:00:00 2001 From: Raghu Saxena Date: Fri, 19 May 2023 17:15:17 +0800 Subject: [PATCH 2/2] Bump version in Cargo.toml --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fbc08d..ead1009 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,7 +940,7 @@ dependencies = [ [[package]] name = "kiryuu" -version = "0.1.1" +version = "0.3.0" dependencies = [ "actix-web", "clap 4.0.30", diff --git a/Cargo.toml b/Cargo.toml index cb677af..89de321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kiryuu" -version = "0.1.1" +version = "0.3.0" edition = "2021" description = "A highly performant HTTP Bittorrent tracker"