Skip to content

Commit 8bf194a

Browse files
authored
Update maintainer (#274)
* update maintainer * add authors Signed-off-by: claireyywang <[email protected]>
1 parent 6077b11 commit 8bf194a

File tree

31 files changed

+81
-31
lines changed

31 files changed

+81
-31
lines changed

ament_clang_format/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>
77
The ability to check code against style conventions using
88
clang-format and generate xUnit test result files.</description>
9-
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
9+
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
1010
<license>Apache License 2.0</license>
1111

12+
<author email="[email protected]">Dirk Thomas</author>
13+
1214
<exec_depend>clang-format</exec_depend>
1315
<exec_depend>python3-yaml</exec_depend>
1416

ament_clang_tidy/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>
77
The ability to check code against style conventions using
88
clang-tidy and generate xUnit test result files.</description>
9-
<maintainer email="john@openrobotics.org">John Shepherd</maintainer>
9+
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
1010
<license>Apache License 2.0</license>
1111

1212
<exec_depend>clang-tidy</exec_depend>

ament_cmake_clang_format/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>
77
The CMake API for ament_clang_format to lint C / C++ code using clang format.
88
</description>
9-
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
9+
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
1010
<license>Apache License 2.0</license>
1111

12+
<author email="[email protected]">Dirk Thomas</author>
13+
1214
<buildtool_depend>ament_cmake_core</buildtool_depend>
1315
<buildtool_depend>ament_cmake_test</buildtool_depend>
1416

ament_cmake_clang_tidy/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>
77
The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy.
88
</description>
9-
<maintainer email="john@openrobotics.org">John Shepherd</maintainer>
9+
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
1010
<license>Apache License 2.0</license>
1111

1212
<buildtool_depend>ament_cmake_core</buildtool_depend>

ament_cmake_copyright/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
<name>ament_cmake_copyright</name>
55
<version>0.10.0</version>
66
<description>The CMake API for ament_copyright to check every source file contains copyright reference.</description>
7-
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
7+
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
88
<license>Apache License 2.0</license>
99

10+
<author email="[email protected]">Dirk Thomas</author>
11+
1012
<buildtool_depend>ament_cmake_core</buildtool_depend>
1113
<buildtool_depend>ament_cmake_test</buildtool_depend>
1214
<buildtool_depend>ament_copyright</buildtool_depend>

ament_cmake_cppcheck/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
The CMake API for ament_cppcheck to perform static code analysis on C/C++
88
code using Cppcheck.
99
</description>
10-
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
10+
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
1111
<license>Apache License 2.0</license>
1212

13+
<author email="[email protected]">Dirk Thomas</author>
14+
1315
<buildtool_depend>ament_cmake_core</buildtool_depend>
1416
<buildtool_depend>ament_cmake_test</buildtool_depend>
1517

ament_cmake_cpplint/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>
77
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
88
</description>
9-
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
9+
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
1010
<license>Apache License 2.0</license>
1111

12+
<author email="[email protected]">Dirk Thomas</author>
13+
1214
<buildtool_depend>ament_cmake_core</buildtool_depend>
1315
<buildtool_depend>ament_cmake_test</buildtool_depend>
1416

ament_cmake_flake8/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The CMake API for ament_flake8 to check code syntax and style conventions
88
with flake8.
99
</description>
10-
<maintainer email="steven@osrfoundation.org">Steven! Ragnarok</maintainer>
10+
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
1111
<license>Apache License 2.0</license>
1212
<author email="[email protected]">D. Hood</author>
1313

ament_cmake_lint_cmake/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>
77
The CMake API for ament_lint_cmake to lint CMake code using cmakelint.
88
</description>
9-
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
9+
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
1010
<license>Apache License 2.0</license>
1111

12+
<author email="[email protected]">Dirk Thomas</author>
13+
1214
<buildtool_depend>ament_cmake_core</buildtool_depend>
1315
<buildtool_depend>ament_cmake_test</buildtool_depend>
1416
<buildtool_depend>ament_lint_cmake</buildtool_depend>

ament_cmake_mypy/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The CMake API for ament_mypy to perform static type analysis on python code
88
with mypy.
99
</description>
10-
<maintainer email="[email protected]">Ted Kern</maintainer>
10+
<maintainer email="[email protected]">Claire Wang</maintainer>
1111
<license>Apache License 2.0</license>
1212
<author email="[email protected]">Ted Kern</author>
1313

0 commit comments

Comments
 (0)