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. # ####################################
This commit is contained in:
parent
13ed4bd705
commit
cd74f4cd76
1 changed files with 30 additions and 18 deletions
|
@ -1,24 +1,36 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# ##### BEGIN GPL LICENSE BLOCK #####
|
####################################
|
||||||
#
|
# #
|
||||||
# This program is free software; you can redistribute it and/or
|
# COPYRIGHT NOTICE #
|
||||||
# modify it under the terms of the GNU General Public License
|
# #
|
||||||
# as published by the Free Software Foundation; either version 2
|
# This file is a part of Victori- #
|
||||||
# of the License, or (at your option) any later version.
|
# ous Children Studio Organizer. #
|
||||||
#
|
# Or simply VCStudio. Copyright #
|
||||||
# This program is distributed in the hope that it will be useful,
|
# of J.Y.Amihud. But don't be sad #
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# because I released the entire #
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# project under a GNU GPL license. #
|
||||||
# GNU General Public License for more details.
|
# You may use Version 3 or later. #
|
||||||
#
|
# See www.gnu.org/licenses if your #
|
||||||
# You should have received a copy of the GNU General Public License
|
# copy has no License file. Please #
|
||||||
# along with this program; if not, write to the Free Software Foundation,
|
# note. Ones I used the GPL v2 for #
|
||||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# it. It's no longer the case. #
|
||||||
#
|
# #
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
####################################
|
||||||
|
|
||||||
|
####################################
|
||||||
|
# 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. #
|
||||||
|
####################################
|
||||||
|
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Thumbnailer runs with python 2.7 and 3.x.
|
Thumbnailer runs with python 2.7 and 3.x.
|
||||||
|
|
Loading…
Add table
Reference in a new issue