From f7876b71cdaa7f9627d1ce9de2e876efaaca19af Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 11 Feb 2022 16:34:06 +1100 Subject: File headers: use SPDX license identifiers Some files needed to be changed manually. --- add_mesh_extra_objects/add_mesh_teapot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'add_mesh_extra_objects') diff --git a/add_mesh_extra_objects/add_mesh_teapot.py b/add_mesh_extra_objects/add_mesh_teapot.py index e4ddbecb..6fc693c4 100644 --- a/add_mesh_extra_objects/add_mesh_teapot.py +++ b/add_mesh_extra_objects/add_mesh_teapot.py @@ -1,4 +1,6 @@ -# GPL # Author, Anthony D'Agostino +# SPDX-License-Identifier: GPL-2.0-or-later + +# Author, Anthony D'Agostino import bpy from bpy.props import ( -- cgit v1.2.3