Skip to content

Commit

Permalink
Update maintainer list in package.xml files (ament#474)
Browse files Browse the repository at this point in the history
* Update maintainer list in package.xml files

Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org>
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
  • Loading branch information
mjeronimo authored and InvincibleRMC committed Feb 22, 2024
1 parent ccf6cdd commit 12e937c
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion ament_clang_format/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The ability to check code against style conventions using
clang-format and generate xUnit test result files.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_clang_tidy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The ability to check code against style conventions using
clang-tidy and generate xUnit test result files.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_clang_format/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The CMake API for ament_clang_format to lint C / C++ code using clang format.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_clang_tidy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_copyright/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>0.16.3</version>
<description>The CMake API for ament_copyright to check every source file contains copyright reference.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_cppcheck/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
code using Cppcheck.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_cpplint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_flake8/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with flake8.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_lint_cmake/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The CMake API for ament_lint_cmake to lint CMake code using cmakelint.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_mypy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with mypy.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pclint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
code using PC-lint.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pep257/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PEP 257.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pycodestyle/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PEP 8.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pyflakes/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The CMake API for ament_pyflakes to check code using pyflakes.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_uncrustify/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using uncrustify.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_xmllint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The CMake API for ament_xmllint to check XML file using xmmlint.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_copyright/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
information.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cppcheck/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
and generate xUnit test result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_cpplint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The ability to check code against the Google style conventions using
cpplint and generate xUnit test result files.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>
<license>BSD</license>
Expand Down
2 changes: 1 addition & 1 deletion ament_flake8/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The ability to check code for style and syntax conventions with flake8.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_lint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Providing common API for ament linter packages.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_lint_auto/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>0.16.3</version>
<description>The auto-magic functions for ease to use of the ament linters in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_lint_cmake/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_lint_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>0.16.3</version>
<description>The list of commonly used linters in the ament build system in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_mypy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>0.16.3</version>
<description>Support for mypy static type checking in ament.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_pclint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
and generate xUnit test result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_pep257/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PEP 257 and generate xUnit test result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion ament_pycodestyle/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
generate xUnit test result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_pyflakes/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_uncrustify/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
and generate xUnit test result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion ament_xmllint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
and generate xUnit test result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>

<license>Apache License 2.0</license>

Expand Down

0 comments on commit 12e937c

Please sign in to comment.