From 10d5b7a27fc1834477a15e5fc0a6e752d1fdf322 Mon Sep 17 00:00:00 2001 From: Anne Epstein <4fnutryvzp@snkmail.com> Date: Mon, 15 Jul 2013 12:30:15 -0500 Subject: [PATCH] Add license name to MIT license It's very helpful/timesaving to people considering making use of a project for the license text to have the title, so they don't have to do a search to confirm what the license is. Therefore, the portion of the MIT license that gets copied to clipboard should have the license title. --- licenses/mit.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/licenses/mit.txt b/licenses/mit.txt index ce92b70..b815ac3 100644 --- a/licenses/mit.txt +++ b/licenses/mit.txt @@ -23,6 +23,8 @@ forbidden: --- +The MIT License (MIT) + Copyright (c) <> <> Permission is hereby granted, free of charge, to any person obtaining a copy of @@ -40,4 +42,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 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 +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.