1252884aeSStefan Eßer# License 2252884aeSStefan Eßer 3*a970610aSStefan EßerCopyright (c) 2018-2024 Gavin D. Howard <gavin@gavinhoward.com> 4252884aeSStefan Eßer 5252884aeSStefan EßerRedistribution and use in source and binary forms, with or without modification, 6252884aeSStefan Eßerare permitted provided that the following conditions are met: 7252884aeSStefan Eßer 8252884aeSStefan Eßer* Redistributions of source code must retain the above copyright notice, this 9252884aeSStefan Eßer list of conditions and the following disclaimer. 10252884aeSStefan Eßer 11252884aeSStefan Eßer* Redistributions in binary form must reproduce the above copyright notice, this 12252884aeSStefan Eßer list of conditions and the following disclaimer in the documentation and/or 13252884aeSStefan Eßer other materials provided with the distribution. 14252884aeSStefan Eßer 15252884aeSStefan EßerTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 16252884aeSStefan EßerANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 17252884aeSStefan EßerWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 18252884aeSStefan EßerDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR 19252884aeSStefan EßerANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 20252884aeSStefan Eßer(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 21252884aeSStefan EßerLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 22252884aeSStefan EßerANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23252884aeSStefan Eßer(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24252884aeSStefan EßerSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25252884aeSStefan Eßer 26252884aeSStefan Eßer## History 27252884aeSStefan Eßer 28252884aeSStefan EßerThe files `src/history.c` and `include/history.h` are under the following 29252884aeSStefan Eßercopyrights and license: 30252884aeSStefan Eßer 31252884aeSStefan EßerCopyright (c) 2010-2014, Salvatore Sanfilippo <antirez at gmail dot com><br> 32252884aeSStefan EßerCopyright (c) 2010-2013, Pieter Noordhuis <pcnoordhuis at gmail dot com><br> 33252884aeSStefan EßerCopyright (c) 2018 rain-1 <rain1@openmailbox.org><br> 344fca8e0fSStefan EßerCopyright (c) 2018-2023, Gavin D. Howard <gavin@gavinhoward.com> 35252884aeSStefan Eßer 36252884aeSStefan EßerRedistribution and use in source and binary forms, with or without modification, 37252884aeSStefan Eßerare permitted provided that the following conditions are met: 38252884aeSStefan Eßer 39252884aeSStefan Eßer* Redistributions of source code must retain the above copyright notice, this 40252884aeSStefan Eßer list of conditions and the following disclaimer. 41252884aeSStefan Eßer 42252884aeSStefan Eßer* Redistributions in binary form must reproduce the above copyright notice, this 43252884aeSStefan Eßer list of conditions and the following disclaimer in the documentation and/or 44252884aeSStefan Eßer other materials provided with the distribution. 45252884aeSStefan Eßer 46252884aeSStefan EßerTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 47252884aeSStefan EßerANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 48252884aeSStefan EßerWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 49252884aeSStefan EßerDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR 50252884aeSStefan EßerANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 51252884aeSStefan Eßer(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 52252884aeSStefan EßerLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 53252884aeSStefan EßerANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 54252884aeSStefan Eßer(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 55252884aeSStefan EßerSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5610328f8bSStefan Eßer 5710328f8bSStefan Eßer## Rand 5810328f8bSStefan Eßer 5910328f8bSStefan EßerThe files `src/rand.c` and `include/rand.h` are under the following copyrights 6010328f8bSStefan Eßerand license: 6110328f8bSStefan Eßer 6276238846SStefan EßerCopyright (c) 2014-2017 Melissa O'Neill and PCG Project contributors<br> 63*a970610aSStefan EßerCopyright (c) 2018-2024 Gavin D. Howard <gavin@gavinhoward.com> 6410328f8bSStefan Eßer 6510328f8bSStefan EßerPermission is hereby granted, free of charge, to any person obtaining a copy of 6610328f8bSStefan Eßerthis software and associated documentation files (the "Software"), to deal in 6710328f8bSStefan Eßerthe Software without restriction, including without limitation the rights to 6810328f8bSStefan Eßeruse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 6910328f8bSStefan Eßerthe Software, and to permit persons to whom the Software is furnished to do so, 7010328f8bSStefan Eßersubject to the following conditions: 7110328f8bSStefan Eßer 7210328f8bSStefan EßerThe above copyright notice and this permission notice shall be included in all 7310328f8bSStefan Eßercopies or substantial portions of the Software. 7410328f8bSStefan Eßer 7510328f8bSStefan EßerTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 7610328f8bSStefan EßerIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 7710328f8bSStefan EßerFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 7810328f8bSStefan EßerCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 7910328f8bSStefan EßerIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 8010328f8bSStefan EßerCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 8110328f8bSStefan Eßer 8244d4804dSStefan Eßer## `scripts/safe-install.sh` 8310328f8bSStefan Eßer 8444d4804dSStefan EßerThe file `scripts/safe-install.sh` is under the following copyright and license: 8510328f8bSStefan Eßer 8610328f8bSStefan EßerCopyright (c) 2021 Rich Felker 8710328f8bSStefan Eßer 8810328f8bSStefan EßerPermission is hereby granted, free of charge, to any person obtaining a copy of 8910328f8bSStefan Eßerthis software and associated documentation files (the “Software”), to deal in 9010328f8bSStefan Eßerthe Software without restriction, including without limitation the rights to 9110328f8bSStefan Eßeruse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9210328f8bSStefan Eßerthe Software, and to permit persons to whom the Software is furnished to do so, 9310328f8bSStefan Eßersubject to the following conditions: 9410328f8bSStefan Eßer 9510328f8bSStefan EßerThe above copyright notice and this permission notice shall be included in all 9610328f8bSStefan Eßercopies or substantial portions of the Software. 9710328f8bSStefan Eßer 9810328f8bSStefan EßerTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9910328f8bSStefan EßerIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 10010328f8bSStefan EßerFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 10110328f8bSStefan EßerCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 10210328f8bSStefan EßerIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 10310328f8bSStefan EßerCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 10444d4804dSStefan Eßer 10544d4804dSStefan Eßer## `scripts/ministat.c` 10644d4804dSStefan Eßer 10744d4804dSStefan EßerThe file `scripts/ministat.c` is under the following license: 10844d4804dSStefan Eßer 10944d4804dSStefan Eßer"THE BEER-WARE LICENSE" (Revision 42): 11044d4804dSStefan Eßer 11144d4804dSStefan Eßer<phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you 11244d4804dSStefan Eßercan do whatever you want with this stuff. If we meet some day, and you think 11344d4804dSStefan Eßerthis stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 114