From d495811bfe1af0c6f3af355b6616d4516003228b Mon Sep 17 00:00:00 2001 From: Macoy Madson Date: Sun, 3 Oct 2021 15:08:42 -0400 Subject: [PATCH] Add missing stb_image license --- AutoColor.h | 20 ++++++++++++++++++++ src/AutoColor.cake | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/AutoColor.h b/AutoColor.h index 1e0b130..957365b 100644 --- a/AutoColor.h +++ b/AutoColor.h @@ -65,6 +65,26 @@ const char* gAutoColorCopyrightString = "\n" "--------------------------------------------------------------------------------\n" "\n" + "Uses stb_image:\n" + "Copyright (c) 2017 Sean Barrett\n" + "Permission is hereby granted, free of charge, to any person obtaining a copy of\n" + "this software and associated documentation files (the \"Software\"), to deal in\n" + "the Software without restriction, including without limitation the rights to\n" + "use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\n" + "of the Software, and to permit persons to whom the Software is furnished to do\n" + "so, subject to the following conditions:\n" + "The above copyright notice and this permission notice shall be included in all\n" + "copies or substantial portions of the Software.\n" + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n" + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n" + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n" + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n" + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n" + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n" + "SOFTWARE.\n" + "\n" + "--------------------------------------------------------------------------------\n" + "\n" "Uses modified color conversion functions with the following preamble:\n" "Ported by Renaud Bédard (@renaudbedard) from original code from Tanner Helland:\n" "http://www.tannerhelland.com/4435/convert-temperature-rgb-algorithm-code/\n" diff --git a/src/AutoColor.cake b/src/AutoColor.cake index 929cbcc..d97b898 100644 --- a/src/AutoColor.cake +++ b/src/AutoColor.cake @@ -27,6 +27,26 @@ along with Auto Color. If not, see . -------------------------------------------------------------------------------- +Uses stb_image: +Copyright (c) 2017 Sean Barrett +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-------------------------------------------------------------------------------- + Uses modified color conversion functions with the following preamble: Ported by Renaud Bédard (@renaudbedard) from original code from Tanner Helland: http://www.tannerhelland.com/4435/convert-temperature-rgb-algorithm-code/