Update markdown/mit.md
Browse files- markdown/mit.md +2 -31
markdown/mit.md
CHANGED
|
@@ -1,36 +1,6 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: MIT License
|
| 3 |
-
spdx-id: MIT
|
| 4 |
-
featured: true
|
| 5 |
-
hidden: false
|
| 6 |
-
|
| 7 |
-
description: A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
|
| 8 |
-
|
| 9 |
-
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
|
| 10 |
-
|
| 11 |
-
using:
|
| 12 |
-
Babel: https://github.com/babel/babel/blob/master/LICENSE
|
| 13 |
-
.NET: https://github.com/dotnet/runtime/blob/main/LICENSE.TXT
|
| 14 |
-
Rails: https://github.com/rails/rails/blob/master/MIT-LICENSE
|
| 15 |
-
|
| 16 |
-
permissions:
|
| 17 |
-
- commercial-use
|
| 18 |
-
- modifications
|
| 19 |
-
- distribution
|
| 20 |
-
- private-use
|
| 21 |
-
|
| 22 |
-
conditions:
|
| 23 |
-
- include-copyright
|
| 24 |
-
|
| 25 |
-
limitations:
|
| 26 |
-
- liability
|
| 27 |
-
- warranty
|
| 28 |
-
|
| 29 |
-
---
|
| 30 |
-
|
| 31 |
MIT License
|
| 32 |
|
| 33 |
-
Copyright (c)
|
| 34 |
|
| 35 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 36 |
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -49,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
| 49 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 50 |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 51 |
SOFTWARE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
MIT License
|
| 2 |
|
| 3 |
+
Copyright (c) 2025 Raziel1234
|
| 4 |
|
| 5 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
of this software and associated documentation files (the "Software"), to deal
|
|
|
|
| 19 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
SOFTWARE.
|
| 22 |
+
|