mirror of
https://github.com/godotengine/collada-exporter.git
synced 2026-01-01 01:48:22 +03:00
License: Actually GPLv2+, also replace address by URL
Also use Juan's Godot email as contact.
This commit is contained in:
@@ -19,5 +19,5 @@ upstream [GitHub repository](https://github.com/godotengine/collada-exporter).
|
||||
## License
|
||||
|
||||
This Better Collada exporter is distributed under the terms of the GNU General
|
||||
Public License, version 3 or later. See the [LICENSE.txt](/LICENSE.txt) file
|
||||
Public License, version 2 or later. See the [LICENSE.txt](/LICENSE.txt) file
|
||||
for details.
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
# 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.
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
# 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.
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
@@ -28,10 +27,10 @@ bl_info = {
|
||||
"blender": (2, 5, 8),
|
||||
"api": 38691,
|
||||
"location": "File > Import-Export",
|
||||
"description": ("Export DAE Scenes, This plugin actually works better! "
|
||||
"otherwise contact me."),
|
||||
"description": ("Export DAE Scenes. This plugin actually works better! "
|
||||
"Otherwise contact the Godot Engine community."),
|
||||
"warning": "",
|
||||
"wiki_url": ("http://www.godotengine.org"),
|
||||
"wiki_url": ("https://godotengine.org"),
|
||||
"tracker_url": "",
|
||||
"support": 'OFFICIAL',
|
||||
"category": "Import-Export"}
|
||||
|
||||
@@ -11,15 +11,14 @@
|
||||
# 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.
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
# Script copyright (C) Juan Linietsky
|
||||
# Contact Info: juan@codenix.com
|
||||
# Contact Info: juan@godotengine.org
|
||||
|
||||
"""
|
||||
This script is an exporter to the Khronos Collada file format.
|
||||
|
||||
Reference in New Issue
Block a user