public
nobgit
read
community.wiki
For NobGit Community
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/community.wiki.git
ssh://[email protected]:2222/orgs/nobgit/community.wiki.git
Trace
Licenses/MIT.md
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
# MIT License
3
**SPDX identifier:** `MIT`
4
**Canonical publisher/reference:** Software Package Data Exchange (SPDX)
5
**Canonical text:** <https://spdx.org/licenses/MIT.html>
7
## Complete legal text
9
Copy the entire block below when you need the unmodified licence text. Replace bracketed copyright placeholders only where the licence itself instructs you to do so.
11
```text
12
MIT License
14
Copyright (c) [year] [copyright holders]
16
Permission is hereby granted, free of charge, to any person obtaining a copy
17
of this software and associated documentation files (the "Software"), to deal
18
in the Software without restriction, including without limitation the rights
19
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20
copies of the Software, and to permit persons to whom the Software is
21
furnished to do so, subject to the following conditions:
23
The above copyright notice and this permission notice shall be included in all
24
copies or substantial portions of the Software.
26
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32
SOFTWARE.
33
```
35
---
37
## Plain-language memory aid
39
**You may:** use, copy, modify, merge, publish, distribute, sublicense, and sell the software, including as part of closed-source software.
41
**You must:** keep the copyright notice and the complete MIT permission notice in copies or substantial portions of the software.
43
**You do not receive:** an express patent grant, warranty, or author liability.
45
**Good fit:** projects that want a very short, highly permissive licence with minimal obligations.
47
---
49
## Summary disclaimer
51
The memory aid is provided for convenience and is not part of the licence. It does not modify, replace, or override the complete legal text above and is not legal advice. If the summary conflicts with the legal text, the legal text controls.