From b9b39cdbffa1a90d8340d2da68988a3306638b2e Mon Sep 17 00:00:00 2001 From: cpichard Date: Mon, 24 Jul 2023 11:36:20 -0400 Subject: [PATCH] add spdx license identifier (#1599) --- CHANGELOG.md | 1 + CONTRIBUTING.md | 1 + LICENSE.md | 1 + README.md | 1 + docs/building.md | 1 + docs/conventions.md | 1 + docs/documenting.md | 1 + docs/naming_conventions.md | 1 + libs/common/api_adapter.h | 4 ++++ libs/common/common_bits.h | 4 ++++ libs/common/common_utils.cpp | 4 ++++ libs/common/common_utils.h | 4 ++++ libs/common/constant_strings.cpp | 4 ++++ libs/common/constant_strings.h | 4 ++++ libs/common/parameters_utils.cpp | 4 ++++ libs/common/parameters_utils.h | 4 ++++ libs/common/procedural_reader.h | 4 ++++ libs/common/rendersettings_utils.cpp | 4 ++++ libs/common/rendersettings_utils.h | 4 ++++ libs/common/shape_utils.cpp | 4 ++++ libs/common/shape_utils.h | 4 ++++ libs/common/timesettings.h | 4 ++++ libs/render_delegate/api.h | 4 ++++ libs/render_delegate/basis_curves.cpp | 4 ++++ libs/render_delegate/basis_curves.h | 4 ++++ libs/render_delegate/camera.cpp | 4 ++++ libs/render_delegate/camera.h | 4 ++++ libs/render_delegate/config.cpp | 4 ++++ libs/render_delegate/config.h | 4 ++++ libs/render_delegate/debug_codes.cpp | 4 ++++ libs/render_delegate/debug_codes.h | 4 ++++ libs/render_delegate/hdarnold.h | 4 ++++ libs/render_delegate/instancer.cpp | 4 ++++ libs/render_delegate/instancer.h | 4 ++++ libs/render_delegate/light.cpp | 4 ++++ libs/render_delegate/light.h | 4 ++++ libs/render_delegate/mesh.cpp | 4 ++++ libs/render_delegate/mesh.h | 4 ++++ libs/render_delegate/native_rprim.cpp | 4 ++++ libs/render_delegate/native_rprim.h | 4 ++++ libs/render_delegate/node_graph.cpp | 4 ++++ libs/render_delegate/node_graph.h | 4 ++++ libs/render_delegate/nodes/driver_aov.cpp | 4 ++++ libs/render_delegate/nodes/driver_main.cpp | 4 ++++ libs/render_delegate/nodes/nodes.cpp | 4 ++++ libs/render_delegate/nodes/nodes.h | 4 ++++ libs/render_delegate/openvdb_asset.cpp | 4 ++++ libs/render_delegate/openvdb_asset.h | 4 ++++ libs/render_delegate/points.cpp | 4 ++++ libs/render_delegate/points.h | 4 ++++ libs/render_delegate/reader.cpp | 4 ++++ libs/render_delegate/reader.h | 4 ++++ libs/render_delegate/render_buffer.cpp | 4 ++++ libs/render_delegate/render_buffer.h | 4 ++++ libs/render_delegate/render_delegate.cpp | 4 ++++ libs/render_delegate/render_delegate.h | 4 ++++ libs/render_delegate/render_param.cpp | 4 ++++ libs/render_delegate/render_param.h | 4 ++++ libs/render_delegate/render_pass.cpp | 4 ++++ libs/render_delegate/render_pass.h | 4 ++++ libs/render_delegate/rprim.h | 4 ++++ libs/render_delegate/shape.cpp | 4 ++++ libs/render_delegate/shape.h | 4 ++++ libs/render_delegate/utils.cpp | 4 ++++ libs/render_delegate/utils.h | 4 ++++ libs/render_delegate/volume.cpp | 4 ++++ libs/render_delegate/volume.h | 4 ++++ libs/translator/reader/prim_reader.cpp | 4 ++++ libs/translator/reader/prim_reader.h | 4 ++++ libs/translator/reader/read_arnold_type.cpp | 4 ++++ libs/translator/reader/read_arnold_type.h | 4 ++++ libs/translator/reader/read_camera.cpp | 4 ++++ libs/translator/reader/read_camera.h | 4 ++++ libs/translator/reader/read_geometry.cpp | 4 ++++ libs/translator/reader/read_geometry.h | 4 ++++ libs/translator/reader/read_light.cpp | 4 ++++ libs/translator/reader/read_light.h | 4 ++++ libs/translator/reader/read_options.cpp | 4 ++++ libs/translator/reader/read_options.h | 4 ++++ libs/translator/reader/read_shader.cpp | 4 ++++ libs/translator/reader/read_shader.h | 4 ++++ libs/translator/reader/read_skinning.cpp | 4 ++++ libs/translator/reader/read_skinning.h | 4 ++++ libs/translator/reader/reader.cpp | 4 ++++ libs/translator/reader/reader.h | 4 ++++ libs/translator/reader/registry.cpp | 4 ++++ libs/translator/reader/registry.h | 4 ++++ libs/translator/reader/utils.cpp | 4 ++++ libs/translator/reader/utils.h | 4 ++++ libs/translator/utils/utils.h | 4 ++++ libs/translator/writer/prim_writer.cpp | 4 ++++ libs/translator/writer/prim_writer.h | 4 ++++ libs/translator/writer/registry.cpp | 4 ++++ libs/translator/writer/registry.h | 4 ++++ libs/translator/writer/write_arnold_type.cpp | 4 ++++ libs/translator/writer/write_arnold_type.h | 4 ++++ libs/translator/writer/write_camera.cpp | 4 ++++ libs/translator/writer/write_camera.h | 4 ++++ libs/translator/writer/write_geometry.cpp | 4 ++++ libs/translator/writer/write_geometry.h | 4 ++++ libs/translator/writer/write_light.cpp | 4 ++++ libs/translator/writer/write_light.h | 4 ++++ libs/translator/writer/write_shader.cpp | 4 ++++ libs/translator/writer/write_shader.h | 4 ++++ libs/translator/writer/writer.cpp | 4 ++++ libs/translator/writer/writer.h | 4 ++++ plugins/ndr/api.h | 4 ++++ plugins/ndr/discovery.cpp | 4 ++++ plugins/ndr/discovery.h | 4 ++++ plugins/ndr/ndrarnold.h | 4 ++++ plugins/ndr/parser.cpp | 4 ++++ plugins/ndr/parser.h | 4 ++++ plugins/ndr/tokens.cpp | 4 ++++ plugins/ndr/tokens.h | 4 ++++ plugins/ndr/utils.cpp | 4 ++++ plugins/ndr/utils.h | 4 ++++ plugins/procedural/main.cpp | 4 ++++ plugins/render_delegate/renderer_plugin.cpp | 4 ++++ plugins/render_delegate/renderer_plugin.h | 4 ++++ plugins/scene_delegate/adapter_registry.cpp | 4 ++++ plugins/scene_delegate/adapter_registry.h | 4 ++++ plugins/scene_delegate/api.h | 4 ++++ plugins/scene_delegate/delegate.cpp | 4 ++++ plugins/scene_delegate/delegate.h | 4 ++++ plugins/scene_delegate/delegate_proxy.cpp | 4 ++++ plugins/scene_delegate/delegate_proxy.h | 4 ++++ plugins/scene_delegate/persp_camera_adapter.cpp | 4 ++++ plugins/scene_delegate/persp_camera_adapter.h | 4 ++++ plugins/scene_delegate/polymesh_adapter.cpp | 4 ++++ plugins/scene_delegate/polymesh_adapter.h | 4 ++++ plugins/scene_delegate/prim_adapter.cpp | 4 ++++ plugins/scene_delegate/prim_adapter.h | 4 ++++ plugins/scene_delegate/rprim_adapter.cpp | 4 ++++ plugins/scene_delegate/rprim_adapter.h | 4 ++++ plugins/usd_imaging/api.h | 4 ++++ plugins/usd_imaging/arnold_mesh_light_adapter.cpp | 4 ++++ plugins/usd_imaging/arnold_mesh_light_adapter.h | 4 ++++ plugins/usd_imaging/material_param_utils.cpp | 4 ++++ plugins/usd_imaging/material_param_utils.h | 4 ++++ plugins/usd_imaging/node_graph_adapter.cpp | 4 ++++ plugins/usd_imaging/node_graph_adapter.h | 4 ++++ plugins/usd_imaging/shape_adapter.cpp | 4 ++++ plugins/usd_imaging/shape_adapter.h | 4 ++++ plugins/usd_imaging/usd_lux_light_filter_adapter.cpp | 4 ++++ plugins/usd_imaging/usd_lux_light_filter_adapter.h | 4 ++++ schemas/moduleDeps.cpp | 4 ++++ 146 files changed, 560 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfddb3ebbf..525af00ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ + # Changelog ## [Unreleased] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eba68661a9..7e5e299734 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,4 @@ + Contributing to Arnold USD ======================= diff --git a/LICENSE.md b/LICENSE.md index ccf536bd3f..38a3b92476 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,3 +1,4 @@ + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/README.md b/README.md index 7b26fde52e..ad5f60d612 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + Arnold USD ========== diff --git a/docs/building.md b/docs/building.md index 980241b293..401e5cc575 100755 --- a/docs/building.md +++ b/docs/building.md @@ -1,3 +1,4 @@ + Build Instructions ================== diff --git a/docs/conventions.md b/docs/conventions.md index 19474182dc..446cf492de 100755 --- a/docs/conventions.md +++ b/docs/conventions.md @@ -1,3 +1,4 @@ + Code Conventions ================================== diff --git a/docs/documenting.md b/docs/documenting.md index ea16419428..a7e67e51ea 100755 --- a/docs/documenting.md +++ b/docs/documenting.md @@ -1,3 +1,4 @@ + Documentation rules =================== diff --git a/docs/naming_conventions.md b/docs/naming_conventions.md index 9d7a859a87..30bf710b4e 100644 --- a/docs/naming_conventions.md +++ b/docs/naming_conventions.md @@ -1,3 +1,4 @@ + Arnold USD Naming Conventions ======================= diff --git a/libs/common/api_adapter.h b/libs/common/api_adapter.h index 196fe64332..f8fe78645c 100644 --- a/libs/common/api_adapter.h +++ b/libs/common/api_adapter.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + #pragma once diff --git a/libs/common/common_bits.h b/libs/common/common_bits.h index 732feeeee6..48ca1b8d83 100644 --- a/libs/common/common_bits.h +++ b/libs/common/common_bits.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/common/common_utils.cpp b/libs/common/common_utils.cpp index e0e35deb2b..4a9fc9fbc1 100644 --- a/libs/common/common_utils.cpp +++ b/libs/common/common_utils.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/common/common_utils.h b/libs/common/common_utils.h index 80f8ef5cc3..f7a30dc585 100644 --- a/libs/common/common_utils.h +++ b/libs/common/common_utils.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/common/constant_strings.cpp b/libs/common/constant_strings.cpp index e3f6d01964..2e317b2fc9 100755 --- a/libs/common/constant_strings.cpp +++ b/libs/common/constant_strings.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/common/constant_strings.h b/libs/common/constant_strings.h index aab758c208..f42a024591 100644 --- a/libs/common/constant_strings.h +++ b/libs/common/constant_strings.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/common/parameters_utils.cpp b/libs/common/parameters_utils.cpp index 725a158c6e..f5e21f2a9e 100644 --- a/libs/common/parameters_utils.cpp +++ b/libs/common/parameters_utils.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/common/parameters_utils.h b/libs/common/parameters_utils.h index eb4d80e215..67a6809716 100644 --- a/libs/common/parameters_utils.h +++ b/libs/common/parameters_utils.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + #pragma once #include "api_adapter.h" diff --git a/libs/common/procedural_reader.h b/libs/common/procedural_reader.h index 323e39498a..8b281a6ed7 100644 --- a/libs/common/procedural_reader.h +++ b/libs/common/procedural_reader.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + #pragma once /// @brief This is the base class for any arnold procedural reader diff --git a/libs/common/rendersettings_utils.cpp b/libs/common/rendersettings_utils.cpp index c724dcd936..4c272fdb1e 100644 --- a/libs/common/rendersettings_utils.cpp +++ b/libs/common/rendersettings_utils.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + #include #include #include "rendersettings_utils.h" diff --git a/libs/common/rendersettings_utils.h b/libs/common/rendersettings_utils.h index 4fcb144bba..6f293d7674 100644 --- a/libs/common/rendersettings_utils.h +++ b/libs/common/rendersettings_utils.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + #pragma once #include #include diff --git a/libs/common/shape_utils.cpp b/libs/common/shape_utils.cpp index 6df884f38b..6c48a9a270 100644 --- a/libs/common/shape_utils.cpp +++ b/libs/common/shape_utils.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/common/shape_utils.h b/libs/common/shape_utils.h index 432cad9360..45ad6c3d6e 100644 --- a/libs/common/shape_utils.h +++ b/libs/common/shape_utils.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/common/timesettings.h b/libs/common/timesettings.h index 64a4e7bffd..f775766f1a 100644 --- a/libs/common/timesettings.h +++ b/libs/common/timesettings.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + #pragma once struct TimeSettings { diff --git a/libs/render_delegate/api.h b/libs/render_delegate/api.h index 10c29c40d0..b263cbd1f0 100755 --- a/libs/render_delegate/api.h +++ b/libs/render_delegate/api.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/basis_curves.cpp b/libs/render_delegate/basis_curves.cpp index 1b7fe550da..f96c1e7e3a 100644 --- a/libs/render_delegate/basis_curves.cpp +++ b/libs/render_delegate/basis_curves.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/basis_curves.h b/libs/render_delegate/basis_curves.h index aea54d0b8e..ed96f07108 100644 --- a/libs/render_delegate/basis_curves.h +++ b/libs/render_delegate/basis_curves.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/camera.cpp b/libs/render_delegate/camera.cpp index 6080b5a046..5afe171566 100644 --- a/libs/render_delegate/camera.cpp +++ b/libs/render_delegate/camera.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/camera.h b/libs/render_delegate/camera.h index d2d5ef22eb..f834a61635 100644 --- a/libs/render_delegate/camera.h +++ b/libs/render_delegate/camera.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/config.cpp b/libs/render_delegate/config.cpp index a4138a5c55..bce3f14106 100755 --- a/libs/render_delegate/config.cpp +++ b/libs/render_delegate/config.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/config.h b/libs/render_delegate/config.h index 014e5cf731..9a7c7dbb32 100755 --- a/libs/render_delegate/config.h +++ b/libs/render_delegate/config.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/debug_codes.cpp b/libs/render_delegate/debug_codes.cpp index b3a65b4c69..866b95feba 100755 --- a/libs/render_delegate/debug_codes.cpp +++ b/libs/render_delegate/debug_codes.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/debug_codes.h b/libs/render_delegate/debug_codes.h index 3a47a316c4..cc4d4dc7d8 100755 --- a/libs/render_delegate/debug_codes.h +++ b/libs/render_delegate/debug_codes.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/hdarnold.h b/libs/render_delegate/hdarnold.h index f741e528e7..a7f129224b 100755 --- a/libs/render_delegate/hdarnold.h +++ b/libs/render_delegate/hdarnold.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/instancer.cpp b/libs/render_delegate/instancer.cpp index fe73fda291..9c2dac03a0 100644 --- a/libs/render_delegate/instancer.cpp +++ b/libs/render_delegate/instancer.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/instancer.h b/libs/render_delegate/instancer.h index 51f71f2065..98d98d833a 100755 --- a/libs/render_delegate/instancer.h +++ b/libs/render_delegate/instancer.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/light.cpp b/libs/render_delegate/light.cpp index e7c9c1fb94..9058fbc292 100644 --- a/libs/render_delegate/light.cpp +++ b/libs/render_delegate/light.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/light.h b/libs/render_delegate/light.h index 25b7fd16c6..c46fde9581 100755 --- a/libs/render_delegate/light.h +++ b/libs/render_delegate/light.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/mesh.cpp b/libs/render_delegate/mesh.cpp index a3e0c694c0..130f5c83e6 100644 --- a/libs/render_delegate/mesh.cpp +++ b/libs/render_delegate/mesh.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/mesh.h b/libs/render_delegate/mesh.h index 186ffc4db4..f225d3845a 100755 --- a/libs/render_delegate/mesh.h +++ b/libs/render_delegate/mesh.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/native_rprim.cpp b/libs/render_delegate/native_rprim.cpp index 0ef1c79c83..e91e68118d 100644 --- a/libs/render_delegate/native_rprim.cpp +++ b/libs/render_delegate/native_rprim.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/native_rprim.h b/libs/render_delegate/native_rprim.h index 16f052507e..30f99cfad6 100644 --- a/libs/render_delegate/native_rprim.h +++ b/libs/render_delegate/native_rprim.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/node_graph.cpp b/libs/render_delegate/node_graph.cpp index f78fba94f2..cdee8b2c3f 100644 --- a/libs/render_delegate/node_graph.cpp +++ b/libs/render_delegate/node_graph.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/node_graph.h b/libs/render_delegate/node_graph.h index 65d4f02223..67efb29e0d 100644 --- a/libs/render_delegate/node_graph.h +++ b/libs/render_delegate/node_graph.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/nodes/driver_aov.cpp b/libs/render_delegate/nodes/driver_aov.cpp index 8839e732de..4189c97f2f 100644 --- a/libs/render_delegate/nodes/driver_aov.cpp +++ b/libs/render_delegate/nodes/driver_aov.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/nodes/driver_main.cpp b/libs/render_delegate/nodes/driver_main.cpp index 2f4d53a8f2..e615dd927d 100644 --- a/libs/render_delegate/nodes/driver_main.cpp +++ b/libs/render_delegate/nodes/driver_main.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/nodes/nodes.cpp b/libs/render_delegate/nodes/nodes.cpp index 3ac2cc6390..2871bb02ad 100644 --- a/libs/render_delegate/nodes/nodes.cpp +++ b/libs/render_delegate/nodes/nodes.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/nodes/nodes.h b/libs/render_delegate/nodes/nodes.h index 3f566e4357..53f33b88e9 100755 --- a/libs/render_delegate/nodes/nodes.h +++ b/libs/render_delegate/nodes/nodes.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/openvdb_asset.cpp b/libs/render_delegate/openvdb_asset.cpp index d079d0881b..65e96d1d84 100644 --- a/libs/render_delegate/openvdb_asset.cpp +++ b/libs/render_delegate/openvdb_asset.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/openvdb_asset.h b/libs/render_delegate/openvdb_asset.h index 33880ce3ae..e917d92630 100755 --- a/libs/render_delegate/openvdb_asset.h +++ b/libs/render_delegate/openvdb_asset.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/points.cpp b/libs/render_delegate/points.cpp index 6b980b7395..83c59d1749 100644 --- a/libs/render_delegate/points.cpp +++ b/libs/render_delegate/points.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/points.h b/libs/render_delegate/points.h index b0b46168bb..cdf7217278 100755 --- a/libs/render_delegate/points.h +++ b/libs/render_delegate/points.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/reader.cpp b/libs/render_delegate/reader.cpp index a3ec8a12c4..1159822d63 100644 --- a/libs/render_delegate/reader.cpp +++ b/libs/render_delegate/reader.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + #include #include #include diff --git a/libs/render_delegate/reader.h b/libs/render_delegate/reader.h index 2ad0f62a9c..b3d5a0d06b 100644 --- a/libs/render_delegate/reader.h +++ b/libs/render_delegate/reader.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + #pragma once #include "pxr/imaging/hd/renderIndex.h" diff --git a/libs/render_delegate/render_buffer.cpp b/libs/render_delegate/render_buffer.cpp index e78225e460..31422eefff 100644 --- a/libs/render_delegate/render_buffer.cpp +++ b/libs/render_delegate/render_buffer.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/render_buffer.h b/libs/render_delegate/render_buffer.h index a7c1681289..050c1fca65 100644 --- a/libs/render_delegate/render_buffer.h +++ b/libs/render_delegate/render_buffer.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/render_delegate.cpp b/libs/render_delegate/render_delegate.cpp index 967bae1af0..921f588a97 100644 --- a/libs/render_delegate/render_delegate.cpp +++ b/libs/render_delegate/render_delegate.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/render_delegate.h b/libs/render_delegate/render_delegate.h index 8e40351cdb..95e707976e 100644 --- a/libs/render_delegate/render_delegate.h +++ b/libs/render_delegate/render_delegate.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/render_param.cpp b/libs/render_delegate/render_param.cpp index 049d99cf08..971f254792 100644 --- a/libs/render_delegate/render_param.cpp +++ b/libs/render_delegate/render_param.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/render_param.h b/libs/render_delegate/render_param.h index 38a3094faf..7095c32a04 100755 --- a/libs/render_delegate/render_param.h +++ b/libs/render_delegate/render_param.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/render_pass.cpp b/libs/render_delegate/render_pass.cpp index 25422c068c..cdc7e71263 100644 --- a/libs/render_delegate/render_pass.cpp +++ b/libs/render_delegate/render_pass.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/render_pass.h b/libs/render_delegate/render_pass.h index e2301517b0..410e35a7ba 100755 --- a/libs/render_delegate/render_pass.h +++ b/libs/render_delegate/render_pass.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/rprim.h b/libs/render_delegate/rprim.h index e8f8b60269..06da8cf9ae 100644 --- a/libs/render_delegate/rprim.h +++ b/libs/render_delegate/rprim.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/shape.cpp b/libs/render_delegate/shape.cpp index f73ae0bba7..10ccc91b4d 100644 --- a/libs/render_delegate/shape.cpp +++ b/libs/render_delegate/shape.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/shape.h b/libs/render_delegate/shape.h index d6bbc108cf..b188cd9490 100644 --- a/libs/render_delegate/shape.h +++ b/libs/render_delegate/shape.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/utils.cpp b/libs/render_delegate/utils.cpp index 968fb5f794..ecdd2d3e5a 100644 --- a/libs/render_delegate/utils.cpp +++ b/libs/render_delegate/utils.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/utils.h b/libs/render_delegate/utils.h index ed8f9f321a..02edfbea4f 100644 --- a/libs/render_delegate/utils.h +++ b/libs/render_delegate/utils.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/volume.cpp b/libs/render_delegate/volume.cpp index 83697274ff..c78f8ba5da 100644 --- a/libs/render_delegate/volume.cpp +++ b/libs/render_delegate/volume.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/render_delegate/volume.h b/libs/render_delegate/volume.h index fad1c815f2..3ceee2063c 100644 --- a/libs/render_delegate/volume.h +++ b/libs/render_delegate/volume.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/prim_reader.cpp b/libs/translator/reader/prim_reader.cpp index 073bee7e31..a8cf233b42 100644 --- a/libs/translator/reader/prim_reader.cpp +++ b/libs/translator/reader/prim_reader.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/prim_reader.h b/libs/translator/reader/prim_reader.h index efaef1be5c..2e584a62cf 100644 --- a/libs/translator/reader/prim_reader.h +++ b/libs/translator/reader/prim_reader.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_arnold_type.cpp b/libs/translator/reader/read_arnold_type.cpp index e86717a4dd..86c06ada17 100755 --- a/libs/translator/reader/read_arnold_type.cpp +++ b/libs/translator/reader/read_arnold_type.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_arnold_type.h b/libs/translator/reader/read_arnold_type.h index ef81ae463f..05045337cd 100755 --- a/libs/translator/reader/read_arnold_type.h +++ b/libs/translator/reader/read_arnold_type.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_camera.cpp b/libs/translator/reader/read_camera.cpp index 04a9678488..6162b7dbc5 100644 --- a/libs/translator/reader/read_camera.cpp +++ b/libs/translator/reader/read_camera.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_camera.h b/libs/translator/reader/read_camera.h index a06341f9b6..ea1f43a670 100644 --- a/libs/translator/reader/read_camera.h +++ b/libs/translator/reader/read_camera.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_geometry.cpp b/libs/translator/reader/read_geometry.cpp index d024182ba9..d625068284 100644 --- a/libs/translator/reader/read_geometry.cpp +++ b/libs/translator/reader/read_geometry.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_geometry.h b/libs/translator/reader/read_geometry.h index e6cc62a9f6..4a8560d1c7 100644 --- a/libs/translator/reader/read_geometry.h +++ b/libs/translator/reader/read_geometry.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_light.cpp b/libs/translator/reader/read_light.cpp index 63afd6da48..f3d586ab86 100644 --- a/libs/translator/reader/read_light.cpp +++ b/libs/translator/reader/read_light.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_light.h b/libs/translator/reader/read_light.h index f0165dcbaf..d68ee1ac3a 100755 --- a/libs/translator/reader/read_light.h +++ b/libs/translator/reader/read_light.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_options.cpp b/libs/translator/reader/read_options.cpp index 011c6822e4..b4ff847a86 100644 --- a/libs/translator/reader/read_options.cpp +++ b/libs/translator/reader/read_options.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_options.h b/libs/translator/reader/read_options.h index 5c980b7654..dbaeb8bbe6 100644 --- a/libs/translator/reader/read_options.h +++ b/libs/translator/reader/read_options.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_shader.cpp b/libs/translator/reader/read_shader.cpp index cbeffef6a0..e85d5acdc6 100644 --- a/libs/translator/reader/read_shader.cpp +++ b/libs/translator/reader/read_shader.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_shader.h b/libs/translator/reader/read_shader.h index d7569c58af..ae4334ef38 100755 --- a/libs/translator/reader/read_shader.h +++ b/libs/translator/reader/read_shader.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_skinning.cpp b/libs/translator/reader/read_skinning.cpp index b4552e6a60..c15f5feb9c 100644 --- a/libs/translator/reader/read_skinning.cpp +++ b/libs/translator/reader/read_skinning.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/read_skinning.h b/libs/translator/reader/read_skinning.h index f69f5ab480..2021630f1a 100644 --- a/libs/translator/reader/read_skinning.h +++ b/libs/translator/reader/read_skinning.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/reader.cpp b/libs/translator/reader/reader.cpp index f83c3a1f6d..3cdf71405f 100644 --- a/libs/translator/reader/reader.cpp +++ b/libs/translator/reader/reader.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/reader.h b/libs/translator/reader/reader.h index 84acbdacdb..140fd794c1 100644 --- a/libs/translator/reader/reader.h +++ b/libs/translator/reader/reader.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/registry.cpp b/libs/translator/reader/registry.cpp index 14ff14a976..4df9b003e1 100644 --- a/libs/translator/reader/registry.cpp +++ b/libs/translator/reader/registry.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/registry.h b/libs/translator/reader/registry.h index c4ae2f2fd4..5fb5ff8f9d 100644 --- a/libs/translator/reader/registry.h +++ b/libs/translator/reader/registry.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/utils.cpp b/libs/translator/reader/utils.cpp index fea7172eb4..bf586b01a9 100644 --- a/libs/translator/reader/utils.cpp +++ b/libs/translator/reader/utils.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/reader/utils.h b/libs/translator/reader/utils.h index 9cede2fdf9..8415459d5c 100644 --- a/libs/translator/reader/utils.h +++ b/libs/translator/reader/utils.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/utils/utils.h b/libs/translator/utils/utils.h index 5ddcea6c8a..f2832cdcfe 100644 --- a/libs/translator/utils/utils.h +++ b/libs/translator/utils/utils.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/prim_writer.cpp b/libs/translator/writer/prim_writer.cpp index 3d51bdc9d8..bda4644948 100644 --- a/libs/translator/writer/prim_writer.cpp +++ b/libs/translator/writer/prim_writer.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/prim_writer.h b/libs/translator/writer/prim_writer.h index 7f15de801b..1dab05350d 100755 --- a/libs/translator/writer/prim_writer.h +++ b/libs/translator/writer/prim_writer.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/registry.cpp b/libs/translator/writer/registry.cpp index 78076f7eab..ef3c93439f 100644 --- a/libs/translator/writer/registry.cpp +++ b/libs/translator/writer/registry.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/registry.h b/libs/translator/writer/registry.h index a7c425fafa..12bc68fcc7 100755 --- a/libs/translator/writer/registry.h +++ b/libs/translator/writer/registry.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/write_arnold_type.cpp b/libs/translator/writer/write_arnold_type.cpp index 1797a23496..668434cac2 100644 --- a/libs/translator/writer/write_arnold_type.cpp +++ b/libs/translator/writer/write_arnold_type.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/write_arnold_type.h b/libs/translator/writer/write_arnold_type.h index 0aadda3db3..0106ce93bb 100755 --- a/libs/translator/writer/write_arnold_type.h +++ b/libs/translator/writer/write_arnold_type.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/write_camera.cpp b/libs/translator/writer/write_camera.cpp index e197cf1116..327769c325 100644 --- a/libs/translator/writer/write_camera.cpp +++ b/libs/translator/writer/write_camera.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/write_camera.h b/libs/translator/writer/write_camera.h index d7ab40071f..8c03569250 100644 --- a/libs/translator/writer/write_camera.h +++ b/libs/translator/writer/write_camera.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/write_geometry.cpp b/libs/translator/writer/write_geometry.cpp index a864fd1289..3037e4acf2 100644 --- a/libs/translator/writer/write_geometry.cpp +++ b/libs/translator/writer/write_geometry.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/write_geometry.h b/libs/translator/writer/write_geometry.h index ae2442af0c..6b38baa8ac 100644 --- a/libs/translator/writer/write_geometry.h +++ b/libs/translator/writer/write_geometry.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/write_light.cpp b/libs/translator/writer/write_light.cpp index d89f48ecf0..8c83866033 100644 --- a/libs/translator/writer/write_light.cpp +++ b/libs/translator/writer/write_light.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/write_light.h b/libs/translator/writer/write_light.h index 475d323194..b8370fe124 100644 --- a/libs/translator/writer/write_light.h +++ b/libs/translator/writer/write_light.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/write_shader.cpp b/libs/translator/writer/write_shader.cpp index ab083b8599..44a3a3f6cc 100644 --- a/libs/translator/writer/write_shader.cpp +++ b/libs/translator/writer/write_shader.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/write_shader.h b/libs/translator/writer/write_shader.h index 11cec5c616..187943d911 100644 --- a/libs/translator/writer/write_shader.h +++ b/libs/translator/writer/write_shader.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/writer.cpp b/libs/translator/writer/writer.cpp index c5ec492fe8..9d6303fe37 100644 --- a/libs/translator/writer/writer.cpp +++ b/libs/translator/writer/writer.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libs/translator/writer/writer.h b/libs/translator/writer/writer.h index 4af0fa444a..7ae550d723 100755 --- a/libs/translator/writer/writer.h +++ b/libs/translator/writer/writer.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/ndr/api.h b/plugins/ndr/api.h index 045ddf3888..2afcfef5e6 100644 --- a/plugins/ndr/api.h +++ b/plugins/ndr/api.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/ndr/discovery.cpp b/plugins/ndr/discovery.cpp index 80fbc2c926..e39373dff9 100644 --- a/plugins/ndr/discovery.cpp +++ b/plugins/ndr/discovery.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/ndr/discovery.h b/plugins/ndr/discovery.h index f4d83b2c98..55a7847d52 100644 --- a/plugins/ndr/discovery.h +++ b/plugins/ndr/discovery.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/ndr/ndrarnold.h b/plugins/ndr/ndrarnold.h index 09c7e792d1..97b607d817 100644 --- a/plugins/ndr/ndrarnold.h +++ b/plugins/ndr/ndrarnold.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/ndr/parser.cpp b/plugins/ndr/parser.cpp index 82bacb2852..9d9c9f3e96 100644 --- a/plugins/ndr/parser.cpp +++ b/plugins/ndr/parser.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/ndr/parser.h b/plugins/ndr/parser.h index 710df4a365..ad874c284e 100644 --- a/plugins/ndr/parser.h +++ b/plugins/ndr/parser.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/ndr/tokens.cpp b/plugins/ndr/tokens.cpp index e4459fa385..ef044ea963 100644 --- a/plugins/ndr/tokens.cpp +++ b/plugins/ndr/tokens.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/ndr/tokens.h b/plugins/ndr/tokens.h index a5187d9d20..dd9375aef9 100644 --- a/plugins/ndr/tokens.h +++ b/plugins/ndr/tokens.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/ndr/utils.cpp b/plugins/ndr/utils.cpp index 915da34236..bc9f28ae49 100644 --- a/plugins/ndr/utils.cpp +++ b/plugins/ndr/utils.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/ndr/utils.h b/plugins/ndr/utils.h index 88948f0fae..e418f362be 100644 --- a/plugins/ndr/utils.h +++ b/plugins/ndr/utils.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/procedural/main.cpp b/plugins/procedural/main.cpp index 3488526596..ed84def9f3 100644 --- a/plugins/procedural/main.cpp +++ b/plugins/procedural/main.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/render_delegate/renderer_plugin.cpp b/plugins/render_delegate/renderer_plugin.cpp index 0553de5856..fdf970106f 100755 --- a/plugins/render_delegate/renderer_plugin.cpp +++ b/plugins/render_delegate/renderer_plugin.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/render_delegate/renderer_plugin.h b/plugins/render_delegate/renderer_plugin.h index 34a65432b8..b8f09e5682 100755 --- a/plugins/render_delegate/renderer_plugin.h +++ b/plugins/render_delegate/renderer_plugin.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2019 Luma Pictures // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/adapter_registry.cpp b/plugins/scene_delegate/adapter_registry.cpp index 01c1873e36..9a4c1e76f0 100644 --- a/plugins/scene_delegate/adapter_registry.cpp +++ b/plugins/scene_delegate/adapter_registry.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/adapter_registry.h b/plugins/scene_delegate/adapter_registry.h index 12241cf5c4..f1b07547ad 100644 --- a/plugins/scene_delegate/adapter_registry.h +++ b/plugins/scene_delegate/adapter_registry.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/api.h b/plugins/scene_delegate/api.h index 7aa3a28029..76621a836d 100644 --- a/plugins/scene_delegate/api.h +++ b/plugins/scene_delegate/api.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/delegate.cpp b/plugins/scene_delegate/delegate.cpp index 3fe74c61c2..28ca7e3307 100644 --- a/plugins/scene_delegate/delegate.cpp +++ b/plugins/scene_delegate/delegate.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/delegate.h b/plugins/scene_delegate/delegate.h index 3ff2a38db3..7132fc7858 100644 --- a/plugins/scene_delegate/delegate.h +++ b/plugins/scene_delegate/delegate.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/delegate_proxy.cpp b/plugins/scene_delegate/delegate_proxy.cpp index 64b6b40621..faf517550b 100644 --- a/plugins/scene_delegate/delegate_proxy.cpp +++ b/plugins/scene_delegate/delegate_proxy.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/delegate_proxy.h b/plugins/scene_delegate/delegate_proxy.h index 00a14d1a95..a7b3a86793 100644 --- a/plugins/scene_delegate/delegate_proxy.h +++ b/plugins/scene_delegate/delegate_proxy.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/persp_camera_adapter.cpp b/plugins/scene_delegate/persp_camera_adapter.cpp index c2c92d0551..3f48860e4d 100644 --- a/plugins/scene_delegate/persp_camera_adapter.cpp +++ b/plugins/scene_delegate/persp_camera_adapter.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/persp_camera_adapter.h b/plugins/scene_delegate/persp_camera_adapter.h index 1dd9f2e368..1a1e3b1974 100644 --- a/plugins/scene_delegate/persp_camera_adapter.h +++ b/plugins/scene_delegate/persp_camera_adapter.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/polymesh_adapter.cpp b/plugins/scene_delegate/polymesh_adapter.cpp index 96d34b7ff8..7e939a372d 100644 --- a/plugins/scene_delegate/polymesh_adapter.cpp +++ b/plugins/scene_delegate/polymesh_adapter.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/polymesh_adapter.h b/plugins/scene_delegate/polymesh_adapter.h index 045dc50ee5..d6024b517b 100644 --- a/plugins/scene_delegate/polymesh_adapter.h +++ b/plugins/scene_delegate/polymesh_adapter.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/prim_adapter.cpp b/plugins/scene_delegate/prim_adapter.cpp index cdfd8b1483..22133f78ca 100644 --- a/plugins/scene_delegate/prim_adapter.cpp +++ b/plugins/scene_delegate/prim_adapter.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/prim_adapter.h b/plugins/scene_delegate/prim_adapter.h index 07cf9139c1..f462c371ed 100644 --- a/plugins/scene_delegate/prim_adapter.h +++ b/plugins/scene_delegate/prim_adapter.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/rprim_adapter.cpp b/plugins/scene_delegate/rprim_adapter.cpp index e6a35245b8..89860f4149 100644 --- a/plugins/scene_delegate/rprim_adapter.cpp +++ b/plugins/scene_delegate/rprim_adapter.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/scene_delegate/rprim_adapter.h b/plugins/scene_delegate/rprim_adapter.h index 7152579faf..00366b3ea3 100644 --- a/plugins/scene_delegate/rprim_adapter.h +++ b/plugins/scene_delegate/rprim_adapter.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/usd_imaging/api.h b/plugins/usd_imaging/api.h index dc785bda7f..b80c1844ef 100644 --- a/plugins/usd_imaging/api.h +++ b/plugins/usd_imaging/api.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/usd_imaging/arnold_mesh_light_adapter.cpp b/plugins/usd_imaging/arnold_mesh_light_adapter.cpp index 4df8427e37..e2205bbb91 100644 --- a/plugins/usd_imaging/arnold_mesh_light_adapter.cpp +++ b/plugins/usd_imaging/arnold_mesh_light_adapter.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/usd_imaging/arnold_mesh_light_adapter.h b/plugins/usd_imaging/arnold_mesh_light_adapter.h index bb027a8475..1d0946e703 100644 --- a/plugins/usd_imaging/arnold_mesh_light_adapter.h +++ b/plugins/usd_imaging/arnold_mesh_light_adapter.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/usd_imaging/material_param_utils.cpp b/plugins/usd_imaging/material_param_utils.cpp index b2d70b0a20..c3fc978bb4 100644 --- a/plugins/usd_imaging/material_param_utils.cpp +++ b/plugins/usd_imaging/material_param_utils.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // // Copyright 2020 Pixar // diff --git a/plugins/usd_imaging/material_param_utils.h b/plugins/usd_imaging/material_param_utils.h index 1b1f458200..e2cd026417 100644 --- a/plugins/usd_imaging/material_param_utils.h +++ b/plugins/usd_imaging/material_param_utils.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // // Copyright 2020 Pixar // diff --git a/plugins/usd_imaging/node_graph_adapter.cpp b/plugins/usd_imaging/node_graph_adapter.cpp index 4340e7d9e6..897ca6bb50 100644 --- a/plugins/usd_imaging/node_graph_adapter.cpp +++ b/plugins/usd_imaging/node_graph_adapter.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/usd_imaging/node_graph_adapter.h b/plugins/usd_imaging/node_graph_adapter.h index 35ce5e58ee..1f164015e7 100644 --- a/plugins/usd_imaging/node_graph_adapter.h +++ b/plugins/usd_imaging/node_graph_adapter.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/usd_imaging/shape_adapter.cpp b/plugins/usd_imaging/shape_adapter.cpp index 54606207d8..909daea1f6 100644 --- a/plugins/usd_imaging/shape_adapter.cpp +++ b/plugins/usd_imaging/shape_adapter.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/usd_imaging/shape_adapter.h b/plugins/usd_imaging/shape_adapter.h index af4f2fd721..9038145770 100644 --- a/plugins/usd_imaging/shape_adapter.h +++ b/plugins/usd_imaging/shape_adapter.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/usd_imaging/usd_lux_light_filter_adapter.cpp b/plugins/usd_imaging/usd_lux_light_filter_adapter.cpp index 7f0761ca0b..ec16a67e14 100644 --- a/plugins/usd_imaging/usd_lux_light_filter_adapter.cpp +++ b/plugins/usd_imaging/usd_lux_light_filter_adapter.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/usd_imaging/usd_lux_light_filter_adapter.h b/plugins/usd_imaging/usd_lux_light_filter_adapter.h index 3b1985260a..9bb21fe9ce 100644 --- a/plugins/usd_imaging/usd_lux_light_filter_adapter.h +++ b/plugins/usd_imaging/usd_lux_light_filter_adapter.h @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/schemas/moduleDeps.cpp b/schemas/moduleDeps.cpp index 35e708319f..82fa1374ec 100755 --- a/schemas/moduleDeps.cpp +++ b/schemas/moduleDeps.cpp @@ -1,3 +1,7 @@ +// +// SPDX-License-Identifier: Apache-2.0 +// + // Copyright 2022 Autodesk, Inc. // // Licensed under the Apache License, Version 2.0 (the "License");