From 519afbbf70a540b2c00b711ad86c332f348288fe Mon Sep 17 00:00:00 2001 From: Piotr Barejko Date: Sun, 19 Jan 2025 21:55:07 -0800 Subject: [PATCH] Add missing license Signed-off-by: Piotr Barejko --- src/pybind11/PyBindImath/PyBindImathFrustum.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pybind11/PyBindImath/PyBindImathFrustum.cpp b/src/pybind11/PyBindImath/PyBindImathFrustum.cpp index 8a03f119..32b9874a 100644 --- a/src/pybind11/PyBindImath/PyBindImathFrustum.cpp +++ b/src/pybind11/PyBindImath/PyBindImathFrustum.cpp @@ -1,3 +1,8 @@ +// +// SPDX-License-Identifier: BSD-3-Clause +// Copyright Contributors to the OpenEXR Project. +// + #include "PyBindImath.h" #include namespace PyBindImath {