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
|
||||
|
||||
# ##### 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. #
|
||||
####################################
|
||||
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
"""
|
||||
Thumbnailer runs with python 2.7 and 3.x.
|
||||
|
|
Loading…
Reference in a new issue