]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #4126: catch: add boost software license for catch.hpp
authorMichael Matirko (mmatirko) <mmatirko@cisco.com>
Tue, 5 Dec 2023 18:03:02 +0000 (18:03 +0000)
committerSteven Baigal (sbaigal) <sbaigal@cisco.com>
Tue, 5 Dec 2023 18:03:02 +0000 (18:03 +0000)
Merge in SNORT/snort3 from ~MMATIRKO/snort3:boost_license to master

Squashed commit of the following:

commit 5355f9305ad11eb29eb687f54417f910e5a5f02d
Author: Michael Matirko <mmatirko@cisco.com>
Date:   Mon Dec 4 10:19:13 2023 -0500

    catch: add boost software license for catch.hpp

src/catch/LICENSE_1_0.txt [new file with mode: 0644]
src/catch/dev_notes.txt

diff --git a/src/catch/LICENSE_1_0.txt b/src/catch/LICENSE_1_0.txt
new file mode 100644 (file)
index 0000000..36b7cd9
--- /dev/null
@@ -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.
index db226203d9b74d8526fdb20c3918f240a46575e8..a907a49de39b24a97179f3a60d63c5fb26629a11 100644 (file)
@@ -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