Skip to content

Commit 7b5b2c2

Browse files
committed
Fix outdated MPL licensing
Signed-off-by: Matthew Cong <mcong@nvidia.com>
1 parent 7076d80 commit 7b5b2c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

openvdb/openvdb/points/PrincipalComponentAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright Contributors to the OpenVDB Project
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: Apache-2.0
33

44
/// @author Richard Jones, Nick Avramoussis
55
///

openvdb/openvdb/points/impl/PointRasterizeEllipsoidsSDFImpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright Contributors to the OpenVDB Project
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: Apache-2.0
33

44
/// @author Richard Jones, Nick Avramoussis
55
///

openvdb/openvdb/points/impl/PrincipalComponentAnalysisImpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright Contributors to the OpenVDB Project
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: Apache-2.0
33

44
#ifndef OPENVDB_POINTS_POINT_PRINCIPAL_COMPONENT_ANALYSIS_IMPL_HAS_BEEN_INCLUDED
55
#define OPENVDB_POINTS_POINT_PRINCIPAL_COMPONENT_ANALYSIS_IMPL_HAS_BEEN_INCLUDED

openvdb/openvdb/unittest/TestPCA.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright Contributors to the OpenVDB Project
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: Apache-2.0
33

44
#include <openvdb/openvdb.h>
55
#include <openvdb/points/PrincipalComponentAnalysis.h>

0 commit comments

Comments
 (0)