[Bf-blender-cvs] [8c3aee2fafb] master: Cleanup: use SPDX license header

Campbell Barton noreply at git.blender.org
Thu Mar 10 06:29:28 CET 2022


Commit: 8c3aee2fafb5a7cd3292d23bdc76ca92a35d0799
Author: Campbell Barton
Date:   Thu Mar 10 13:18:02 2022 +1100
Branches: master
https://developer.blender.org/rB8c3aee2fafb5a7cd3292d23bdc76ca92a35d0799

Cleanup: use SPDX license header

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

M	source/blender/draw/engines/image/image_buffer_cache.hh

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

diff --git a/source/blender/draw/engines/image/image_buffer_cache.hh b/source/blender/draw/engines/image/image_buffer_cache.hh
index ef11551c879..470e9f225b4 100644
--- a/source/blender/draw/engines/image/image_buffer_cache.hh
+++ b/source/blender/draw/engines/image/image_buffer_cache.hh
@@ -1,20 +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.
- *
- * Copyright 2022, Blender Foundation.
- */
+/* SPDX-License-Identifier: GPL-2.0-or-later
+ * Copyright 2022 Blender Foundation. */
 
 /** \file
  * \ingroup draw_engine



More information about the Bf-blender-cvs mailing list