From 17438ed193eb4b7f7a22533e2b1363165ac3ff87 Mon Sep 17 00:00:00 2001 From: Fabian Schempp Date: Sun, 27 Feb 2022 22:48:13 +0100 Subject: Changed licencing headers. --- source/blender/geometry/GEO_mesh_remesh_blocks.h | 16 +--------------- source/blender/geometry/intern/remesh_blocks.c | 16 +--------------- .../nodes/geometry/nodes/node_geo_remesh_blocks.cc | 16 +--------------- 3 files changed, 3 insertions(+), 45 deletions(-) diff --git a/source/blender/geometry/GEO_mesh_remesh_blocks.h b/source/blender/geometry/GEO_mesh_remesh_blocks.h index 74be72321dc..d2aa3e57412 100644 --- a/source/blender/geometry/GEO_mesh_remesh_blocks.h +++ b/source/blender/geometry/GEO_mesh_remesh_blocks.h @@ -1,18 +1,4 @@ -/* - * 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 */ #pragma once diff --git a/source/blender/geometry/intern/remesh_blocks.c b/source/blender/geometry/intern/remesh_blocks.c index 9004bd292be..8779c3e8049 100644 --- a/source/blender/geometry/intern/remesh_blocks.c +++ b/source/blender/geometry/intern/remesh_blocks.c @@ -1,18 +1,4 @@ -/* - * 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 */ /** \file * \ingroup geo diff --git a/source/blender/nodes/geometry/nodes/node_geo_remesh_blocks.cc b/source/blender/nodes/geometry/nodes/node_geo_remesh_blocks.cc index 44622eff78e..cbdf989e074 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_remesh_blocks.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_remesh_blocks.cc @@ -1,18 +1,4 @@ -/* - * 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 */ #include "BKE_mesh.h" -- cgit v1.2.3