From dc2d7a470732a87cde258e4bf42d54df8c570bf8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 12 Dec 2023 13:03:26 +1100 Subject: [PATCH] License headers: conform copyright to SPDX --- intern/cycles/kernel/util/nanovdb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/intern/cycles/kernel/util/nanovdb.h b/intern/cycles/kernel/util/nanovdb.h index 4c3b01abbdf..6073eb1266e 100644 --- a/intern/cycles/kernel/util/nanovdb.h +++ b/intern/cycles/kernel/util/nanovdb.h @@ -1,4 +1,5 @@ -/* Copyright Contributors to the OpenVDB Project +/* SPDX-FileCopyrightText: 2020-2021 Contributors to the OpenVDB Project + * * SPDX-License-Identifier: MPL-2.0 * * This is an extract from NanoVDB.h, with minimal code needed for kernel side access to grids. The