Skip to content

Commit

Permalink
Update maintainer list in package.xml files
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org>
  • Loading branch information
mjeronimo committed Feb 7, 2024
1 parent ccf6cdd commit 484d924
Show file tree
Hide file tree
Showing 31 changed files with 0 additions and 62 deletions.
2 changes: 0 additions & 2 deletions ament_clang_format/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
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>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_clang_tidy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
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>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_clang_format/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
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>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_clang_tidy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
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>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_copyright/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<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>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_cppcheck/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
code using Cppcheck.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_cpplint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_flake8/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
with flake8.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_lint_cmake/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
The CMake API for ament_lint_cmake to lint CMake code using cmakelint.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_mypy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
with mypy.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_pclint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
code using PC-lint.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_pep257/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
PEP 257.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_pycodestyle/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
PEP 8.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_pyflakes/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
The CMake API for ament_pyflakes to check code using pyflakes.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_uncrustify/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
using uncrustify.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_xmllint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
The CMake API for ament_xmllint to check XML file using xmmlint.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_copyright/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
information.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cppcheck/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
and generate xUnit test result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cpplint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
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>

<license>Apache License 2.0</license>
<license>BSD</license>

Expand Down
2 changes: 0 additions & 2 deletions ament_flake8/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
The ability to check code for style and syntax conventions with flake8.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_lint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
Providing common API for ament linter packages.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_lint_auto/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<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>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_lint_cmake/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_lint_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<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>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_mypy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<version>0.16.3</version>
<description>Support for mypy static type checking in ament.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_pclint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
and generate xUnit test result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_pep257/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
PEP 257 and generate xUnit test result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>
<license>MIT</license>

Expand Down
2 changes: 0 additions & 2 deletions ament_pycodestyle/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
generate xUnit test result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_pyflakes/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_uncrustify/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
and generate xUnit test result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_xmllint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
and generate xUnit test result files.
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@openrobotics.org">Audrow Nash</author>
Expand Down

0 comments on commit 484d924

Please sign in to comment.