Skip to content

Commit 03062b2

Browse files
authored
Add Nikolai and Jacob to authors in Cargo.toml and maintainers in package.xml (#133)
1 parent 2ee4d7a commit 03062b2

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

examples/minimal_pub_sub/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "examples_rclrs_minimal_pub_sub"
33
version = "0.2.0"
4-
authors = ["Esteve Fernandez <[email protected]>"]
4+
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
5+
authors = ["Esteve Fernandez <[email protected]>", "Nikolai Morin <[email protected]>", "Jacob Hassold <[email protected]>"]
56
edition = "2021"
67

78
[[bin]]

examples/minimal_pub_sub/package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<version>0.2.0</version>
88
<description>Package containing an example of the publish-subscribe mechanism in rclrs.</description>
99
<maintainer email="[email protected]">Esteve Fernandez</maintainer>
10+
<maintainer email="[email protected]">Nikolai Morin</maintainer>
11+
<!-- This project is not military-sponsored, Jacob's employment contract just requires him to use this email address -->
12+
<maintainer email="[email protected]">Jacob Hassold</maintainer>
1013
<license>Apache License 2.0</license>
1114

1215
<build_depend>rclrs</build_depend>

rclrs/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "rclrs"
33
version = "0.2.0"
4-
authors = ["Esteve Fernandez <[email protected]>"]
4+
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
5+
authors = ["Esteve Fernandez <[email protected]>", "Nikolai Morin <[email protected]>", "Jacob Hassold <[email protected]>"]
56
edition = "2021"
67

78
[lib]

rclrs/package.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
<package format="3">
66
<name>rclrs</name>
77
<version>0.2.0</version>
8-
<description>Package containing the Rust client.</description>
8+
<description>Package containing the Rust client library.</description>
99
<maintainer email="[email protected]">Esteve Fernandez</maintainer>
10+
<maintainer email="[email protected]">Nikolai Morin</maintainer>
11+
<!-- This project is not military-sponsored, Jacob's employment contract just requires him to use this email address -->
12+
<maintainer email="[email protected]">Jacob Hassold</maintainer>
1013
<license>Apache License 2.0</license>
1114
<author email="[email protected]">Esteve Fernandez</author>
1215

rosidl_runtime_rs/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "rosidl_runtime_rs"
33
version = "0.2.0"
4-
authors = ["Jacob Hassold <[email protected]>", "Nikolai Morin <[email protected]>"]
4+
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
5+
authors = ["Jacob Hassold <[email protected]>", "Nikolai Morin <[email protected]>"]
56
edition = "2021"
67

78
[lib]

rosidl_runtime_rs/package.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
<name>rosidl_runtime_rs</name>
77
<version>0.2.0</version>
88
<description>Message generation code shared by Rust projects in ROS 2</description>
9-
<maintainer email="[email protected]">Jacob Hassold</maintainer>
9+
<!-- This project is not military-sponsored, Jacob's employment contract just requires him to use this email address -->
10+
<maintainer email="[email protected]">Jacob Hassold</maintainer>
1011
<maintainer email="[email protected]">Nikolai Morin</maintainer>
1112
<license>Apache License 2.0</license>
12-
<author email="[email protected]">Jacob Hassold</author>
13+
<author email="[email protected]">Jacob Hassold</author>
1314
<author email="[email protected]">Nikolai Morin</author>
1415

1516
<depend>rosidl_runtime_c</depend>

0 commit comments

Comments
 (0)