Blob Blame History Raw
diff -Naur LuminanceHDR-v.2.6.1.1-original/LICENSE.txt LuminanceHDR-v.2.6.1.1/LICENSE.txt
--- LuminanceHDR-v.2.6.1.1-original/LICENSE.txt	1969-12-31 19:00:00.000000000 -0500
+++ LuminanceHDR-v.2.6.1.1/LICENSE.txt	2013-12-14 21:55:11.000000000 -0500
@@ -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 -Naur LuminanceHDR-v.2.6.1.1-original/src/helpersse2.h LuminanceHDR-v.2.6.1.1/src/helpersse2.h
--- LuminanceHDR-v.2.6.1.1-original/src/helpersse2.h	2021-01-11 04:41:28.000000000 -0500
+++ LuminanceHDR-v.2.6.1.1/src/helpersse2.h	2021-04-08 12:48:12.761307513 -0400
@@ -3,6 +3,11 @@
 //  this code was taken from http://shibatch.sourceforge.net/
 //  Many thanks to the author of original version: Naoki Shibata
 //
+//   Copyright Naoki Shibata and contributors 2010 - 2021.
+// Distributed under the Boost Software License, Version 1.0.
+//    (See accompanying file LICENSE.txt or copy at
+//          http://www.boost.org/LICENSE_1_0.txt)
+//
 //  This version contains modifications made by Ingo Weyrich
 //
 ////////////////////////////////////////////////////////////////
diff -Naur LuminanceHDR-v.2.6.1.1-original/src/sleef.c LuminanceHDR-v.2.6.1.1/src/sleef.c
--- LuminanceHDR-v.2.6.1.1-original/src/sleef.c	2021-01-11 04:41:28.000000000 -0500
+++ LuminanceHDR-v.2.6.1.1/src/sleef.c	2021-04-08 12:48:14.788319299 -0400
@@ -3,6 +3,11 @@
 //  this code was taken from http://shibatch.sourceforge.net/
 //  Many thanks to the author of original version: Naoki Shibata
 //
+//   Copyright Naoki Shibata and contributors 2010 - 2021.
+// Distributed under the Boost Software License, Version 1.0.
+//    (See accompanying file LICENSE.txt or copy at
+//          http://www.boost.org/LICENSE_1_0.txt)
+//
 //  This version contains modifications made by Ingo Weyrich
 //
 ////////////////////////////////////////////////////////////////
diff -Naur LuminanceHDR-v.2.6.1.1-original/src/sleefsseavx.c LuminanceHDR-v.2.6.1.1/src/sleefsseavx.c
--- LuminanceHDR-v.2.6.1.1-original/src/sleefsseavx.c	2021-01-11 04:41:28.000000000 -0500
+++ LuminanceHDR-v.2.6.1.1/src/sleefsseavx.c	2021-04-08 12:48:16.718330521 -0400
@@ -3,6 +3,11 @@
 //  this code was taken from http://shibatch.sourceforge.net/
 //  Many thanks to the author of original version: Naoki Shibata
 //
+//   Copyright Naoki Shibata and contributors 2010 - 2021.
+// Distributed under the Boost Software License, Version 1.0.
+//    (See accompanying file LICENSE.txt or copy at
+//          http://www.boost.org/LICENSE_1_0.txt)
+//
 //  This version contains modifications made by Ingo Weyrich
 //
 ////////////////////////////////////////////////////////////////