From 51cdb15b9d00164466c0bf6dca4df7d75ac9b78d Mon Sep 17 00:00:00 2001 From: asddsaz <42685606+asddsaz@users.noreply.github.com> Date: Thu, 9 May 2019 19:41:53 -0700 Subject: [PATCH 1/3] Create WARRANTY --- WARRANTY | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 WARRANTY diff --git a/WARRANTY b/WARRANTY new file mode 100644 index 00000000..3e026f00 --- /dev/null +++ b/WARRANTY @@ -0,0 +1,5 @@ +/* This program is free software. It comes without any warranty, to + * the extent permitted by applicable law. You can redistribute it + * and/or modify it under the terms of the Do What The Fuck You Want + * To Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/ for more details. */ -- 2.47.2 From 25c66199652633af88246d1e81b364737e6ae1b1 Mon Sep 17 00:00:00 2001 From: asddsaz <42685606+asddsaz@users.noreply.github.com> Date: Thu, 9 May 2019 19:43:09 -0700 Subject: [PATCH 2/3] Rename WARRANTY to WARRANTY.md --- WARRANTY => WARRANTY.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename WARRANTY => WARRANTY.md (100%) diff --git a/WARRANTY b/WARRANTY.md similarity index 100% rename from WARRANTY rename to WARRANTY.md -- 2.47.2 From f0ade75ef9723dd4ca388babed56da88cc4b9b52 Mon Sep 17 00:00:00 2001 From: asddsaz <42685606+asddsaz@users.noreply.github.com> Date: Thu, 9 May 2019 19:44:48 -0700 Subject: [PATCH 3/3] Rename WARRANTY.md to WARRANTY.txt --- WARRANTY.md => WARRANTY.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename WARRANTY.md => WARRANTY.txt (100%) diff --git a/WARRANTY.md b/WARRANTY.txt similarity index 100% rename from WARRANTY.md rename to WARRANTY.txt -- 2.47.2