Skip to content

Commit

Permalink
add spdx license identifier (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpichard authored Jul 24, 2023
1 parent 846e45c commit b9b39cd
Show file tree
Hide file tree
Showing 146 changed files with 560 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->
# Changelog

## [Unreleased]
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->
Contributing to Arnold USD
=======================

Expand Down
1 change: 1 addition & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->
Arnold USD
==========

Expand Down
1 change: 1 addition & 0 deletions docs/building.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->
Build Instructions
==================

Expand Down
1 change: 1 addition & 0 deletions docs/conventions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->
Code Conventions
==================================

Expand Down
1 change: 1 addition & 0 deletions docs/documenting.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->
Documentation rules
===================

Expand Down
1 change: 1 addition & 0 deletions docs/naming_conventions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->
Arnold USD Naming Conventions
=======================

Expand Down
4 changes: 4 additions & 0 deletions libs/common/api_adapter.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//


#pragma once

Expand Down
4 changes: 4 additions & 0 deletions libs/common/common_bits.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/common/common_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/common/common_utils.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/common/constant_strings.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/common/constant_strings.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/common/parameters_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/common/parameters_utils.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

#pragma once

#include "api_adapter.h"
Expand Down
4 changes: 4 additions & 0 deletions libs/common/procedural_reader.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

#pragma once

/// @brief This is the base class for any arnold procedural reader
Expand Down
4 changes: 4 additions & 0 deletions libs/common/rendersettings_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

#include <unordered_set>
#include <vector>
#include "rendersettings_utils.h"
Expand Down
4 changes: 4 additions & 0 deletions libs/common/rendersettings_utils.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

#pragma once
#include <pxr/pxr.h>
#include <pxr/usd/usd/stage.h>
Expand Down
4 changes: 4 additions & 0 deletions libs/common/shape_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/common/shape_utils.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/common/timesettings.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

#pragma once

struct TimeSettings {
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/api.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/basis_curves.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/basis_curves.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/camera.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/camera.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/config.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/debug_codes.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/debug_codes.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/hdarnold.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/instancer.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/instancer.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/light.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/light.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/mesh.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/mesh.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/native_rprim.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/native_rprim.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/node_graph.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/node_graph.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/nodes/driver_aov.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/nodes/driver_main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/nodes/nodes.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/nodes/nodes.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/openvdb_asset.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/openvdb_asset.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2019 Luma Pictures
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/points.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/points.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/reader.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

#include <iostream>
#include <vector>
#include <ai.h>
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/reader.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

#pragma once

#include "pxr/imaging/hd/renderIndex.h"
Expand Down
4 changes: 4 additions & 0 deletions libs/render_delegate/render_buffer.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: Apache-2.0
//

// Copyright 2022 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Loading

0 comments on commit b9b39cd

Please sign in to comment.