-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 2.1.1 is a patch release to update the license of the Modulo project from MIT to GPLv3. A core dependency of modulo is control-libraries, making it a combined work. To be compliant with the GLPv3 license of control libraries, modulo must also be licensed under GPLv3.
- Loading branch information
Showing
7 changed files
with
694 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.1.0 | ||
2.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>modulo_component_interfaces</name> | ||
<version>2.1.0</version> | ||
<version>2.1.1</version> | ||
<description>Interface package for communicating with modulo components through the ROS framework</description> | ||
<maintainer email="[email protected]">Enrico Eberhard</maintainer> | ||
<license>TODO: License declaration</license> | ||
<license>GPLv3</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>modulo_components</name> | ||
<version>2.1.0</version> | ||
<version>2.1.1</version> | ||
<description>TODO</description> | ||
<maintainer email="[email protected]">Baptiste Busch</maintainer> | ||
<maintainer email="[email protected]">Enrico Eberhard</maintainer> | ||
<maintainer email="[email protected]">Dominic Reber</maintainer> | ||
<license>TODO: License declaration</license> | ||
<license>GPLv3</license> | ||
|
||
<buildtool_depend>ament_cmake_auto</buildtool_depend> | ||
<buildtool_depend>ament_cmake_python</buildtool_depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>modulo_core</name> | ||
<version>2.1.0</version> | ||
<version>2.1.1</version> | ||
<description>Modulo Core communication and translation utilities for interoperability with EPFL Control Libraries</description> | ||
<maintainer email="[email protected]">Baptiste Busch</maintainer> | ||
<maintainer email="[email protected]">Enrico Eberhard</maintainer> | ||
<maintainer email="[email protected]">Dominic Reber</maintainer> | ||
<license>TODO: License declaration</license> | ||
<license>GPLv3</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<buildtool_depend>ament_cmake_python</buildtool_depend> | ||
|