From cd74f4cd76553cbe502296bbfac0c5ad97eecaac Mon Sep 17 00:00:00 2001 From: "Jeison Yehuda Amihud (Blender Dumbass)" Date: Tue, 2 Feb 2021 18:21:57 +0000 Subject: [PATCH] GPL 3 baby #################################### # This code originally was a part # # of Blender. But I yanked it. And # # this version is now GPLv3, baby # #################################### #################################### # Changes from the previous origi- # # nal version include. # # Changing the GPL license block. # #################################### --- UI/blender-thumbnailer.py | 48 ++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/UI/blender-thumbnailer.py b/UI/blender-thumbnailer.py index e050a68..4e53068 100644 --- a/UI/blender-thumbnailer.py +++ b/UI/blender-thumbnailer.py @@ -1,24 +1,36 @@ #!/usr/bin/env python3 -# ##### BEGIN GPL LICENSE BLOCK ##### -# -# 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. -# -# ##### END GPL LICENSE BLOCK ##### +#################################### +# # +# COPYRIGHT NOTICE # +# # +# This file is a part of Victori- # +# ous Children Studio Organizer. # +# Or simply VCStudio. Copyright # +# of J.Y.Amihud. But don't be sad # +# because I released the entire # +# project under a GNU GPL license. # +# You may use Version 3 or later. # +# See www.gnu.org/licenses if your # +# copy has no License file. Please # +# note. Ones I used the GPL v2 for # +# it. It's no longer the case. # +# # +#################################### + +#################################### +# This code originally was a part # +# of Blender. But I yanked it. And # +# this version is now GPLv3, baby # +#################################### + +#################################### +# Changes from the previous origi- # +# nal version include. # +# Changing the GPL license block. # +#################################### + -# """ Thumbnailer runs with python 2.7 and 3.x.