mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Fix up license field for serial launch feature.
Change-Id: I26534c7748186428af908111dc712cd0c0d09708
(cherry picked from commit c546572ac9
)
This commit is contained in:
parent
6a12755a4e
commit
8ebfd848d7
2 changed files with 11 additions and 5 deletions
|
@ -9,3 +9,9 @@
|
||||||
featureName=C/C++ Launch over Serial
|
featureName=C/C++ Launch over Serial
|
||||||
providerName=Eclipse CDT
|
providerName=Eclipse CDT
|
||||||
description=Coordination for launching over a serial port that is also used for terminal access.
|
description=Coordination for launching over a serial port that is also used for terminal access.
|
||||||
|
copyright=\
|
||||||
|
Copyright (c) 2017 QNX Software Systems and others.\n\
|
||||||
|
All rights reserved. This program and the accompanying materials\n\
|
||||||
|
are made available under the terms of the Eclipse Public License v1.0\n\
|
||||||
|
which accompanies this distribution, and is available at\n\
|
||||||
|
http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
|
|
@ -7,16 +7,16 @@
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="0.0.0">
|
license-feature-version="0.0.0">
|
||||||
|
|
||||||
<description url="http://www.example.com/description">
|
<description>
|
||||||
%description
|
%description
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<copyright url="http://www.example.com/copyright">
|
<copyright>
|
||||||
[Enter Copyright Description here.]
|
%copyright
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
<license url="http://www.example.com/license">
|
<license url="%licenseURL">
|
||||||
[Enter License Description here.]
|
%license
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
|
|
Loading…
Add table
Reference in a new issue