diff --git a/Contrib/DtexToExr/Makefile.am b/Contrib/DtexToExr/Makefile.am index a2fcc4333f..30113bf97f 100644 --- a/Contrib/DtexToExr/Makefile.am +++ b/Contrib/DtexToExr/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in # tell autoconf to include the m4 macros in the /m4 directory diff --git a/Contrib/DtexToExr/configure.ac b/Contrib/DtexToExr/configure.ac index 4531a7211f..a23a7c338d 100644 --- a/Contrib/DtexToExr/configure.ac +++ b/Contrib/DtexToExr/configure.ac @@ -1,3 +1,8 @@ +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl + dnl Process this file with autoconf to produce a configure script. AC_INIT(DtexToExr, 1.0.0) AC_SUBST(DTEXTOEXR_VERSION, 1.0.0) diff --git a/Contrib/DtexToExr/m4/compilelinkrun.m4 b/Contrib/DtexToExr/m4/compilelinkrun.m4 index ea56669600..2573eaa1e2 100644 --- a/Contrib/DtexToExr/m4/compilelinkrun.m4 +++ b/Contrib/DtexToExr/m4/compilelinkrun.m4 @@ -1,4 +1,8 @@ dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl +dnl dnl dnl compilelinkrun.m4 - used to check whether a required package is properly dnl installed. Compiles, links and runs a c++ test program that uses the diff --git a/Contrib/DtexToExr/m4/path.pkgconfig.m4 b/Contrib/DtexToExr/m4/path.pkgconfig.m4 index a6a36ae377..e6c67b5e1f 100644 --- a/Contrib/DtexToExr/m4/path.pkgconfig.m4 +++ b/Contrib/DtexToExr/m4/path.pkgconfig.m4 @@ -1,3 +1,8 @@ +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl + AC_DEFUN([AM_PATH_PKGCONFIG], [ diff --git a/Contrib/DtexToExr/m4/threads.m4 b/Contrib/DtexToExr/m4/threads.m4 index 2213bb8dd5..bc4450fd0b 100644 --- a/Contrib/DtexToExr/m4/threads.m4 +++ b/Contrib/DtexToExr/m4/threads.m4 @@ -1,4 +1,7 @@ - +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) dnl dnl Modified by Wojciech Jarosz (2005) to include check for POSIX diff --git a/IlmBase/Half/Makefile.am b/IlmBase/Half/Makefile.am index 6d420a6ae8..3727802174 100644 --- a/IlmBase/Half/Makefile.am +++ b/IlmBase/Half/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in INCLUDES = -I$(top_srcdir)/config diff --git a/IlmBase/HalfTest/CMakeLists.txt b/IlmBase/HalfTest/CMakeLists.txt index dca891e8a9..246f543d09 100644 --- a/IlmBase/HalfTest/CMakeLists.txt +++ b/IlmBase/HalfTest/CMakeLists.txt @@ -1,3 +1,7 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## add_executable(HalfTest main.cpp diff --git a/IlmBase/HalfTest/Makefile.am b/IlmBase/HalfTest/Makefile.am index 7d8fdb18f9..a6c54bdf58 100644 --- a/IlmBase/HalfTest/Makefile.am +++ b/IlmBase/HalfTest/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in check_PROGRAMS = HalfTest diff --git a/IlmBase/HalfTest/main.cpp b/IlmBase/HalfTest/main.cpp index 25438a3f19..637ecabe38 100644 --- a/IlmBase/HalfTest/main.cpp +++ b/IlmBase/HalfTest/main.cpp @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + #include #include #include diff --git a/IlmBase/HalfTest/testArithmetic.cpp b/IlmBase/HalfTest/testArithmetic.cpp index e399c13c2d..5b06c481ac 100644 --- a/IlmBase/HalfTest/testArithmetic.cpp +++ b/IlmBase/HalfTest/testArithmetic.cpp @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + #include #include "half.h" #include diff --git a/IlmBase/HalfTest/testArithmetic.h b/IlmBase/HalfTest/testArithmetic.h index ce2cd8d03e..c1f224cc24 100644 --- a/IlmBase/HalfTest/testArithmetic.h +++ b/IlmBase/HalfTest/testArithmetic.h @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + void testArithmetic (); diff --git a/IlmBase/HalfTest/testBitPatterns.cpp b/IlmBase/HalfTest/testBitPatterns.cpp index 422836d285..ecf56e8ad3 100644 --- a/IlmBase/HalfTest/testBitPatterns.cpp +++ b/IlmBase/HalfTest/testBitPatterns.cpp @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + #include #include "half.h" #include diff --git a/IlmBase/HalfTest/testBitPatterns.h b/IlmBase/HalfTest/testBitPatterns.h index 76c41bfe45..93a9dd2bc8 100644 --- a/IlmBase/HalfTest/testBitPatterns.h +++ b/IlmBase/HalfTest/testBitPatterns.h @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + void testBitPatterns (); diff --git a/IlmBase/HalfTest/testClassification.cpp b/IlmBase/HalfTest/testClassification.cpp index a9713e6718..13c9edc237 100644 --- a/IlmBase/HalfTest/testClassification.cpp +++ b/IlmBase/HalfTest/testClassification.cpp @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + #include #include "half.h" #include diff --git a/IlmBase/HalfTest/testClassification.h b/IlmBase/HalfTest/testClassification.h index cd6e4d07d6..e971c31743 100644 --- a/IlmBase/HalfTest/testClassification.h +++ b/IlmBase/HalfTest/testClassification.h @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + void testClassification (); diff --git a/IlmBase/HalfTest/testError.cpp b/IlmBase/HalfTest/testError.cpp index 6658fd5b17..ac53381106 100644 --- a/IlmBase/HalfTest/testError.cpp +++ b/IlmBase/HalfTest/testError.cpp @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + #include #include "half.h" #include diff --git a/IlmBase/HalfTest/testError.h b/IlmBase/HalfTest/testError.h index 63343307df..690cd563b5 100644 --- a/IlmBase/HalfTest/testError.h +++ b/IlmBase/HalfTest/testError.h @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + void testNormalizedConversionError (); void testDenormalizedConversionError (); diff --git a/IlmBase/HalfTest/testFunction.cpp b/IlmBase/HalfTest/testFunction.cpp index 3b6011f587..78d8d454ea 100644 --- a/IlmBase/HalfTest/testFunction.cpp +++ b/IlmBase/HalfTest/testFunction.cpp @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + #include #include "halfFunction.h" #include diff --git a/IlmBase/HalfTest/testFunction.h b/IlmBase/HalfTest/testFunction.h index 2293af38a9..a87bd4371e 100644 --- a/IlmBase/HalfTest/testFunction.h +++ b/IlmBase/HalfTest/testFunction.h @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + void testFunction (); diff --git a/IlmBase/HalfTest/testLimits.cpp b/IlmBase/HalfTest/testLimits.cpp index d00835a6fd..54b2bbc129 100644 --- a/IlmBase/HalfTest/testLimits.cpp +++ b/IlmBase/HalfTest/testLimits.cpp @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + #include #include "halfLimits.h" #include diff --git a/IlmBase/HalfTest/testLimits.h b/IlmBase/HalfTest/testLimits.h index 440813f5d8..b4c01ba2c3 100644 --- a/IlmBase/HalfTest/testLimits.h +++ b/IlmBase/HalfTest/testLimits.h @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + void testLimits (); diff --git a/IlmBase/HalfTest/testSize.cpp b/IlmBase/HalfTest/testSize.cpp index 5c4277601e..370081981d 100644 --- a/IlmBase/HalfTest/testSize.cpp +++ b/IlmBase/HalfTest/testSize.cpp @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + #include #include "half.h" #include diff --git a/IlmBase/HalfTest/testSize.h b/IlmBase/HalfTest/testSize.h index aa6274b027..c6ee8c9169 100644 --- a/IlmBase/HalfTest/testSize.h +++ b/IlmBase/HalfTest/testSize.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// void testSize (); diff --git a/IlmBase/Iex/Makefile.am b/IlmBase/Iex/Makefile.am index d80e44d192..e6caa1a9c8 100644 --- a/IlmBase/Iex/Makefile.am +++ b/IlmBase/Iex/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in INCLUDES = -I$(top_srcdir)/config diff --git a/IlmBase/IexMath/Makefile.am b/IlmBase/IexMath/Makefile.am index bd40e4dca2..d21bc2cad5 100644 --- a/IlmBase/IexMath/Makefile.am +++ b/IlmBase/IexMath/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in lib_LTLIBRARIES = libIexMath.la diff --git a/IlmBase/IexTest/Makefile.am b/IlmBase/IexTest/Makefile.am index 728c3fd905..bffdad7d54 100644 --- a/IlmBase/IexTest/Makefile.am +++ b/IlmBase/IexTest/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in check_PROGRAMS = IexTest diff --git a/IlmBase/IlmBase.pc.in b/IlmBase/IlmBase.pc.in index 024333a4b9..3bf2b0d04a 100644 --- a/IlmBase/IlmBase.pc.in +++ b/IlmBase/IlmBase.pc.in @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ diff --git a/IlmBase/IlmThread/Makefile.am b/IlmBase/IlmThread/Makefile.am index af996fc412..944bdd8f7d 100644 --- a/IlmBase/IlmThread/Makefile.am +++ b/IlmBase/IlmThread/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in lib_LTLIBRARIES = libIlmThread.la diff --git a/IlmBase/Imath/Makefile.am b/IlmBase/Imath/Makefile.am index 8f4e801fc3..633d8b059b 100644 --- a/IlmBase/Imath/Makefile.am +++ b/IlmBase/Imath/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in lib_LTLIBRARIES = libImath.la diff --git a/IlmBase/ImathTest/Makefile.am b/IlmBase/ImathTest/Makefile.am index 4d99d73c92..f0b3d9a4f0 100644 --- a/IlmBase/ImathTest/Makefile.am +++ b/IlmBase/ImathTest/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in check_PROGRAMS = ImathTest diff --git a/IlmBase/Makefile.am b/IlmBase/Makefile.am index f2e95df671..acd05bb789 100644 --- a/IlmBase/Makefile.am +++ b/IlmBase/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 diff --git a/IlmBase/bootstrap b/IlmBase/bootstrap index 77f86d0362..02286bc37d 100755 --- a/IlmBase/bootstrap +++ b/IlmBase/bootstrap @@ -1,4 +1,10 @@ #!/bin/bash + +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + # If we're on OS X, use glibtoolize instead of toolize when available HOSTTYPE=`uname` if [ "$HOSTTYPE" == "Darwin" ] && $(which glibtoolize > /dev/null 2>&1) ; then diff --git a/IlmBase/config/IlmBaseConfigInternal.h.in b/IlmBase/config/IlmBaseConfigInternal.h.in index e0aa218762..75b8646116 100644 --- a/IlmBase/config/IlmBaseConfigInternal.h.in +++ b/IlmBase/config/IlmBaseConfigInternal.h.in @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + // // Dealing with FPEs diff --git a/IlmBase/config/Makefile.am b/IlmBase/config/Makefile.am index 1760d82890..cc77848a99 100644 --- a/IlmBase/config/Makefile.am +++ b/IlmBase/config/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in configincludedir = $(includedir)/OpenEXR diff --git a/IlmBase/configure.ac b/IlmBase/configure.ac index 45f7dae813..f11a162afd 100644 --- a/IlmBase/configure.ac +++ b/IlmBase/configure.ac @@ -1,3 +1,8 @@ +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl + dnl Process this file with autoconf to produce a configure script. AC_INIT(IlmBase, 2.3.0) diff --git a/IlmBase/m4/threads.m4 b/IlmBase/m4/threads.m4 index 2213bb8dd5..bc4450fd0b 100644 --- a/IlmBase/m4/threads.m4 +++ b/IlmBase/m4/threads.m4 @@ -1,4 +1,7 @@ - +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) dnl dnl Modified by Wojciech Jarosz (2005) to include check for POSIX diff --git a/OpenEXR/IlmImf/Makefile.am b/OpenEXR/IlmImf/Makefile.am index 022c782521..243d9b9b49 100644 --- a/OpenEXR/IlmImf/Makefile.am +++ b/OpenEXR/IlmImf/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in lib_LTLIBRARIES = libIlmImf.la diff --git a/OpenEXR/IlmImfExamples/Makefile.am b/OpenEXR/IlmImfExamples/Makefile.am index 54ccdaf81b..e53353abc2 100644 --- a/OpenEXR/IlmImfExamples/Makefile.am +++ b/OpenEXR/IlmImfExamples/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in if BUILD_IMFEXAMPLES diff --git a/OpenEXR/IlmImfFuzzTest/Makefile.am b/OpenEXR/IlmImfFuzzTest/Makefile.am index a1c5537a9f..02ff37efcd 100644 --- a/OpenEXR/IlmImfFuzzTest/Makefile.am +++ b/OpenEXR/IlmImfFuzzTest/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in if BUILD_IMFFUZZTEST diff --git a/OpenEXR/IlmImfTest/Makefile.am b/OpenEXR/IlmImfTest/Makefile.am index 06c3638a71..550f3f2fe0 100644 --- a/OpenEXR/IlmImfTest/Makefile.am +++ b/OpenEXR/IlmImfTest/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in check_PROGRAMS = IlmImfTest diff --git a/OpenEXR/IlmImfUtil/Makefile.am b/OpenEXR/IlmImfUtil/Makefile.am index 6a662a60f3..5ac436bd3b 100644 --- a/OpenEXR/IlmImfUtil/Makefile.am +++ b/OpenEXR/IlmImfUtil/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in lib_LTLIBRARIES = libIlmImfUtil.la diff --git a/OpenEXR/IlmImfUtilTest/Makefile.am b/OpenEXR/IlmImfUtilTest/Makefile.am index c1d56c8475..e233b77aea 100644 --- a/OpenEXR/IlmImfUtilTest/Makefile.am +++ b/OpenEXR/IlmImfUtilTest/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in check_PROGRAMS = IlmImfUtilTest diff --git a/OpenEXR/Makefile.am b/OpenEXR/Makefile.am index af38a94435..1413ace371 100644 --- a/OpenEXR/Makefile.am +++ b/OpenEXR/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in # tell autoconf to include the m4 macros in the /m4 directory diff --git a/OpenEXR/OpenEXR.pc.in b/OpenEXR/OpenEXR.pc.in index 5061b69ec2..d9962d98d3 100644 --- a/OpenEXR/OpenEXR.pc.in +++ b/OpenEXR/OpenEXR.pc.in @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ diff --git a/OpenEXR/bootstrap b/OpenEXR/bootstrap index 4b79de0ea5..49def9f51c 100755 --- a/OpenEXR/bootstrap +++ b/OpenEXR/bootstrap @@ -1,4 +1,10 @@ #!/bin/bash + +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + # If we're on OS X, use glibtoolize instead of toolize when available HOSTTYPE=`uname` if [ "$HOSTTYPE" == "Darwin" ] && $(which glibtoolize > /dev/null 2>&1) ; then diff --git a/OpenEXR/config/Makefile.am b/OpenEXR/config/Makefile.am index c18918e270..025d0fa8c4 100644 --- a/OpenEXR/config/Makefile.am +++ b/OpenEXR/config/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in configincludedir = $(includedir)/OpenEXR diff --git a/OpenEXR/config/OpenEXRConfigInternal.h.in b/OpenEXR/config/OpenEXRConfigInternal.h.in index 132a848ebd..91b402e30d 100644 --- a/OpenEXR/config/OpenEXRConfigInternal.h.in +++ b/OpenEXR/config/OpenEXRConfigInternal.h.in @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + // // Define and set to 1 if the target system supports a proc filesystem // compatible with the Linux kernel's proc filesystem. Note that this diff --git a/OpenEXR/configure.ac b/OpenEXR/configure.ac index 0f10f75e95..f2b34f036d 100644 --- a/OpenEXR/configure.ac +++ b/OpenEXR/configure.ac @@ -1,3 +1,8 @@ +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl + dnl Process this file with autoconf to produce a configure script. AC_INIT(OpenEXR, 2.3.0) diff --git a/OpenEXR/doc/Makefile.am b/OpenEXR/doc/Makefile.am index d202713329..cca1ce740f 100644 --- a/OpenEXR/doc/Makefile.am +++ b/OpenEXR/doc/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + EXTRA_DIST = \ ReadingAndWritingImageFiles.pdf \ TechnicalIntroduction.pdf \ diff --git a/OpenEXR/exr2aces/Makefile.am b/OpenEXR/exr2aces/Makefile.am index 0342b81dce..55c8caeb9e 100644 --- a/OpenEXR/exr2aces/Makefile.am +++ b/OpenEXR/exr2aces/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in bin_PROGRAMS = exr2aces diff --git a/OpenEXR/exrbuild/Makefile.am b/OpenEXR/exrbuild/Makefile.am index 18d268c8c6..a873794843 100644 --- a/OpenEXR/exrbuild/Makefile.am +++ b/OpenEXR/exrbuild/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in bin_PROGRAMS = exrbuild diff --git a/OpenEXR/exrenvmap/Makefile.am b/OpenEXR/exrenvmap/Makefile.am index 07a58b2e52..0ba66e66ce 100644 --- a/OpenEXR/exrenvmap/Makefile.am +++ b/OpenEXR/exrenvmap/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in bin_PROGRAMS = exrenvmap diff --git a/OpenEXR/exrheader/Makefile.am b/OpenEXR/exrheader/Makefile.am index d84af4cacc..47905f9aa2 100644 --- a/OpenEXR/exrheader/Makefile.am +++ b/OpenEXR/exrheader/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in bin_PROGRAMS = exrheader diff --git a/OpenEXR/exrmakepreview/Makefile.am b/OpenEXR/exrmakepreview/Makefile.am index f7c2ce88af..27ef9f6f61 100644 --- a/OpenEXR/exrmakepreview/Makefile.am +++ b/OpenEXR/exrmakepreview/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in bin_PROGRAMS = exrmakepreview diff --git a/OpenEXR/exrmaketiled/Makefile.am b/OpenEXR/exrmaketiled/Makefile.am index 65ab3f8684..d16bc4e3dc 100644 --- a/OpenEXR/exrmaketiled/Makefile.am +++ b/OpenEXR/exrmaketiled/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in bin_PROGRAMS = exrmaketiled diff --git a/OpenEXR/exrmultipart/Makefile.am b/OpenEXR/exrmultipart/Makefile.am index 8152317aa9..832eb541dc 100644 --- a/OpenEXR/exrmultipart/Makefile.am +++ b/OpenEXR/exrmultipart/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in bin_PROGRAMS = exrmultipart diff --git a/OpenEXR/exrmultiview/Makefile.am b/OpenEXR/exrmultiview/Makefile.am index b7ad9e2dcc..688a98c96b 100644 --- a/OpenEXR/exrmultiview/Makefile.am +++ b/OpenEXR/exrmultiview/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in bin_PROGRAMS = exrmultiview diff --git a/OpenEXR/exrstdattr/Makefile.am b/OpenEXR/exrstdattr/Makefile.am index 72f92b15d4..65a3579435 100644 --- a/OpenEXR/exrstdattr/Makefile.am +++ b/OpenEXR/exrstdattr/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in bin_PROGRAMS = exrstdattr diff --git a/OpenEXR/m4/path.pkgconfig.m4 b/OpenEXR/m4/path.pkgconfig.m4 index 4d1627e3a4..d2951681d6 100644 --- a/OpenEXR/m4/path.pkgconfig.m4 +++ b/OpenEXR/m4/path.pkgconfig.m4 @@ -1,3 +1,8 @@ +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl + AC_DEFUN([AM_PATH_PKGCONFIG], [ diff --git a/OpenEXR/m4/threads.m4 b/OpenEXR/m4/threads.m4 index 2213bb8dd5..bc4450fd0b 100644 --- a/OpenEXR/m4/threads.m4 +++ b/OpenEXR/m4/threads.m4 @@ -1,4 +1,7 @@ - +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) dnl dnl Modified by Wojciech Jarosz (2005) to include check for POSIX diff --git a/OpenEXR_Viewers/Makefile.am b/OpenEXR_Viewers/Makefile.am index 0b30630672..3f3a36e539 100644 --- a/OpenEXR_Viewers/Makefile.am +++ b/OpenEXR_Viewers/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 diff --git a/OpenEXR_Viewers/bootstrap b/OpenEXR_Viewers/bootstrap index f3b53c864c..8cd5f2b97c 100755 --- a/OpenEXR_Viewers/bootstrap +++ b/OpenEXR_Viewers/bootstrap @@ -1,4 +1,10 @@ #!/bin/bash + +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + # If we're on OS X, use glibtoolize instead of toolize when available HOSTTYPE=`uname` if [ "$HOSTTYPE" == "Darwin" ] && $(which glibtoolize > /dev/null 2>&1) ; then diff --git a/OpenEXR_Viewers/config/Makefile.am b/OpenEXR_Viewers/config/Makefile.am index 15b9551d38..0f5824382a 100644 --- a/OpenEXR_Viewers/config/Makefile.am +++ b/OpenEXR_Viewers/config/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in configincludedir = $(includedir)/OpenEXR diff --git a/OpenEXR_Viewers/config/OpenEXR_ViewersConfig.h.in b/OpenEXR_Viewers/config/OpenEXR_ViewersConfig.h.in index 3f3617395c..02bf528dea 100644 --- a/OpenEXR_Viewers/config/OpenEXR_ViewersConfig.h.in +++ b/OpenEXR_Viewers/config/OpenEXR_ViewersConfig.h.in @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + // // Define and set to 1 if the target system includes the NVIDIA Cg // runtime. The exrdisplay program will use a fragment shader to diff --git a/OpenEXR_Viewers/configure.ac b/OpenEXR_Viewers/configure.ac index 0ae75316ab..0f13c36efc 100644 --- a/OpenEXR_Viewers/configure.ac +++ b/OpenEXR_Viewers/configure.ac @@ -1,3 +1,8 @@ +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl + dnl Process this file with autoconf to produce a configure script. AC_INIT(OpenEXR_Viewers, 2.3.0) AC_SUBST(OPENEXR_VIEWERS_VERSION, 2.3.0) diff --git a/OpenEXR_Viewers/doc/Makefile.am b/OpenEXR_Viewers/doc/Makefile.am index 6ab667fd52..2df8ae8d3e 100644 --- a/OpenEXR_Viewers/doc/Makefile.am +++ b/OpenEXR_Viewers/doc/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + EXTRA_DIST = OpenEXRViewers.odt OpenEXRViewers.pdf docdir=$(datadir)/doc/OpenEXR_Viewers-@OPENEXR_VIEWERS_VERSION@ diff --git a/OpenEXR_Viewers/exrdisplay/Makefile.am b/OpenEXR_Viewers/exrdisplay/Makefile.am index ad14fa5aa1..12f14cd9c9 100644 --- a/OpenEXR_Viewers/exrdisplay/Makefile.am +++ b/OpenEXR_Viewers/exrdisplay/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in if HAVE_FLTK diff --git a/OpenEXR_Viewers/m4/compilelinkrun.m4 b/OpenEXR_Viewers/m4/compilelinkrun.m4 index ea56669600..e9bb0ba71f 100644 --- a/OpenEXR_Viewers/m4/compilelinkrun.m4 +++ b/OpenEXR_Viewers/m4/compilelinkrun.m4 @@ -1,4 +1,7 @@ dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl dnl dnl compilelinkrun.m4 - used to check whether a required package is properly dnl installed. Compiles, links and runs a c++ test program that uses the diff --git a/OpenEXR_Viewers/m4/path.cb.m4 b/OpenEXR_Viewers/m4/path.cb.m4 index 7e38708ed6..35d02e3f53 100644 --- a/OpenEXR_Viewers/m4/path.cb.m4 +++ b/OpenEXR_Viewers/m4/path.cb.m4 @@ -1,3 +1,8 @@ +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl + dnl dnl Cg support diff --git a/OpenEXR_Viewers/m4/path.fltk.m4 b/OpenEXR_Viewers/m4/path.fltk.m4 index 5440dd67a2..58834070f8 100644 --- a/OpenEXR_Viewers/m4/path.fltk.m4 +++ b/OpenEXR_Viewers/m4/path.fltk.m4 @@ -1,3 +1,8 @@ +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl + dnl dnl FLTK with GL support dnl diff --git a/OpenEXR_Viewers/m4/path.gl.m4 b/OpenEXR_Viewers/m4/path.gl.m4 index faffb57232..818cf7587f 100644 --- a/OpenEXR_Viewers/m4/path.gl.m4 +++ b/OpenEXR_Viewers/m4/path.gl.m4 @@ -1,4 +1,8 @@ dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl +dnl dnl Alternate OpenGL headers (e.g. for Nvidia headers) dnl diff --git a/OpenEXR_Viewers/m4/path.pkgconfig.m4 b/OpenEXR_Viewers/m4/path.pkgconfig.m4 index a6a36ae377..e6c67b5e1f 100644 --- a/OpenEXR_Viewers/m4/path.pkgconfig.m4 +++ b/OpenEXR_Viewers/m4/path.pkgconfig.m4 @@ -1,3 +1,8 @@ +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl + AC_DEFUN([AM_PATH_PKGCONFIG], [ diff --git a/OpenEXR_Viewers/m4/threads.m4 b/OpenEXR_Viewers/m4/threads.m4 index 2213bb8dd5..bc4450fd0b 100644 --- a/OpenEXR_Viewers/m4/threads.m4 +++ b/OpenEXR_Viewers/m4/threads.m4 @@ -1,4 +1,7 @@ - +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) dnl dnl Modified by Wojciech Jarosz (2005) to include check for POSIX diff --git a/OpenEXR_Viewers/playexr/Makefile.am b/OpenEXR_Viewers/playexr/Makefile.am index 9077effbbd..5c4449d8e8 100644 --- a/OpenEXR_Viewers/playexr/Makefile.am +++ b/OpenEXR_Viewers/playexr/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in if HAVE_CG diff --git a/PyIlmBase/Makefile.am b/PyIlmBase/Makefile.am index 64a8fd06a8..52ee8d13d3 100644 --- a/PyIlmBase/Makefile.am +++ b/PyIlmBase/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in # tell autoconf to include the m4 macros in the /m4 directory diff --git a/PyIlmBase/PyIex/Makefile.am b/PyIlmBase/PyIex/Makefile.am index 864b44a585..97e360450d 100644 --- a/PyIlmBase/PyIex/Makefile.am +++ b/PyIlmBase/PyIex/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in pyexec_LTLIBRARIES = iexmodule.la diff --git a/PyIlmBase/PyIexTest/Makefile.am b/PyIlmBase/PyIexTest/Makefile.am index 0b5575ab2d..292f211df9 100644 --- a/PyIlmBase/PyIexTest/Makefile.am +++ b/PyIlmBase/PyIexTest/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in # check_PROGRAMS = pyIexTest diff --git a/PyIlmBase/PyIlmBase.pc.in b/PyIlmBase/PyIlmBase.pc.in index 63a77deb9d..7caaf7b5a1 100644 --- a/PyIlmBase/PyIlmBase.pc.in +++ b/PyIlmBase/PyIlmBase.pc.in @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ diff --git a/PyIlmBase/PyImath/Makefile.am b/PyIlmBase/PyImath/Makefile.am index bf875426a3..4a1e407563 100644 --- a/PyIlmBase/PyImath/Makefile.am +++ b/PyIlmBase/PyImath/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in pyexec_LTLIBRARIES = imathmodule.la diff --git a/PyIlmBase/PyImathNumpy/Makefile.am b/PyIlmBase/PyImathNumpy/Makefile.am index 7ac943264d..3e56f6b5f6 100644 --- a/PyIlmBase/PyImathNumpy/Makefile.am +++ b/PyIlmBase/PyImathNumpy/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in pyexec_LTLIBRARIES = imathnumpymodule.la diff --git a/PyIlmBase/PyImathNumpyTest/Makefile.am b/PyIlmBase/PyImathNumpyTest/Makefile.am index b32907c0a0..2e3bcb3cfb 100644 --- a/PyIlmBase/PyImathNumpyTest/Makefile.am +++ b/PyIlmBase/PyImathNumpyTest/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in # check_PROGRAMS = pyImathNumpyTest diff --git a/PyIlmBase/PyImathTest/Makefile.am b/PyIlmBase/PyImathTest/Makefile.am index 4059ec4102..12e66f2fc0 100644 --- a/PyIlmBase/PyImathTest/Makefile.am +++ b/PyIlmBase/PyImathTest/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in # check_PROGRAMS = pyImathTest diff --git a/PyIlmBase/bootstrap b/PyIlmBase/bootstrap index e57be56884..be51dedc90 100755 --- a/PyIlmBase/bootstrap +++ b/PyIlmBase/bootstrap @@ -1,4 +1,10 @@ #!/bin/bash + +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + # If we're on OS X, use glibtoolize instead of toolize when available HOSTTYPE=`uname` if [ "$HOSTTYPE" == "Darwin" ] && $(which glibtoolize > /dev/null 2>&1) ; then diff --git a/PyIlmBase/config/Makefile.am b/PyIlmBase/config/Makefile.am index f8eb862e6d..bbd7689592 100644 --- a/PyIlmBase/config/Makefile.am +++ b/PyIlmBase/config/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + ## Process this file with automake to produce Makefile.in configincludedir = $(includedir)/OpenEXR diff --git a/PyIlmBase/config/PyIlmBaseConfig.h.in b/PyIlmBase/config/PyIlmBaseConfig.h.in index 2917d600ea..6e7cd798c1 100644 --- a/PyIlmBase/config/PyIlmBaseConfig.h.in +++ b/PyIlmBase/config/PyIlmBaseConfig.h.in @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + // // Define and set to 1 if the target system supports a proc filesystem // compatible with the Linux kernel's proc filesystem. Note that this diff --git a/PyIlmBase/configure.ac b/PyIlmBase/configure.ac index 5cbf273b42..df2296c88a 100644 --- a/PyIlmBase/configure.ac +++ b/PyIlmBase/configure.ac @@ -1,3 +1,8 @@ +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl + dnl Process this file with autoconf to produce a configure script. AC_INIT(PyIlmBase, 2.3.0) AC_SUBST(PYILMBASE_VERSION, 2.3.0) diff --git a/PyIlmBase/doc/Makefile.am b/PyIlmBase/doc/Makefile.am index 4debdcc34b..e6b49c94c1 100644 --- a/PyIlmBase/doc/Makefile.am +++ b/PyIlmBase/doc/Makefile.am @@ -1,3 +1,8 @@ +## +## SPDX-License-Identifier: BSD-3-Clause +## Copyright Contributors to the OpenEXR Project. +## + EXTRA_DIST = \ docdir=$(datadir)/doc/OpenEXR-@OPENEXR_VERSION@ diff --git a/PyIlmBase/m4/compilelinkrun.m4 b/PyIlmBase/m4/compilelinkrun.m4 index 704e11ed15..a24d5f9bea 100644 --- a/PyIlmBase/m4/compilelinkrun.m4 +++ b/PyIlmBase/m4/compilelinkrun.m4 @@ -1,4 +1,7 @@ dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl dnl dnl compilelinkrun.m4 - used to check whether a required package is properly dnl installed. Compiles, links and runs a c++ test program that uses the diff --git a/PyIlmBase/m4/path.pkgconfig.m4 b/PyIlmBase/m4/path.pkgconfig.m4 index a6a36ae377..e6c67b5e1f 100644 --- a/PyIlmBase/m4/path.pkgconfig.m4 +++ b/PyIlmBase/m4/path.pkgconfig.m4 @@ -1,3 +1,8 @@ +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl + AC_DEFUN([AM_PATH_PKGCONFIG], [ diff --git a/PyIlmBase/m4/threads.m4 b/PyIlmBase/m4/threads.m4 index 2213bb8dd5..bc4450fd0b 100644 --- a/PyIlmBase/m4/threads.m4 +++ b/PyIlmBase/m4/threads.m4 @@ -1,4 +1,7 @@ - +dnl +dnl SPDX-License-Identifier: BSD-3-Clause +dnl Copyright Contributors to the OpenEXR Project. +dnl dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) dnl dnl Modified by Wojciech Jarosz (2005) to include check for POSIX