Add EDL 1.0 license to package.xml

This package is dual-licensed under both EPL 2.0 and EDL 1.0. The latter was omitted from package.xml by mistake.
Signed-off-by: Dan Rose <dan@digilabs.io>
This commit is contained in:
Dan Rose 2020-05-14 20:54:32 -05:00 committed by eboasson
parent 96248d1e6d
commit 761ffa6db2

View file

@ -6,6 +6,7 @@
<description>Eclipse Cyclone DDS is a very performant and robust open-source DDS implementation. Cyclone DDS is developed completely in the open as an Eclipse IoT project.</description> <description>Eclipse Cyclone DDS is a very performant and robust open-source DDS implementation. Cyclone DDS is developed completely in the open as an Eclipse IoT project.</description>
<maintainer email="cyclonedds-dev@eclipse.org">Eclipse Foundation, Inc.</maintainer> <maintainer email="cyclonedds-dev@eclipse.org">Eclipse Foundation, Inc.</maintainer>
<license>Eclipse Public License 2.0</license> <license>Eclipse Public License 2.0</license>
<license>Eclipse Distribution License 1.0</license>
<url type="website">https://projects.eclipse.org/projects/iot.cyclonedds</url> <url type="website">https://projects.eclipse.org/projects/iot.cyclonedds</url>
<url type="bugtracker">https://github.com/eclipse-cyclonedds/cyclonedds/issues</url> <url type="bugtracker">https://github.com/eclipse-cyclonedds/cyclonedds/issues</url>