1Valid-License-Identifier: MIT
2
3SPDX-URL: https://spdx.org/licenses/MIT.html
4
5Usage-Guide:
6
7  To use the MIT License put the following SPDX tag/value pair into a
8  comment according to the placement guidelines in the licensing rules
9  documentation:
10    SPDX-License-Identifier: MIT
11
12License-Text:
13
14MIT License
15
16Copyright (c) <year> <copyright holders>
17
18Permission is hereby granted, free of charge, to any person obtaining a
19copy of this software and associated documentation files (the "Software"),
20to deal in the Software without restriction, including without limitation
21the rights to use, copy, modify, merge, publish, distribute, sublicense,
22and/or sell copies of the Software, and to permit persons to whom the
23Software is furnished to do so, subject to the following conditions:
24
25The above copyright notice and this permission notice shall be included in
26all copies or substantial portions of the Software.
27
28THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
33FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
34DEALINGS IN THE SOFTWARE.
35