Skip to content

Commit

Permalink
Add missing license/copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm authored and meshula committed Feb 7, 2023
1 parent 063a881 commit e7a86ea
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/FindSphinx.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions cmake/OpenEXRConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.

@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
Expand Down
3 changes: 3 additions & 0 deletions docs/Doxyfile.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/InterpretingDeepPixels.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
..
SPDX-License-Identifier: BSD-3-Clause
Copyright (c) Contributors to the OpenEXR Project.
Interpreting OpenEXR Deep Pixels
################################

Expand Down
4 changes: 4 additions & 0 deletions docs/MultiViewOpenEXR.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
..
SPDX-License-Identifier: BSD-3-Clause
Copyright (c) Contributors to the OpenEXR Project.
Storing Multi-View Images in OpenEXR Files
##########################################

Expand Down
4 changes: 4 additions & 0 deletions docs/OpenEXRCoreAPI.rst
Original file line number Diff line number Diff line change
@@ -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
###############################################################

Expand Down
4 changes: 4 additions & 0 deletions docs/OpenEXRFileLayout.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
..
SPDX-License-Identifier: BSD-3-Clause
Copyright (c) Contributors to the OpenEXR Project.
OpenEXR File Layout
###################

Expand Down
4 changes: 4 additions & 0 deletions docs/ReadingAndWritingImageFiles.rst
Original file line number Diff line number Diff line change
@@ -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
################################################################

Expand Down
4 changes: 4 additions & 0 deletions docs/StandardOptionalAttributes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
..
SPDX-License-Identifier: BSD-3-Clause
Copyright (c) Contributors to the OpenEXR Project.
Standard Optional Attributes
############################

Expand Down
4 changes: 4 additions & 0 deletions docs/TechnicalIntroduction.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
..
SPDX-License-Identifier: BSD-3-Clause
Copyright (c) Contributors to the OpenEXR Project.
Technical Introduction to OpenEXR
#################################

Expand Down
4 changes: 4 additions & 0 deletions docs/TheoryDeepPixels.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
..
SPDX-License-Identifier: BSD-3-Clause
Copyright (c) Contributors to the OpenEXR Project.
Theory of Deep Samples
######################

Expand Down
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
..
SPDX-License-Identifier: BSD-3-Clause
Copyright (c) Contributors to the OpenEXR Project.
OpenEXR |version| Technical Documentation
=========================================

Expand Down
5 changes: 5 additions & 0 deletions src/lib/OpenEXR/b44ExpLogTable.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions src/lib/OpenEXR/dwaLookups.h
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
5 changes: 5 additions & 0 deletions src/lib/OpenEXRCore/internal_b44_table.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e7a86ea

Please sign in to comment.