Commit: 9145a4d08ff76052831971f576407871d6c6aca1 Author: Campbell Barton Date: Tue Jul 5 13:58:52 2022 +1000 Branches: master https://developer.blender.org/rB9145a4d08ff76052831971f576407871d6c6aca1
GPU: add missing license header =================================================================== M source/blender/gpu/GPU_common_types.h =================================================================== diff --git a/source/blender/gpu/GPU_common_types.h b/source/blender/gpu/GPU_common_types.h index 5913caf72e3..13535a4fb3b 100644 --- a/source/blender/gpu/GPU_common_types.h +++ b/source/blender/gpu/GPU_common_types.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /** \file * \ingroup gpu */ _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
