From 9d4c4363a5ce3c9d1cd8191b8144ce63fc5970f1 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Sat, 4 Jul 2020 13:53:26 -0700 Subject: [PATCH] Convert license to markdown --- LICENSE => LICENSE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename LICENSE => LICENSE.md (94%) diff --git a/LICENSE b/LICENSE.md similarity index 94% rename from LICENSE rename to LICENSE.md index 6eaf13c..f9aa9bb 100644 --- a/LICENSE +++ b/LICENSE.md @@ -1,6 +1,6 @@ -MIT License +# MIT License -Copyright (c) 2020 Ilan Cosman +Copyright © `2020` `Ilan Cosman` Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE.