From 47b40c783708fbcf968b47227b6be6b84bb8b1ba Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 29 Sep 2022 05:16:48 +0200 Subject: [PATCH] LICENSE fix and added .txt extension to be more pythonic. --- AUTHORS => AUTHORS.txt | 2 +- CHANGELOG => CHANGELOG.txt | 0 LICENSE => LICENSE.txt | 4 +--- TODO => TODO.txt | 0 4 files changed, 2 insertions(+), 4 deletions(-) rename AUTHORS => AUTHORS.txt (81%) rename CHANGELOG => CHANGELOG.txt (100%) rename LICENSE => LICENSE.txt (92%) rename TODO => TODO.txt (100%) diff --git a/AUTHORS b/AUTHORS.txt similarity index 81% rename from AUTHORS rename to AUTHORS.txt index e51c18d..d71a158 100644 --- a/AUTHORS +++ b/AUTHORS.txt @@ -3,4 +3,4 @@ Email: you@hanez.org Homepage: https://hanez.org/ Git: https://git.unixpeople.org/hanez - GitHub: https://github.com/hanez/> + GitHub: https://github.com/hanez/ diff --git a/CHANGELOG b/CHANGELOG.txt similarity index 100% rename from CHANGELOG rename to CHANGELOG.txt diff --git a/LICENSE b/LICENSE.txt similarity index 92% rename from LICENSE rename to LICENSE.txt index ec357b9..0a59d55 100644 --- a/LICENSE +++ b/LICENSE.txt @@ -1,6 +1,4 @@ -MIT License - -Copyright (c) 2022 Johannes Findeisen . All rights reserved. +Copyright (c) 2022 Johannes Findeisen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/TODO b/TODO.txt similarity index 100% rename from TODO rename to TODO.txt