From a5587f5223f65843e7d4c52088d782e3075a0df7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 14 Feb 2022 14:09:43 +1100 Subject: File headers: use SPDX license identifiers Some files needed to be changed manually. --- add_mesh_extra_objects/add_mesh_pipe_joint.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'add_mesh_extra_objects/add_mesh_pipe_joint.py') diff --git a/add_mesh_extra_objects/add_mesh_pipe_joint.py b/add_mesh_extra_objects/add_mesh_pipe_joint.py index 91c64e2f..52103992 100644 --- a/add_mesh_extra_objects/add_mesh_pipe_joint.py +++ b/add_mesh_extra_objects/add_mesh_pipe_joint.py @@ -1,4 +1,6 @@ -# GPL # "author": "Buerbaum Martin (Pontiac)" +# SPDX-License-Identifier: GPL-2.0-or-later + +# Author: Buerbaum Martin (Pontiac) import bpy, bmesh from math import sin, cos, tan, pi, radians -- cgit v1.2.3