From e54215e7e74fab8d6e71b3ced24e9c4a93e1c927 Mon Sep 17 00:00:00 2001 From: mfranz Date: Mon, 22 Oct 2007 16:58:46 +0000 Subject: [PATCH] fix license (Public Domain) --- utils/Modeller/fgfs_animation.py | 35 ++++++++------------------------ 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/utils/Modeller/fgfs_animation.py b/utils/Modeller/fgfs_animation.py index 2fd388b39..95e65cbf0 100644 --- a/utils/Modeller/fgfs_animation.py +++ b/utils/Modeller/fgfs_animation.py @@ -13,21 +13,24 @@ # """ # BLENDER PLUGIN -# Put this file into ~/.blender/scripts. You'll then find -# it in Blender under "File->Epxort->FlightGear Animation (*.xml)" +# +# Put this file into ~/.blender/scripts/. You'll then find +# it in Blender under "File->Export->FlightGear Animation (*.xml)" # # For the script to work properly, make sure a directory # ~/.blender/scripts/bpydata/config/ exists. To change the # script parameters, edit file fgfs_animation.cfg in that # dir, or in blender, switch to "Scripts Window" view, select # "Scripts->System->Scripts Config Editor" and there select -# "Export->FlightGear Animation (*.xml". Don't forget to +# "Export->FlightGear Animation (*.xml)". Don't forget to # "apply" the changes. +# +# This file is Public Domain. __author__ = "Melchior FRANZ < mfranz # aon : at >" __url__ = "http://members.aon.at/mfranz/flightgear/" -__version__ = "$Revision$ -- $Date$ -- (Public Domain)" +__version__ = "$Revision$ -- $Date$" __bpydoc__ = """\ == Generate textured lights == @@ -64,28 +67,8 @@ Generates one "rotate" animation from two selected vertices Generates "range" animation skeleton with list of all selected objects. """ -# $Id$ -# -# -------------------------------------------------------------------------- -# fgfs_animation -# -------------------------------------------------------------------------- -# ***** BEGIN GPL LICENSE BLOCK ***** -# -# Copyright (C) 2005: Melchior FRANZ mfranz#aon:at -# -# 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, -# -------------------------------------------------------------------------- + +#================================================================================================== import sys