Skip to content

Commit

Permalink
Add missing copyright/license specifiers (#1505)
Browse files Browse the repository at this point in the history
* Add missing copyright/license specifiers

Signed-off-by: Cary Phillips <[email protected]>

* revert CODEOWNERS

Signed-off-by: Cary Phillips <[email protected]>

* revert .bazelversion

Signed-off-by: Cary Phillips <[email protected]>

---------

Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm authored Aug 4, 2023
1 parent 726fde3 commit 8f6849f
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 0 deletions.
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 Contributors to the OpenEXR Project.
---
Language: Cpp
# BasedOnStyle: LLVM
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright Contributors to the OpenEXR Project.

name: CIFuzz
on:
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright Contributors to the OpenEXR Project.
Makefile
Makefile.in
autom4te.cache
Expand Down
3 changes: 3 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright Contributors to the OpenEXR Project.

# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
Expand Down
3 changes: 3 additions & 0 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright Contributors to the OpenEXR Project.

workspace(name = "com_openexr")

load("//:bazel/third_party/openexr_deps.bzl", "openexr_deps")
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 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 Contributors to the OpenEXR Project.

set -ex

LOGDIR="$1"
Expand Down
3 changes: 3 additions & 0 deletions share/ci/scripts/linux/validate_openexr_libs.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 Contributors to the OpenEXR Project.

#
# Validate the library symlinks:
# * The actual elf binary is, e.g. libIlmThread-3_1.so.29.0.0
Expand Down
3 changes: 3 additions & 0 deletions src/test/IexTest/mathFuncs.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.

#undef __THROW
#include <math.h>
#include <iostream>
Expand Down
2 changes: 2 additions & 0 deletions src/test/IexTest/mathFuncs.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.

float divide (float x, float y);
float root (float x);
Expand Down
2 changes: 2 additions & 0 deletions src/test/IexTest/testMathExc.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.

void testMathExc();

0 comments on commit 8f6849f

Please sign in to comment.