mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
GCS/plugins: Change license in .pluginspec files
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@429 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
50fb50b398
commit
725958e4ff
@ -1,7 +1,7 @@
|
||||
<plugin name="ModelViewGadget" version="1.0.0" compatVersion="1.0.0">
|
||||
<vendor>The OpenPilot Project</vendor>
|
||||
<copyright>(C) 2010 OpenPilot Project</copyright>
|
||||
<license></license>
|
||||
<license>The GNU Public License (GPL) Version 3</license>
|
||||
<description>A 3D model view gadget!</description>
|
||||
<url>http://www.openpilot.org</url>
|
||||
<dependencyList>
|
||||
|
@ -16,4 +16,4 @@ SOURCES += modelviewplugin.cpp \
|
||||
modelviewgadgetfactory.cpp \
|
||||
modelviewgadgetwidget.cpp \
|
||||
modelviewgadgetoptionspage.cpp
|
||||
OTHER_FILES += ModelView.pluginspec
|
||||
OTHER_FILES += ModelViewGadget.pluginspec
|
||||
|
@ -1,7 +1,7 @@
|
||||
<plugin name="UAVTalk" version="0.0.1" compatVersion="0.0.1">
|
||||
<vendor>The OpenPilot Project</vendor>
|
||||
<copyright>(C) 2010 OpenPilot Project</copyright>
|
||||
<license>Your License goes here</license>
|
||||
<license>The GNU Public License (GPL) Version 3</license>
|
||||
<description>UAVTalk telemetry protocol</description>
|
||||
<url>http://www.openpilot.org</url>
|
||||
<dependencyList>
|
||||
|
Loading…
Reference in New Issue
Block a user