Skip to content

Commit 597e3db

Browse files
authored
Add missing copyright/license identifiers (AcademySoftwareFoundation#342)
Signed-off-by: Cary Phillips <[email protected]>
1 parent c206739 commit 597e3db

20 files changed

+62
-1
lines changed

.clang-format

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) Contributors to the OpenEXR Project.
13
---
24
Language: Cpp
35
# BasedOnStyle: LLVM

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) Contributors to the OpenEXR Project.
3+
14
# if you have git newer than 2.23, you can either
25
# specify this on the command line
36
# git blame foo.cpp --ignore-revs-file path/to/this/file

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) Contributors to the OpenEXR Project.
3+
14
build/
25
_build/
36
_install/

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-License-Identifier: BSD-3-Clause -->
2+
<!-- Copyright (c) Contributors to the OpenEXR Project -->
3+
14
# Imath Release Notes
25

36
* [Version 3.1.9](#version-319-May-31-2023) May 31, 2023

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-License-Identifier: BSD-3-Clause -->
2+
<!-- Copyright (c) Contributors to the OpenEXR Project -->
3+
14
# Code of Conduct
25

36
Imath is a sub-project of the OpenEXR project, which abides by Linux

share/ci/scripts/linux/install_boost.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# SPDX-License-Identifier: BSD-3-Clause
4+
# Copyright (c) Contributors to the OpenEXR Project.
5+
36
set -ex
47

58
BOOST_VERSION="$1"

share/ci/scripts/linux/install_cmake.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# SPDX-License-Identifier: BSD-3-Clause
4+
# Copyright (c) Contributors to the OpenEXR Project.
5+
36
set -ex
47

58
echo "Updating to newer cmake to enable python-3"

share/ci/scripts/linux/install_gdb.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# SPDX-License-Identifier: BSD-3-Clause
4+
# Copyright (c) Contributors to the OpenEXR Project.
5+
36
set -ex
47

58
GDB_VERSION="8.3"

share/ci/scripts/linux/install_six.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# SPDX-License-Identifier: BSD-3-Clause
4+
# Copyright (c) Contributors to the OpenEXR Project.
5+
36
set -ex
47

58
SIX_VERSION="1.12.0"

share/ci/scripts/linux/install_sonar.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# SPDX-License-Identifier: BSD-3-Clause
4+
# Copyright (c) Contributors to the OpenEXR Project.
5+
36
set -ex
47

58
SONAR_VERSION="$1"

0 commit comments

Comments
 (0)