Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit dc8d1d8

Browse files
committed
License Headers: use SPDX-FileCopyrightText for mesh_tissue
1 parent e19a135 commit dc8d1d8

17 files changed

+35
-261
lines changed

mesh_tissue/__init__.py

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
# SPDX-License-Identifier: GPL-2.0-or-later
2-
# ##### BEGIN GPL LICENSE BLOCK #####
3-
#
4-
# This program is free software; you can redistribute it and/or
5-
# modify it under the terms of the GNU General Public License
6-
# as published by the Free Software Foundation; either version 2
7-
# of the License, or (at your option) any later version.
8-
#
9-
# This program is distributed in the hope that it will be useful,
10-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
# GNU General Public License for more details.
1+
# SPDX-FileCopyrightText: 2017 Alessandro Zomparelli
132
#
14-
# You should have received a copy of the GNU General Public License
15-
# along with this program; if not, write to the Free Software Foundation,
16-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17-
#
18-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
194

205
# --------------------------------- TISSUE ----------------------------------- #
216
# ------------------------------- version 0.3 -------------------------------- #

mesh_tissue/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2022-2023 Blender Foundation
2+
#
13
# SPDX-License-Identifier: GPL-2.0-or-later
24

35
import bpy

mesh_tissue/contour_curves.py

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
# SPDX-License-Identifier: GPL-2.0-or-later
2-
3-
# ##### BEGIN GPL LICENSE BLOCK #####
4-
#
5-
# This program is free software; you can redistribute it and/or
6-
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
8-
# of the License, or (at your option) any later version.
1+
# SPDX-FileCopyrightText: 2017 Alessandro Zomparelli
92
#
10-
# This program is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software Foundation,
17-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18-
#
19-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
204

215
#-------------------------- COLORS / GROUPS EXCHANGER -------------------------#
226
# #

mesh_tissue/curves_tools.py

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
# SPDX-License-Identifier: GPL-2.0-or-later
2-
3-
# ##### BEGIN GPL LICENSE BLOCK #####
4-
#
5-
# This program is free software; you can redistribute it and/or
6-
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
8-
# of the License, or (at your option) any later version.
1+
# SPDX-FileCopyrightText: 2017 Alessandro Zomparelli
92
#
10-
# This program is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software Foundation,
17-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18-
#
19-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
204

215
# #
226
# (c) Alessandro Zomparelli #

mesh_tissue/dual_mesh.py

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
# SPDX-License-Identifier: GPL-2.0-or-later
2-
3-
# ##### BEGIN GPL LICENSE BLOCK #####
4-
#
5-
# This program is free software; you can redistribute it and/or
6-
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
8-
# of the License, or (at your option) any later version.
1+
# SPDX-FileCopyrightText: 2017 Alessandro Zomparelli
92
#
10-
# This program is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software Foundation,
17-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18-
#
19-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
204

215
# --------------------------------- DUAL MESH -------------------------------- #
226
# -------------------------------- version 0.3 ------------------------------- #

mesh_tissue/lattice.py

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
1-
# ##### BEGIN GPL LICENSE BLOCK #####
1+
# SPDX-FileCopyrightText: 2017 Alessandro Zomparelli
22
#
3-
# This program is free software; you can redistribute it and/or
4-
# modify it under the terms of the GNU General Public License
5-
# as published by the Free Software Foundation; either version 2
6-
# of the License, or (at your option) any later version.
7-
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software Foundation,
15-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16-
#
17-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
4+
185
# --------------------------- LATTICE ALONG SURFACE -------------------------- #
196
# -------------------------------- version 0.3 ------------------------------- #
207
# #

mesh_tissue/material_tools.py

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
1-
# ##### BEGIN GPL LICENSE BLOCK #####
1+
# SPDX-FileCopyrightText: 2020 Alessandro Zomparelli
22
#
3-
# This program is free software; you can redistribute it and/or
4-
# modify it under the terms of the GNU General Public License
5-
# as published by the Free Software Foundation; either version 2
6-
# of the License, or (at your option) any later version.
7-
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software Foundation,
15-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16-
#
17-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
184

195
# #
206
# (c) Alessandro Zomparelli #

mesh_tissue/numba_functions.py

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
1-
# ##### BEGIN GPL LICENSE BLOCK #####
1+
# SPDX-FileCopyrightText: 2019-2022 Blender Foundation
22
#
3-
# This program is free software; you can redistribute it and/or
4-
# modify it under the terms of the GNU General Public License
5-
# as published by the Free Software Foundation; either version 2
6-
# of the License, or (at your option) any later version.
7-
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software Foundation,
15-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16-
#
17-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
184

195
import numpy as np
206
import time

mesh_tissue/polyhedra.py

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
1-
# ##### BEGIN GPL LICENSE BLOCK #####
1+
# SPDX-FileCopyrightText: 2017 Alessandro Zomparelli
22
#
3-
# This program is free software; you can redistribute it and/or
4-
# modify it under the terms of the GNU General Public License
5-
# as published by the Free Software Foundation; either version 2
6-
# of the License, or (at your option) any later version.
7-
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software Foundation,
15-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16-
#
17-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
184

