[FileItem] Fix mimetype content lookup
[xbmc.git] / LICENSES / MIT
blob2e44d00e0c1ea0aa525aa9a095ec472eb5d38d1c
1 Valid-License-Identifier: MIT
2 SPDX-URL: https://spdx.org/licenses/MIT.html
3 Usage-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
8 License-Text:
10 MIT License
12 Copyright (c) <year> <copyright holders>
14 Permission is hereby granted, free of charge, to any person obtaining a copy
15 of this software and associated documentation files (the "Software"), to deal
16 in the Software without restriction, including without limitation the rights
17 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18 copies of the Software, and to permit persons to whom the Software is furnished
19 to do so, subject to the following conditions:
21 The above copyright notice and this permission notice shall be included in
22 all copies or substantial portions of the Software.
24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
26 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
27 OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
28 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
29 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.