From b78b48204e89a54b36f88fd3802950716eef42c0 Mon Sep 17 00:00:00 2001 From: Jonathan Swartz Date: Wed, 18 Dec 2024 13:08:04 +1300 Subject: [PATCH] Fix typo in SPDX license identifier Signed-off-by: Jonathan Swartz --- openvdb_ax/openvdb_ax/compiler/AttributeBindings.h | 2 +- openvdb_ax/openvdb_ax/compiler/AttributeRegistry.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openvdb_ax/openvdb_ax/compiler/AttributeBindings.h b/openvdb_ax/openvdb_ax/compiler/AttributeBindings.h index ebd7bba23b..dd295b2501 100644 --- a/openvdb_ax/openvdb_ax/compiler/AttributeBindings.h +++ b/openvdb_ax/openvdb_ax/compiler/AttributeBindings.h @@ -1,5 +1,5 @@ // Copyright Contributors to the OpenVDB Project -// SPDX-License-Identifier: Apache-2.0/ +// SPDX-License-Identifier: Apache-2.0 /// @file compiler/AttributeBindings.h /// diff --git a/openvdb_ax/openvdb_ax/compiler/AttributeRegistry.h b/openvdb_ax/openvdb_ax/compiler/AttributeRegistry.h index 6f40790d2d..1f03655f54 100644 --- a/openvdb_ax/openvdb_ax/compiler/AttributeRegistry.h +++ b/openvdb_ax/openvdb_ax/compiler/AttributeRegistry.h @@ -1,5 +1,5 @@ // Copyright Contributors to the OpenVDB Project -// SPDX-License-Identifier: Apache-2.0/ +// SPDX-License-Identifier: Apache-2.0 /// @file compiler/AttributeRegistry.h ///