Skip to main content
summaryrefslogtreecommitdiffstats
path: root/cross
diff options
context:
space:
mode:
Diffstat (limited to 'cross')
-rw-r--r--cross/org.eclipse.cdt.launch.serial-feature/feature.properties6
-rw-r--r--cross/org.eclipse.cdt.launch.serial-feature/feature.xml10
2 files changed, 11 insertions, 5 deletions
diff --git a/cross/org.eclipse.cdt.launch.serial-feature/feature.properties b/cross/org.eclipse.cdt.launch.serial-feature/feature.properties
index da18035ec3e..e205deff831 100644
--- a/cross/org.eclipse.cdt.launch.serial-feature/feature.properties
+++ b/cross/org.eclipse.cdt.launch.serial-feature/feature.properties
@@ -9,3 +9,9 @@
featureName=C/C++ Launch over Serial
providerName=Eclipse CDT
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
diff --git a/cross/org.eclipse.cdt.launch.serial-feature/feature.xml b/cross/org.eclipse.cdt.launch.serial-feature/feature.xml
index 0e67df6926e..4f101ac8cbf 100644
--- a/cross/org.eclipse.cdt.launch.serial-feature/feature.xml
+++ b/cross/org.eclipse.cdt.launch.serial-feature/feature.xml
@@ -7,16 +7,16 @@
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
- <description url="http://www.example.com/description">
+ <description>
%description
</description>
- <copyright url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
+ <copyright>
+ %copyright
</copyright>
- <license url="http://www.example.com/license">
- [Enter License Description here.]
+ <license url="%licenseURL">
+ %license
</license>
<plugin

Back to the top