Skip to content

Commit ab24192

Browse files
committed
admin: Update some license notices (#4955)
Result of our annual license scan. * Add license notices some places we had missed (mostly documentation). * Double check some of the code files that are still marked as a mix of Apache 2.0 + BSD, see if there are any remaining lines that are from authors that hadn't relicensed their contributions -- there were a few that had none of those old lines left, so they can be changed to advertise that they are purely Apache 2.0. Signed-off-by: Larry Gritz <[email protected]>
1 parent 3239aa3 commit ab24192

File tree

20 files changed

+62
-9
lines changed

20 files changed

+62
-9
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,3 +1110,7 @@ For older release notes, see:
11101110
* [CHANGES-2.x](https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/main/docs/CHANGES-2.x.md).
11111111
* [CHANGES-1.x](https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/main/docs/CHANGES-1.x.md).
11121112
* [CHANGES-0.x](https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/main/docs/CHANGES-0.x.md).
1113+
1114+
1115+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
1116+
<!-- Copyright Contributors to the OpenImageIO Project. -->

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ you can read in full [here](https://lfprojects.org/policies/code-of-conduct).
55

66
To report incidents or to appeal reports of incidents, send email to
77
the Manager of LF Projects at [email protected].
8+
9+
10+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
11+
<!-- Copyright Contributors to the OpenImageIO Project. -->

CREDITS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,7 @@ [email protected]
255255
* Zach Lewis
256256
* Ziad Khouri
257257
* zomgrolf
258+
259+
260+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
261+
<!-- Copyright Contributors to the OpenImageIO Project. -->

INSTALL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,3 +449,7 @@ You do not need any of these packages in order to build or use
449449
OpenImageIO. But if you are going to contribute to OpenImageIO
450450
development, you probably want them, since it is required for executing
451451
OpenImageIO's test suite (when you run "make test").
452+
453+
454+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
455+
<!-- Copyright Contributors to the OpenImageIO Project. -->

RELICENSING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
2+
<!-- Copyright Contributors to the OpenImageIO Project. -->
3+
14
New code entering the OpenImageIO repository from July 1 2023 onward is
25
subject to the [Apache 2.0 license](LICENSE.md).
36

conanfile.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright Contributors to the OpenImageIO project.
2+
# SPDX-License-Identifier: Apache-2.0
3+
# https://github.com/AcademySoftwareFoundation/OpenImageIO
4+
15
[requires]
26
zlib/1.2.11
37
libtiff/4.0.9

docs/CHANGES-0.x.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,3 +679,7 @@ Initial developer release 0.1 (1 Sep 2008):
679679
* maketx
680680
* API docs for ImageInput, ImageOutput, writing plugins
681681
* Linux and OSX
682+
683+
684+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
685+
<!-- Copyright Contributors to the OpenImageIO Project. -->

docs/CHANGES-1.x.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4039,3 +4039,7 @@ Developer goodies:
40394039

40404040
For older release notes, see:
40414041
* [CHANGES-0.x](https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/main/docs/CHANGES-0.x.md).
4042+
4043+
4044+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
4045+
<!-- Copyright Contributors to the OpenImageIO Project. -->

docs/QuickStart.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,7 @@ output.write_image(pixels)
9292
This is just a simple example to give you a flavor of the different major
9393
interfaces. For more advanced usage, you may want to explore the
9494
[documentation](https://docs.openimageio.org).
95+
96+
97+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
98+
<!-- Copyright Contributors to the OpenImageIO Project. -->

docs/dev/Architecture.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,7 @@ image- and file-oriented classes described above. The most important ones are:
197197
sequence point to the same character memory. In addition to saving memory,
198198
this makes string assignment and equality comparison as inexpensive as
199199
integer operations.
200+
201+
202+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
203+
<!-- Copyright Contributors to the OpenImageIO Project. -->

0 commit comments

Comments
 (0)