From: Michael Matirko (mmatirko) Date: Tue, 5 Dec 2023 18:03:02 +0000 (+0000) Subject: Pull request #4126: catch: add boost software license for catch.hpp X-Git-Tag: 3.1.77.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bf89c3b468b2b9710d5082c954e2306e776aaa7;p=thirdparty%2Fsnort3.git Pull request #4126: catch: add boost software license for catch.hpp Merge in SNORT/snort3 from ~MMATIRKO/snort3:boost_license to master Squashed commit of the following: commit 5355f9305ad11eb29eb687f54417f910e5a5f02d Author: Michael Matirko Date: Mon Dec 4 10:19:13 2023 -0500 catch: add boost software license for catch.hpp --- diff --git a/src/catch/LICENSE_1_0.txt b/src/catch/LICENSE_1_0.txt new file mode 100644 index 000000000..36b7cd93c --- /dev/null +++ b/src/catch/LICENSE_1_0.txt @@ -0,0 +1,23 @@ +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +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, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/src/catch/dev_notes.txt b/src/catch/dev_notes.txt index db226203d..a907a49de 100644 --- a/src/catch/dev_notes.txt +++ b/src/catch/dev_notes.txt @@ -10,3 +10,6 @@ optimizations. catch.hpp is from https://github.com/philsquared/Catch. +The relevant licensing information for catch.hpp, as required +by the Boost Software License, is provided in this directory, +in the file LICENSE_1_0.txt