[Bf-blender-cvs] [a7135857c57] asset-greasepencil: GPencil: Change license header text

Antonio Vazquez noreply at git.blender.org
Thu Feb 17 16:58:33 CET 2022


Commit: a7135857c5710741de6ef3ecaa482f7bc62837be
Author: Antonio Vazquez
Date:   Thu Feb 17 16:58:27 2022 +0100
Branches: asset-greasepencil
https://developer.blender.org/rBa7135857c5710741de6ef3ecaa482f7bc62837be

GPencil: Change license header text

Use new SPDX license text.

===================================================================

M	source/blender/editors/gpencil/gpencil_asset.c

===================================================================

diff --git a/source/blender/editors/gpencil/gpencil_asset.c b/source/blender/editors/gpencil/gpencil_asset.c
index 8fbdb1af91b..664f215666b 100644
--- a/source/blender/editors/gpencil/gpencil_asset.c
+++ b/source/blender/editors/gpencil/gpencil_asset.c
@@ -1,19 +1,5 @@
-/*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- */
+/* SPDX-License-Identifier: GPL-2.0-or-later
+ * Copyright 2022 Blender Foundation. */
 
 /** \file
  * \ingroup edgpencil



More information about the Bf-blender-cvs mailing list