From a7025917fbb084b29273171ec5e0785c1c49a286 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 24 Jun 2018 23:39:08 -0700 Subject: [PATCH] Fix license formatting so it will be recognized (#78) 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. --- LICENSE | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 8f66b070..0e19085c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,8 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 jwellbelove -https://github.com/ETLCPP/etl -http://www.etlcpp.com +Copyright (c) 2016 jwellbelove, https://github.com/ETLCPP/etl, http://www.etlcpp.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal