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