1Valid-License-Identifier: MIT-0 2 3SPDX-URL: https://spdx.org/licenses/MIT-0.html 4 5Usage-Guide: 6 7 To use the MIT-0 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-0 11 12License-Text: 13 14MIT No Attribution 15 16Copyright <year> <copyright holder> 17 18Permission is hereby granted, free of charge, to any person obtaining a copy 19of this software and associated documentation files (the "Software"), to deal 20in the Software without restriction, including without limitation the rights 21to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 22copies of the Software, and to permit persons to whom the Software is 23furnished to do so. 24 25THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31SOFTWARE. 32