1## Little Color Management System (LCMS) v2.16 2 3### LCMS License 4<pre> 5 6MIT License 7 8Copyright (C) 1998-2023 Marti Maria Saguer 9 10Permission is hereby granted, free of charge, to any person obtaining 11a copy of this software and associated documentation files (the "Software"), 12to deal in the Software without restriction, including without limitation 13the rights to use, copy, modify, merge, publish, distribute, sublicense, 14and/or sell copies of the Software, and to permit persons to whom the Software 15is furnished to do so, subject to the following conditions: 16 17The above copyright notice and this permission notice shall be included in 18all copies or substantial portions of the Software. 19 20THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 22THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 24LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 25OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 26WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 28--------------------------------- 29The below license applies to the following files: 30liblcms/cmssm.c 31 32Copyright 2001, softSurfer (www.softsurfer.com) 33 34This code may be freely used and modified for any purpose 35providing that this copyright notice is included with it. 36SoftSurfer makes no warranty for this code, and cannot be held 37liable for any real or imagined damage resulting from its use. 38Users of this code must verify correctness for their application. 39 40</pre> 41 42### AUTHORS File Information 43``` 44 45Main Author 46------------ 47Marti Maria 48 49 50Contributors 51------------ 52Bob Friesenhahn 53Kai-Uwe Behrmann 54Stuart Nixon 55Jordi Vilar 56Richard Hughes 57Auke Nauta 58Chris Evans (Google) 59Lorenzo Ridolfi 60Robin Watts (Artifex) 61Shawn Pedersen 62Andrew Brygin 63Samuli Suominen 64Florian Hˆch 65Aurelien Jarno 66Claudiu Cebuc 67Michael Vhrel (Artifex) 68Michal Cihar 69Daniel Kaneider 70Mateusz Jurczyk (Google) 71Paul Miller 72SÈbastien LÈon 73Christian Schmitz 74XhmikosR 75Stanislav Brabec (SuSe) 76Leonhard Gruenschloss (Google) 77Patrick Noffke 78Christopher James Halse Rogers 79John Hein 80Thomas Weber (Debian) 81Mark Allen 82Noel Carboni 83Sergei Trofimovic 84Philipp Knechtges 85Amyspark 86Lovell Fuller 87Eli Schwartz 88Diogo Teles Sant'Anna 89 90Special Thanks 91-------------- 92Artifex software 93AlienSkin software 94libVIPS 95Jan Morovic 96Jos Vernon (WebSupergoo) 97Harald Schneider (Maxon) 98Christian Albrecht 99Dimitrios Anastassakis 100Lemke Software 101Tim Zaman 102 103``` 104