1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-30 23:53:02 +02:00

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.
This commit is contained in:
Anne Epstein 2013-07-15 12:30:15 -05:00
parent e3088dd314
commit 10d5b7a27f

View File

@ -23,6 +23,8 @@ forbidden:
---
The MIT License (MIT)
Copyright (c) <<year>> <<fullname>>
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.
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.