From e7a86ea0149f20dc133f183fbb66d6d57f5f5acc Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sun, 5 Feb 2023 19:39:10 -0800 Subject: [PATCH] Add missing license/copyright Signed-off-by: Cary Phillips --- cmake/FindSphinx.cmake | 3 +++ cmake/OpenEXRConfig.cmake.in | 3 +++ docs/Doxyfile.in | 3 +++ docs/InterpretingDeepPixels.rst | 4 ++++ docs/MultiViewOpenEXR.rst | 4 ++++ docs/OpenEXRCoreAPI.rst | 4 ++++ docs/OpenEXRFileLayout.rst | 4 ++++ docs/ReadingAndWritingImageFiles.rst | 4 ++++ docs/StandardOptionalAttributes.rst | 4 ++++ docs/TechnicalIntroduction.rst | 4 ++++ docs/TheoryDeepPixels.rst | 4 ++++ docs/conf.py | 4 ++++ docs/index.rst | 4 ++++ src/lib/OpenEXR/b44ExpLogTable.h | 5 +++++ src/lib/OpenEXR/dwaLookups.h | 4 ++++ src/lib/OpenEXRCore/internal_b44_table.c | 5 +++++ 16 files changed, 63 insertions(+) diff --git a/cmake/FindSphinx.cmake b/cmake/FindSphinx.cmake index 89640a59a1..02b869d92b 100644 --- a/cmake/FindSphinx.cmake +++ b/cmake/FindSphinx.cmake @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright (c) Contributors to the OpenEXR Project. + #Look for an executable called sphinx-build find_program(SPHINX_EXECUTABLE NAMES sphinx-build diff --git a/cmake/OpenEXRConfig.cmake.in b/cmake/OpenEXRConfig.cmake.in index ff533f0e8b..09a5941073 100644 --- a/cmake/OpenEXRConfig.cmake.in +++ b/cmake/OpenEXRConfig.cmake.in @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright (c) Contributors to the OpenEXR Project. + @PACKAGE_INIT@ include(CMakeFindDependencyMacro) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 1ef4bcaaac..4776467070 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright (c) Contributors to the OpenEXR Project. + PROJECT_NAME = "OpenEXR" GENERATE_LATEX = NO GENERATE_MAN = NO diff --git a/docs/InterpretingDeepPixels.rst b/docs/InterpretingDeepPixels.rst index 8cad5e68a1..b5846f9c2d 100644 --- a/docs/InterpretingDeepPixels.rst +++ b/docs/InterpretingDeepPixels.rst @@ -1,3 +1,7 @@ +.. + SPDX-License-Identifier: BSD-3-Clause + Copyright (c) Contributors to the OpenEXR Project. + Interpreting OpenEXR Deep Pixels ################################ diff --git a/docs/MultiViewOpenEXR.rst b/docs/MultiViewOpenEXR.rst index 861acb2acf..71341ad693 100644 --- a/docs/MultiViewOpenEXR.rst +++ b/docs/MultiViewOpenEXR.rst @@ -1,3 +1,7 @@ +.. + SPDX-License-Identifier: BSD-3-Clause + Copyright (c) Contributors to the OpenEXR Project. + Storing Multi-View Images in OpenEXR Files ########################################## diff --git a/docs/OpenEXRCoreAPI.rst b/docs/OpenEXRCoreAPI.rst index 7aabfa1959..c5869bd39d 100644 --- a/docs/OpenEXRCoreAPI.rst +++ b/docs/OpenEXRCoreAPI.rst @@ -1,3 +1,7 @@ +.. + SPDX-License-Identifier: BSD-3-Clause + Copyright (c) Contributors to the OpenEXR Project. + Reading and Writing OpenEXR Image Files with the C-language API ############################################################### diff --git a/docs/OpenEXRFileLayout.rst b/docs/OpenEXRFileLayout.rst index 5479e6676a..b55dc7f3a3 100644 --- a/docs/OpenEXRFileLayout.rst +++ b/docs/OpenEXRFileLayout.rst @@ -1,3 +1,7 @@ +.. + SPDX-License-Identifier: BSD-3-Clause + Copyright (c) Contributors to the OpenEXR Project. + OpenEXR File Layout ################### diff --git a/docs/ReadingAndWritingImageFiles.rst b/docs/ReadingAndWritingImageFiles.rst index 33ee98b00e..40ddbeb78c 100644 --- a/docs/ReadingAndWritingImageFiles.rst +++ b/docs/ReadingAndWritingImageFiles.rst @@ -1,3 +1,7 @@ +.. + SPDX-License-Identifier: BSD-3-Clause + Copyright (c) Contributors to the OpenEXR Project. + Reading and Writing OpenEXR Image Files with the OpenEXR Library ################################################################ diff --git a/docs/StandardOptionalAttributes.rst b/docs/StandardOptionalAttributes.rst index 7b4390c901..2894093cc8 100644 --- a/docs/StandardOptionalAttributes.rst +++ b/docs/StandardOptionalAttributes.rst @@ -1,3 +1,7 @@ +.. + SPDX-License-Identifier: BSD-3-Clause + Copyright (c) Contributors to the OpenEXR Project. + Standard Optional Attributes ############################ diff --git a/docs/TechnicalIntroduction.rst b/docs/TechnicalIntroduction.rst index a0b016e23f..47be9fc856 100644 --- a/docs/TechnicalIntroduction.rst +++ b/docs/TechnicalIntroduction.rst @@ -1,3 +1,7 @@ +.. + SPDX-License-Identifier: BSD-3-Clause + Copyright (c) Contributors to the OpenEXR Project. + Technical Introduction to OpenEXR ################################# diff --git a/docs/TheoryDeepPixels.rst b/docs/TheoryDeepPixels.rst index 8344a856e3..f91d0912c6 100644 --- a/docs/TheoryDeepPixels.rst +++ b/docs/TheoryDeepPixels.rst @@ -1,3 +1,7 @@ +.. + SPDX-License-Identifier: BSD-3-Clause + Copyright (c) Contributors to the OpenEXR Project. + Theory of Deep Samples ###################### diff --git a/docs/conf.py b/docs/conf.py index a830e1aec9..cd8e02fa40 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,8 @@ #!/usr/bin/env python3 + +# SPDX-License-Identifier: BSD-3-Clause +# Copyright (c) Contributors to the OpenEXR Project. + # -*- coding: utf-8 -*- # # ReadTheDocs-Breathe documentation build configuration file, created by diff --git a/docs/index.rst b/docs/index.rst index 6f60f1cb0b..bef6364453 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,3 +1,7 @@ +.. + SPDX-License-Identifier: BSD-3-Clause + Copyright (c) Contributors to the OpenEXR Project. + OpenEXR |version| Technical Documentation ========================================= diff --git a/src/lib/OpenEXR/b44ExpLogTable.h b/src/lib/OpenEXR/b44ExpLogTable.h index 1afdef790c..c6a685b123 100644 --- a/src/lib/OpenEXR/b44ExpLogTable.h +++ b/src/lib/OpenEXR/b44ExpLogTable.h @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright (c) DreamWorks Animation LLC and Contributors of the OpenEXR Project +// + // // This is an automatically generated file. // Do not edit. diff --git a/src/lib/OpenEXR/dwaLookups.h b/src/lib/OpenEXR/dwaLookups.h index 1631269543..ce7eeb5fcc 100644 --- a/src/lib/OpenEXR/dwaLookups.h +++ b/src/lib/OpenEXR/dwaLookups.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright (c) DreamWorks Animation LLC and Contributors of the OpenEXR Project +// const unsigned short dwaCompressorNoOp[] = { 0x0000, 0x0001, 0x0002, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007, 0x0008, diff --git a/src/lib/OpenEXRCore/internal_b44_table.c b/src/lib/OpenEXRCore/internal_b44_table.c index 50892876df..3405e88c95 100644 --- a/src/lib/OpenEXRCore/internal_b44_table.c +++ b/src/lib/OpenEXRCore/internal_b44_table.c @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright (c) DreamWorks Animation LLC and Contributors of the OpenEXR Project +// + // // This is an automatically generated file. // Do not edit.