Skip to content

Commit

Permalink
Add missing copyright/license identifiers (AcademySoftwareFoundation#342
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 Aug 3, 2023
1 parent c206739 commit 597e3db
Show file tree
Hide file tree
Showing 20 changed files with 62 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.
---
Language: Cpp
# BasedOnStyle: LLVM
Expand Down
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
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.

# if you have git newer than 2.23, you can either
# specify this on the command line
# git blame foo.cpp --ignore-revs-file path/to/this/file
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
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.

build/
_build/
_install/
3 changes: 3 additions & 0 deletions CHANGES.md
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 -->

# Imath Release Notes

* [Version 3.1.9](#version-319-May-31-2023) May 31, 2023
Expand Down
3 changes: 3 additions & 0 deletions CODE_OF_CONDUCT.md
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 -->

# Code of Conduct

Imath is a sub-project of the OpenEXR project, which abides by Linux
Expand Down
3 changes: 3 additions & 0 deletions share/ci/scripts/linux/install_boost.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.

set -ex

BOOST_VERSION="$1"
Expand Down
3 changes: 3 additions & 0 deletions share/ci/scripts/linux/install_cmake.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.

set -ex

echo "Updating to newer cmake to enable python-3"
Expand Down
3 changes: 3 additions & 0 deletions share/ci/scripts/linux/install_gdb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.

set -ex

GDB_VERSION="8.3"
Expand Down
3 changes: 3 additions & 0 deletions share/ci/scripts/linux/install_six.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.

set -ex

SIX_VERSION="1.12.0"
Expand Down
3 changes: 3 additions & 0 deletions share/ci/scripts/linux/install_sonar.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.

set -ex

SONAR_VERSION="$1"
Expand Down
3 changes: 3 additions & 0 deletions share/ci/scripts/linux/install_valgrind.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.

set -ex

VALGRIND_VERSION="3.15.0"
Expand Down
3 changes: 3 additions & 0 deletions share/ci/scripts/linux/log_valgrind.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.

set -ex

LOGDIR="$1"
Expand Down
3 changes: 3 additions & 0 deletions share/ci/scripts/linux/run_gcov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.

set -ex

if [ $# -gt 0 ]
Expand Down
3 changes: 3 additions & 0 deletions share/ci/scripts/macos/install_python.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.

set -ex

PYTHON_VERSION="$1"
Expand Down
3 changes: 3 additions & 0 deletions share/ci/scripts/windows/install_boost.ps1
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.

#
# TODO: fix this script to work with sourceforge archive!
#
Expand Down
3 changes: 3 additions & 0 deletions share/ci/scripts/windows/install_cmake.ps1
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.

$cmakeVersion = $Args[0]
$cmakeMajorMinor = [io.path]::GetFileNameWithoutExtension("$cmakeVersion")

Expand Down
3 changes: 3 additions & 0 deletions share/ci/scripts/windows/install_python.ps1
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.

$homeDir = (pwd)

$pythonVersion = $Args[0]
Expand Down
5 changes: 5 additions & 0 deletions src/python/PyImathTest/testStringTable.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//

void testStringTable();

5 changes: 4 additions & 1 deletion website/fixmanpages.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash

# Fix the names of doxygen-generated man page files:
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.

# Fix the names of doxygen-generated man page Files:
# * Strip "_ Vec" and "_ T _ _" from "Imath_Box_ Vec2_ T _ _.3"
# * and rename "Imath_*" to "Imath::*"

Expand Down
3 changes: 3 additions & 0 deletions website/requirements.txt
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.

sphinx == 4.4.0
breathe
sphinx-press-theme

0 comments on commit 597e3db

Please sign in to comment.