195
# ---------------------------- ADAPTIVE DUPLIFACES --------------------------- #
206
# ------------------------------- version 0.84 ------------------------------- #

mesh_tissue/tessellate_numpy.py

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
1-
# ##### BEGIN GPL LICENSE BLOCK #####
1+
# SPDX-FileCopyrightText: 2017 Alessandro Zomparelli
22
#
3-
# This program is free software; you can redistribute it and/or
4-
# modify it under the terms of the GNU General Public License
5-
# as published by the Free Software Foundation; either version 2
6-
# of the License, or (at your option) any later version.
7-
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
12-
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software Foundation,
15-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16-
#
17-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
184

195
# ---------------------------- ADAPTIVE DUPLIFACES --------------------------- #
206
# ------------------------------- version 0.84 ------------------------------- #

mesh_tissue/texture_reaction_diffusion.py

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
# SPDX-License-Identifier: GPL-2.0-or-later
2-
3-
# ##### BEGIN GPL LICENSE BLOCK #####
4-
#
5-
# This program is free software; you can redistribute it and/or
6-
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
8-
# of the License, or (at your option) any later version.
1+
# SPDX-FileCopyrightText: 2017 Alessandro Zomparelli
92
#
10-
# This program is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software Foundation,
17-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18-
#
19-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
204

215
#-------------------------- COLORS / GROUPS EXCHANGER -------------------------#
226
# #

mesh_tissue/tissue_properties.py

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
# SPDX-License-Identifier: GPL-2.0-or-later
2-
3-
# ##### BEGIN GPL LICENSE BLOCK #####
4-
#
5-
# This program is free software; you can redistribute it and/or
6-
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
8-
# of the License, or (at your option) any later version.
1+
# SPDX-FileCopyrightText: 2017 Alessandro Zomparelli
92
#
10-
# This program is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software Foundation,
17-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18-
#
19-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
204

215
# ---------------------------- ADAPTIVE DUPLIFACES --------------------------- #
226
# ------------------------------- version 0.84 ------------------------------- #

mesh_tissue/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2019-2023 Blender Foundation
2+
#
13
# SPDX-License-Identifier: GPL-2.0-or-later
24

35
import bpy, bmesh

mesh_tissue/utils_pip.py

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
1-
# SPDX-License-Identifier: GPL-2.0-or-later
2-
3-
# ##### BEGIN GPL LICENSE BLOCK #####
4-
#
5-
# This program is free software; you can redistribute it and/or
6-
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
8-
# of the License, or (at your option) any later version.
9-
#
10-
# This program is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
1+
# SPDX-FileCopyrightText: 2022 Blender Foundation
142
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software Foundation,
17-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18-
#
19-
# ##### END GPL LICENSE BLOCK #####
20-
21-
# <pep8 compliant>
3+
# SPDX-License-Identifier: GPL-2.0-or-later
224

235
# ----------------------------------------------------------
246
# Author: Stephen Leger (s-leger)

mesh_tissue/uv_to_mesh.py

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
# SPDX-License-Identifier: GPL-2.0-or-later
2-
3-
# ##### BEGIN GPL LICENSE BLOCK #####
4-
#
5-
# This program is free software; you can redistribute it and/or
6-
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
8-
# of the License, or (at your option) any later version.
1+
# SPDX-FileCopyrightText: 2017 Alessandro Zomparelli
92
#
10-
# This program is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software Foundation,
17-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18-
#
19-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
204

215
# --------------------------------- UV to MESH ------------------------------- #
226
# -------------------------------- version 0.1.1 ----------------------------- #

mesh_tissue/weight_reaction_diffusion.py

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
# SPDX-License-Identifier: GPL-2.0-or-later
2-
3-
# ##### BEGIN GPL LICENSE BLOCK #####
4-
#
5-
# This program is free software; you can redistribute it and/or
6-
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
8-
# of the License, or (at your option) any later version.
1+
# SPDX-FileCopyrightText: 2017 Alessandro Zomparelli
92
#
10-
# This program is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software Foundation,
17-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18-
#
19-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
204

215
#-------------------------- COLORS / GROUPS EXCHANGER -------------------------#
226
# #

mesh_tissue/weight_tools.py

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
# SPDX-License-Identifier: GPL-2.0-or-later
2-
3-
# ##### BEGIN GPL LICENSE BLOCK #####
4-
#
5-
# This program is free software; you can redistribute it and/or
6-
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
8-
# of the License, or (at your option) any later version.
1+
# SPDX-FileCopyrightText: 2022-2023 Blender Foundation
92
#
10-
# This program is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software Foundation,
17-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18-
#
19-
# ##### END GPL LICENSE BLOCK #####
3+
# SPDX-License-Identifier: GPL-2.0-or-later
204

215
#-------------------------- COLORS / GROUPS EXCHANGER -------------------------#
226
# #

0 commit comments

Comments
 (0)