From 0789b8c1369ec31d890a672101fad72b1c395c53 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 27 Jun 2018 23:55:37 -0700 Subject: [PATCH] Make license formatting match GitHub's reference text GitHub uses the licensee ruby gem to detect the license type of the repository. licensee uses the license texts from choosealicense.com so if the text of your license file differs from their license it will not be recognized. GitHub allows filtering searches by license type and also shows the license type on the homepage of your repository and when viewing the license page but these features are only available when the license is recognized. This does NOT change the actual content of the license in any way. --- LICENSE.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index e546bec..355e1d9 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,8 +1,6 @@ -# MIT License --------------- -Copyright (c) 2013, 2014, 2015, 2016, 2017 - Thijs Elenbaas, Valeriy Kucherenko, - Dreamcat4, Neil Dudman, Thomas Ouellet Fredericks. +MIT License + +Copyright (c) 2013, 2014, 2015, 2016, 2017 Thijs Elenbaas, Valeriy Kucherenko, Dreamcat4, Neil Dudman, Thomas Ouellet Fredericks. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the