Skip to content

Commit ea6ff53

Browse files
authored
Merge branch 'Upliner:downloader' into downloader
2 parents 01e06a8 + 7ede34e commit ea6ff53

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

lib/charlib.py

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# ##### BEGIN GPL LICENSE BLOCK #####
2+
#
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 3
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 #####
18+
#
19+
# Copyright (C) 2020-2022 Michael Vigovsky
20+
121
import os, json, collections, traceback, numpy
222

323
import bpy # pylint: disable=import-error

lib/hair.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# ##### BEGIN GPL LICENSE BLOCK #####
32
#
43
# This program is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)