License: Actually GPLv2+, also replace address by URL

Also use Juan's Godot email as contact.
This commit is contained in:
Rémi Verschelde
2016-07-10 19:34:44 +02:00
parent 7b16850efb
commit 8c0c5a2bc2
4 changed files with 8 additions and 11 deletions

View File

@@ -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.

View File

@@ -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 #####

View File

@@ -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"}

View File

@@ -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.