Skip to content

Commit

Permalink
Update NanoVDB licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
dgovil committed Sep 5, 2024
1 parent 04eb52e commit a20d8b0
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/HostBuffer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
@file nanovdb/HostBuffer.h
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/NodeManager.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/NodeManager.h
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/cuda/DeviceBuffer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file DeviceBuffer.h
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/cuda/GridHandle.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/cuda/GridHandle.cuh
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/cuda/NodeManager.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/cuda/NodeManager.cuh
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/io/IO.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file IO.h
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/math/DitherLUT.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0
//
/// @author Jeff Lait
///
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/math/HDDA.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/// @file HDDA.h
///
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/math/Math.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file Math.h
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/math/Ray.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/// @file Ray.h
///
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/math/SampleFromVoxels.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

//////////////////////////////////////////////////////////////////////////
///
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/math/Stencils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0
//
/// @author Ken Museth
///
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/CreateNanoGrid.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/CreateNanoGrid.h
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/CreatePrimitives.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/CreatePrimitives.h
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/GridBuilder.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/GridBuilder.h
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/GridChecksum.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/GridChecksum.h
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/GridStats.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/GridStats.h
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/GridValidator.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/GridValidator.h
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/NanoToOpenVDB.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/NanoToOpenVDB.h
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/cuda/AddBlindData.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/cuda/AddBlindData.cuh
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/cuda/GridChecksum.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/cuda/GridChecksum.cuh
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/cuda/GridStats.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/cuda/GridStats.cuh
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/cuda/GridValidator.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/cuda/GridValidator.cuh
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/cuda/IndexToGrid.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/cuda/IndexToGrid.cuh
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/cuda/PointsToGrid.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/cuda/PointsToGrid.cuh
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/tools/cuda/SignedFloodFill.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/tools/cuda/SignedFloodFill.cuh
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/util/Timer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/// @file nanovdb/util/Timer.h
///
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/util/Util.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/util/Util.h
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/util/cuda/CudaGridValidator.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

#include <nanovdb/util/Util.h>// for NANOVDB_DEPRECATED_HEADER
#include <nanovdb/tools/cuda/GridValidator.cuh>
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/util/cuda/Timer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/// @file nanovdb/util/cuda/Timer.h
///
Expand Down
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/util/cuda/Util.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Contributors to the OpenVDB Project
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: Apache-2.0

/*!
\file nanovdb/util/cuda/Util.h
Expand Down

0 comments on commit a20d8b0

Please sign in to comment.