From 1fe82d536deb2c25ebe22079b856a79ddcce6b72 Mon Sep 17 00:00:00 2001 From: Sean Kim Date: Wed, 6 Mar 2024 02:20:17 +0100 Subject: [PATCH] Cleanup: Add missing license and copyright headers This PR adds the standard license header that was missed when the file was originally created. Pull Request: https://projects.blender.org/blender/blender/pulls/119105 --- source/blender/editors/sculpt_paint/sculpt_gesture.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/blender/editors/sculpt_paint/sculpt_gesture.cc b/source/blender/editors/sculpt_paint/sculpt_gesture.cc index c9193fc65d3..e32f163ae59 100644 --- a/source/blender/editors/sculpt_paint/sculpt_gesture.cc +++ b/source/blender/editors/sculpt_paint/sculpt_gesture.cc @@ -1,3 +1,7 @@ +/* SPDX-FileCopyrightText: 2024 Blender Authors + * + * SPDX-License-Identifier: GPL-2.0-or-later */ + /** \file * \ingroup edsculpt * Common helper methods and structures for gesture operations.